Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 110 for locations (0.16 sec)

  1. src/cmd/link/internal/ld/dwarf.go

    			if reloc.Type() != objabi.R_DWARFSECREF {
    				continue
    			}
    			rsym := reloc.Sym()
    			if d.ldr.SymType(rsym) == sym.SDWARFLOC {
    				syms = append(syms, rsym)
    				// One location list entry per function, but many relocations to it. Don't duplicate.
    				break
    			}
    		}
    	}
    	return syms
    }
    
    // Add DWARF section names to the section header string table, by calling add
    // on each name. ELF only.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    If the above doesn't work and you suspect an issue with the Kotlin DSL script editor, you can:
    
    * Run `./gradle tasks` to get more details
    * Check the logs in one of these locations:
    ** `$HOME/Library/Logs/gradle-kotlin-dsl` on Mac OS X
    ** `$HOME/.gradle-kotlin-dsl/log` on Linux
    ** `$HOME/AppData/Local/gradle-kotlin-dsl/log` on Windows
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. src/runtime/mheap.go

    // future allocations.
    //
    // This must be called each time pages are allocated from the heap, even if the page
    // allocator can otherwise prove the memory it's allocating is already zero because
    // they're fresh from the operating system. It updates heapArena metadata that is
    // critical for future page allocations.
    //
    // There are no locking constraints on this method.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/Project.java

        Map<String, Project> getChildProjects();
    
        /**
         * <p>Sets a property of this project.  This method searches for a property with the given name in the following
         * locations, and sets the property on the first location where it finds the property.</p>
         *
         * <ol>
         *
         * <li>The project object itself.  For example, the <code>rootDir</code> project property.</li>
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/MapMakerInternalMap.java

       * bits.
       *
       * @param h hash code
       */
      static int rehash(int h) {
        // Spread bits to regularize both segment and index locations,
        // using variant of single-word Wang/Jenkins hash.
        // TODO(kevinb): use Hashing/move this to Hashing?
        h += (h << 15) ^ 0xffffcd7d;
        h ^= (h >>> 10);
        h += (h << 3);
        h ^= (h >>> 6);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    //   equal.
    //
    //   2. The {ASSERT|EXPECT}_??() macros do pointer comparisons on
    //   pointers (in particular, C strings).  Therefore, if you use it
    //   with two C strings, you are testing how their locations in memory
    //   are related, not how their content is related.  To compare two C
    //   strings by content, use {ASSERT|EXPECT}_STR*().
    //
    //   3. {ASSERT|EXPECT}_EQ(expected, actual) is preferred to
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

       * bits.
       *
       * @param h hash code
       */
      static int rehash(int h) {
        // Spread bits to regularize both segment and index locations,
        // using variant of single-word Wang/Jenkins hash.
        // TODO(kevinb): use Hashing/move this to Hashing?
        h += (h << 15) ^ 0xffffcd7d;
        h ^= (h >>> 10);
        h += (h << 3);
        h ^= (h >>> 6);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    [[jacoco_merge]]
    
    [[configuring_custom_build_layout_7]]
    ==== Setting custom build layout
    
    Command line options:
    
    * `-c`, `--settings-file` for specifying a custom settings file location
    * `-b`, `--build-file` for specifying a custom build file location
    
    have been deprecated.
    
    Setting custom build file using
    link:{groovyDslPath}/org.gradle.api.tasks.GradleBuild.html#org.gradle.api.tasks.GradleBuild:buildFile[buildFile]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  9. src/cmd/cgo/gcc.go

    			name, _ := e.Val(dwarf.AttrName).(string)
    			// As of https://reviews.llvm.org/D123534, clang
    			// now emits DW_TAG_variable DIEs that have
    			// no name (so as to be able to describe the
    			// type and source locations of constant strings)
    			// like the second arg in the call below:
    			//
    			//     myfunction(42, "foo")
    			//
    			// If a var has no name we won't see attempts to
    			// refer to it via "C.<name>", so skip these vars
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ppc64/asm.go

    		}
    		if target.IsPIE() && target.IsInternal() {
    			// When internally linking, generate dynamic relocations
    			// for all typical R_ADDR relocations. The exception
    			// are those R_ADDR that are created as part of generating
    			// the dynamic relocations and must be resolved statically.
    			//
    			// There are three phases relevant to understanding this:
    			//
    			//	dodata()  // we are here
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
Back to top