HomeSort by relevance Sort by last modified time
    Searched refs:definitions (Results 26 - 50 of 363) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/runtime/openjdkjvmti/
transform.h 55 /*in-out*/std::vector<ArtClassDefinition>* definitions);
  /external/skia/src/sksl/ir/
SkSLSetting.h 29 const DefinitionMap& definitions) override;
SkSLVariableReference.h 120 const DefinitionMap& definitions) override {
124 auto exprIter = definitions.find(&fVariable);
125 if (exprIter != definitions.end() && exprIter->second &&
SkSLBinaryExpression.h 30 const DefinitionMap& definitions) override {
SkSLExpression.h 84 const DefinitionMap& definitions) {
  /build/make/core/combo/arch/x86/
atom.mk 1 # This file contains feature macro definitions specific to the
x86.mk 1 # This file contains feature macro definitions specific to the
  /build/make/core/combo/arch/x86_64/
x86_64.mk 1 # This file contains feature macro definitions specific to the
  /device/generic/mini-emulator-x86_64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /external/jemalloc/include/jemalloc/
jemalloc_rename.sh 9 * these macro definitions.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug167.go 27 1606416576: conflicting definitions for main.T·bug167
issue4734.go 7 // Caused gccgo to emit multiple definitions of the same symbol.
  /prebuilts/go/darwin-x86/test/interface/recursive1.dir/
recursive1.go 5 // Mutually recursive type definitions imported and used by recursive1.go.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug167.go 27 1606416576: conflicting definitions for main.T·bug167
issue4734.go 7 // Caused gccgo to emit multiple definitions of the same symbol.
  /prebuilts/go/linux-x86/test/interface/recursive1.dir/
recursive1.go 5 // Mutually recursive type definitions imported and used by recursive1.go.
  /prebuilts/ndk/r11/sources/android/support/tests/
Android.mk 23 # Include the android_support module definitions.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
dso-3.s 1 ; The visibility definitions here override the default
2 ; definitions in the object where the symbols are defined. We
  /external/swiftshader/third_party/LLVM/test/Scripts/
coff-dump.py 403 definitions = entry[3]
407 if type(definitions) is types.TupleType:
408 selector = read_value(definitions[0])
409 definitions = definitions[1][selector]
411 if value in definitions:
412 description = definitions[value]
425 definitions = entry[3]
432 for entry in definitions:
  /external/libavc/common/arm/
ih264_arm_memory_barrier.s 26 @* Contains function definitions for data synchronization.
  /libcore/
Android.mk 26 # Include the definitions to build the Java code.
32 # Include the definitions to build the native code.
  /device/generic/armv7-a-neon/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Android.mk 1 # This build script corresponds to a library containing many definitions
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue8441.go 5 // Issue 8368 and 8441. Recursive struct definitions didn't work.
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
msan3.go 10 // Yes, you can have definitions if you use //export, as long as they are weak.

Completed in 1437 milliseconds

12 3 4 5 6 7 8 91011>>