HomeSort by relevance Sort by last modified time
    Searched refs:use (Results 151 - 175 of 4394) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/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/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
31 "use strict";
97 assertThrows("function foo() { 'use strict'; for (let in {}) { } }", SyntaxError);
98 assertThrows("function foo() { 'use strict'; for (let x = 3 in {}) { } }", SyntaxError);
99 assertThrows("function foo() { 'use strict'; for (let x, y in {}) { } }", SyntaxError);
100 assertThrows("function foo() { 'use strict'; for (let x = 3, y in {}) { } }", SyntaxError);
101 assertThrows("function foo() { 'use strict'; for (let x, y = 4 in {}) { } }", SyntaxError);
102 assertThrows("function foo() { 'use strict'; for (let x = 3, y = 4 in {}) { } }", SyntaxError)
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
no-page-cache.js 1 description("Tests that pages that use Geolocation are not put in the page cache.<br><br>Currently, Geolocation does not work with the page cache so pages that use Geolocation are explicitly prevented from entering the cache. This test checks for accidental enabling of the page Cache for Geolocation. See https://bugs.webkit.org/show_bug.cgi?id=43956 for details.");
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnShader.cpp 4 * Redistribution and use in source and binary forms, with or without
20 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
42 void LoopBlinnShader::use(unsigned vertexOffset, unsigned klmOffset, const AffineTransform& transform) function in class:WebCore::LoopBlinnShader
  /external/webkit/Source/WebKit/win/
WebFramePolicyListener.h 4 * Redistribution and use in source and binary forms, with or without
19 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
53 virtual HRESULT STDMETHODCALLTYPE use(void);
  /ndk/build/core/
prebuilt-static-library.mk 4 # you may not use this file except in compliance with the License.
28 # to facilitate debugging, so use the prebuilt version directly
  /external/compiler-rt/lib/asan/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/msan/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/tsan/rtl/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 6 (* this used to crash, we must not use 'external' in .mli files, but 'val' if we
  /external/v8/test/mjsunit/
regexp-string-methods.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
28 // Regexp shouldn't use String.prototype.slice()
35 // Regexp shouldn't use String.prototype.charAt()
48 // I.e., RegExp.prototype.test shouldn't use the current value of
  /external/valgrind/main/memcheck/tests/
describe-block.stderr.exp 9 in use at exit: ... bytes in ... blocks
err_disable2.stderr.exp 18 WARNING: possibly as a result of some mistake in the use
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
no-page-cache.js 1 description('Tests that pages that use DeviceMotion are not put in the page cache.');
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
no-page-cache.js 1 description('Tests that pages that use DeviceOrientation are not put in the page cache.');
  /frameworks/av/media/libnbaio/
Android.mk 19 # libsndfile license is incompatible; uncomment to use for local debug only
  /sdk/emulator/opengl/host/tools/emugen/
Android.mk 22 # on windows use the build host emugen executable
  /device/asus/tilapia/
BoardConfig.mk 4 # you may not use this file except in compliance with the License.
19 # included in a build is to use PRODUCT_PACKAGES in a product
27 # we use the camera stub when the vendor tree isn't present, and
  /external/jpeg/
Android.mk 18 # use ashmem as libjpeg decoder's backing store
26 # use sdcard as libjpeg decoder's backing store
48 # use mips assembler IDCT implementation if MIPS DSP-ASE is present
  /external/openssl/crypto/des/
FILES0 6 Imakefile - For use with kerberos.
13 GNUmakefile - The makefile for use with glibc.
16 vms.com - For use when compiling under VMS
37 cbc3_enc.c - des_3cbc_encrypt() source, don't use this function.
85 /* The following are for use with sun RPC implementaions. */
91 * contained in them. They are for use in the most recent incarnation of
  /external/v8/test/preparser/
non-use-strict-hex-escape.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
28 // A string looking like "use strict", but with a hex escape in it,
32 "use\x20strict";
non-use-strict-octal-escape.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
28 // A string looking like "use strict", but with an octal escape in it,
32 "use\040strict";
non-use-strict-uhex-escape.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
28 // A string looking like "use strict", but with a long hex escape in it,
32 "use\u0020strict";
  /frameworks/support/v13/
Android.mk 4 # you may not use this file except in compliance with the License.
20 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
27 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
  /hardware/msm7k/libgralloc-qsd8k/tests/
Android.mk 4 # you may not use this file except in compliance with the License.
17 # you can use EXTRA_CFLAGS to indicate additional CFLAGS to use

Completed in 775 milliseconds

1 2 3 4 5 67 8 91011>>