Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Klues (0.09 sec)

  1. build-logic/jvm/src/main/kotlin/gradlebuild/startscript/tasks/GradleStartScriptGenerator.kt

                    line.startsWith("DEFAULT_JVM_OPTS='") && line.endsWith('\'') -> {
                        ++replacementsCount
                        // Use shell's string concatenation: '...'"..." glues contents of quoted and double-quoted strings together.
                        // The result would be something like DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'" \"-javaagent:$APP_HOME/lib/agents/foobar.jar\""
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 24 10:25:27 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/internal/problems/DefaultProblemLocationAnalyzer.java

                // So, for now, just blame the first user code that can be identified. This gives the user some clues for where to start
                startPos = 0;
                endPos = stack.size();
            } else {
                // When analysing a problem stack trace, consider only the deepest user code in the stack.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 17:15:42 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/likelyadjust.go

    			certain[b.ID] = blEXIT
    
    			// Ret, it depends.
    		case BlockRet, BlockRetJmp:
    			local[b.ID] = blRET
    			certain[b.ID] = blRET
    
    			// Calls. TODO not all calls are equal, names give useful clues.
    			// Any name-based heuristics are only relative to other calls,
    			// and less influential than inferences from loop structure.
    		case BlockDefer:
    			local[b.ID] = blCALL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 31 21:41:20 UTC 2022
    - 15.4K bytes
    - Viewed (0)
Back to top