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

1 2 34 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
rwlock_type_checking.stderr.exp 2 Attempt to use a user-defined rwlock as a POSIX rwlock: rwlock 0x.........
8 Attempt to use a POSIX rwlock as a user-defined rwlock: rwlock 0x.........
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadSpecificWin.cpp 25 #if USE(PTHREADS)
26 #error This file should not be compiled by ports that do not use Windows native ThreadSpecific implementation.
  /prebuilts/tools/common/cglib/
Android.mk 4 # you may not use this file except in compliance with the License.
19 # Note: To use cglib, please also add target asm-3-tools.
  /external/v8/test/mjsunit/regress/
regress-1624.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
36 eval('"use strict"; var no_touch = 1;');
42 evil('"use strict"; var no_touch = 2;');
62 eval('"use strict"; var no_touch = 5;');
72 evil('"use strict"; var no_touch = 6;');
101 "use strict";
103 eval('"use strict"; var no_touch = 9;');
112 "use strict"
    [all...]
  /external/v8/test/mjsunit/
strict-mode-implicit-receiver.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
33 function strict_get_y() { "use strict"; return this.y; }
51 function strict_get_y() { "use strict"; return this.y; }
99 "use strict";
109 "use strict";
145 "use strict";
154 "use strict";
161 function strict_return_this() { "use strict"; return this;
    [all...]
  /frameworks/support/v4/
Android.mk 4 # you may not use this file except in compliance with the License.
17 # A helper sub-library that makes direct use of Eclair APIs.
26 # A helper sub-library that makes direct use of Froyo APIs.
36 # A helper sub-library that makes direct use of Gingerbread APIs.
46 # A helper sub-library that makes direct use of Honeycomb APIs.
56 # A helper sub-library that makes direct use of Honeycomb MR2 APIs.
66 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
76 # A helper sub-library that makes direct use of Ice Cream Sandwich MR1 APIs.
86 # A helper sub-library that makes direct use of JellyBean APIs.
96 # A helper sub-library that makes direct use of JellyBean MR1 APIs
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 5 * you may not use this file except in compliance with the License.
47 /** Maximum constants to collect per method. Puts cap on reg use */
241 // Sort by use, with most used at the beginning of the list.
280 for (SsaInsn use : ssaMeth.getUseListForRegister(origReg.getReg())) {
281 RegisterSpec localAssignment = use.getLocalAssignment();
286 if (use.getResult() == null) {
296 // Un-associate original use.
297 use.setResultLocal(null);
307 use.getBlock());
309 ArrayList<SsaInsn> insns = use.getBlock().getInsns()
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
ConstCollector.java 5 * you may not use this file except in compliance with the License.
47 /** Maximum constants to collect per method. Puts cap on reg use */
241 // Sort by use, with most used at the beginning of the list.
280 for (SsaInsn use : ssaMeth.getUseListForRegister(origReg.getReg())) {
281 RegisterSpec localAssignment = use.getLocalAssignment();
286 if (use.getResult() == null) {
296 // Un-associate original use.
297 use.setResultLocal(null);
307 use.getBlock());
309 ArrayList<SsaInsn> insns = use.getBlock().getInsns()
    [all...]
  /build/libs/host/
Android.mk 20 # acp uses libhost, so we can't use
  /external/clang/test/Analysis/inlining/
inline-defensive-checks.c 90 void use(char *p) { function
97 use(buffer);
path-notes.cpp 7 static void use(int *p) { function in class:Foo
13 use(p);
15 // expected-note@-2 {{Calling 'Foo::use'}}
656 // CHECK-NEXT: <string>Calling &apos;Foo::use&apos;</string>
658 // CHECK-NEXT: <string>Calling &apos;Foo::use&apos;</string>
742 // CHECK-NEXT: <key>issue_context</key><string>use</string>
    [all...]
  /external/compiler-rt/lib/arm/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/i386/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/interception/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/ppc/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/profile/
Makefile.mk 17 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/sanitizer_common/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/ubsan/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /external/compiler-rt/lib/x86_64/
Makefile.mk 19 # FIXME: use automatic dependencies?
  /external/hyphenation/
Android.mk 4 # and the host (as a static library for tools to use).
  /external/openssl/
Android.mk 3 # Enable to be able to use ALOG* with #include "cutils/log.h"
  /external/qemu/
Android.mk 2 # through the 'm' or 'mm' build commands. if not, we use the
  /external/stlport/stlport/stl/config/
compat.h 78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
79 use its iostreams implementation or no iostreams at all.
  /external/tinyxml/
Android.mk 5 # Add -DTIXML_USE_STL to CFLAGS to use STL.
  /external/valgrind/main/gdbserver_tests/
mcclean_after_fork.stderr.exp 9 in use at exit: 0 bytes in 0 blocks

Completed in 734 milliseconds

1 2 34 5 6 7 8 91011>>