HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 176 - 200 of 3020) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.8.3.js 101 array[item++] = new TestCase( SECTION, "'strings' <= 'stringy'", true, 'strings' <= 'stringy' );
102 array[item++] = new TestCase( SECTION, "'strings' <= 'stringier'", false, 'strings' <= 'stringier' );
104 array[item++] = new TestCase( SECTION, "'string' <= 'strings'", true, 'string' <= 'strings' );
11.8.4.js 102 array[item++] = new TestCase( SECTION, "'strings' > 'stringy'", false, 'strings' > 'stringy' );
103 array[item++] = new TestCase( SECTION, "'strings' > 'stringier'", true, 'strings' > 'stringier' );
105 array[item++] = new TestCase( SECTION, "'string' > 'strings'", false, 'string' > 'strings' );
  /frameworks/base/tests/CoreTests/android/core/
StringTest.java 529 /** Split a string into an array of strings* */
532 String[] strings; local
535 strings = str1.split(str);
536 strings = str1.split(str);
537 strings = str1.split(str);
538 strings = str1.split(str);
539 strings = str1.split(str);
540 strings = str1.split(str);
541 strings = str1.split(str);
542 strings = str1.split(str)
553 String[] strings; local
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/esf/
SignerLocation.java 47 throw new IllegalArgumentException("postal address must contain less than 6 strings");
63 throw new IllegalArgumentException("postal address must contain less than 6 strings");
  /dalvik/tests/021-string2/src/
Main.java 77 String[] strings = test.split("/");
78 Assert.assertEquals(4, strings.length);
  /external/bison/src/
uniqstr.h 1 /* Keeping a unique copy of strings.
26 | Pointers to unique copies of C strings. |
  /external/icu4c/common/unicode/
parseerr.h 22 * The capacity of the context strings in UParseError.
37 * <p>The preContext and postContext strings include some part of the
  /external/v8/test/mjsunit/
string-compare-alignment.js 28 // Test that we can compare two strings that are not 4-byte aligned.
29 // This situation can arise with sliced strings. This tests for an ARM bug
  /external/webkit/JavaScriptCore/icu/unicode/
parseerr.h 18 * The capacity of the context strings in UParseError.
33 * <p>The preContext and postContext strings include some part of the
  /external/webkit/WebCore/icu/unicode/
parseerr.h 18 * The capacity of the context strings in UParseError.
33 * <p>The preContext and postContext strings include some part of the
  /external/webkit/WebKit/mac/icu/unicode/
parseerr.h 18 * The capacity of the context strings in UParseError.
33 * <p>The preContext and postContext strings include some part of the
  /frameworks/base/libs/utils/
StringArray.cpp 18 // Sortable array of strings. STL-ish, but STL-free.
29 // An expanding array of strings. Add, get, sort, delete.
  /hardware/ti/wlan/wl1271/utils/
GenSM.h 82 TI_INT8 **pStateDesc; /**< State description strings */
83 TI_INT8 **pEventDesc; /**< Event description strings */
  /packages/apps/Email/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 73 public void userLog(String ...strings) {
74 mService.userLog(strings);
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
DiscourseLoggerTest.java 35 private static String[] s(String... strings) {
36 return strings;
  /system/wlan/ti/wilink_6_1/utils/
GenSM.h 82 TI_INT8 **pStateDesc; /**< State description strings */
83 TI_INT8 **pEventDesc; /**< Event description strings */
  /dalvik/libcore/text/src/main/java/java/text/
MessageFormat.java 39 * inserts the formatted strings into the pattern at the appropriate places.
114 * comments in resource bundle source files) which strings will be processed by
116 * translated strings where the original version doesn't have them. <br>
343 transient private String[] strings; field in class:MessageFormat
441 this.strings = new String[localStrings.size()];
443 this.strings[i] = localStrings.elementAt(i);
505 && Arrays.equals(strings, format.strings)
575 buffer.append(strings[i]);
616 if (maxOffset + 1 < strings.length)
    [all...]
  /external/webkit/WebKit/
ChangeLog 51 * English.lproj/Localizable.strings:
52 Add new localized strings.
69 Updated localizable strings after r52368
71 * English.lproj/Localizable.strings:
130 * English.lproj/Localizable.strings:
140 * English.lproj/Localizable.strings:
141 Add strings for toggle captions button.
150 * English.lproj/Localizable.strings: new localizable strings
190 * English.lproj/Localizable.strings
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 197 // our client placed their own strings in it.
219 // Now build the pool of unique strings.
221 const size_t STRINGS = mEntries.size();
233 for (i=0; i<STRINGS; i++) {
261 uint8_t* strings = (uint8_t*)dat; local
263 ENCODE_LENGTH(strings, sizeof(uint8_t), strSize)
265 ENCODE_LENGTH(strings, sizeof(uint8_t), encSize)
267 strncpy((char*)strings, encStr, encSize+1);
269 uint16_t* strings = (uint16_t*)dat; local
271 ENCODE_LENGTH(strings, sizeof(uint16_t), strSize
    [all...]
  /dalvik/vm/
AllocTracker.c 233 (2b) number of class name strings
234 (2b) number of method name strings
235 (2b) number of source file name strings
246 (xb) class name strings
247 (xb) method name strings
248 (xb) source file strings
250 As with other DDM traffic, strings are sent as a 4-byte length
254 can be (kMaxAllocRecordStackDepth * kNumAllocRecords) unique strings in
289 static void dumpStringTable(PointerSet* strings)
291 int count = dvmPointerSetGetCount(strings);
    [all...]
  /external/icu4c/test/cintltst/
bocu1tst.c 951 } strings[]={ variable in typeref:struct:__anon2289
992 /* text 1: each of strings[] once */
994 for(i=0; i<LENGTHOF(strings); ++i) {
995 u_memcpy(text+length, strings[i].s, strings[i].length);
996 length+=strings[i].length;
1000 /* text 2: each of strings[] twice */
1002 for(i=0; i<LENGTHOF(strings); ++i) {
1003 u_memcpy(text+length, strings[i].s, strings[i].length)
    [all...]
  /bionic/libc/string/
strcoll.c 31 * Compare strings using the current locale. Since Bionic really does not
  /cts/tests/res/values/
arrays.xml 21 <string-array name="strings">
  /cts/tools/signature-tools/src/signature/model/
IPrimitiveType.java 26 * strings:
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
X509DefaultEntryConverter.java 13 * string value to ASN.1 strings.

Completed in 203 milliseconds

1 2 3 4 5 6 78 91011>>