HomeSort by relevance Sort by last modified time
    Searched refs:length (Results 301 - 325 of 19023) sorted by null

<<11121314151617181920>>

  /external/tcpdump/
print-eap.c 45 unsigned char length[2]; member in struct:eap_packet_t
55 u_int length _U_)
62 ND_PRINT((ndo, "EAP code=%u id=%u length=%u ",
63 eap->code, eap->id, (eap->length[0]<<8) + eap->length[1]));
print-arcnet.c 41 u_int length, u_int caplen);
58 arcnet_print(const u_char *bp, u_int length, int phds, int flag, u_int seqid)
71 length);
80 length);
87 length);
95 (flag + 3) / 2, length);
100 flag/2 + 1, length);
106 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
113 u_int length = h->len; local
142 arcnet_print(p, length, 0, 0, 0)
201 u_int length = h->len; local
    [all...]
  /external/v8/src/
fixed-dtoa.h 51 Vector<char> buffer, int* length, int* decimal_point);
  /external/webrtc/src/system_wrappers/source/
unittest_utilities.h 28 const int length) {
30 char* cmd_print = new char[length+1];
31 memcpy(cmd_print, traceString, length);
32 cmd_print[length] = '\0';
  /frameworks/base/graphics/java/android/graphics/
DiscretePathEffect.java 29 private static native int nativeCreate(float length, float deviation);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlv.java 47 * @param length Length of the value
51 protected ComprehensionTlv(int tag, boolean cr, int length, byte[] data,
55 mLength = length;
91 int endIndex = data.length;
117 int endIndex = data.length;
150 /* length */
151 int length; local
154 length = temp;
156 length = data[curIndex++] & 0xff
    [all...]
TextAttribute.java 27 public int length; field in class:TextAttribute
36 public TextAttribute(int start, int length, TextAlignment align,
40 this.length = length;
  /hardware/samsung_slsi/exynos5/include/
exynos_mem.h 25 size_t length; member in struct:exynos_mem_flush_range
  /libcore/luni/src/main/java/java/io/
OptionalDataException.java 42 public int length; field in class:OptionalDataException
Reader.java 141 return read(buffer, 0, buffer.length);
243 int length = target.length();
244 char[] buf = new char[length];
245 length = Math.min(length, read(buf));
246 if (length > 0) {
247 target.put(buf, 0, length);
249 return length;
  /libcore/luni/src/main/java/java/lang/
CharSequence.java 32 public int length(); method in interface:CharSequence
43 * length of this sequence.
63 * length of this sequence.
  /libcore/luni/src/main/java/javax/crypto/spec/
PSource.java 92 this.p = new byte[p.length];
93 System.arraycopy(p, 0, this.p, 0, p.length);
102 byte[] result = new byte[p.length];
103 System.arraycopy(p, 0, result, 0, p.length);
  /libcore/luni/src/main/java/org/apache/harmony/security/
PrivateKeyImpl.java 51 byte[] toReturn = new byte[encoding.length];
52 System.arraycopy(encoding, 0, toReturn, 0, encoding.length);
62 this.encoding = new byte[encoding.length];
63 System.arraycopy(encoding, 0, this.encoding, 0, encoding.length);
PublicKeyImpl.java 56 byte[] result = new byte[encoding.length];
57 System.arraycopy(encoding, 0, result, 0, encoding.length);
68 this.encoding = new byte[encoding.length];
69 System.arraycopy(encoding, 0, this.encoding, 0, encoding.length);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/
length.pass.cpp 14 // difference_type length() const;
25 assert(sm.length() == 0);
30 assert(sm.length() == 3);
36 assert(sm.length() == 0);
41 assert(sm.length() == 3);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
StreamUtils.java 32 int length = input.length - (input.length % 4); local
33 if (output.length * 4 < length) {
37 for (int i = 0, j = 0; i < output.length; i++, j += 4) {
42 for (int i = 0, j = 0; i < output.length; i++, j += 4) {
47 return input.length % 4 != 0;
51 int[] output = new int[input.length / 4];
  /system/security/keystore/include/keystore/
keystore_get.h 30 * length. The third argument is a pointer to an array that will be malloc()
33 ssize_t keystore_get(const char *key, size_t length, uint8_t** value);
  /cts/tests/tests/text/src/android/text/cts/
LoginFilterTest.java 45 assertNull(loginFilter.filter(source1, 0, source1.length(), dest1, 0, dest1.length()));
51 assertNull(loginFilter.filter(source1, 0, source1.length(), dest2, 5, 6));
57 assertNull(loginFilter.filter(source2, 0, source2.length(),
58 dest1, 0, dest1.length()));
64 assertNull(loginFilter.filter(spannedSource, 0, spannedSource.length(),
65 dest1, 0, dest1.length()));
71 result = loginFilter.filter(source2, 0, source2.length(), dest1, 0, dest1.length());
79 result = loginFilter.filter(spannedSource, 0, spannedSource.length(),
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/utils/
codec.py 6 def __init__(self, length=0):
7 #If length is zero, then this is just a "trial run" to determine length
9 self.bytes = createByteArrayZeros(length)
11 def add(self, x, length):
13 newIndex = self.index+length-1
18 self.index += length
20 def addFixSeq(self, seq, length):
23 self.add(e, length)
25 self.index += len(seq)*length
    [all...]
  /frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java 112 public int length() { method in class:ChipsTest.MockRecipientEditTextView
113 return mEditable != null ? mEditable.length() : 0;
190 int firstEnd = firstStart + first.trim().length();
192 int secondEnd = secondStart + second.trim().length();
193 mEditable.setSpan(mMockRecips[mMockRecips.length - 2], firstStart, firstEnd, 0);
194 mEditable.setSpan(mMockRecips[mMockRecips.length - 1], secondStart, secondEnd, 0);
199 assertEquals(editableString.indexOf(second), secondStart - extra.length());
208 firstEnd = firstStart + first.length();
209 mEditable.setSpan(mMockRecips[mMockRecips.length - 1], firstStart, firstEnd, 0);
212 assertEquals(mEditable.getSpanStart(mMockRecips[mMockRecips.length - 1]), firstStar
809 .length(), DrawableRecipientChip.class).length, 0); method
831 .length(), DrawableRecipientChip.class).length, 0); method
843 .length(), DrawableRecipientChip.class).length, 1); method
    [all...]
  /external/icu4c/common/
bytestrie.cpp 79 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) {
81 if(length==0) {
82 length=*pos++;
84 ++length;
85 // The length of the branch is the number of bytes to select from.
87 while(length>kMaxBranchLinearSubNodeLength) {
89 length>>=1;
92 length=length-(length>>1)
156 int32_t length=node-kMinLinearMatch; \/\/ Actual match length minus 1. local
    [all...]
ucharstrie.cpp 60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) {
62 if(length==0) {
63 length=*pos++;
65 ++length;
66 // The length of the branch is the number of units to select from.
68 while(length>kMaxBranchLinearSubNodeLength) {
70 length>>=1;
73 length=length-(length>>1)
129 int32_t length=node-kMinLinearMatch; \/\/ Actual match length minus 1. local
158 int32_t length=remainingMatchLength_; \/\/ Actual remaining match length minus 1. local
185 int32_t length=remainingMatchLength_; \/\/ Actual remaining match length minus 1. local
400 getNextBranchUChars(jumpByDelta(pos), length>>1, out); local
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Lines2Activity.java 89 private void drawVerticalLine(Canvas canvas, Paint p, float length, float x, float y) {
90 canvas.drawLine(x, y, x, y + length, p);
93 private void drawDiagonalLine(Canvas canvas, Paint p, float length, float x, float y) {
94 canvas.drawLine(x, y, x + length, y + length, p);
161 for (float length = 1; length <= 10; length +=1 ) {
163 drawVerticalLine(canvas, p, length, x, yOffset);
166 drawVerticalLine(canvas, p, length, x, yOffset)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DatasetDOMStringMap.cpp 43 unsigned length = name.length(); local
44 for (unsigned i = 5; i < length; ++i) {
56 unsigned length = name.length(); local
57 for (unsigned i = 5; i < length; ++i) {
62 if ((i + 1 < length) && isASCIILower(name[i + 1])) {
78 unsigned propertyLength = propertyName.length();
79 unsigned attributeLength = attributeName.length();
101 unsigned length = name.length() local
114 unsigned length = name.length(); local
142 unsigned length = m_element->attributeCount(); local
155 unsigned length = m_element->attributeCount(); local
170 unsigned length = m_element->attributeCount(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
BlobData.h 53 size_t length() const { return m_data.size(); } function in class:WebCore::RawData
69 , length(toEndOfFile)
79 , length(toEndOfFile)
89 , length(toEndOfFile)
95 BlobDataItem(const String& path, long long offset, long long length, double expectedModificationTime)
99 , length(length)
105 BlobDataItem(const KURL& url, long long offset, long long length)
109 , length(length)
144 long long length; member in struct:WebCore::BlobDataItem
    [all...]

Completed in 2754 milliseconds

<<11121314151617181920>>