HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 801 - 825 of 7947) sorted by null

<<31323334353637383940>>

  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java 213 private static String join(String separator, Object[] strings) {
214 if (strings.length == 0)
217 StringBuilder builder = new StringBuilder(objectToString(strings[0]));
218 for (int i = 1; i < strings.length; i++) {
220 builder.append(objectToString(strings[i]));
  /frameworks/base/docs/html/training/search/
search.jd 135 String[] strings = TextUtils.split(line, "-");
136 if (strings.length &lt; 2) continue;
137 long id = addWord(strings[0].trim(), strings[1].trim());
139 Log.e(TAG, "unable to add word: " + strings[0].trim());
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-string.h 73 // able to pass strings to Win32 APIs on CE we need to convert them
97 // Compares two C strings. Returns true iff they have the same content.
110 // Compares two wide C strings. Returns true iff they have the same
118 // Compares two C strings, ignoring case. Returns true iff they
127 // Compares two wide C strings, ignoring case. Returns true iff they
  /system/core/include/utils/
Unicode.h 25 // Standard string functions on char16_t strings.
35 // at a nul character and consider the strings to be different
37 // lengths of both strings). This can also be used when
42 // Version of strzcmp16 for comparing strings in different endianness.
45 // Standard string functions on char32_t strings.
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 25 * <code>Collator.compare(String, String)</code> compare two strings
39 * recommended when the same strings are to be compared over and over
44 * process the strings only until the first characters differing in
45 * order. This approach is recommended if the strings are to be
57 * // Create an array of CollationKeys for the Strings to be sorted.
111 * Upper bound that will match strings of exact size
117 * Upper bound that will match all the strings that have the same
223 * System.out.println("Strings are equal.");
376 * Resulting bounds can be used to produce a range of strings that are
378 * for a sortkey of string "smith", strings between upper and lower
    [all...]
  /external/pcre/dist/doc/html/
pcre16.html 169 supports 16-bit character strings, including UTF-16 strings, as well as or
201 In the 8-bit library, strings are passed to PCRE library functions as vectors
202 of bytes with the C type "char *". In the 16-bit library, strings are passed as
218 only difference is that pointers to character strings are 16-bit instead of
228 other 16-bit functions expect the strings they are passed to be in host byte
262 The lengths and starting offsets of subject strings must be specified in 16-bit
263 data units, and the offsets within subject strings that are returned by the
279 <a href="pcreunicode.html#utf16strings">validity of UTF-16 strings</a>
307 byte-order mark (BOM). The PCRE functions do not handle this, expecting strings
    [all...]
pcre32.html 168 supports 32-bit character strings, including UTF-32 strings, as well as or
200 In the 8-bit library, strings are passed to PCRE library functions as vectors
201 of bytes with the C type "char *". In the 32-bit library, strings are passed as
217 only difference is that pointers to character strings are 32-bit instead of
227 other 32-bit functions expect the strings they are passed to be in host byte
261 The lengths and starting offsets of subject strings must be specified in 32-bit
262 data units, and the offsets within subject strings that are returned by the
278 <a href="pcreunicode.html#utf32strings">validity of UTF-32 strings</a>
306 byte-order mark (BOM). The PCRE functions do not handle this, expecting strings
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 623 Set<String> strings = ImmutableSet.of("one", "two", "three"); local
624 Map<String, Integer> map = Maps.asMap(strings, LENGTH_FUNCTION);
635 Set<String> strings = Sets.newLinkedHashSet(); local
636 Collections.addAll(strings, "one", "two", "three");
637 Map<String, Integer> map = Maps.asMap(strings, LENGTH_FUNCTION);
640 strings.add("four");
646 Set<String> strings = Sets.newLinkedHashSet(); local
647 Collections.addAll(strings, "one", "two", "three");
648 Map<String, Integer> map = Maps.asMap(strings, LENGTH_FUNCTION);
651 ASSERT.that(strings).has().exactly("one", "three").inOrder()
655 Set<String> strings = ImmutableSet.of(); local
678 SortedSet<String> strings = new NonNavigableSortedSet(); local
697 SortedSet<String> strings = new NonNavigableSortedSet(); local
725 SortedSet<String> strings = new NonNavigableSortedSet(); local
759 SortedSet<String> strings = new NonNavigableSortedSet(); local
767 Iterable<String> strings = ImmutableList.of("one", "two", "three"); local
777 Iterator<String> strings = ImmutableList.of("one", "two", "three").iterator(); local
787 Iterable<String> strings = ImmutableList.of("one", "two", "three", "two", "one"); local
797 Iterable<String> strings = Arrays.asList("one", null, "three"); local
806 Iterable<String> strings = ImmutableList.of("one", "two", "three"); local
    [all...]
  /external/bison/darwin-lib/
string.h 610 /* strchr() does not work with multibyte strings if the locale encoding is
614 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
766 Even in this simple case, it does not work with multibyte strings if the
771 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings "
799 Even in this simple case, it does not work with multibyte strings if the
803 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings "
817 Even in this simple case, it cannot work with multibyte strings. */
820 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings "
826 /* strrchr() does not work with multibyte strings if the locale encoding is
830 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings "
    [all...]
  /external/bison/linux-lib/
string.h 610 /* strchr() does not work with multibyte strings if the locale encoding is
614 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
766 Even in this simple case, it does not work with multibyte strings if the
771 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings "
799 Even in this simple case, it does not work with multibyte strings if the
803 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings "
817 Even in this simple case, it cannot work with multibyte strings. */
820 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings "
826 /* strrchr() does not work with multibyte strings if the locale encoding is
830 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings "
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 31 // Extend CXDiagnosticSetImpl which contains strings for diagnostics.
34 typedef llvm::DenseMap<unsigned, const char *> Strings;
43 Strings Categories;
44 Strings WarningFlags;
45 Strings FileNames;
325 // FIXME: Why do we care about long strings?
333 // FIXME: Why do we care about long strings?
343 // FIXME: Why do we care about long strings?
369 // FIXME: Why do we care about long strings?
  /external/icu/icu4c/source/test/cintltst/
uenumtst.c 310 log_err("%s:%d: FAIL: could not reset char strings enumeration: %s\n", __FILE__, line, u_errorName(status));
316 log_err("%s:%d: FAIL: could not count char strings enumeration: %s\n", __FILE__, line, u_errorName(status));
355 log_err("%s:%d: FAIL: could not reset again char strings enumeration: %s\n", __FILE__, line, u_errorName(status));
416 const char* strings[] = { "Firstly", "Secondly", "Thirdly", "Fourthly" }; local
417 UEnumeration *u = uenum_openCharStringsEnumeration(strings, 4, &status);
420 log_err("FAIL: could not open char strings enumeration: %s\n", u_errorName(status));
424 verifyEnumeration(__LINE__, u, strings, NULL, 4);
437 log_err("FAIL: could not open uchar strings enumeration: %s\n", u_errorName(status));
447 log_err("FAIL: could not reopen uchar strings enumeration: %s\n", u_errorName(status));
  /external/libedit/src/
filecomplete.c 65 * does tilde expansion of strings of type ``~user/foo''
350 * Display list of strings in columnar format on readline's output stream.
351 * 'matches' is list of strings, 'num' is number of strings in 'matches',
354 * matches[0] is not one of the match strings, but it is counted in
355 * num, so the strings are matches[1] *through* matches[num-1].
369 * with one space between strings the same way it's printed.
533 * strings be matches[1..num-1] for compat.
534 * We have matches_num strings not counting
  /external/skia/tools/flags/
SkCommandLineFlags.h 76 * as its value. All strings that follow the flag on the command line (until
90 * Strings are handled differently (resulting variable will be an array of
91 * strings) so that a flag can be followed by multiple parameters.
113 * Publicly only has accessors so the strings cannot be modified.
129 * Returns true iff string is equal to one of the strings in this array.
167 static bool ShouldSkip(const SkTDArray<const char*>& strings, const char* name);
168 static bool ShouldSkip(const StringArray& strings, const char* name);
274 * @param defaultValue Thise default will be parsed so that strings separated by spaces
426 * @param defaultStrings Space separated list of strings that should be inserted into array
  /libcore/luni/src/main/java/java/text/
Collator.java 44 * difference anywhere in the strings.
50 * when there is a primary or secondary difference anywhere in the strings.
56 * between two strings are an extremely rare occurrence. Using this strength
79 * System.out.println(&quot;Strings are equivalent&quot;);
85 * The following example shows how to compare two strings using the collator for
90 * // Compare two strings in the default locale
181 * be strings.
198 * Compares two strings to determine their relative order.
231 * Compares two strings using the collation rules to determine if they are
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 68 For example, if the strings are identical and the string-terminator
78 of strings separately. */
82 * The fast path: if both strings are double-word aligned,
84 * If the strings have the same offset from a word boundary,
87 This is optimized for quick return on short unaligned strings.
88 * If the strings have the same offset from a double-word boundary,
90 * If the strings do not have the same offset from a double-word boundary,
95 * If the strings do not have the same offset from a word boundary,
165 /* Are both strings double-word aligned? */
175 /* Get here when the strings to compare are double-word aligned. *
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSet.java 735 * Compare two strings
741 * @return Whether the strings are equal or not
758 * Compare strings or numbers for less than.
764 * Compare two strings for less than.
794 * Compare strings or numbers for less than or equal.
800 * Compare two strings for less than or equal.
830 * Compare strings or numbers for greater than.
836 * Compare two strings for greater than.
866 * Compare strings or numbers for greater than or equal.
872 * Compare two strings for greater than or equal
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 138 /* Concatenate an arbitrary number of strings. You must pass NULL as
140 strings. Allocates memory using xmalloc. */
144 /* Concatenate an arbitrary number of strings. You must pass NULL as
146 strings. Allocates memory using xmalloc. The first argument is
147 not one of the strings to be concatenated, but if not NULL is a
154 strings. You must pass NULL as the last argument of this function,
155 to terminate the list of strings. */
159 /* Concatenate an arbitrary number of strings into a SUPPLIED area of
161 to terminate the list of strings. The supplied memory is assumed
166 /* Concatenate an arbitrary number of strings into a GLOBAL area o
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer.java 82 * It allows to work on strings that are not necessarily normalized
88 * representation. Multiple strings may be canonically equivalent (their NFDs
99 * most strings in practice.
108 * string search, normalized strings may be useful for string equivalence
417 * wish to transform strings into one of the standard
459 * Case sensitively compare the strings
466 * Both input strings are assumed to fulfill FCD conditions.
480 * Compare strings in code point order instead of code unit order.
    [all...]
  /external/icu/icu4c/source/common/
ustrenum.cpp 358 uenum_openCharStringsEnumeration(const char* const strings[], int32_t count,
361 if (U_SUCCESS(*ec) && count >= 0 && (count == 0 || strings != 0)) {
368 result->uenum.context = (void*)strings;
377 uenum_openUCharStringsEnumeration(const UChar* const strings[], int32_t count,
380 if (U_SUCCESS(*ec) && count >= 0 && (count == 0 || strings != 0)) {
387 result->uenum.context = (void*)strings;
  /external/icu/icu4c/source/i18n/unicode/
sortkey.h 28 * \brief C++ API: Keys for comparing strings multiple times.
46 * instead of Collator to compare strings multiple times. A CollationKey
48 * make the comparison faster. If you are not going to comparing strings
57 * CollationKeys, since you will be comparing strings multiple times.
85 * CollationKeys for the same set of strings. Locales have specific
88 * for same strings.
  /external/kernel-headers/original/uapi/linux/usb/
functionfs.h 183 * Strings format:
189 * | 8 | str_count | LE32 | number of strings |
191 * | 16 | stringtab | StringTab[lang_count] | table of strings per lang |
199 * | 2 | strings | String[str_count] | array of strings in given language |
201 * For each string there is one strings entry (ie. there are str_count
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ConnectionSpec.java 292 String[] strings = new String[cipherSuites.length]; local
294 strings[i] = cipherSuites[i].javaName;
296 this.cipherSuites = strings;
320 String[] strings = new String[tlsVersions.length]; local
322 strings[i] = tlsVersions[i].javaName;
324 this.tlsVersions = strings;
  /external/smali/util/src/test/java/org/jf/util/
ClassFileNameHandlerTest.java 34 import com.google.common.base.Strings;
119 String filenameFragment = Strings.repeat("a", 512);
127 checkFilename(tempDir, file1, "a", "a", Strings.repeat("a", 124) + "#" + Strings.repeat("a", 118) + ".smali");
130 checkFilename(tempDir, file2, "a", "a", Strings.repeat("a", 124) + "#" + Strings.repeat("a", 118) + ".1.smali");
  /external/v8/src/
ast-value-factory.cc 183 // Strings are already internalized.
212 // Strings are already internalized.
278 // Strings need to be internalized before values, because values refer to
279 // strings.
343 ZoneList<const AstRawString*>* strings) {
344 AstValue* value = new (zone_) AstValue(strings);

Completed in 505 milliseconds

<<31323334353637383940>>