HomeSort by relevance Sort by last modified time
    Searched full:conditionals (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /device/sample/products/
AndroidProducts.mk 7 # LOCAL_DIR; do not use any conditionals, and do not look up the
  /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/skia/legacy/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...]
  /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/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.
PreprocessorLexer.h 123 assert(!ConditionalStack.empty() && "No conditionals active!");
  /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...]
  /external/webkit/Source/WebCore/dom/
make_names.pl 632 my %conditionals;
642 $conditionals{$conditional}{interfaceNames}{$interfaceName} = 1;
643 $conditionals{$conditional}{JSInterfaceNames}{$JSInterfaceName} = 1;
650 for my $conditional (sort keys %conditionals) {
652 for my $interfaceName (sort keys %{$conditionals{$conditional}{interfaceNames}}) {
657 for my $JSInterfaceName (sort keys %{$conditionals{$conditional}{JSInterfaceNames}}) {
    [all...]
  /development/cmds/monkey/
README.NETWORK.txt 6 computer that will support higher-level operations (like conditionals,
  /external/ceres-solver/internal/ceres/
generate_eliminator_specialization.py 159 Generate specialization code and the conditionals to instantiate it.
  /external/expat/bcb5/
README.txt 52 dialog, Directories/Conditionals tab, in the Conditional define box. In a
  /external/oprofile/doc/
CodingStyle 29 Avoid complex conditionals via helper functions (e.g. comma_match)
  /external/oprofile/events/mips/r12000/
events 24 event:0x14 counters:0,1,2,3 um:zero minimum:500 name:GRADUATED_STORE_CONDITIONALS : Graduated store conditionals
  /external/webkit/Source/JavaScriptCore/wtf/
CONTRIBUTORS.pthreads-win32 110 POSIX versioning conditionals;
  /ndk/sources/host-tools/make-3.81/doc/
make.info 124 Node: Conditionals203229
  /ndk/sources/host-tools/make-3.81/tests/
ChangeLog 230 * scripts/features/conditionals: Add tests for the new if... else
407 * scripts/features/conditionals: Test arguments to ifn?def which
418 * scripts/functions/if: Test if on conditionals with trailing
459 conditionals (Bug #1516).
500 * scripts/features/conditionals: Add a test for expanded variables
501 in ifdef conditionals.
  /external/elfutils/
ChangeLog 63 * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.

Completed in 1540 milliseconds

1 2 3 4 5 6 7