HomeSort by relevance Sort by last modified time
    Searched full:labeled (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-002.js 6 * Verify that code after a labeled break is not executed. Verify that
7 * a labeled break breaks you out of the whole labeled block, and not
15 var TITLE = "do...while with a labeled continue statement";
30 // The labeled statment contains statements after the labeled break.
43 result1 = "fail: evaluated statement after a labeled break";
47 result2 = "failed: broke out of loop, but not out of labeled block";
65 "breaking out of a labeled do...while loop",
label-001.js 4 * Description: Labeled statements
6 * Labeled break and continue within a for loop.
14 var TITLE = "Labeled statements";
35 "break out of a labeled for loop: "+ limit,
dowhile-004.js 6 * Test a labeled do...while. Break out of the loop with no label
14 var TITLE = "do...while with a labeled continue statement";
32 result2 = "failed: broke out of labeled statement unexpectedly";
39 result1 = "fail: evaluated statement after a labeled break";
61 "breaking out of a labeled do...while loop",
forin-001.js 131 * Break out of a labeled for...in loop.
154 "verify labeled statement is only executed once",
166 "verify break out of labeled for...in loop",
172 "verify break out of labeled block",
178 * Labeled break out of a labeled for...in loop.
200 "verify labeled statement is only executed once",
212 "verify break out of labeled for...in loop",
218 "verify break out of labeled block",
224 * Labeled continue from a labeled for...in loo
    [all...]
label-002.js 4 * Description: Labeled statements
6 * Labeled break and continue within a for-in loop.
14 var TITLE = "Labeled statements";
dowhile-005.js 6 * Test a labeled do...while. Break out of the loop with no label
17 var TITLE = "do...while with a labeled continue statement";
while-004.js 56 * While with a labeled continue statement. Verify that statements
63 var description = "while with a labeled continue statement";
85 "DoWhile_2: " +description +" - code after labeled continue should not be executed",
97 * While with a labeled break.
101 var description = "while with a labeled break statement";
142 var description = "labeled while with an unlabeled break";
181 var description = "while with a labeled continue statement";
204 "DoWhile_5: " +description +" - code after labeled continue should not be executed",
dowhile-001.js 13 var TITLE = "do...while with a labeled continue statement";
dowhile-003.js 14 var TITLE = "do...while with a labeled continue statement";
  /external/llvm/test/YAMLParser/
spec-02-10.data 6 # Following node labeled SS
  /external/sepolicy/
genfs_contexts 6 # selinuxfs booleans can be individually labeled.
te_macros 4 # upon executing a file labeled with type.
26 # upon executing a file labeled with type.
37 # Allow domain to create a file labeled file_type in a
38 # directory labeled dir_type.
54 # they are created by domain in directories labeled dir_type.
attributes 14 # All types used for files that can exist on a labeled fs.
  /external/chromium/chrome/browser/chromeos/login/
oobe_progress_bar.h 19 // Special purpose progress bar with labeled steps that is used to show user's
  /external/openfst/src/include/fst/extensions/pdt/
pdtlib.h 18 // encoded as an FST, where some transitions are labeled with open or close
  /external/tcpdump/tests/
bgp_vpn_attrset.out 16 AFI: IPv4 (1), SAFI: labeled VPN Unicast (128)
  /frameworks/base/core/java/android/content/pm/
LabeledIntent.java 35 * Create a labeled intent from the given intent, supplying the label
53 * Create a labeled intent from the given intent, supplying a textual
71 * Create a labeled intent with no intent data but supplying the label
86 * Create a labeled intent with no intent data but supplying a textual
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Sunkeysym.h 70 #define SunXK_F36 0x1005FF10 /* Labeled F11 */
71 #define SunXK_F37 0x1005FF11 /* Labeled F12 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Sunkeysym.h 70 #define SunXK_F36 0x1005FF10 /* Labeled F11 */
71 #define SunXK_F37 0x1005FF11 /* Labeled F12 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Sunkeysym.h 70 #define SunXK_F36 0x1005FF10 /* Labeled F11 */
71 #define SunXK_F37 0x1005FF11 /* Labeled F12 */
  /external/zlib/src/doc/
txtvsbin.txt 18 labeled as plain text, otherwise it is labeled as binary. A prominent
74 labeled as textual, because the files that are genuinely binary tend to
76 other hand, the upper range needs to be labeled as textual, because it
  /external/chromium/chrome/browser/autofill/
address_field.cc 115 // Ignore non-labeled fields within an address; the page
119 // types after any non-labeled fields, and we want email address fields to
120 // have precedence since some pages contain fields labeled
201 // Kohl's - Register Billing Address.html the text element labeled "city"
  /external/chromium/chrome/common/extensions/docs/static/
experimental.webInspector.panels.html 26 and labeled as <em>Font Picker</em>:</p>
  /external/chromium/chrome/common/
launchd_mac.h 39 // Return a dictionary with the launchd entries for job labeled |name|.
  /external/v8/test/preparser/
strict-function-statement.pyt 94 StrictTest("labeled", """

Completed in 2672 milliseconds

1 2 3 4 5 6 7