HomeSort by relevance Sort by last modified time
    Searched refs:definitions (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/deqp/scripts/khr_util/
gen_str_util.py 26 def isValueDefined (definitions, value):
27 return value in definitions
29 def allValuesUndefined (definitions, values):
31 if isValueDefined(definitions, value):
35 def anyValueDefined (definitions, values):
36 return not allValuesUndefined(definitions, values)
43 definitions = makeDefSet(iface)
47 if anyValueDefined(definitions, values):
54 if anyValueDefined(definitions, values):
61 if anyValueDefined(definitions, values)
    [all...]
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /external/v8/tools/
bash-completion.sh 40 defines=$(cat $v8_source/src/flag-definitions.h \
  /build/core/combo/arch/x86/
atom.mk 1 # This file contains feature macro definitions specific to the
silvermont.mk 1 # This file contains feature macro definitions specific to the
x86.mk 1 # This file contains feature macro definitions specific to the
  /build/core/combo/arch/x86_64/
silvermont.mk 1 # This file contains feature macro definitions specific to the
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.
  /external/libavc/common/arm/
ih264_arm_memory_barrier.s 26 @* Contains function definitions for data synchronization.
  /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
  /ndk/sources/android/support/tests/
Android.mk 28 # Include the android_support module definitions.
  /system/media/camera/docs/
CaptureResultTest.mako 19 * definitions in /system/media/camera/docs. Do not modify by hand or
  /libcore/
Android.mk 26 # Include the definitions to build the Java code.
32 # Include the definitions to build the native code.
38 # Include the definitions for the Certificate Authority (CA) certificates
  /device/generic/arm64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /device/generic/x86_64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /ndk/tests/build/stdint-c++/jni/
Android.mk 1 # The purpose of this test is to check that the definitions in <stdint.h>
  /build/target/board/generic_x86/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /build/target/board/generic_x86_64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AttributeScope.java 108 /** From a chunk of text holding the definitions of the attributes,
118 * would pass in definitions equal to the text in between {...} and
121 public void addAttributes(String definitions, int separator) {
123 CodeGenerator.getListOfArgumentsFromAction(definitions,0,-1,separator,attrs);
  /external/compiler-rt/make/
options.mk 18 # Whether function definitions should use hidden visibility. This adds the
  /external/icu/icu4c/source/samples/
defs.mk 2 # Sample code makefile definitions
  /ndk/build/core/
build-module.mk 19 # This file is used to record the LOCAL_XXX definitions of a given

Completed in 373 milliseconds

1 2 3 4 5 6 7