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

1 2 3 45 6 7 8 91011>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_extensions.c 46 ctx->Extensions.ARB_draw_elements_base_vertex = true;
47 ctx->Extensions.ARB_explicit_attrib_location = true;
49 ctx->Extensions.ARB_framebuffer_object = true;
50 ctx->Extensions.ARB_half_float_pixel = true;
51 ctx->Extensions.ARB_map_buffer_range = true;
52 ctx->Extensions.ARB_point_sprite = true;
53 ctx->Extensions.ARB_shader_objects = true;
54 ctx->Extensions.ARB_shading_language_100 = true;
55 ctx->Extensions.ARB_sync = true;
56 ctx->Extensions.ARB_texture_border_clamp = true;
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
mimics_pcre_test.cc 18 { "abc", true },
19 { "(a|b)c", true },
20 { "(a*|b)c", true },
21 { "(a|b*)c", true },
22 { "a(b|c)d", true },
23 { "a(()|())c", true },
24 { "ab*c", true },
25 { "ab+c", true },
26 { "a(b*|c*)d", true },
27 { "\\W", true },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_extensions.c 46 ctx->Extensions.ARB_draw_elements_base_vertex = true;
47 ctx->Extensions.ARB_explicit_attrib_location = true;
49 ctx->Extensions.ARB_framebuffer_object = true;
50 ctx->Extensions.ARB_half_float_pixel = true;
51 ctx->Extensions.ARB_map_buffer_range = true;
52 ctx->Extensions.ARB_point_sprite = true;
53 ctx->Extensions.ARB_shader_objects = true;
54 ctx->Extensions.ARB_shading_language_100 = true;
55 ctx->Extensions.ARB_sync = true;
56 ctx->Extensions.ARB_texture_border_clamp = true;
    [all...]
  /external/regex-re2/re2/testing/
mimics_pcre_test.cc 18 { "abc", true },
19 { "(a|b)c", true },
20 { "(a*|b)c", true },
21 { "(a|b*)c", true },
22 { "a(b|c)d", true },
23 { "a(()|())c", true },
24 { "ab*c", true },
25 { "ab+c", true },
26 { "a(b*|c*)d", true },
27 { "\\W", true },
    [all...]
  /external/chromium_org/v8/test/webkit/
codegen-loops-logical-nodes-expected.txt 29 PASS while_or_eq() is true
30 PASS while_or_neq() is true
31 PASS while_or_less() is true
32 PASS while_or_lesseq() is true
33 PASS while_and_eq() is true
34 PASS while_and_neq() is true
35 PASS while_and_less() is true
36 PASS while_and_lesseq() is true
37 PASS for_or_eq() is true
38 PASS for_or_neq() is true
    [all...]
  /device/asus/flo/camera/
Android.mk 1 ifeq ($(strip $(USE_DEVICE_SPECIFIC_CAMERA)),true)
3 ifneq ($(USE_CAMERA_STUB),true)
4 ifneq ($(BUILD_TINY_ANDROID),true)
  /external/chromium_org/content/test/data/accessibility/
aria-pressed-expected-win.txt 4 IA2_ROLE_TOGGLE_BUTTON FOCUSABLE checkable:true
5 IA2_ROLE_TOGGLE_BUTTON FOCUSABLE PRESSED checkable:true
6 IA2_ROLE_TOGGLE_BUTTON FOCUSABLE PRESSED MIXED checkable:true
  /external/llvm/test/tools/llvm-lit/
chain.c 2 // (false && false) || true
4 // false && (false || true
7 // RUN: false || true
  /hardware/broadcom/libbt/include/
vnd_grouper.txt 3 BT_WAKE_VIA_PROC = TRUE
6 BTHW_DBG = TRUE
10 USE_CONTROLLER_BDADDR = TRUE
vnd_tilapia.txt 3 BT_WAKE_VIA_PROC = TRUE
6 BTHW_DBG = TRUE
10 USE_CONTROLLER_BDADDR = TRUE
vnd_toro.txt 3 BT_WAKE_VIA_USERIAL_IOCTL = TRUE
5 SCO_USE_I2S_INTERFACE = TRUE
7 BTHW_DBG = TRUE
vnd_tuna.txt 3 BT_WAKE_VIA_USERIAL_IOCTL = TRUE
5 SCO_USE_I2S_INTERFACE = TRUE
7 BTHW_DBG = TRUE
  /hardware/qcom/bt/libbt-vendor/include/
vnd_generic.txt 3 BT_WAKE_VIA_USERIAL_IOCTL = TRUE
5 SCO_USE_I2S_INTERFACE = TRUE
7 BTHW_DBG = TRUE
vnd_mako.txt 3 BT_WAKE_VIA_USERIAL_IOCTL = TRUE
5 SCO_USE_I2S_INTERFACE = TRUE
7 BTHW_DBG = TRUE
  /hardware/qcom/camera/
Android.mk 1 ifneq ($(strip $(USE_DEVICE_SPECIFIC_CAMERA)),true)
3 ifneq ($(USE_CAMERA_STUB),true)
4 ifneq ($(BUILD_TINY_ANDROID),true)
  /device/generic/armv7-a-neon/
BoardConfig.mk 7 TARGET_NO_BOOTLOADER := true
8 TARGET_NO_KERNEL := true
15 TARGET_CPU_SMP := true
17 SMALLER_FONT_FOOTPRINT := true
18 MINIMAL_FONT_FOOTPRINT := true
20 BOARD_HAVE_BLUETOOTH := true
25 USE_OPENGL_RENDERER := true
27 BOARD_USE_LEGACY_UI := true
  /device/generic/mips/
BoardConfig.mk 6 TARGET_NO_BOOTLOADER := true
7 TARGET_NO_KERNEL := true
12 TARGET_CPU_SMP := true
14 SMALLER_FONT_FOOTPRINT := true
15 MINIMAL_FONT_FOOTPRINT := true
17 BOARD_HAVE_BLUETOOTH := true
22 USE_OPENGL_RENDERER := true
24 BOARD_USE_LEGACY_UI := true
  /external/antlr/antlr-3.4/runtime/Python/tests/
t028labelExpr.g.disabled 3 MDO: {True}? ('<!a')=> '<!';
4 STAGO: {True}? ('<a')=> '<';
  /external/chromium/build/internal/
release_defaults.gypi 5 'StringPooling': 'true',
6 'OmitFramePointers': 'true',
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/test_json/
nodoc_test.json 4 "nodoc": true
11 "nodoc": true
18 "nodoc": true
24 "nodoc": true
34 "nodoc": true
42 "nodoc": true
46 "nodoc": true
58 "nodoc": true
  /external/chromium_org/tools/grit/grit/testdata/
include_test.html 2 <if expr="True">
12 <if expr="True">
18 <if expr="True">
19 <if expr="True">
20 <if expr="True">
21 nested true should be kept
27 <if expr="True">
28 silbing true should be kept
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/META-INF/
eclipse.inf 2 jarprocessor.exclude.children.sign = true
4 pack200.conditioned = true
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
eclipse.inf 2 jarprocessor.exclude.children = true
4 pack200.conditioned = true
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/
eclipse.inf 2 jarprocessor.exclude.children.sign = true
4 pack200.conditioned = true

Completed in 963 milliseconds

1 2 3 45 6 7 8 91011>>