/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/ |
PlaybackOverlayActivity.java | 196 public boolean onError(MediaPlayer mp, int what, int extra) { 198 if (extra == MediaPlayer.MEDIA_ERROR_TIMED_OUT) {
|
/external/aac/ |
Android.mk | 42 LOCAL_CFLAGS += -Wno-sequence-point -Wno-extra
|
/external/dng_sdk/source/ |
dng_string.cpp | 956 for (uint32 extra = 1; extra < aSize; extra++) 959 if ((nBuf [extra] & 0xC0) != 0x80) 1652 uint32 extra = len1 - match_offset - len2 + 1; // + 1 for NULL termination local 1654 for (uint32 j = 0; j < extra; j++) 1687 uint32 extra = len1 - match_offset - len2 + 1; // + 1 for NULL termination local 1691 extra); [all...] |
/external/icu/icu4c/source/layout/ |
PairPositioningSubtables.cpp | 150 le_uint16 extra = (recordCount - power) * recordSize; 153 const PairValueRecord *trial = (const PairValueRecord *) ((char *) record + extra);
|
/external/jemalloc/include/jemalloc/ |
jemalloc_protos.h.in | 35 size_t extra, int flags);
|
/external/libunwind/include/ |
libunwind-common.h | 149 unw_tdep_proc_info_t extra; /* target-dependent auxiliary proc-info */ member in struct:unw_proc_info 215 unw_tdep_save_loc_t extra; /* target-dependent additional information */ member in struct:unw_save_loc
|
/external/ppp/pppd/plugins/rp-pppoe/ |
common.c | 37 * extra -- an opaque data pointer supplied to parsing function 42 * "func" is passed the additional argument "extra". 45 parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra) 79 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra); 89 * msg -- if non-NULL, extra error message to include in PADT packet.
|
pppoe.h | 218 void *extra); 272 int parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra);
|
/external/v8/src/ic/x64/ |
stub-cache-x64.cc | 85 Register name, Register scratch, Register extra, 89 USE(extra); // The register extra is not used on the X64 platform. 103 // Check scratch register is valid, extra and extra2 are unused.
|
/external/v8/test/mjsunit/es6/debug-promises/ |
reject-caught-all.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
|
reject-uncaught-all.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
|
reject-uncaught-uncaught.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
|
reject-with-invalid-reject.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
|
reject-with-throw-in-reject.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
|
reject-with-undefined-reject.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
|
throw-uncaught-all.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
|
throw-uncaught-uncaught.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
|
throw-with-throw-in-reject.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
|
throw-with-undefined-reject.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
|
/external/v8/test/mjsunit/es6/ |
typedarray-proto.js | 27 // There are extra own class properties due to it simply being a function
|
/external/v8/test/mjsunit/regress/ |
regress-1102760.js | 35 assertEquals(0, F.apply(this, [], 0), "empty args, extra argument");
|
regress-1383.js | 28 // Test that passing the strict_mode flag in extra ic state from
|
/external/v8/test/webkit/fast/js/ |
regexp-lastindex.js | 25 'Test for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=5602">REGRESSION: RegExp("[^\\s$]+", "g") returns extra matches</a>'
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_invitation.c | 26 size_t extra = 0; local 46 extra = wpabuf_len(wfd_ie); 50 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_INV_REQ]); 52 buf = wpabuf_alloc(1000 + extra); 117 size_t extra = 0; local 137 extra = wpabuf_len(wfd_ie); 141 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_INV_RESP]); 143 buf = wpabuf_alloc(1000 + extra);
|
/external/zlib/src/contrib/blast/ |
blast.c | 246 * byte is 4, 5, or 6 for the number of extra bits in the distance code. 260 * no bit reversal is needed for either the length extra bits or the distance 261 * extra bits. 282 int symbol; /* decoded symbol, extra bits for distance */ 308 static const char extra[16] = { /* extra bits for length codes */ local 330 len = base[symbol] + bits(s, extra[symbol]);
|