HomeSort by relevance Sort by last modified time
    Searched refs:use (Results 51 - 75 of 4317) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
SmartPtr.h 5 * you may not use this file except in compliance with the License.
49 use();
62 use();
112 use();
128 use();
141 int use() { function in class:SmartPtr
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
SmartPtr.h 5 * you may not use this file except in compliance with the License.
49 use();
62 use();
108 use();
124 use();
137 int use() { function in class:SmartPtr
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
SmartPtr.h 5 * you may not use this file except in compliance with the License.
49 use();
62 use();
112 use();
128 use();
141 int use() { function in class:SmartPtr
  /dalvik/dx/src/com/android/dx/ssa/
DeadCodeRemover.java 5 * you may not use this file except in compliance with the License.
51 /** use list indexed by register; modified during operation */
160 for (SsaInsn use : useList[result.getReg()]) {
161 if (use instanceof PhiInsn) {
162 PhiInsn phiUse = (PhiInsn) use;
187 for (SsaInsn use : useList[regV]) {
188 if (hasSideEffect(use)) {
200 for (SsaInsn use : useList[regV]) {
201 RegisterSpec result = use.getResult();
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/
DeadCodeRemover.java 5 * you may not use this file except in compliance with the License.
51 /** use list indexed by register; modified during operation */
160 for (SsaInsn use : useList[result.getReg()]) {
161 if (use instanceof PhiInsn) {
162 PhiInsn phiUse = (PhiInsn) use;
187 for (SsaInsn use : useList[regV]) {
188 if (hasSideEffect(use)) {
200 for (SsaInsn use : useList[regV]) {
201 RegisterSpec result = use.getResult();
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/v8/test/preparser/
strict-octal-use-strict-after.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", after "use strict" directive.
32 "use strict";
33 "use\040strict";
strict-octal-use-strict-before.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, before "use strict" directive.
32 "use\040strict";
33 "use strict";
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.stderr.exp 4 in use at exit: 0 bytes in 0 blocks
14 in use at exit: 0 bytes in 0 blocks
24 in use at exit: 0 bytes in 0 blocks
34 in use at exit: 0 bytes in 0 blocks
44 in use at exit: 0 bytes in 0 blocks
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.stderr.exp 4 in use at exit: 0 bytes in 0 blocks
14 in use at exit: 0 bytes in 0 blocks
24 in use at exit: 0 bytes in 0 blocks
34 in use at exit: 0 bytes in 0 blocks
44 in use at exit: 0 bytes in 0 blocks
  /external/webkit/LayoutTests/fast/url/resources/
utilities.js 6 // It would be more elegant to use the DOM here, but we use document.write()
15 // It would be more elegant to use the DOM here, but we chose document.write()
31 // It would be more elegant to use the DOM here, but we use document.write()
  /external/easymock/
Android.mk 4 # you may not use this file except in compliance with the License.
19 # Build an easymock.jar to use for host side tests
28 # Build an easymocklib.jar to use on device
  /external/icu4c/samples/ufortune/
fortunedefs.mk 13 # (must be locatable by ICU_PATH - use 'make check')
15 # files - will use separate files, such as es.res, fi.res, etc.
16 # (use 'make check')
  /external/v8/test/mjsunit/regress/
regress-1624-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
31 "use strict";
37 eval('"use strict"; var no_touch = 1;');
43 evil('"use strict"; var no_touch = 2;');
63 eval('"use strict"; var no_touch = 5;');
73 evil('"use strict"; var no_touch = 6;');
102 "use strict";
104 eval('"use strict"; var no_touch = 9;')
    [all...]
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...]
  /frameworks/compile/libbcc/runtime/make/
options.mk 6 # The compiler to use.
9 # The compiler flags to use.
18 # Whether function definitions should use hidden visibility. This adds the
  /external/clang/test/CXX/temp/
p3.cpp 10 expected-error {{use of undeclared identifier 'T'}} \
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 66 void use() { function
  /external/libxslt/libxslt/
keys.h 33 const xmlChar *use,
  /external/qemu/distrib/jpeg-6b/
Android.mk 16 # use ashmem as libjpeg decoder's backing store
22 # use sdcard as libjpeg decoder's backing store
  /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/
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...]

Completed in 337 milliseconds

1 23 4 5 6 7 8 91011>>