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

1 2 3 4 5 6 7 8 91011>>

  /build/core/combo/arch/mips64/
mips64r6.mk 1 # Configuration for Android on mips64r6.
mips64r2.mk 1 # Configuration for Android on mips64r2.
3 # This target is for temporary use only, until mips64r6 is supported by Android's qemu.
  /external/v8/test/mjsunit/es6/regress/
regress-2506.js 10 for (const x of [1,2,3]) {
21 for (const z of [x, x+1, x+2]) {
28 for (const x of [q, q+1, q+2]) {
35 for (const x = 1; z < 2; z++) {
42 for (const x in [1,2,3]) {
47 assertThrows("'use strict'; for (const x in [1,2,3]) { x++ }", TypeError);
52 for (const x of [1,2,3]) {
59 for (const q of [x, x+1, x+2]) {
66 for (const x of [q, q+1, q+2]) {
72 for (const x in [1,2,3])
    [all...]
regress-3683.js 9 for (let x = 0; x < 10;) {
18 label: for (let x = 0; x < 10;) {
29 label: for (let x = 0; x < 10;) {
38 for (let x = 0; x < 10;) {
48 // Nested let-bound for loops, inner continue
50 for (let x = 0; x < 10;) {
52 for (let y = 0; y < 2;) {
60 // Nested let-bound for loops, outer continue
62 for (let x = 0; x < 10;) {
64 for (let y = 0; y < 2;)
    [all...]
  /build/core/combo/arch/x86/
haswell.mk 1 # Configuration for Linux on x86.
2 # Generating binaries for Haswell processors.
13 # CFLAGS for this arch
ivybridge.mk 1 # Configuration for Linux on x86.
2 # Generating binaries for Ivy Bridge processors.
13 # CFLAGS for this arch
sandybridge.mk 1 # Configuration for Linux on x86.
2 # Generating binaries for SandyBridge processors.
13 # CFLAGS for this arch
  /build/core/combo/arch/x86_64/
haswell.mk 1 # Configuration for Linux on x86_64.
2 # Generating binaries for Haswell processors.
13 # CFLAGS for this arch
ivybridge.mk 1 # Configuration for Linux on x86_64.
2 # Generating binaries for Ivy Bridge processors.
13 # CFLAGS for this arch
sandybridge.mk 1 # Configuration for Linux on x86_64.
2 # Generating binaries for SandyBridge processors.
13 # CFLAGS for this arch
  /external/v8/test/mjsunit/compiler/
osr-multiple3.js 11 for (var i = 0; i < 2; i++) {
12 for (var j = 0; j < 2; j++) {
25 for (var i = 0; i < 2; i++) {
26 for (var j = 0; j < 2; j++) {
40 for (var i = 0; i < 2; i++) {
41 for (var j = 0; j < 2; j++) {
osr-forin-nested.js 14 for (var x in t) {
15 for (var i = 0; i < 2; i++) {
26 for (var x in t) {
27 for (var i = 0; i < 2; i++) {
regress-607493.js 11 for (var x in a) {
13 for (var i = 0; i < 10; i++) { %OptimizeOsr(); }
28 for (var x in a) {
30 for (var i = 0; i < 10; i++) { %OptimizeOsr(); }
  /external/v8/test/mjsunit/regress/
regress-451958.js 13 for (i = 0; i < 1; j++) ;
14 for (i = 0; i < 1; k()) ;
15 for (i = 0; i < 1; i++) ;
23 for (__v_45 = 0; __v_45 < 64; __v_63++) {
25 for (__v_45 = 0; __v_45 < 128; __v_36++) {
27 for (__v_45 = 128; __v_45 < 256; __v_45++) {
  /build/core/combo/arch/mips/
mips32-fp.mk 1 # Configuration for Android on MIPS.
2 # Generating binaries for MIPS32/hard-float/little-endian
mips32r2-fp.mk 1 # Configuration for Android on MIPS.
2 # Generating binaries for MIPS32R2/hard-float/little-endian
mips32r6.mk 1 # Configuration for Android on MIPS.
2 # Generating binaries for MIPS32R6/hard-float/little-endian
  /external/v8/test/mjsunit/es6/
iterator-close.js 15 for (var x of g()) { break; }
19 for (let x of g()) { break; }
23 for (const x of g()) { break; }
27 for (x of g()) { break; }
32 for (var x of g()) { throw 42; }
36 for (let x of g()) { throw 42; }
40 for (const x of g()) { throw 42; }
44 for (x of g()) { throw 42; }
49 for (var x of g()) { return 42; }
53 for (let x of g()) { return 42;
    [all...]
iteration-syntax.js 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
28 // Test for-of syntax.
32 function f() { for (x of y) { } }
33 function f() { for (var x of y) { } }
34 function f() { for (let x of y) { } }
46 StrictSyntaxError("function f() { for (x of) { } }");
47 StrictSyntaxError("function f() { for (x of y z) { } }");
48 StrictSyntaxError("function f() { for (x of y;) { } }");
50 StrictSyntaxError("function f() { for (var x of) { } }")
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 5 (* expr - Base type for all expression nodes. *)
7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
13 (* variant for a unary operator. *)
16 (* variant for a binary operator. *)
19 (* variant for function calls. *)
22 (* variant for if/then/else. *)
25 (* variant for for/in. *)
26 | For of string * expr * expr * expr option * exp
    [all...]
  /build/kati/testcase/
define_verbatim.mk 2 for i in 1 2 3 PASS; do\
  /external/chromium-libpac/test/js-unittest/
return_unicode.js 1 // U+200B is the codepoint for zero-width-space.
  /external/curl/winbuild/
gen_resp_file.bat 4 @for %%i in (%*) do @echo %DIROBJ%/%%i \>> %OUTFILE%
  /ndk/tests/build/issue21132-__ARM_ARCH__/jni/
Application.mk 1 # Only armeabi-v7a* and x86 instruction for fast __swap32md
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 5 (* expr - Base type for all expression nodes. *)
7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
13 (* variant for a unary operator. *)
16 (* variant for a binary operator. *)
19 (* variant for function calls. *)
22 (* variant for if/then/else. *)
25 (* variant for for/in. *)
26 | For of string * expr * expr * expr option * exp
    [all...]

Completed in 395 milliseconds

1 2 3 4 5 6 7 8 91011>>