HomeSort by relevance Sort by last modified time
    Searched defs:false (Results 76 - 100 of 793) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdbool.h 35 #define false 0 macro
42 #define false false macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
stdbool.h 35 #define false 0 macro
42 #define false false macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stdbool.h 35 #define false 0 macro
42 #define false false macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdbool.h 35 #define false 0 macro
42 #define false false macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdbool.h 35 #define false 0 macro
42 #define false false macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdbool.h 35 #define false 0 macro
42 #define false false macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdbool.h 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
33 #define false 0 macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
38 #define false false macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdbool.h 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
33 #define false 0 macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
38 #define false false macro
  /prebuilts/sdk/renderscript/clang-include/
stdbool.h 29 /* Don't define bool, true, and false in C++, except as a GNU extension. */
33 #define false 0 macro
35 /* Define _Bool, bool, false, true as a GNU extension. */
38 #define false false macro
  /art/test/466-get-live-vreg/
get_live_vreg_jni.cc 51 CHECK_EQ(GetVReg(m, dex_register_of_first_parameter, kIntVReg, &value), false); local
63 bool found_method_ = false;
  /external/clang/test/Misc/
serialized-diags.c 20 #define false 0 macro
22 taz(0, 0, false);
57 // CHECK: +-{{.*[/\\]}}serialized-diags.c:20:15: note: expanded from macro 'false' []
  /external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
Bind.java 47 boolean lazy() default false; field in interface:Bind
  /external/jcommander/src/main/java/com/beust/jcommander/
DynamicParameter.java 22 boolean required() default false; field in interface:DynamicParameter
37 boolean hidden() default false; field in interface:DynamicParameter
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.is_permutation/
is_permutation_pred.pass.cpp 59 std::equal_to<const int>()) == false);
69 std::equal_to<const int>()) == false);
75 std::equal_to<const int>()) == false);
97 std::equal_to<const int>()) == false);
107 std::equal_to<const int>()) == false);
113 std::equal_to<const int>()) == false);
123 std::equal_to<const int>()) == false);
129 std::equal_to<const int>()) == false);
139 std::equal_to<const int>()) == false);
145 std::equal_to<const int>()) == false);
702 counting_equals<const int>) == false); local
709 counting_equals<const int>) == false); local
    [all...]
  /external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/binary.search/
binary_search.pass.cpp 48 test(Iter(v.data()), Iter(v.data()+v.size()), -1, false); local
49 test(Iter(v.data()), Iter(v.data()+v.size()), M, false); local
binary_search_comp.pass.cpp 49 test(Iter(v.data()), Iter(v.data()+v.size()), -1, false); local
50 test(Iter(v.data()), Iter(v.data()+v.size()), M, false); local
  /external/llvm/unittests/Support/
DataExtractorTest.cpp 22 DataExtractor DE(StringRef(numberData, sizeof(numberData)-1), false, 8); local
27 DataExtractor DE(StringRef(numberData, sizeof(numberData)-1), false, 8); local
75 DataExtractor DE(StringRef(numberData, sizeof(numberData)-1), false, 8); local
92 DataExtractor DE(StringRef(stringData, sizeof(stringData)-1), false, 8); local
102 DataExtractor DE(StringRef(leb128data, sizeof(leb128data)-1), false, 8); local
111 DataExtractor BDE(StringRef(bigleb128data, sizeof(bigleb128data)-1), false,8); local
  /external/vogar/test/vogar/target/
TestRunnerProperties.java 32 boolean profile() default false; field in interface:TestRunnerProperties
40 boolean profileThreadGroup() default false; field in interface:TestRunnerProperties
48 boolean testOnly() default false; field in interface:TestRunnerProperties
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ColorFilter_Delegate.java 58 return false;
63 assert false; local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.is_permutation/
is_permutation_pred.pass.cpp 59 std::equal_to<const int>()) == false);
69 std::equal_to<const int>()) == false);
75 std::equal_to<const int>()) == false);
97 std::equal_to<const int>()) == false);
107 std::equal_to<const int>()) == false);
113 std::equal_to<const int>()) == false);
123 std::equal_to<const int>()) == false);
129 std::equal_to<const int>()) == false);
139 std::equal_to<const int>()) == false);
145 std::equal_to<const int>()) == false);
702 counting_equals<const int>) == false); local
709 counting_equals<const int>) == false); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/binary.search/
binary_search.pass.cpp 48 test(Iter(v.data()), Iter(v.data()+v.size()), -1, false); local
49 test(Iter(v.data()), Iter(v.data()+v.size()), M, false); local
binary_search_comp.pass.cpp 49 test(Iter(v.data()), Iter(v.data()+v.size()), -1, false); local
50 test(Iter(v.data()), Iter(v.data()+v.size()), M, false); local
  /art/test/005-annotations/src/android/test/anno/
AnnoFancyMethod.java 10 boolean callMe() default false; field in interface:AnnoFancyMethod
  /cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
SilentPackageInstallTest.java 42 mDevicePolicyManager.setUninstallBlocked(getWho(), TEST_APP_PKG, false); local
  /cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
SearchViewModifier.java 47 searchView.setQuery(context.getString(R.string.searchview_query), false); local
54 searchView.setIconifiedByDefault(false);

Completed in 2257 milliseconds

1 2 34 5 6 7 8 91011>>