HomeSort by relevance Sort by last modified time
    Searched refs:extra (Results 226 - 250 of 1792) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/es6/debug-promises/
throw-caught-late.js 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
throw-caught-uncaught.js 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
  /external/valgrind/massif/tests/
peak2.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
60 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
72 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
96 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
108 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
120 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
132 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
144 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B
    [all...]
peak.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
60 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
72 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
96 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
108 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
120 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
132 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
144 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B
    [all...]
basic.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
68 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
98 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
114 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
130 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
146 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
long-names.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
49 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
new-cpp.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackQueueItem.java 69 public boolean onError(MediaPlayer mp, int what, int extra) {
70 Log.w(TAG, "Audio playback error: " + what + ", " + extra);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-unwind.d 20 O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
pr12718.d 18 O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
pr12921.d 20 O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
orph-dc-awp.d 10 # Like orph-d-awp.d, but with contents in the extra section.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pr12718.d 18 O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
pr12921.d 20 O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
  /bionic/libc/arch-arm/bionic/
__bionic_clone.S 42 # load extra parameters
  /cts/tests/leanbackjank/app/
Android.mk 47 --extra-packages android.support.v17.leanback \
48 --extra-packages android.support.v7.recyclerview
  /external/avahi/avahi-compat-howl/
browse-domain-test.c 41 AVAHI_GCC_UNUSED sw_opaque extra) {
  /external/avahi/avahi-compat-howl/include/corby/
object.h 84 sw_opaque extra);
  /external/avahi/avahi-compat-howl/samples/
publish.c 38 sw_opaque extra)
query.c 46 sw_opaque extra)
  /external/bison/lib/
obstack.c 114 (that adds an extra first argument), based on the state of use_extra_arg.
154 /* 12 is sizeof (mhead) and 4 is EXTRA from GNU malloc.
156 the extra bytes won't be missed terribly, but if range checking is on
157 and we used a larger request, a whole extra 4096 bytes would be
162 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1))
165 size = 4096 - extra;
201 /* 12 is sizeof (mhead) and 4 is EXTRA from GNU malloc.
203 the extra bytes won't be missed terribly, but if range checking is on
204 and we used a larger request, a whole extra 4096 bytes would be
209 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)
161 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
208 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
    [all...]
  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_tracing_agent.py 177 chrome_opts.add_option('--trace-gpu', help='Enable extra trace categories '
179 chrome_opts.add_option('--trace-flow', help='Enable extra trace categories '
181 chrome_opts.add_option('--trace-memory', help='Enable extra trace categories '
184 chrome_opts.add_option('--trace-scheduler', help='Enable extra trace '
  /external/clang/test/Analysis/
global-region-invalidation.c 18 int extra = (2 + strlen ("Clang") + ((4 - ((unsigned int) (2 + strlen ("Clang")) % 4)) % 4)) + (2 + strlen ("1.0") + ((4 - ((unsigned int) (2 + strlen ("1.0")) % 4)) % 4)); local
  /external/icu/icu4c/source/samples/layout/
Makefile.in 19 ## Extra files to remove for 'make clean'
81 # compile scrptrun.cpp from the extra/scrptrun directory.
84 scrptrun.d: $(top_srcdir)/extra/scrptrun/scrptrun.cpp
89 scrptrun.o: $(top_srcdir)/extra/scrptrun/scrptrun.cpp
  /external/tpm2/
CpriRSA_fp.h 40 TPM2B *extra, // IN: Party 1 data for the KDF

Completed in 927 milliseconds

1 2 3 4 5 6 7 8 91011>>