HomeSort by relevance Sort by last modified time
    Searched refs:use (Results 176 - 200 of 6609) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/v8/test/mjsunit/
delete-non-configurable.js 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 assertThrows("'use strict'; delete so[i];", TypeError);
37 assertThrows("'use strict'; delete so[i.toString()];", TypeError);
53 assertThrows("'use strict'; delete arr[i];", TypeError);
55 assertThrows("'use strict'; delete arr[i.toString()];", TypeError);
70 assertThrows("'use strict'; delete obj[INDEX];", TypeError);
72 assertThrows("'use strict'; delete obj[INDEX.toString()];", TypeError);
strict-mode.js 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 assertThrows("'use strict';\n" + code, exception);
31 assertThrows('"use strict";\n' + code, exception);
40 'use strict';\
58 args[arguments.length] = "'use strict';";
64 // Incorrect 'use strict' directive.
66 "use\\x20strict";
70 // Incorrectly place 'use strict' directive
    [all...]
getter-in-prototype.js 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
41 assertThrows(function() { 'use strict'; o.x = 42; });
42 assertThrows(function() { 'use strict'; o[0] = 42; });
59 'use strict';
73 'use strict';
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 5 * you may not use this file except in compliance with the License.
334 for (SsaInsn use : useList) {
335 Rop useOpcode = use.getOpcode();
339 processPhiUse(use, escSet, regWorklist);
342 processUse(def, use, escSet, regWorklist);
353 * @param use {@code non-null;} phi use being processed
358 private void processPhiUse(SsaInsn use, EscapeSet escSet,
360 int setIndex = findSetIndex(use.getResult());
376 escSet.regSet.set(use.getResult().getReg())
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 5 * you may not use this file except in compliance with the License.
335 for (SsaInsn use : useList) {
336 Rop useOpcode = use.getOpcode();
340 processPhiUse(use, escSet, regWorklist);
343 processUse(def, use, escSet, regWorklist);
354 * @param use {@code non-null;} phi use being processed
359 private void processPhiUse(SsaInsn use, EscapeSet escSet,
361 int setIndex = findSetIndex(use.getResult());
377 escSet.regSet.set(use.getResult().getReg())
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-parse-use-strict.js 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32 var strict = '"use strict"; with({}) {}';
35 assertThrows('function f() { "use sanity";' + strict + '}');
36 assertThrows('function f() { "use sanity";' + strict + filler + '}');
39 // We must use eval instead of assertDoesNotThrow here to make sure that
regress-2273.js 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 "use strict";
35 "use strict";
41 "use strict";
47 "use strict";
59 "use strict";
  /system/extras/tests/bionic/libstdc++/
Android.mk 4 # you may not use this file except in compliance with the License.
26 # you can use EXTRA_CFLAGS to indicate additional CFLAGS to use
42 # you can use EXTRA_LDLIBS to indicate additional linker flags
76 # host environments don't provide it unless you use specific
  /external/clang/test/CXX/drs/
dr3xx.cpp 506 template<typename T> struct C : public A<T>::B<T> { // expected-error {{use 'template'}}
507 C() : A<T>::B<T>() {} // expected-error {{use 'template'}}
1138 void use(const void *);
1140 use(&withLinkage1); use(&withLinkage2); use(&withLinkage3a); use(&withLinkage3b);
1141 use(&withLinkage4a); use(&withLinkage4b); use(&withLinkage5); use(&withLinkage6)
    [all...]
  /external/clang/test/Analysis/
test-after-div-zero.c 138 void use(int a);
143 use(5 / x);
155 use(5 / x); // expected-note {{Division with compared value made here}}
  /cts/suite/cts/deviceTests/opengl/jni/
Android.mk 4 # you may not use this file except in compliance with the License.
23 # Needed in order to use fences for synchronization
  /cts/tests/tests/content/
Android.mk 4 # you may not use this file except in compliance with the License.
28 # Resource unit tests use a private locale and some densities
  /development/tools/apkcheck/
Android.mk 4 # you may not use this file except in compliance with the License.
17 # We use copy-file-to-new-target so that the installed
  /external/chromium_org/extensions/renderer/resources/
unload_event.js 2 // Use of this source code is governed by a BSD-style license that can be
5 // Special unload event. We don't use the DOM unload because that slows down
10 // was to use the real event object there would be a circular dependency.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
scale.h 4 * Use of this source code is governed by a BSD-style license
63 void SetUseReferenceImpl(int use);
  /external/chromium_org/third_party/libxslt/libxslt/
keys.c 93 if (keyd->use != NULL)
94 xmlFree(keyd->use);
266 * @use: the use value
276 const xmlChar *use, xmlNodePtr inst) {
281 if ((style == NULL) || (name == NULL) || (match == NULL) || (use == NULL))
286 "Add key %s, match %s, use %s\n", name, match, use);
291 key->use = xmlStrdup(use);
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayAdd.h 5 * Use of this source code is governed by a BSD-style license that can be
38 SkDrawable* use; member in class:SkAdd
  /external/chromium_org/v8/test/mjsunit/harmony/
block-for.js 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 "use strict";
95 assertThrows("function foo() { 'use strict'; for (let in {}) { } }", SyntaxError);
96 assertThrows("function foo() { 'use strict'; for (let x = 3 in {}) { } }", SyntaxError);
97 assertThrows("function foo() { 'use strict'; for (let x, y in {}) { } }", SyntaxError);
98 assertThrows("function foo() { 'use strict'; for (let x = 3, y in {}) { } }", SyntaxError);
99 assertThrows("function foo() { 'use strict'; for (let x, y = 4 in {}) { } }", SyntaxError);
100 assertThrows("function foo() { 'use strict'; for (let x = 3, y = 4 in {}) { } }", SyntaxError)
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
caller-property.js 4 // Redistribution and use in source and binary forms, with or without
19 // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
21 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
45 // The caller property should throw in strict mode, and a non-strict function cannot use caller to reach a strict caller (see ES5.1 15.3.5.4).
47 function strictCallee() { "use strict"; return strictCallee.caller; }
49 function strictCaller(x) { "use strict"; return x(); }
71 get foo() { "use strict"; return getFooGetter(strictAccessor).caller; },
72 set foo(x) { "use strict"; if (getFooSetter(strictAccessor).caller !==x) throw false; }
76 function strictGetter(x) { "use strict"; return x.foo; }
77 function strictSetter(x) { "use strict"; x.foo = nonStrictSetter; return true;
    [all...]
  /external/clang/test/CodeGenCXX/
lambda-expressions.cpp 8 void *use = &used; variable
  /external/google-fonts/carrois-gothic-sc/
Android.mk 4 # you may not use this file except in compliance with the License.
15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
fonts.mk 4 # you may not use this file except in compliance with the License.
15 # We have to use PRODUCT_PACKAGES (together with BUILD_PREBUILT) instead of
  /external/google-fonts/coming-soon/
Android.mk 4 # you may not use this file except in compliance with the License.
15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
fonts.mk 4 # you may not use this file except in compliance with the License.
15 # We have to use PRODUCT_PACKAGES (together with BUILD_PREBUILT) instead of
  /external/google-fonts/cutive-mono/
Android.mk 4 # you may not use this file except in compliance with the License.
15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,

Completed in 792 milliseconds

1 2 3 4 5 6 78 91011>>