/external/libvpx/libvpx/test/ |
tools_common.sh | 185 # Filters strings from positional parameter one using the filter specified by 187 # positional parameter. When parameter three is present, strings that match the 188 # filter are excluded. When omitted, strings matching the filter are included. 191 strings=${1} 196 # When positional parameter three exists the caller wants to remove strings. 204 for s in ${strings}; do 210 filtered_strings="${strings}" 282 # strings.
|
/external/linux-tools-perf/src/tools/perf/util/ |
levenshtein.c | 6 * calculate a distance between strings. 12 * strings. To avoid a large space complexity, only the last three rows
|
strbuf.h | 6 * long, overflow safe strings. 11 * build complex strings/buffers whose final size isn't easily known.
|
/external/llvm/bindings/go/llvm/ |
ir_test.go | 17 "strings" 35 if !strings.Contains(text, " "+name+" ") {
|
/external/llvm/include/llvm/Option/ |
ArgList.h | 216 /// getNumInputArgStrings - Return the number of original argument strings, 217 /// which are guaranteed to be the first strings in the argument string 230 /// as strings. 304 /// List of argument strings used by the contained Args. 307 /// of Args, and allow routines to add new strings (to have a 311 /// Strings for synthesized arguments. 314 /// of Args, and allow routines to add new strings (to have a 318 /// The number of original input argument strings.
|
/external/llvm/test/MC/ELF/ |
entsize.s | 5 // 1 byte strings 18 // 2 byte strings
|
/external/llvm/unittests/ADT/ |
VariadicFunctionTest.cpp | 17 // Defines a variadic function StringCat() to join strings. 57 // Appends an array of strings to dest and returns the number of
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AllowEventsList.java | 93 * @param methods - the Iterator of Strings defining the methods supported 99 * unexpectedly while parsing the Strings defining the methods supported.
|
/external/openfst/src/include/fst/ |
synchronize.h | 80 // Residual strings are represented by const pointers to 107 vector<const String*> strings; local 110 strings.push_back(*it); 112 for (size_t i = 0; i < strings.size(); ++i) 113 delete strings[i]; 273 // Equality function for Elements, assume strings have been hashed. 298 // Equality function for strings 309 // Hash function for set of strings
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
CssGrammarTest.java | 50 "'strings' \"oh \\\"my\" 'foo bar'", 95 "'strings':STRING",
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowArrayAdapter.java | 179 CharSequence[] strings = context.getResources().getTextArray(textArrayResId); local 180 return new ArrayAdapter<CharSequence>(context, textViewResId, strings);
|
/external/selinux/policycoreutils/restorecond/ |
stringslist.c | 128 printf("strings list\n"); 130 printf("strings list1\n");
|
/external/vogar/src/vogar/ |
DotJavaFile.java | 23 import vogar.util.Strings; 72 String content = Strings.readFile(javaFile);
|
/external/vogar/src/vogar/util/ |
Strings.java | 35 * Utility methods for strings. 37 public class Strings {
|
/frameworks/base/core/tests/coretests/src/android/text/ |
TextUtilsTest.java | 216 List<String> strings = Lists.newArrayList(); local 218 strings.add(s); 220 MoreAsserts.assertEquals(expectedStrings, strings.toArray(new String[]{})); 225 String[] strings = { "abc", " abc", " abc", "abc ", "abc ", local 228 for (String s : strings) { 305 // Are all normal output strings identical? 309 // Are preserved output strings identical? 316 // Did preserved output strings preserve length?
|
/frameworks/base/tools/aapt2/ |
process.dot | 16 res_values_strings_xml [label="res/values/strings.xml"]; 20 res_values_fr_strings_xml [label="res/values-fr/strings.xml"];
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/ |
MultiArgTestAdapter.java | 36 public static String join(String... strings) { 38 for(String str : strings) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
tools_common.sh | 266 # Filters strings from positional parameter one using the filter specified by 268 # positional parameter. When parameter three is present, strings that match the 269 # filter are excluded. When omitted, strings matching the filter are included. 272 strings=${1} 277 # When positional parameter three exists the caller wants to remove strings. 285 for s in ${strings}; do 291 filtered_strings="${strings}" 353 # strings.
|
/hardware/qcom/gps/msm8084/utils/ |
loc_cfg.cpp | 166 the passed in configuration table. This table maps strings to values to 171 config_table: table definition of strings to places to store information 237 the passed in configuration table. This table maps strings to values to 247 config_table: table definition of strings to places to store information 306 the passed in configuration table. This table maps strings to values to 312 config_table: table definition of strings to places to store information 357 the passed in configuration table. This table maps strings to values to 362 config_table: table definition of strings to places to store information
|
/hardware/qcom/gps/msm8974/utils/ |
loc_cfg.cpp | 166 the passed in configuration table. This table maps strings to values to 171 config_table: table definition of strings to places to store information 237 the passed in configuration table. This table maps strings to values to 247 config_table: table definition of strings to places to store information 306 the passed in configuration table. This table maps strings to values to 312 config_table: table definition of strings to places to store information 357 the passed in configuration table. This table maps strings to values to 362 config_table: table definition of strings to places to store information
|
/hardware/qcom/gps/utils/ |
loc_cfg.cpp | 166 the passed in configuration table. This table maps strings to values to 171 config_table: table definition of strings to places to store information 237 the passed in configuration table. This table maps strings to values to 247 config_table: table definition of strings to places to store information 306 the passed in configuration table. This table maps strings to values to 312 config_table: table definition of strings to places to store information 362 the passed in configuration table. This table maps strings to values to 367 config_table: table definition of strings to places to store information
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
Collections2Test.java | 250 List<String> strings = Arrays.asList(new String[] { "1", "2", "3", "1", "1" }); local 252 assertEquals("Assert 1: did not find three \"1\" strings", 3, 253 Collections.frequency(strings, "1")); 255 assertEquals("Assert 2: did not find one \"2\" strings", 1, Collections 256 .frequency(strings, "2")); 258 assertEquals("Assert 3: did not find three \"3\" strings", 1, 259 Collections.frequency(strings, "3")); 262 Collections.frequency(strings, null));
|
/ndk/sources/android/support/src/msun/ |
s_nan.c | 34 #include <strings.h> 62 * __builtin_nan(). In fact, we're only 100% compatible for strings we
|
/ndk/tests/device/test-gnustl-full/unit/ |
iter_test.cpp | 45 vector<const char*> v; // Vector of character strings. 66 Vec v; // Vector of character strings.
|
/ndk/tests/device/test-stlport/unit/ |
iter_test.cpp | 45 vector<const char*> v; // Vector of character strings. 66 Vec v; // Vector of character strings.
|