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

<<41424344454647484950>>

  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
701 typedef ::std::vector<string> Strings;
725 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
726 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
729 strings->push_back(ss.str());
740 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
756 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings)
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
701 typedef ::std::vector<string> Strings;
725 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
726 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
729 strings->push_back(ss.str());
740 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
756 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings)
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
760 typedef ::std::vector<string> Strings;
784 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
785 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
788 strings->push_back(ss.str());
799 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
815 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 364 * Open a UCollator for comparing strings.
444 * strings are to be cached, should be set to FALSE.
469 * will contain only strings. If a tailoring explicitly suppresses contractions from
534 * Compare two strings.
535 * The strings will be compared using the options already specified.
541 * @return The result of comparing the strings; one of UCOL_EQUAL,
556 * Compare two strings in UTF-8.
557 * The strings will be compared using the options already specified.
566 * @return The result of comparing the strings; one of UCOL_EQUAL,
621 * Compare two strings for equality
    [all...]
  /external/v8/src/arm64/
codegen-arm64.cc 428 // We need special handling for indirect strings.
444 // Handle cons strings.
452 // Get the first of the two strings and load its instance type.
459 // Distinguish sequential and external strings. Only these two string
460 // representations can reach here (slices and flat cons strings have been
467 // Prepare sequential strings
472 // Handle external strings.
475 // Assert that we do not have a cons or slice (indirect strings) here.
476 // Sequential strings have already been ruled out.
480 // Rule out short external strings
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java 45 * <p>This class is intended to check strings, typically
66 * This does not consider whether either of strings is potentially
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemSort.java 132 * strings to be sorted.
140 * strings; the following values are allowed:
177 * strings; the following values are allowed:
212 * order specifies whether the strings should be sorted in ascending
220 * order specifies whether the strings should be sorted in ascending
233 * order specifies whether the strings should be sorted in ascending
  /external/google-breakpad/src/common/
stabs_reader.h 77 // by STRINGS. The reader will call the member functions of HANDLER to
129 // current compilation unit's strings, as establish by the N_UNDF entries.
216 // The offset of the current compilation unit's strings within stabstr_.
259 // references to strings stored in the .stabstr section. Because
260 // both the Linux and Solaris linkers factor out duplicate strings
267 // Since all the strings are in same array of characters --- the
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationDummyTest.java 242 errln("Comparing two strings with only secondary differences in C failed.\n");
251 errln("Comparing two strings with no differences in C failed.\n");
261 errln("Comparing two strings with sort keys in C failed.\n");
421 // three test strings X, Y, Z, consisting of an A-grave + test char,
438 // Collation test. All three strings should be equal.
444 // Run collation element iterators over the three strings. Results should be same for each.
  /external/zlib/src/doc/
algorithm.txt 4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
21 Duplicated strings are found using a hash table. All input strings of
24 strings in the chain are compared with the current input string, and
27 The hash chains are searched starting with the most recent strings, to
52 modes (level parameter 1 to 3). For these fast modes, new strings
  /packages/apps/Camera2/src/com/android/camera/settings/
AppUpgrader.java 55 * "medium" and "default" to strings representing the actual resolutions,
78 * With this version internal storage is changed to use only Strings, and
125 // Do strings upgrade first before 'earlier' upgrades, since they assume
166 * Converts settings that were stored in SharedPreferences as non-Strings,
167 * to Strings. This is necessary due to a SettingsManager API refactoring.
344 * SharedPreferences file to another SharedPreferences file, as Strings.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
plistlib.py 4 basic object types, like dictionaries, lists, numbers and strings.
15 To work with plist data in strings, you can use readPlistFromString()
18 Values can be strings, integers, floats, booleans, tuples, lists,
20 dictionary keys) may be unicode strings -- they will be written out as
215 raise ValueError("strings can't contains control characters; "
279 raise TypeError("keys must be strings")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
plistlib.py 4 basic object types, like dictionaries, lists, numbers and strings.
15 To work with plist data in strings, you can use readPlistFromString()
18 Values can be strings, integers, floats, booleans, tuples, lists,
20 dictionary keys) may be unicode strings -- they will be written out as
215 raise ValueError("strings can't contains control characters; "
279 raise TypeError("keys must be strings")
  /system/media/alsa_utils/
alsa_device_profile.c 386 /* if we assume that rate strings are about 5 characters (48000 is 5), plus ~1 for a
387 * delimiter "|" this buffer has room for about 22 rate strings which seems like
419 /* if we assume that format strings are about 24 characters (AUDIO_FORMAT_PCM_16_BIT is 23),
420 * plus ~1 for a delimiter "|" this buffer has room for about 10 format strings which seems
492 * the "|" delimiter, then we allocate room for 16 strings.
502 * support STEREO, append to the channel config strings we are generating.
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 40 import vogar.util.Strings;
221 String envString = !env.isEmpty() ? (Strings.join(env.entrySet(), " ") + " ") : "";
222 return envString + Strings.join(args, " ");
  /cts/tests/tests/database/src/android/database/cts/
MatrixCursorTest.java 178 // numbers can be converted to each other and strings
239 // strings can be converted to numbers
274 // strings can not be converted to numbers
  /external/cmockery/cmockery_0_1_2/src/example/
calculator.c 82 // Structure which maps operator strings to functions.
94 // Associate operator strings to functions.
145 * containing number_of_arguments strings. Operators invoked by the expression
  /external/droiddriver/src/io/appium/droiddriver/actions/
SwipeAction.java 27 import io.appium.droiddriver.util.Strings;
28 import io.appium.droiddriver.util.Strings.ToStringHelper;
212 ToStringHelper toStringHelper = Strings.toStringHelper(this);
  /external/droiddriver/src/io/appium/droiddriver/base/
BaseUiElement.java 45 import io.appium.droiddriver.util.Strings;
46 import io.appium.droiddriver.util.Strings.ToStringHelper;
283 ToStringHelper toStringHelper = Strings.toStringHelper(this);
  /external/fonttools/Lib/fontTools/misc/
sstruct.py 8 Just like struct, we use fmt strings to describe a data
14 in this context, except for fixed length strings (eg. 'myInt:5h'
45 like struct.calcsize(), but uses our own fmt strings:
  /external/google-breakpad/src/processor/
postfix_evaluator.h 42 // The expression language is simple. Expressions are supplied as strings,
63 // PostfixEvaluator is intended to support evaluation of "program strings"
161 // The dictionary mapping constant and variable identifiers (strings) to
  /external/guava/guava/src/com/google/common/base/
Verify.java 75 * <p>As with {@link Preconditions} error message template strings, only the {@code "%s"} specifier
114 * template. Arguments are converted to strings using
148 * template. Arguments are converted to strings using
  /external/icu/icu4c/source/common/
locutil.cpp 154 * Problem: Locale ID strings may contain '@' which is a variant
205 // are path strings ('bundleID') passed to
207 // second-level hashes. The second-level keys are result strings
propname.cpp 83 * This function does just that, for (char *) name strings.
98 /* If we reach the ends of both strings then they match */
124 /* If we reach the ends of both strings then they match */
  /external/icu/icu4c/source/common/unicode/
docmain.h 74 * <td>Strings and Character Iteration</td>
84 * <td>Sets of Unicode Code Points and Strings</td>
89 * <td>Maps from Strings to Integer Values</td>

Completed in 740 milliseconds

<<41424344454647484950>>