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

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/linux/
lsframe1.stderr.exp 6 in use at exit: ... bytes in ... blocks
lsframe2.stderr.exp 6 in use at exit: ... bytes in ... blocks
sigqueue.stderr.exp 5 in use at exit: 0 bytes in 0 blocks
  /external/valgrind/main/memcheck/tests/
mallinfo.stderr.exp 5 in use at exit: ... bytes in ... blocks
new_override.stderr.exp 4 in use at exit: ... bytes in ... blocks
sbfragment.stderr.exp 4 in use at exit: ... bytes in ... blocks
  /frameworks/av/media/libnbaio/
Android.mk 17 # libsndfile license is incompatible; uncomment to use for local debug only
  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 16 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /ndk/sources/cxx-stl/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.
  /ndk/tests/device/test-gabi++/jni/
Application.mk 8 # Note: we use APP_STL because we explicitely import
  /prebuilts/misc/android-arm/gdbserver/
Android.mk 13 # Any prebuilt files with default TAGS can use the below:
  /prebuilts/misc/android-mips/gdbserver/
Android.mk 13 # Any prebuilt files with default TAGS can use the below:
  /prebuilts/misc/android-x86/gdbserver/
Android.mk 13 # Any prebuilt files with default TAGS can use the below:
  /prebuilts/ndk/5/sources/cxx-stl/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.
  /prebuilts/ndk/6/sources/cxx-stl/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.
  /prebuilts/ndk/7/sources/cxx-stl/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.
  /prebuilts/ndk/8/sources/cxx-stl/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/v8/test/mjsunit/compiler/
eval-introduced-closure.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
40 "use strict";
50 "use strict";
61 "use strict";
73 function strict_eval(str) { "use strict"; return eval(str); }
85 "use strict";
86 function strict_eval(str) { "use strict"; return eval(str); }
  /external/webkit/Source/WebKit/win/
DefaultPolicyDelegate.cpp 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
35 // FIXME: move this enum to a separate header file when other code begins to use it.
117 listener->use();
119 listener->use();
142 listener->use();
169 listener->use();
173 listener->use();
  /frameworks/support/v4/
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 Eclair APIs.
29 # A helper sub-library that makes direct use of Froyo APIs.
38 # A helper sub-library that makes direct use of Gingerbread APIs.
47 # A helper sub-library that makes direct use of Honeycomb APIs.
56 # A helper sub-library that makes direct use of Honeycomb MR2 APIs.
65 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
74 # A helper sub-library that makes direct use of Ice Cream Sandwich MR1 APIs.
83 # A helper sub-library that makes direct use of JellyBean APIs.
92 # A helper sub-library that makes direct use of JellyBean MR1 APIs
    [all...]
  /dalvik/dx/src/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...]

Completed in 802 milliseconds

1 2 3 45 6 7 8 91011>>