HomeSort by relevance Sort by last modified time
    Searched refs:true (Results 151 - 175 of 4031) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/moto/shamu/cryptfs_hw/
Android.mk 1 ifeq ($(TARGET_HW_DISK_ENCRYPTION),true)
  /external/chromium-trace/
init.js 10 m.importEvents("[]", true, [linuxPerfData]);
  /external/chromium_org/chrome/browser/resources/ntp4/
logging.js 16 * @param {boolean} shouldLogTime If true, the event is used for benchmarking
26 logEvent('Tab.NewTabScriptStart', true);
28 logEvent('Tab.NewTabOnload', true);
31 logEvent('Tab.NewTabDOMContentLoaded', true);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
199 if (!Q.Line[2]) { DrawLine(Q[3], Q[2]); Q.Line[2] = true; };
200 if (!Q.Line[9]) { DrawLine(Q[2], Q[6]); Q.Line[9] = true; };
201 if (!Q.Line[6]) { DrawLine(Q[6], Q[7]); Q.Line[6] = true; };
202 if (!Q.Line[10]) { DrawLine(Q[7], Q[3]); Q.Line[10] = true; };
205 if (!Q.Line[4]) { DrawLine(Q[4], Q[5]); Q.Line[4] = true; };
206 if (!Q.Line[5]) { DrawLine(Q[5], Q[6]); Q.Line[5] = true; };
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
199 if (!Q.Line[2]) { DrawLine(Q[3], Q[2]); Q.Line[2] = true; };
200 if (!Q.Line[9]) { DrawLine(Q[2], Q[6]); Q.Line[9] = true; };
201 if (!Q.Line[6]) { DrawLine(Q[6], Q[7]); Q.Line[6] = true; };
202 if (!Q.Line[10]) { DrawLine(Q[7], Q[3]); Q.Line[10] = true; };
205 if (!Q.Line[4]) { DrawLine(Q[4], Q[5]); Q.Line[4] = true; };
206 if (!Q.Line[5]) { DrawLine(Q[5], Q[6]); Q.Line[5] = true; };
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-cube.js 193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
199 if (!Q.Line[2]) { DrawLine(Q[3], Q[2]); Q.Line[2] = true; };
200 if (!Q.Line[9]) { DrawLine(Q[2], Q[6]); Q.Line[9] = true; };
201 if (!Q.Line[6]) { DrawLine(Q[6], Q[7]); Q.Line[6] = true; };
202 if (!Q.Line[10]) { DrawLine(Q[7], Q[3]); Q.Line[10] = true; };
205 if (!Q.Line[4]) { DrawLine(Q[4], Q[5]); Q.Line[4] = true; };
206 if (!Q.Line[5]) { DrawLine(Q[5], Q[6]); Q.Line[5] = true; };
    [all...]
  /external/chromium_org/ui/accessibility/extensions/alt/
background.js 8 allFrames: true
13 allFrames: true
18 allFrames: true
23 allFrames: true
  /external/chromium_org/v8/src/
uri.js 36 if (97 <= cc && cc <= 122) return true;
38 if (65 <= cc && cc <= 90) return true;
40 if (48 <= cc && cc <= 57) return true;
301 if (35 <= cc && cc <= 36) return true;
303 if (cc == 38) return true;
305 if (43 <= cc && cc <= 44) return true;
307 if (cc == 47) return true;
309 if (58 <= cc && cc <= 59) return true;
311 if (cc == 61) return true;
313 if (63 <= cc && cc <= 64) return true;
    [all...]
  /external/chromium_org/v8/test/mjsunit/
bounds-checks-elimination.js 45 }, true, false, 40320);
51 }, true, false, 40320);
57 }, true, false, NaN);
67 }, true, false, 40320);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-357330.js 9 true ? (g = foo + 0) : g = null;
  /external/chromium_org/v8/test/webkit/fast/js/
primitive-property-access-edge-cases.js 28 var didNotCrash = true;
69 Object.defineProperty(constructor.prototype, "foo", { get: function() { checkOkay = typeof this === 'object'; }, configurable: true });
78 Object.defineProperty(constructor.prototype, "foo", { set: function() { checkOkay = typeof this === 'object'; }, configurable: true });
87 Object.defineProperty(constructor.prototype, "foo", { get: function() { "use strict"; checkOkay = typeof this !== 'object'; }, configurable: true });
96 Object.defineProperty(constructor.prototype, "foo", { set: function() { "use strict"; checkOkay = typeof this !== 'object'; }, configurable: true });
104 shouldBeTrue("checkGet(true, Boolean)");
107 shouldBeTrue("checkSet(true, Boolean)");
110 shouldBeTrue("checkGetStrict(true, Boolean)");
113 shouldBeTrue("checkSetStrict(true, Boolean)");
141 shouldBeTrue("checkRead(true, Boolean)")
    [all...]
  /external/llvm/
llvm-host-build.mk 3 LOCAL_CLANG := true
19 ifeq ($(LLVM_ENABLE_ASSERTION),true)
52 LOCAL_IS_HOST_MODULE := true
54 LOCAL_32_BIT_ONLY := true
  /external/llvm/utils/count/
Android.mk 18 LOCAL_IS_HOST_MODULE := true
  /frameworks/av/media/libstagefright/omx/tests/
Android.mk 20 LOCAL_32_BIT_ONLY := true
  /frameworks/base/packages/DefaultContainerService/
Android.mk 14 LOCAL_PRIVILEGED_MODULE := true
  /frameworks/base/packages/SettingsProvider/
Android.mk 12 LOCAL_PRIVILEGED_MODULE := true
  /frameworks/base/packages/WallpaperCropper/
Android.mk 13 LOCAL_PRIVILEGED_MODULE := true
  /frameworks/base/packages/services/Proxy/
Android.mk 10 LOCAL_PRIVILEGED_MODULE := true
  /hardware/qcom/gps/loc_api/
Android.mk 6 ifneq ($(TARGET_NO_RPC),true)
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Android.mk 20 ifneq ($(BUILD_WITHOUT_PV),true)
  /ndk/tests/build/issue22336-ICE-emit-rtl/jni/
Android.mk 6 LOCAL_ARM_NEON := true
  /packages/apps/Tag/
Android.mk 12 LOCAL_PRIVILEGED_MODULE := true
  /packages/providers/DownloadProvider/
Android.mk 11 LOCAL_PRIVILEGED_MODULE := true
  /packages/providers/MediaProvider/
Android.mk 13 LOCAL_PRIVILEGED_MODULE := true
  /system/extras/tests/framebuffer/
Android.mk 22 LOCAL_FORCE_STATIC_EXECUTABLE := true

Completed in 503 milliseconds

1 2 3 4 5 67 8 91011>>