HomeSort by relevance Sort by last modified time
    Searched refs:break (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/v8/test/mjsunit/
switch.js 51 break;
54 break;
57 break;
60 break;
86 break;
89 break;
92 break;
95 break;
98 break;
151 case 0: res += 0; break;
    [all...]
debug-multiple-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
49 // This test sets several break points at the same place and checks that
50 // several break points at the same place only makes one debug break event
51 // and that when the last break point is removed no more debug break events
65 // Remove one of the break points.
70 // Remove the second break point.
75 // Perform the same test using function g (this time removing the break point
    [all...]
debug-evaluate-recursive.js 69 // Event listener which evaluates with break disabled.
72 if (event == Debug.DebugEvent.Break)
74 // Call functions with break using the FrameMirror directly.
80 // Call functions with break using the JSON protocol. Tests that argument
87 // Call functions with break using the JSON protocol. Tests passing
105 // Event listener which evaluates with break enabled one time and the second
106 // time evaluates with break disabled.
110 if (event == Debug.DebugEvent.Break)
114 // Call functions with break using the FrameMirror directly.
116 // First break event evaluates with break enabled
    [all...]
debug-script-breakpoints.js 32 // Set and remove a script break point for a named script.
41 // Set three script break points for named scripts.
46 // Check the content of the script break points.
64 // Remove script break points (in another order than they where added).
73 // Set and remove a script break point for a script id.
82 // Set three script break points for script ids.
87 // Check the content of the script break points.
105 // Remove script break points (in another order than they where added).
try.js 145 break L;
163 break L;
172 assertEquals(0, break_from_finally(0), "break from finally");
173 assertEquals(1, break_from_finally(1), "break from finally");
246 break L;
269 break L;
339 break L;
371 break L;
debug-handle.js 98 if (event == Debug.DebugEvent.Break) {
125 break;
129 break;
161 break;
168 break;
172 break;
196 break;
201 break;
206 break;
240 // Set a break point at return in f and invoke g to hit the breakpoint
    [all...]
debug-step.js 39 if (event == Debug.DebugEvent.Break) {
45 // Clear the break point on line 2 if set.
56 // Test debug event for break point.
72 // Check that performing 1000 steps with a break point on the statement in the
73 // for loop (line 2) will only make i 0 as a real break point breaks even when
debug-clearbreakpoint.js 60 if (event == Debug.DebugEvent.Break) {
71 // TODO(1241036) change this to 2 when break points have been restructured.
78 // Cannot clear the same break point twice.
94 // Set a break point and call to invoke the debug event listener.
debug-enable-disable-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
47 // This tests enabeling and disabling of break points including the case
48 // with several break points in the same location.
debug-ignore-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
47 // This tests ignore of break points including the case with several
48 // break points in the same location.
constant-folding.js 155 break;
162 break;
166 break;
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
watch.js 37 break;
41 break;
46 break;
56 break;
  /frameworks/base/services/camera/tests/CameraServiceTest/
Android.mk 25 # chance to fix this test, we don't want to break normal builds.
  /external/v8/test/mjsunit/regress/
regress-1036894.js 29 xeval("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }");
31 foo = function() { eval("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }"); }
35 eval("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }");
38 xeval('$=function(){L: {break L;break L;}};');
regress-1200351.js 40 eval("SetValueOf(typeof(break.prototype.name), Math.max(typeof(break)))")
52 eval("new break>>>=native.charCodeAt(-1.valueOf())")
64 eval("const x = break.toString()&&return continue")
68 eval("for (-1==continue.toJSONProtocol, GetFunctionFor(break.call(NaN)), (!new RegExp).prototype.new Object()<<void) { debugger.__defineSetter__(null,function(){continue})>>>=GetFunctionFor(-1) }")
80 eval("unescape(break.toObject()).prototype.new RegExp.continue.__lookupGetter__(x.slice(1, NaN)) = typeof(null.push(0.2))")
92 eval("Instantiate(0.add(break)&&x > null)")
140 eval("switch (-1.length+new Object().prototype.name) { case (debugger.constructor.sort()): IsPrimitive(undef.__defineSetter__(undef,function(){native})); break; }")
156 eval("const x = -1.lastIndexOf(false)?parseFloat(void):Join(null, continue, new Object(), x, break)")
160 eval("label null/void-break.__lookupGetter__(native)"
    [all...]
regress-990205.js 29 // Force eager compilation of x through the use of eval. The break
30 // in function x should not try to break out of the enclosing while.
31 return eval("while(0) function x() { break; }; 42");
regress-806473.js 33 break L;
41 break L;
regress-842017.js 34 break L;
44 break L;
regress-265.js 53 break L0;
56 break L0;
regress-69.js 29 // balanced stack. It should not trigger the break point when --debug_code
37 default: break;
  /external/v8/src/
d8.js 81 Debug.DebugEvent = { Break: 1,
141 case 'break':
155 result += 'break';
166 break;
190 break;
203 break;
289 break;
294 break;
299 break;
304 break;
    [all...]
debug-debugger.js 40 Debug.DebugEvent = { Break: 1,
69 // The different script break point types.
84 // Create a new break point object and add it to the list of break points.
92 // Object representing a break point.
93 // NOTE: This object does not have a reference to the function having break
95 // not used any more. We do not want break points to keep functions alive.
179 // Break point not active - not triggered.
182 // Check for conditional break point.
184 // If break point has condition try to evaluate it in the top frame
    [all...]
  /build/tools/droiddoc/templates/assets/
prettify.js 3 var aa="!",ba="!=",ca="!==",F="#",da="%",ea="%=",G="&",fa="&&",ja="&&=",ka="&=",H="(",la="*",ma="*=",na="+=",oa=",",pa="-=",qa="->",ra="/",sa="/=",ta=":",ua="::",va=";",I="<",wa="<<",xa="<<=",ya="<=",za="=",Aa="==",Ba="===",J=">",Ca=">=",Da=">>",Ea=">>=",Fa=">>>",Ga=">>>=",Ha="?",Ia="@",L="[",M="^",Ta="^=",Ua="^^",Va="^^=",Wa="{",O="|",Xa="|=",Ya="||",Za="||=",$a="~",ab="break",bb="case",cb="continue",db="delete",eb="do",fb="else",gb="finally",hb="instanceof",ib="return",jb="throw",kb="try",lb="typeof",
5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1&nbsp;",Gc="&nbsp;<br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",
7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
8 kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto in (…)
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-fasta.js 70 break;
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-fasta.js 70 break;

Completed in 835 milliseconds

1 2 3 4