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

1 2 3 45 6 7 8 91011>>

  /external/libxml2/
libxml.h 70 void __xmlIOErr(int domain, int code, const char *extra);
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
104 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /external/v8/src/compiler/
linkage.cc 63 FrameOffset Linkage::GetFrameOffset(int spill_slot, Frame* frame, int extra) {
72 -(spill_slot + 1) * kPointerSize - register_save_area_size + extra;
76 kPCOnStackSize + extra;
84 kPCOnStackSize + extra;
  /external/valgrind/massif/tests/
ignored.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)
one.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
custom_alloc.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
46 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
58 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
realloc.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)
63 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
zero1.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)
zero2.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)
  /external/zlib/src/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
104 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /frameworks/support/v17/tests/
Android.mk 31 --extra-packages android.support.v17.leanback \
32 --extra-packages android.support.v7.recyclerview
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java 121 * Attempts to retrieve an extra from an intent first as hex value,
125 static private int getHandleExtra(Intent intent, String extra, int default_value) {
127 Object uuid = extras != null ? extras.get(extra) : null;
131 return Integer.parseInt(extras.getString(extra), 16);
137 return intent.getIntExtra(extra, default_value);
  /packages/services/Telephony/
Android.mk 26 --extra-packages com.android.phone.common \
27 --extra-packages com.android.services.telephony.sip
  /external/zlib/src/contrib/infback9/
infback9.c 235 unsigned extra; /* extra bits needed */ local
513 /* length code -- get extra bits, if any */
514 extra = (unsigned)(here.op) & 31;
515 if (extra != 0) {
516 NEEDBITS(extra);
517 length += BITS(extra);
518 DROPBITS(extra);
546 /* get distance extra bits, if any */
547 extra = (unsigned)(here.op) & 15
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/
GLVTypeBEndomorphism.java 50 boolean extra = b.testBit(t - 1);
52 if (extra)
  /external/clang/test/SemaObjC/
foreach.m 32 unsigned long extra[5];
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
MessageProtocol.java 151 int extra = buffer.remaining() - current.remaining(); local
159 buffer.limit( buffer.position() + extra );
  /frameworks/base/packages/SystemUI/
Android.mk 21 LOCAL_AAPT_FLAGS := --auto-add-overlay --extra-packages com.android.keyguard
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decorators.py 273 x.extra = 'Hello'
277 self.assertEqual(C.extra, 'Hello')
281 x.extra = 10
284 x.extra += 5
290 self.assertEqual(C.extra, 15)
294 x.extra = 'first'
297 x.extra = 'second'
302 self.assertEqual(C.extra, 'second')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 273 x.extra = 'Hello'
277 self.assertEqual(C.extra, 'Hello')
281 x.extra = 10
284 x.extra += 5
290 self.assertEqual(C.extra, 15)
294 x.extra = 'first'
297 x.extra = 'second'
302 self.assertEqual(C.extra, 'second')
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Insn.java 304 * @param extra {@code null-ok;} the inline argument string
307 protected final String toStringWithInline(String extra) {
315 if (extra != null) {
317 sb.append(extra);
337 * @param extra {@code null-ok;} the inline argument string
340 protected final String toHumanWithInline(String extra) {
347 if (extra != null) {
349 sb.append(extra);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 183 final Bundle extra = getResultExtras(false); local
194 if (extra == null) {
198 showToast("No extra");
203 if (extra.containsKey(RecognizerIntent.EXTRA_SUPPORTED_LANGUAGES)) {
208 updateSupportedLanguages(extra.getStringArrayList(
214 if (extra.containsKey(RecognizerIntent.EXTRA_LANGUAGE_PREFERENCE)) {
220 extra.getString(RecognizerIntent.EXTRA_LANGUAGE_PREFERENCE));
  /development/samples/SupportDesignDemos/
Android.mk 37 --extra-packages android.support.v7.appcompat \
38 --extra-packages android.support.v7.recyclerview \
39 --extra-packages android.support.design
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.h 87 const u8 *mac, const u8 *extra, size_t extra_len);
89 const u8 *extra, size_t extra_len);
99 const u8 *mac, const u8 *extra,
102 u8 *mac, const u8 *extra, size_t extra_len);
127 const u8 *mac, const u8 *extra,
216 const u8 *extra, size_t extra_len);
  /external/zlib/src/contrib/minizip/
mztools.c 46 char extra[1024]; local
63 unsigned int extsize = READ_16(header + 28); /* extra field length */
64 filename[0] = extra[0] = '\0';
97 /* Extra field */
99 if (extsize < sizeof(extra)) {
100 if (fread(extra, 1, extsize, fpZip) == extsize) {
101 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
186 /* Extra field */
188 if (fwrite(extra, 1, extsize, fpOutCD) == extsize) {

Completed in 465 milliseconds

1 2 3 45 6 7 8 91011>>