HomeSort by relevance Sort by last modified time
    Searched refs:true (Results 301 - 325 of 1330) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8974/
Android.mk 4 ifeq ($(call is-vendor-board-platform,QCOM),true)
  /hardware/qcom/display/msm8974/libcopybit/
Android.mk 32 ifeq ($(TARGET_USES_C2D_COMPOSITION),true)
37 ifneq ($(call is-chipset-in-board-platform,msm7630),true)
38 ifeq ($(call is-board-platform-in-list,$(MSM7K_BOARD_PLATFORMS)),true)
43 ifeq ($(call is-board-platform-in-list,msm8610),true)
  /hardware/qcom/display/msm8994/
Android.mk 4 ifeq ($(call is-vendor-board-platform,QCOM),true)
  /hardware/qcom/display/msm8994/libcopybit/
Android.mk 32 ifeq ($(TARGET_USES_C2D_COMPOSITION),true)
37 ifneq ($(call is-chipset-in-board-platform,msm7630),true)
38 ifeq ($(call is-board-platform-in-list,$(MSM7K_BOARD_PLATFORMS)),true)
43 ifeq ($(call is-board-platform-in-list, msm8610 msm8909),true)
  /ndk/tests/abcc/
Android.mk 16 LOCAL_NO_CHECK_ASSETS := true
  /ndk/tests/build/issue79115-confusing-ld.gold-warning/jni/
Android.mk 6 LOCAL_DISABLE_NO_EXECUTE := true
  /packages/apps/CarrierConfig/
Android.mk 10 LOCAL_PRIVILEGED_MODULE := true
  /packages/apps/CellBroadcastReceiver/
Android.mk 13 LOCAL_PRIVILEGED_MODULE := true
  /packages/apps/ManagedProvisioning/
Android.mk 14 LOCAL_PRIVILEGED_MODULE := true
  /packages/inputmethods/LatinIME/native/dicttoolkit/
UnitTests.mk 33 LOCAL_ADDRESS_SANITIZER := true
35 LOCAL_CLANG := true
49 LOCAL_ADDRESS_SANITIZER := true
51 LOCAL_CLANG := true
  /packages/inputmethods/LatinIME/native/jni/
HostUnitTests.mk 32 LOCAL_ADDRESS_SANITIZER := true
34 LOCAL_CLANG := true
45 LOCAL_ADDRESS_SANITIZER := true
48 LOCAL_CLANG := true
Android.mk 49 ifeq ($(FLAG_DO_PROFILE), true)
53 ifeq ($(FLAG_DBG), true)
56 ifeq ($(FLAG_FULL_DBG), true)
66 LOCAL_CLANG := true
77 ifeq ($(FLAG_DO_PROFILE), true)
81 ifeq ($(FLAG_DBG), true)
90 LOCAL_CLANG := true
  /packages/services/Telecomm/
Android.mk 13 LOCAL_PRIVILEGED_MODULE := true
  /system/bt/gki/
Android.mk 18 ifeq ($(BOARD_HAVE_BLUETOOTH_BCM),true)
  /system/core/debuggerd/
Android.mk 30 ifeq ($(TARGET_IS_64_BIT),true)
41 LOCAL_CLANG := true
63 #LOCAL_FORCE_STATIC_EXECUTABLE := true
67 ifeq ($(ARCH_ARM_HAVE_VFP_D32),true)
  /system/core/libprocessgroup/
Android.mk 18 LOCAL_FORCE_STATIC_EXECUTABLE := true
  /system/extras/micro_bench/
Android.mk 23 LOCAL_FORCE_STATIC_EXECUTABLE := true
  /system/extras/slideshow/
Android.mk 9 LOCAL_FORCE_STATIC_EXECUTABLE := true
  /system/extras/squashfs_utils/
Android.mk 21 LOCAL_IS_HOST_MODULE := true
  /system/vold/
Android.mk 71 LOCAL_CLANG := true
86 LOCAL_CLANG := true
95 ifeq ($(TARGET_HW_DISK_ENCRYPTION),true)
109 LOCAL_CLANG := true
  /build/core/
dex_preopt_odex_install.mk 7 ifneq (true,$(WITH_DEXPREOPT))
9 else # WITH_DEXPREOPT=true
26 endif # WITH_DEXPREOPT=true
36 # if WITH_DEXPREOPT_BOOT_IMG_ONLY=true and module is not in boot class path skip
37 ifeq (true,$(WITH_DEXPREOPT_BOOT_IMG_ONLY))
99 # Compile apps with position-independent code if WITH_DEXPREOPT_PIC=true
100 ifeq (true,$(WITH_DEXPREOPT_PIC))
  /external/v8/test/mjsunit/es6/
generators-debug-liveedit.js 42 assertIteratorResult("Cat", true, iter.next());
68 gen_patch_attempted = true;
76 assertIteratorResult("Cat", true, iter.next());
84 assertIteratorResult("Capybara", true, iter.next());
91 assertIteratorResult("Capybara", true, iter.next());
103 fun_patch_restarted = true;
106 fun_patch_attempted = true;
arguments-iterator.js 44 assertIteratorResult(undefined, true, iterator.next());
55 assertIteratorResult(undefined, true, iterator.next());
65 assertIteratorResult(undefined, true, iterator.next());
69 assertIteratorResult(undefined, true, iterator.next());
80 assertIteratorResult(undefined, true, iterator.next());
84 assertIteratorResult(undefined, true, iterator.next());
95 assertIteratorResult(undefined, true, iterator.next());
107 assertIteratorResult(undefined, true, iterator.next());
120 assertIteratorResult(undefined, true, iterator.next());
134 assertIteratorResult(undefined, true, iterator.next())
    [all...]
  /hardware/intel/img/psb_video/src/
Android.mk 109 ifeq ($(TARGET_HAS_ISV),true)
121 ifeq ($(TARGET_HAS_VPP),true)
129 ifeq ($(TARGET_HAS_VPP),true)
135 ifeq ($(TARGET_HAS_VPP),true)
140 ifeq ($(TARGET_HAS_VPP),true)
152 ifeq ($(TARGET_HAS_VPP),true)
163 ifeq ($(TARGET_HAS_MULTIPLE_DISPLAY),true)
  /external/v8/test/mjsunit/
debug-continue.js 73 testArguments(exec_state, void 0, true);
80 testArguments(exec_state, '{"stepaction":"in"}', true);
81 testArguments(exec_state, '{"stepaction":"min"}', true);
82 testArguments(exec_state, '{"stepaction":"next"}', true);
83 testArguments(exec_state, '{"stepaction":"out"}', true);
84 testArguments(exec_state, '{"stepcount":1}', true);
85 testArguments(exec_state, '{"stepcount":10}', true);
86 testArguments(exec_state, '{"stepcount":"10"}', true);
87 testArguments(exec_state, '{"stepaction":"next","stepcount":10}', true);
90 listenerComplete = true;
    [all...]

Completed in 1385 milliseconds

<<11121314151617181920>>