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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
Content.java 54 long length(); method in interface:Content
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
Content.java 54 long length(); method in interface:Content
  /bionic/libc/bionic/
c32rtomb.cpp 66 // about the sequence length.
68 size_t length; local
71 length = 1;
74 length = 2;
77 length = 3;
80 length = 4;
88 // a special case because it contains the sequence length
90 for (size_t i = length - 1; i > 0; i--) {
96 return length;
  /external/elfutils/libdw/
dwarf_tag.c 52 size_t length; local
56 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length,
65 cu->last_abbrev_offset += length;
  /external/icu/icu4c/source/common/
ucnvdisp.cpp 42 int32_t length; local
62 name=ures_getStringByKey(rb, cnv->sharedData->staticData->name, &length, &localStatus);
70 u_memcpy(displayName, name, uprv_min(length, displayNameCapacity)*U_SIZEOF_UCHAR);
73 length=(int32_t)uprv_strlen(cnv->sharedData->staticData->name);
74 u_charsToUChars(cnv->sharedData->staticData->name, displayName, uprv_min(length, displayNameCapacity));
76 return u_terminateUChars(displayName, displayNameCapacity, length, pErrorCode);
ures_cnv.cpp 35 int32_t length; local
45 length=u_strlen(myPath);
46 if(length>=(int32_t)sizeof(pathBuffer)) {
49 } else if(uprv_isInvariantUString(myPath, length)) {
54 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */
59 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
64 if(length>=(int32_t)sizeof(pathBuffer)) {
ustrfmt.cpp 26 * @return the length of the result, not including any terminating
33 int32_t length = 0; local
40 buffer[length++]=(UChar)(digit<=9?(0x0030+digit):(0x0030+digit+7));
42 } while(i && length<capacity);
44 while (length < minwidth){
45 buffer[length++] = (UChar) 0x0030;/*zero padding */
48 if(length<capacity){
49 buffer[length] = (UChar) 0x0000;
53 for (j = 0; j < (length / 2); j++){
54 temp = buffer[(length-1) - j]
    [all...]
  /external/icu/icu4c/source/common/unicode/
rep.h 51 * in the string: <code>length()</code>, <code>charAt()</code>,
87 inline int32_t length() const;
91 * @param offset an integer between 0 and <code>length()</code>-1
105 * @param offset an integer between 0 and <code>length()</code>-1
141 * <= length()</code>.
154 // convention; API taking start/length are named <operation>, and
167 * length()</code>.
224 * Virtual version of length().
245 Replaceable::length() const { function in class:Replaceable
  /external/puffin/src/
puff_reader.cc 25 size_t length = 0; local
30 if (puff_buf_in_[index_] & 0x80) { // Reading length/distance.
32 length = puff_buf_in_[index_] & 0x7F;
38 length = puff_buf_in_[index_] + 127;
40 length += 3;
41 TEST_AND_RETURN_FALSE(length <= 259);
45 // End of block. End of block is similar to length/distance but without
46 // distance value and length value set to 259.
47 if (length == 259) {
66 pd.length = length
    [all...]
  /external/skia/tests/
SkBase64Test.cpp 19 size_t length = 256 - offset; local
20 size_t encodeLength = SkBase64::Encode(all + offset, length, nullptr);
22 SkBase64::Encode(all + offset, length, src.get());
  /external/skqp/tests/
SkBase64Test.cpp 19 size_t length = 256 - offset; local
20 size_t encodeLength = SkBase64::Encode(all + offset, length, nullptr);
22 SkBase64::Encode(all + offset, length, src.get());
  /external/syslinux/com32/include/syslinux/
keyboard.h 41 uint16_t length; member in struct:syslinux_keyboard_map
  /external/tcpdump/
print-bt.c 38 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
44 u_int length = h->len; local
53 length -= BT_HDRLEN;
56 ND_PRINT((ndo, "hci length %d, direction %s, ", length, (EXTRACT_32BITS(&hdr->direction)&0x1)?"in":"out"));
  /external/zopfli/src/zopfli/
cache.h 32 Cache used by ZopfliFindLongestMatch to remember previously found length/dist
37 to every possible shorter-than-the-best length (the so called "sublen" array).
40 unsigned short* length; member in struct:ZopfliLongestMatchCache
53 size_t pos, size_t length,
58 size_t pos, size_t length,
60 /* Returns the length up to which could be stored in the cache. */
62 size_t pos, size_t length);
  /hardware/intel/common/wrs_omxil_core/utils/inc/
queue.h 31 int length; member in struct:queue
  /libcore/ojluni/src/main/java/sun/security/util/
Length.java 29 * The Length interface defines the length of an object
31 public interface Length {
34 * Gets the length of this object
37 * the length should be measured in bits.
39 * @return the length of this object
42 public int length(); method in interface:Length
  /toolchain/binutils/binutils-2.27/include/cgen/
bitset.h 37 unsigned length; member in struct:cgen_bitset
  /bootable/recovery/otautil/include/otautil/
SysUtil.h 39 size_t length; // length of data member in class:MemMapping
44 size_t length; member in struct:MemMapping::MappedRange
  /dalvik/libdex/
SysUtil.h 45 size_t length; /* length of data */ member in struct:MemMapping
48 size_t baseLength; /* length of mapping */
70 int sysMapFileSegmentInShmem(int fd, off_t start, size_t length,
78 int sysCreatePrivateMap(size_t length, MemMapping* pMap);
86 int sysChangeMapAccess(void* addr, size_t length, int wantReadWrite,
  /external/ImageMagick/MagickCore/
string_.h 36 length, member in struct:_StringInfo
  /external/boringssl/src/include/openssl/
buf.h 72 size_t length; // current number of bytes member in struct:buf_mem_st
87 // BUF_MEM_grow ensures that |buf| has length |len| and allocates memory if
88 // needed. If the length of |buf| increased, the new bytes are filled with
89 // zeros. It returns the length of |buf|, or zero if there's an error.
  /external/clang/test/CodeGen/
2002-03-12-StructInitialize.c 7 long length; member in struct:Connection_Type
2002-03-12-StructInitializer.c 3 /* GCC was not emitting string constants of the correct length when
11 long length; member in struct:Connection_Type
  /external/fec/
cpu_mode_ppc.c 28 size_t length = sizeof(hasVectorUnit); local
29 int error = sysctl(selectors, 2, &hasVectorUnit, &length, NULL, 0);
  /external/google-breakpad/src/processor/
binarystream.cc 43 uint16_t length; local
44 *this >> length;
47 if (length == 0) {
51 vector<char> buffer(length);
52 stream_.read(&buffer[0], length);
54 str.assign(&buffer[0], length);
88 if (str.length() > USHRT_MAX) {
89 // truncate to 16-bit length
93 *this << (uint16_t)(str.length() & 0xFFFF);
94 stream_.write(str.c_str(), str.length());
    [all...]

Completed in 2121 milliseconds

1 2 3 4 5 6 7 8 91011>>