HomeSort by relevance Sort by last modified time
    Searched refs:extra (Results 126 - 150 of 1682) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 23 def _check(self, name, size=None, *extra):
35 arguments = (data, size, width, height) + extra
37 arguments = (data, width, height) + extra
43 def check_size(self, name, *extra):
45 self._check(name, size, *extra)
47 def check(self, name, *extra):
48 self._check(name, None, *extra)
  /external/avahi/avahi-compat-howl/include/corby/
channel.h 65 sw_opaque_t extra);
73 sw_opaque_t extra);
115 sw_opaque_t extra);
orb.h 97 sw_opaque_t extra);
107 sw_opaque_t extra);
159 sw_opaque_t extra);
  /external/vogar/test/vogar/testing/
InterceptOutputStreams.java 92 EnumSet<Stream> extra = streams.clone(); local
93 extra.add(stream);
96 + Joiner.on(", ").join(extra)
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
Renderer.java 163 protected void pushOnError(int type, int extra, Bundle extras, Throwable error) {
165 listener.onError(type, extra, extras, error);
203 public void onError(int type, int extra, Bundle extras,
  /frameworks/multidex/library/test/src/android/support/multidex/
ZipEntryReader.java 102 byte[] extra = new byte[extraLength];
103 in.get(extra, 0, extraLength);
104 entry.setExtra(extra);
  /frameworks/opt/setupwizard/library/
Android.mk 27 --extra-packages android.support.v7.appcompat
50 --extra-packages android.support.v7.appcompat \
51 --extra-packages android.support.v7.recyclerview
  /libcore/ojluni/src/main/java/java/util/zip/
ZipOutputStream.java 376 int elen = (e.extra != null) ? e.extra.length : 0;
422 if (e.extra != null) {
423 writeBytes(e.extra, 0, e.extra.length);
429 * Writes extra data descriptor (EXT) for specified entry.
490 writeShort(e64len + 4 + (e.extra != null ? e.extra.length : 0));
492 writeShort(e.extra != null ? e.extra.length : 0)
    [all...]
  /packages/services/Car/car-support-lib/
Android.mk 26 --extra-packages android.support.v7.appcompat \
27 --extra-packages android.support.v7.recyclerview \
28 --extra-packages android.support.v7.cardview
66 --extra-packages android.support.v7.appcompat \
67 --extra-packages android.support.v7.recyclerview \
68 --extra-packages android.support.v7.cardview
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_iface.c 35 static Boolean format_session_state_extra(const union fst_event_extra *extra,
43 ss = &extra->session_state;
47 switch (ss->extra.to_initial.reason) {
49 if (ss->extra.to_initial.reject_code != WLAN_STATUS_SUCCESS)
51 ss->extra.to_initial.reject_code);
55 switch (ss->extra.to_initial.initiator) {
74 fst_reason_name(ss->extra.to_initial.reason),
83 const union fst_event_extra *extra)
110 if (!extra)
112 is = &extra->iface_state
697 union fst_event_extra extra; local
    [all...]
fst_ctrl_aux.h 77 } extra; member in struct:fst_event_extra::fst_event_extra_session_state
  /device/google/contexthub/firmware/misc/platform/linux/
Makefile 18 LKR = misc/platform/$(PLATFORM)/linux.extra.lkr
31 #extra deps
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
randnum.py 29 If nbits isn't a whole number of bytes, an extra byte will be appended with
  /external/libxml2/
libxml.h 70 void __xmlIOErr(int domain, int code, const char *extra);
  /external/opencv3/3rdparty/zlib/
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/pdfium/third_party/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/tpm2/
OsslCryptoEngine.h 71 TPM2B *extra; member in struct:__anon23876
  /external/v8/
Android.libv8.mk 62 # Generate extra-libraries.cc
63 GEN3 := $(generated_sources)/extra-libraries.cc
66 @echo "Generating extra-libraries.cc"
69 V8_GENERATED_LIBRARIES += $(generated_sources)/extra-libraries.cc
71 # Generate iexperimental-extra-libraries.cc
72 GEN3 := $(generated_sources)/experimental-extra-libraries.cc
75 @echo "Generating experimental-extra-libraries.cc"
78 V8_GENERATED_LIBRARIES += $(generated_sources)/experimental-extra-libraries.cc
  /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)
  /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/Telecomm/tests/
Android.mk 40 --extra-packages com.android.server.telecom
  /packages/services/Telephony/
Android.mk 25 --extra-packages com.android.phone.common \
26 --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...]

Completed in 742 milliseconds

1 2 3 4 56 7 8 91011>>