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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
debug-setbreakpoint.js 97 testArguments(dcp, '{"type":"function","target":"f"}', true, false);
98 testArguments(dcp, '{"type":"function","target":"h"}', true, false);
99 testArguments(dcp, '{"type":"function","target":"f","line":1}', true, false);
100 testArguments(dcp, '{"type":"function","target":"f","position":1}', true, false);
101 testArguments(dcp, '{"type":"function","target":"f","condition":"i == 1"}', true, false);
102 testArguments(dcp, '{"type":"function","target":"f","enabled":true}', true, false);
103 testArguments(dcp, '{"type":"function","target":"f","enabled":false}', true, false);
104 testArguments(dcp, '{"type":"function","target":"f","ignoreCount":7}', true, false);
106 testArguments(dcp, '{"type":"script","target":"test"}', true, true)
    [all...]
strict-equals.js 55 assertFalse('foo' === true);
64 assertFalse(x === true);
68 assertTrue(true === true);
70 assertFalse(false === true);
71 assertFalse(true === false);
72 assertFalse(true === new Boolean(true));
73 assertFalse(true === new Boolean(false));
74 assertFalse(false === new Boolean(true));
    [all...]
array-bounds-check-removal.js 90 test_base(a, 1, true);
91 test_base(a, 2, true);
95 test_base(a, 3, true);
96 check_test_base(a, 3, true);
102 test_base(dictionary_map_array, 5, true);
103 test_base(dictionary_map_array, 6, true);
107 test_base(dictionary_map_array, -2, true);
113 test_base(a, 5, true);
114 test_base(a, 6, true);
118 test_base(a, 2048, true);
    [all...]
  /external/v8/test/mjsunit/
debug-setbreakpoint.js 97 testArguments(dcp, '{"type":"function","target":"f"}', true, false);
98 testArguments(dcp, '{"type":"function","target":"h"}', true, false);
99 testArguments(dcp, '{"type":"function","target":"f","line":1}', true, false);
100 testArguments(dcp, '{"type":"function","target":"f","position":1}', true, false);
101 testArguments(dcp, '{"type":"function","target":"f","condition":"i == 1"}', true, false);
102 testArguments(dcp, '{"type":"function","target":"f","enabled":true}', true, false);
103 testArguments(dcp, '{"type":"function","target":"f","enabled":false}', true, false);
104 testArguments(dcp, '{"type":"function","target":"f","ignoreCount":7}', true, false);
106 testArguments(dcp, '{"type":"script","target":"test"}', true, true)
    [all...]
strict-equals.js 55 assertFalse('foo' === true);
64 assertFalse(x === true);
68 assertTrue(true === true);
70 assertFalse(false === true);
71 assertFalse(true === false);
72 assertFalse(true === new Boolean(true));
73 assertFalse(true === new Boolean(false));
74 assertFalse(false === new Boolean(true));
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/
Android.mk 1 #ifeq ($(call is-board-platform,msm8960),true)
4 USE_BIONIC_HEADER:=true
27 ifneq ($(strip $(USE_BIONIC_HEADER)),true)
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
background.js 10 chrome.windows.getAll({"populate":true}, function(windows) {
23 chrome.tabs.update(existing_tab.id, {"selected":true});
25 chrome.tabs.create({"url":url, "selected":true});
  /external/chromium_org/third_party/flot/
jquery.flot.fillbetween.min.js 1 (function(b){var a={series:{fillBetween:null}};function c(f){function d(j,h){var g;for(g=0;g<h.length;++g){if(h[g].id==j.fillBetween){return h[g]}}if(typeof j.fillBetween=="number"){g=j.fillBetween;if(g<0||g>=h.length){return null}return h[g]}return null}function e(B,u,g){if(u.fillBetween==null){return}var p=d(u,B.getData());if(!p){return}var y=g.pointsize,E=g.points,h=p.datapoints.pointsize,x=p.datapoints.points,r=[],w,v,k,G,F,q,t=u.lines.show,o=y>2&&g.format[2].y,n=t&&u.lines.steps,D=true,C=0,A=0,z;while(true){if(C>=E.length){break}z=r.length;if(E[C]==null){for(m=0;m<y;++m){r.push(E[C+m])}C+=y}else{if(A>=x.length){if(!t){for(m=0;m<y;++m){r.push(E[C+m])}}C+=y}else{if(x[A]==null){for(m=0;m<y;++m){r.push(null)}D=true;A+=h}else{w=E[C];v=E[C+1];G=x[A];F=x[A+1];q=0;if(w==G){for(m=0;m<y;++m){r.push(E[C+m])}q=F;C+=y;A+ (…)
jquery.flot.stack.min.js 1 (function(b){var a={series:{stack:null}};function c(f){function d(k,j){var h=null;for(var g=0;g<j.length;++g){if(k==j[g]){break}if(j[g].stack==k.stack){h=j[g]}}return h}function e(C,v,g){if(v.stack==null){return}var p=d(v,C.getData());if(!p){return}var z=g.pointsize,F=g.points,h=p.datapoints.pointsize,y=p.datapoints.points,t=[],x,w,k,J,I,r,u=v.lines.show,G=v.bars.horizontal,o=z>2&&(G?g.format[2].x:g.format[2].y),n=u&&v.lines.steps,E=true,q=G?1:0,H=G?0:1,D=0,B=0,A;while(true){if(D>=F.length){break}A=t.length;if(F[D]==null){for(m=0;m<z;++m){t.push(F[D+m])}D+=z}else{if(B>=y.length){if(!u){for(m=0;m<z;++m){t.push(F[D+m])}}D+=z}else{if(y[B]==null){for(m=0;m<z;++m){t.push(null)}E=true;B+=h}else{x=F[D+q];w=F[D+H];J=y[B+q];I=y[B+H];r=0;if(x==J){for(m=0;m<z;++m){t.push(F[D+m])}t[A+H]+ (…)
  /external/chromium_org/v8/test/webkit/
function-declaration-statement.js 35 if (true)
38 return true;
53 return true;
67 return true;
82 return true;
96 return true;
109 return true;
123 return true;
137 return true;
151 return true;
    [all...]
array-holes.js 54 return true;
73 return true;
92 shouldBe("showHoles([0, , 2, 3].map(returnTrue))", "'[true, hole, true, true]'");
93 shouldBe("showHoles([0, undefined, 2, 3].map(returnTrue))", "'[true, true, true, true]'");
119 shouldBe("showHoles([0, , 2, 3].map(returnTrue))", "'[true, true, true, true]'")
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Android.mk 16 ifeq ($(BOARD_NONBLOCK_MODE_PROCESS), true)
20 ifeq ($(BOARD_USE_ANB), true)
32 ifeq ($(BOARD_USES_MFC_FPS),true)
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Android.mk 16 ifeq ($(BOARD_NONBLOCK_MODE_PROCESS), true)
20 ifeq ($(BOARD_USE_ANB), true)
32 ifeq ($(BOARD_USES_MFC_FPS),true)
  /external/chromium_org/v8/test/webkit/fast/js/
basic-strict-mode.js 58 shouldBe("testThis.call(true)", "true");
67 shouldBeUndefined("testThisDotAccess.call(true)");
73 shouldBeUndefined("testThisBracketAccess.call(true, 'length')");
139 shouldBeTrue("'use strict'; if (0) { someGlobal = 'Shouldn\\'t be able to assign this.'; }; true;");
158 shouldThrow("global.eval('\"use strict\"; if (0) ++arguments; true;')");
171 shouldBeTrue("(function (a){'use strict'; a = false; return a !== arguments[0]; })(true)");
172 shouldBeTrue("(function (a){'use strict'; arguments[0] = false; return a !== arguments[0]; })(true)");
173 shouldBeTrue("(function (a){'use strict'; a=false; return arguments; })(true)[0]");
174 shouldBeTrue("(function (a){'use strict'; arguments[0]=false; return a; })(true)");
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 163 t.expectEquals(true, weekdayRange("MON", "FRI"));
164 t.expectEquals(true, weekdayRange("TUE", "FRI"));
165 t.expectEquals(true, weekdayRange("TUE", "TUE"));
166 t.expectEquals(true, weekdayRange("TUE"));
174 t.expectEquals(true, weekdayRange("MON", "FRI", "GMT"));
175 t.expectEquals(true, weekdayRange("TUE", "FRI", "GMT"));
176 t.expectEquals(true, weekdayRange("TUE", "TUE", "GMT"));
177 t.expectEquals(true, weekdayRange("TUE", "GMT"));
186 t.expectEquals(true, dateRange(3));
191 t.expectEquals(true, dateRange(3, "GMT"))
    [all...]
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 163 t.expectEquals(true, weekdayRange("MON", "FRI"));
164 t.expectEquals(true, weekdayRange("TUE", "FRI"));
165 t.expectEquals(true, weekdayRange("TUE", "TUE"));
166 t.expectEquals(true, weekdayRange("TUE"));
174 t.expectEquals(true, weekdayRange("MON", "FRI", "GMT"));
175 t.expectEquals(true, weekdayRange("TUE", "FRI", "GMT"));
176 t.expectEquals(true, weekdayRange("TUE", "TUE", "GMT"));
177 t.expectEquals(true, weekdayRange("TUE", "GMT"));
186 t.expectEquals(true, dateRange(3));
191 t.expectEquals(true, dateRange(3, "GMT"))
    [all...]
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 163 t.expectEquals(true, weekdayRange("MON", "FRI"));
164 t.expectEquals(true, weekdayRange("TUE", "FRI"));
165 t.expectEquals(true, weekdayRange("TUE", "TUE"));
166 t.expectEquals(true, weekdayRange("TUE"));
174 t.expectEquals(true, weekdayRange("MON", "FRI", "GMT"));
175 t.expectEquals(true, weekdayRange("TUE", "FRI", "GMT"));
176 t.expectEquals(true, weekdayRange("TUE", "TUE", "GMT"));
177 t.expectEquals(true, weekdayRange("TUE", "GMT"));
186 t.expectEquals(true, dateRange(3));
191 t.expectEquals(true, dateRange(3, "GMT"))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
test.js 3 ok(true);
7 ok(true);
8 ok(true);
9 ok(true);
13 ok(true);
18 ok(true);
24 ok(true);
28 ok(true);
35 state = true;
36 ok(true);
    [all...]
  /bootable/diskinstaller/
Android.mk 4 ifeq ($(TARGET_USE_DISKINSTALLER),true)
  /build/core/combo/arch/mips/
mips32r2dsp.mk 4 ARCH_MIPS_HAS_DSP :=true
mips32r2dspr2.mk 4 ARCH_MIPS_HAS_DSP :=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/chrome/renderer/resources/extensions/
content_watcher.js 28 childList: true,
29 attributes: true,
30 characterData: true,
31 subtree: 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...]

Completed in 2113 milliseconds

1 2 3 45 6 7 8 91011>>