/device/sample/products/ |
AndroidProducts.mk | 7 # LOCAL_DIR; do not use any conditionals, and do not look up the
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/ |
Fail.h | 27 // Conditionals, we don't evalute. We just check for the existence of the macro.
|
/art/runtime/ |
globals.h | 62 // Whether or not this is a debug build. Useful in conditionals where NDEBUG isn't. 69 // Whether or not this is a target (vs host) build. Useful in conditionals where ART_TARGET isn't.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
conditionals | 2 $description = "Check GNU make conditionals."; 4 $details = "Attempt various different flavors of GNU make conditionals.";
|
/external/chromium_org/content/ |
content_plugin.gypi | 37 # These are layered in conditionals in the event other platforms
|
/external/chromium_org/third_party/skia/src/core/ |
SkScalar.cpp | 25 // Could use sentinel values to eliminate conditionals, but since the
|
/external/skia/src/core/ |
SkScalar.cpp | 25 // Could use sentinel values to eliminate conditionals, but since the
|
/ndk/sources/host-tools/make-3.81/ |
read.c | 67 /* A `struct conditionals' contains the information describing 68 all the active conditionals in a makefile. 70 The global variable `conditionals' contains the conditionals 75 struct conditionals struct 85 static struct conditionals toplevel_conditionals; 86 static struct conditionals *conditionals = &toplevel_conditionals; variable in typeref:struct:conditionals 275 static struct conditionals * 276 install_conditionals (struct conditionals *new [all...] |
/external/chromium_org/chrome/browser/ui/views/infobars/ |
after_translate_infobar.h | 41 // correct visual order, as opposed to adding conditionals in multiple places.
|
/build/target/product/ |
AndroidProducts.mk | 29 # LOCAL_DIR; do not use any conditionals, and do not look up the
|
/external/llvm/test/Transforms/GVN/ |
load-pre-align.ll | 12 ; loads aligned greater than the memory should not be moved past conditionals
|
/external/chromium_org/chrome/test/nacl/ |
nacl_browsertest.cc | 68 // conditionals inside the argument of a macro, so we put the 69 // conditionals on a helper function. We are already in an anonymous
|
/external/libsepol/src/ |
genbools.c | 168 ERR(NULL, "error while re-evaluating conditionals"); 240 ERR(NULL, "error while re-evaluating conditionals");
|
booleans.c | 95 ERR(handle, "error while re-evaluating conditionals");
|
/external/libsepol/tests/ |
test-linker-cond-map.c | 32 /* Tests for conditionals 93 /* these tests look at booleans and conditionals in the base only
|
/external/clang/include/clang/Lex/ |
CodeCompletionHandler.h | 39 /// code that was excluded due to preprocessor conditionals.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
lolcode.php | 66 //Conditionals
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
eval | 60 # Test to make sure eval'ing inside conditionals works properly
|
/external/checkpolicy/ |
module_compiler.c | 106 * allowed in conditionals, so if there are any conditionals in the 1239 /* note that conditionals can't declare or require 1286 /* note that conditionals can't declare or require 1371 /* role transitions are not allowed within conditionals */ 1383 /* role allows are not allowed within conditionals */ [all...] |
/development/cmds/monkey/ |
README.NETWORK.txt | 6 computer that will support higher-level operations (like conditionals,
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
CONTRIBUTORS | 102 POSIX versioning conditionals;
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
BitVector.h | 54 // it does conditionals on every get/set/clear. But it is great if you need to
|
CONTRIBUTORS.pthreads-win32 | 110 POSIX versioning conditionals;
|
/external/llvm/test/CodeGen/SPARC/ |
64cond.ll | 2 ; Testing 64-bit conditionals. The sparc64 triple is an alias for sparcv9.
|
/external/oprofile/doc/ |
CodingStyle | 29 Avoid complex conditionals via helper functions (e.g. comma_match)
|