/external/jemalloc/include/jemalloc/ |
jemalloc_protos_jet.h | 35 size_t extra, int flags);
|
/external/libevent/ |
evbuffer-internal.h | 221 void *extra; member in struct:evbuffer_chain_reference 225 /** Return a pointer to extra data allocated along with an evbuffer. */
|
/external/libunwind/include/ |
libunwind-common.h.in | 137 unw_tdep_proc_info_t extra; /* target-dependent auxiliary proc-info */ 203 unw_tdep_save_loc_t extra; /* target-dependent additional information */
|
/external/llvm/utils/release/ |
build_llvm_package.bat | 40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools/clang/tools/extra || exit /b
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
TypeUtils.java | 106 public static Type[] add(Type[] types, Type extra) { 108 return new Type[]{ extra }; 111 if (list.contains(extra)) { 116 copy[types.length] = extra;
|
/external/opencv3/3rdparty/zlib/ |
trees.c | 62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 88 * need for the L_CODES extra codes used during heap construction. However 119 const intf *extra_bits; /* extra bits for each code or NULL */ 495 const intf *extra = desc->stat_desc->extra_bits; local 501 int xbits; /* extra bits */ 523 if (n >= base) xbits = extra[n-base]; 653 /* node is 0 or 1 so it does not have extra bits */ 1069 int extra; \/* number of extra bits to send *\/ local [all...] |
/external/pdfium/third_party/freetype/src/cff/ |
cffobjs.c | 62 CFF_Font font = (CFF_Font)face->extra.data; 80 CFF_Font font = (CFF_Font)face->extra.data; 167 CFF_Font font = (CFF_Font)face->extra.data; 226 CFF_Font font = (CFF_Font)face->extra.data; 298 CFF_Font font = (CFF_Font)cffface->extra.data; 353 CFF_Font font = (CFF_Font)face->extra.data; 581 face->extra.data = cff; 1030 CFF_Font cff = (CFF_Font)face->extra.data; 1036 FT_FREE( face->extra.data ); [all...] |
/external/pdfium/third_party/zlib_v128/ |
trees.c | 62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 88 * need for the L_CODES extra codes used during heap construction. However 119 const intf *extra_bits; /* extra bits for each code or NULL */ 495 const intf *extra = desc->stat_desc->extra_bits; local 501 int xbits; /* extra bits */ 523 if (n >= base) xbits = extra[n-base]; 653 /* node is 0 or 1 so it does not have extra bits */ 1069 int extra; \/* number of extra bits to send *\/ local [all...] |
/external/toybox/toys/posix/ |
cp.c | 145 int fdout = -1, cfd = try->parent ? try->parent->extra : AT_FDCWD, 155 fdout = try->extra; 226 if (-1 != (try->extra = openat(cfd, catch, O_NOFOLLOW))) 227 if (!fstat(try->extra, &st2) && S_ISDIR(st2.st_mode))
|
/external/wpa_supplicant_8/src/fst/ |
fst.h | 197 * @extra - Event specific data (see fst_ctrl_iface.h for more info) 201 const union fst_event_extra *extra);
|
/external/zlib/src/ |
trees.c | 62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 88 * need for the L_CODES extra codes used during heap construction. However 119 const intf *extra_bits; /* extra bits for each code or NULL */ 495 const intf *extra = desc->stat_desc->extra_bits; local 501 int xbits; /* extra bits */ 523 if (n >= base) xbits = extra[n-base]; 653 /* node is 0 or 1 so it does not have extra bits */ 1069 int extra; \/* number of extra bits to send *\/ local [all...] |
/frameworks/av/media/libstagefright/mpeg2ts/ |
ATSParser.h | 106 DiscontinuityType type, const sp<AMessage> &extra);
|
/packages/apps/Settings/src/com/android/settings/ |
DeviceInfoSettings.java | 302 String extra = b.getString(CarrierConfigManager. local 308 if (!TextUtils.isEmpty(extra)) { 309 intent.putExtra(extra, extraVal); 312 " with extra " + extra + ", " + extraVal);
|
/packages/apps/Settings/src/com/android/settings/fingerprint/ |
FingerprintLocationAnimationVideoView.java | 74 public boolean onInfo(MediaPlayer mediaPlayer, int what, int extra) {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/ |
AboutFragment.java | 333 String extra = b.getString(CarrierConfigManager. local 339 if (!TextUtils.isEmpty(extra)) { 340 intent.putExtra(extra, extraVal); 343 " with extra " + extra + ", " + extraVal);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
build_ext.py | 85 "extra explicit link objects to include in the link"), 481 # Two possible sources for extra compiler arguments: 721 extra = [(template % (sysconfig.get_config_var('VERSION')))] 724 extra.append(lib[2:]) 727 extra.append(lib[2:]) 730 extra.append(lib[2:]) 731 return ext.libraries + extra [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
build_ext.py | 85 "extra explicit link objects to include in the link"), 481 # Two possible sources for extra compiler arguments: 721 extra = [(template % (sysconfig.get_config_var('VERSION')))] 724 extra.append(lib[2:]) 727 extra.append(lib[2:]) 730 extra.append(lib[2:]) 731 return ext.libraries + extra [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_ext.py | 85 "extra explicit link objects to include in the link"), 481 # Two possible sources for extra compiler arguments: 721 extra = [(template % (sysconfig.get_config_var('VERSION')))] 724 extra.append(lib[2:]) 727 extra.append(lib[2:]) 730 extra.append(lib[2:]) 731 return ext.libraries + extra [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_ext.py | 85 "extra explicit link objects to include in the link"), 481 # Two possible sources for extra compiler arguments: 721 extra = [(template % (sysconfig.get_config_var('VERSION')))] 724 extra.append(lib[2:]) 727 extra.append(lib[2:]) 730 extra.append(lib[2:]) 731 return ext.libraries + extra [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
interworking.c | 98 struct wpabuf *extra) 105 (extra ? wpabuf_len(extra) : 0)); 113 if (extra) 114 wpabuf_put_buf(buf, extra); 251 struct wpabuf *extra = NULL; local 283 extra = wpabuf_alloc(100); 284 if (!extra) 287 len_pos = gas_anqp_add_element(extra, ANQP_VENDOR_SPECIFIC); 288 wpabuf_put_be24(extra, OUI_WFA) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
PlayVideoActivity.java | 49 * Intent extra defining the {@link Stream} information 162 public boolean onError(MediaPlayer mp, int what, int extra) { 163 Log.e(TAG, "Unable to play video, got onError with code " + what + ", extra " + extra);
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerFlakyNetworkTest.java | 263 public boolean onError(MediaPlayer mp, int what, int extra) { 264 fail("Media player had error " + what + " extra " + extra + " playing " + name);
|
MediaRandomTest.java | 184 public boolean onError(MediaPlayer mp, int what, int extra) { 274 public void onError(MediaRecorder recorder, int what, int extra) {
|
/cts/tests/tests/os/jni/ |
Android.mk | 34 # include extra test files that will not compile on architectures where it is
|
/cts/tests/tests/telecom2/ |
Android.mk | 41 --extra-packages android.telecom.cts \
|