HomeSort by relevance Sort by last modified time
    Searched full:true (Results 76 - 100 of 68486) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/eigen/unsupported/doc/
CMakeLists.txt 1 set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL TRUE)
  /external/llvm/utils/lit/lit/ExampleTests/
required-and-present.c 1 // RUN: true
  /external/llvm/utils/lit/tests/Inputs/shtest-format/
requires-missing.txt 1 RUN: true
requires-present.txt 1 RUN: true
  /external/llvm/utils/lit/tests/Inputs/shtest-shell/
sequencing-1.txt 1 # RUN: false && true
  /external/valgrind/main/lackey/tests/
true.vgtest 1 prog: ../../tests/true
  /external/valgrind/main/none/tests/
shell_valid2 5 true
shell_valid3 5 true
  /ndk/tests/build/thin-archives/jni/
Application.mk 2 APP_THIN_ARCHIVE := true
  /device/generic/x86/
BoardConfig.mk 6 TARGET_NO_BOOTLOADER := true
7 TARGET_NO_KERNEL := true
11 TARGET_CPU_SMP := true
13 SMALLER_FONT_FOOTPRINT := true
14 MINIMAL_FONT_FOOTPRINT := true
16 BOARD_HAVE_BLUETOOTH := true
21 USE_OPENGL_RENDERER := true
23 BOARD_USE_LEGACY_UI := true
  /external/chromium_org/v8/test/webkit/
comparison-operators-greater-expected.txt 30 PASS if (("a">"b")) return true; return false; is false
31 PASS var k = 0; while (("a">"b")) if (k++) return true; return false; is false
32 PASS var k = 0; for (; ("a">"b"); ) if (k++) return true; return false; is false
34 PASS if (("a">="b")) return true; return false; is false
35 PASS var k = 0; while (("a">="b")) if (k++) return true; return false; is false
36 PASS var k = 0; for (; ("a">="b"); ) if (k++) return true; return false; is false
37 PASS return ("a">"b") || 1; is true
38 PASS if (("a">"b") || 1) return true; return false; is true
39 PASS var k = 0; while (("a">"b") || 1) if (k++) return true; return false; is tru
    [all...]
comparison-operators-less-expected.txt 29 PASS return ("a"<"b"); is true
30 PASS if (("a"<"b")) return true; return false; is true
31 PASS var k = 0; while (("a"<"b")) if (k++) return true; return false; is true
32 PASS var k = 0; for (; ("a"<"b"); ) if (k++) return true; return false; is true
33 PASS return ("a"<="b"); is true
34 PASS if (("a"<="b")) return true; return false; is true
    [all...]
convert-nan-to-bool-expected.txt 29 PASS NaN ? true : false is false
30 PASS 1 ? true : false is true
31 PASS 0 ? true : false is false
32 PASS -1 ? true : false is true
33 PASS 1 * -1 ? true : false is true
34 PASS 1 * 0 ? true : false is false
35 PASS 1 * 1 ? true : false is tru
    [all...]
convert-nan-to-bool.js 26 shouldBe("NaN ? true : false", "false");
27 shouldBe("1 ? true : false", "true");
28 shouldBe("0 ? true : false", "false");
29 shouldBe("-1 ? true : false", "true");
30 shouldBe("1 * -1 ? true : false", "true");
31 shouldBe("1 * 0 ? true : false", "false");
32 shouldBe("1 * 1 ? true : false", "true")
    [all...]
  /external/robolectric/src/test/resources/
TestAndroidManifestWithFlags.xml 5 android:allowBackup="true"
6 android:allowClearUserData="true"
7 android:allowTaskReparenting="true"
8 android:debuggable="true"
9 android:hasCode="true"
10 android:killAfterRestore="true"
11 android:persistent="true"
12 android:resizeable="true"
13 android:restoreAnyVersion="true"
14 android:largeScreens="true"
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
re2_arg_test.cc 30 { "0", 0, { true, true, true, true, true, true }},
31 { "127", 127, { true, true, true, true, true, true }}
    [all...]
  /external/chromium_org/tools/gn/
pattern_unittest.cc 21 { "", "", true },
24 { "foo", "foo", true },
27 { "\\b", "", true },
28 { "\\b", "/", true },
29 { "\\b\\b", "/", true },
31 { "\\b\\b\\b", "/", true },
33 { "\\bfoo\\b", "foo", true },
34 { "\\bfoo\\b", "/foo/", true },
35 { "\\b\\bfoo", "/foo", true },
37 { "*", "", true },
    [all...]
  /external/regex-re2/re2/testing/
re2_arg_test.cc 30 { "0", 0, { true, true, true, true, true, true }},
31 { "127", 127, { true, true, true, true, true, true }}
    [all...]
  /external/chromium_org/net/http/
transport_security_state_static.h 383 {25, true, "\013pinningtest\007appspot\003com", false, kTestPins, DOMAIN_APPSPOT_COM },
384 {12, true, "\006google\003com", false, kGooglePins, DOMAIN_GOOGLE_COM },
385 {19, true, "\006health\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
386 {21, true, "\010checkout\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
387 {19, true, "\006chrome\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
388 {17, true, "\004docs\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
ice_and.hpp 17 template <bool b1, bool b2, bool b3 = true, bool b4 = true, bool b5 = true, bool b6 = true, bool b7 = true>
27 struct ice_and<true, true, true, true, true, true, true
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
JType.java 46 typeMapping.put(new CType("GLubyte", true, true), new JType("String", false, false));
47 typeMapping.put(new CType("char", false, true), new JType("byte"));
48 typeMapping.put(new CType("char", true, true), new JType("String", false, false));
49 typeMapping.put(new CType("GLchar", true, true), new JType("String", false, false));
65 typeMapping.put(new CType("EGLConfig"), new JType("EGLConfig", true, false));
66 typeMapping.put(new CType("EGLContext"), new JType("EGLContext", true, false));
67 typeMapping.put(new CType("EGLDisplay"), new JType("EGLDisplay", true, false))
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSSettings_test.py 54 'BufferSecurityCheck': 'true',
58 'DefaultCharIsUnsigned': 'true',
59 'Detect64BitPortabilityProblems': 'true',
60 'DisableLanguageExtensions': 'true',
63 'EnableFiberSafeOptimizations': 'true',
64 'EnableFunctionLevelLinking': 'true',
65 'EnableIntrinsicFunctions': 'true',
66 'EnablePREfast': 'true',
70 'ExpandAttributedSource': 'true',
72 'FloatingPointExceptions': 'true',
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
myocamlbuild.ml 3 ocaml_lib ~extern:true "llvm";;
4 ocaml_lib ~extern:true "llvm_analysis";;
5 ocaml_lib ~extern:true "llvm_executionengine";;
6 ocaml_lib ~extern:true "llvm_target";;
7 ocaml_lib ~extern:true "llvm_scalar_opts";;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
myocamlbuild.ml 3 ocaml_lib ~extern:true "llvm";;
4 ocaml_lib ~extern:true "llvm_analysis";;
5 ocaml_lib ~extern:true "llvm_executionengine";;
6 ocaml_lib ~extern:true "llvm_target";;
7 ocaml_lib ~extern:true "llvm_scalar_opts";;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
myocamlbuild.ml 3 ocaml_lib ~extern:true "llvm";;
4 ocaml_lib ~extern:true "llvm_analysis";;
5 ocaml_lib ~extern:true "llvm_executionengine";;
6 ocaml_lib ~extern:true "llvm_target";;
7 ocaml_lib ~extern:true "llvm_scalar_opts";;

Completed in 1284 milliseconds

1 2 34 5 6 7 8 91011>>