HomeSort by relevance Sort by last modified time
    Searched defs:EXTRA (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/libunwind/tests/
ia64-test-dyn1.c 18 # define EXTRA 16
22 # define EXTRA 0
46 len = (uintptr_t) end - GET_ENTRY (func) + EXTRA;
  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/util/
TestString.java 28 private static final String EXTRA = "ab";
87 builder.append(EXTRA);
99 builder.append(EXTRA);
106 if (mHasPrefix) return EXTRA.length();
111 if (mHasSuffix) return mString.lastIndexOf(EXTRA);
  /external/libmojo/mojo/public/cpp/bindings/tests/
sample_service_unittest.cc 277 EXPECT_EQ(BazOptions::EXTRA, baz);
342 service->Frobinate(std::move(foo), Service::BazOptions::EXTRA,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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) */
40 LENEXT, /* i: waiting for length extra bits */
42 DISTEXT, /* i: waiting for distance extra bits */
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
100 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /external/apache-http/android/src/com/android/internal/http/multipart/
Part.java 88 /** Extra characters */
89 protected static final String EXTRA = "--";
91 /** Extra characters as a byte array */
93 EncodingUtils.getAsciiBytes(EXTRA);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/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 ->
107 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /external/python/cpython2/Modules/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/python/cpython3/Modules/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 ->
107 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /external/syslinux/com32/lib/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/zlib/src/examples/
gzlog.c 16 system crashes. The status of the operation is recorded in an extra field
39 - fixed-length (no file name) header with extra field (see below)
48 extra field has the necessary information to restore the start of the last
61 The extra field has the necessary information to find the end of the
93 Following is the definition of the extra field with all of the information
100 length is two bytes long. The gzip extra field two-byte identification is
101 "ap" for append. It is assumed that writing the extra field to the file is
102 an "atomic" operation. That is, either all of the extra field is written
104 point of updating the extra field. This is a reasonable assumption, since
105 the extra field is within the first 52 bytes of the file, which is smalle
    [all...]
  /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 ->
107 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /toolchain/binutils/binutils-2.27/zlib/examples/
gzlog.c 16 system crashes. The status of the operation is recorded in an extra field
39 - fixed-length (no file name) header with extra field (see below)
48 extra field has the necessary information to restore the start of the last
61 The extra field has the necessary information to find the end of the
93 Following is the definition of the extra field with all of the information
100 length is two bytes long. The gzip extra field two-byte identification is
101 "ap" for append. It is assumed that writing the extra field to the file is
102 an "atomic" operation. That is, either all of the extra field is written
104 point of updating the extra field. This is a reasonable assumption, since
105 the extra field is within the first 52 bytes of the file, which is smalle
    [all...]
  /toolchain/binutils/binutils-2.27/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
  /frameworks/base/core/java/android/text/
DynamicLayout.java 160 * Set whether to include extra space beyond font ascent and descent (which is needed to
670 ints[EXTRA] = reflowed.getLineExtra(i);
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dlltool.c     [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 

Completed in 330 milliseconds

1 2 3 4 5 6