/external/chromium-trace/catapult/third_party/Paste/paste/ |
urlmap.py | 113 extra = 'defined apps: %s' % ( 116 extra = '' 117 extra += '\nSCRIPT_NAME: %r' % cgi.escape(environ.get('SCRIPT_NAME')) 118 extra += '\nPATH_INFO: %r' % cgi.escape(environ.get('PATH_INFO')) 119 extra += '\nHTTP_HOST: %r' % cgi.escape(environ.get('HTTP_HOST')) 122 comment=cgi.escape(extra)).wsgi_application
|
/external/libedit/src/ |
vis.c | 139 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) 144 /* extra */ 147 dst = do_svis(dst, c, flags, nextc, extra); 162 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) 175 dst = do_svis(dst, c, flags, nextc, extra); 261 * extra: Pointer to the list of extra characters to be 265 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) 270 iswextra = wcschr(extra, c) != NULL; 308 * Expand list of extra characters to not visually encode 353 wchar_t *dst, *src, *pdst, *psrc, *start, *extra; local [all...] |
/external/skia/src/pdf/ |
SkPDFMetadata.cpp | 213 int extra = 0; local 216 extra += 4; // strlen("&") - strlen("&") 218 extra += 3; // strlen("<") - strlen("<") 221 return extra; 235 int extra = count_xml_escape_size(input); local 236 SkString output(input.size() + extra + beforeLen + afterLen);
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
AudioRecordView.java | 79 // for some extra time before stopping it. 284 // Record for some extra time to ensure the ending part is saved. 306 public void onInfo(final MediaRecorder mr, final int what, final int extra) { 313 onErrorWhileRecording(what, extra); 318 public void onError(final MediaRecorder mr, final int what, final int extra) { 319 onErrorWhileRecording(what, extra); 322 private void onErrorWhileRecording(final int what, final int extra) { 324 ", extra=" + extra);
|
/external/avahi/avahi-compat-howl/samples/ |
browse.c | 46 sw_opaque_t extra) 89 sw_opaque_t extra)
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/tools/ |
gcs_file_seg_reader.py | 116 extra = offset - self._seg_valid_length 117 result = result[:-1*extra]
|
/external/elfutils/libelf/ |
common.h | 72 Elf_Cmd cmd, Elf *parent, Elf_Kind kind, size_t extra) 74 Elf *result = (Elf *) calloc (1, sizeof (Elf) + extra);
|
/external/libusb-compat/libusb/ |
core.c | 351 if (ep->extra) 352 free(ep->extra); 357 if (iface->extra) 358 free(iface->extra); 379 if (config->extra) 380 free(config->extra); 403 dest->extra = malloc(src->extra_length); 404 if (!dest->extra) 406 memcpy(dest->extra, src->extra, src->extra_length) [all...] |
/external/skia/src/animator/ |
SkAnimateMaker.cpp | 67 SkExtras* extra = *extraPtr; local 68 if (extra->definesType(type)) { 69 extra->fExtraCallBack = nullptr; 70 extra->fExtraStorage = nullptr; 339 SkExtras* extra = *extraPtr; local 340 if (extra->definesType(type)) { 341 extra->fExtraCallBack = callBack; 342 extra->fExtraStorage = userStorage;
|
/external/v8/test/mjsunit/es6/debug-promises/ |
reject-caught-late.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
|
reject-caught-uncaught.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
|
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...] |
/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
|
/development/samples/SupportLeanbackDemos/ |
Android.mk | 36 --extra-packages android.support.v17.leanback \ 37 --extra-packages android.support.v7.recyclerview
|