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

1 2

  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
InternalNano.java 198 int length1 = field1 == null ? 0 : field1.length; local
202 while (index1 < length1 && field1[index1] == null) {
208 boolean atEndOf1 = index1 >= length1;
233 int length1 = field1 == null ? 0 : field1.length; local
237 while (index1 < length1 && field1[index1] == null) {
243 boolean atEndOf1 = index1 >= length1;
  /external/chromium_org/ppapi/tests/
test_browser_font.cc 53 int32_t length1 = font.MeasureText(pp::BrowserFontTextRun("WWW")); local
54 ASSERT_TRUE(length1 > 0);
57 ASSERT_TRUE(length2 >= length1 * 2);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ByteVector.java 287 int length1 = 2 * data.length; local
289 byte[] newData = new byte[length1 > length2 ? length1 : length2];
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
NameDistance.java 75 int length1 = array1.length; local
76 if (length1 >= MIN_EXACT_PREFIX_LENGTH) {
93 if (length1 > mMaxLength) {
94 length1 = mMaxLength;
102 Arrays.fill(mMatchFlags1, 0, length1, false);
111 for (int i = 0; i < length1; i++) {
139 for (int i = 0; i < length1; i++) {
152 float jaro = ((m / length1 + m / length2 + (m - (transpositions / 2f)) / m)) / 3;
160 for (int i = 0; i < length1; i++) {
  /libcore/luni/src/test/java/libcore/java/util/
OldPriorityQueueTest.java 87 int length1 = object1.length(); local
89 if (length1 > length2) {
91 } else if (length1 == length2) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
InflaterOutputStreamTest.java 173 int length1 = defaultDeflater.deflate(compressedBytes); local
179 int length2 = bestDeflater.deflate(compressedBytes, length1, compressedBytes.length - length1);
182 for (int i = 0; i < length1; i++) {
194 for (int i = length1; i < length2 * 2; i++) {
  /external/chromium_org/base/files/
file_path.cc 1163 int length1 = string1.length(); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 547 int32_t length1, length2, length3; local
600 length1=utrie2_serialize(trie, NULL, 0, &errorCode);
616 if(length1!=length2) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 547 int32_t length1, length2, length3; local
600 length1=utrie2_serialize(trie, NULL, 0, &errorCode);
616 if(length1!=length2) {
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h 258 u32 length1:8; member in struct:ieee802_1x_mka_hdr
281 u32 length1:8; member in struct:ieee802_1x_mka_basic_body
306 u32 length1:8; member in struct:ieee802_1x_mka_peer_body
348 u32 length1:8; member in struct:ieee802_1x_mka_sak_use_body
388 u32 length1:8; member in struct:ieee802_1x_mka_dist_sak_body
413 u32 length1:8; member in struct:ieee802_1x_mka_icv_body
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PriorityQueueTest.java 803 int length1 = object1.length(); local
805 if (length1 > length2) {
807 } else if (length1 == length2) {
  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 1634 FT_Fixed length1, length2; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 1634 FT_Fixed length1, length2; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftstroke.c 1634 FT_Fixed length1, length2; local
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 2344 public int length1; field in class:Patch
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 47 const char *string1, Idx length1,
291 with lengths LENGTH1 and LENGTH2, respectively.
343 re_match_2 (bufp, string1, length1, string2, length2, start, regs, stop)
346 Idx length1, length2, start, stop;
349 return re_search_2_stub (bufp, string1, length1, string2, length2,
357 re_search_2 (bufp, string1, length1, string2, length2, start, range, regs, stop)
360 Idx length1, length2, start, stop;
364 return re_search_2_stub (bufp, string1, length1, string2, length2,
374 const char *string1, Idx length1,
381 Idx len = length1 + length2
345 Idx length1, length2, start, stop; variable
359 Idx length1, length2, start, stop; variable
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 1029 milliseconds

1 2