/external/regex-re2/re2/ |
filtered_re2.h | 12 // Compile the FilteredRE2. The compile returns strings that need to 13 // be matched. Note that all returned strings are lowercase. For 15 // matching using the strings returned. When doing the string match, 18 // indices of strings that were found in the text to get the actual 45 // of strings that the caller should check for in candidate texts. 46 // The returned strings are lowercased. When doing string matching, 48 // strings from the set of strings returned by Compile. Call after
|
/frameworks/base/docs/downloads/training/ |
OpenGLES.zip | |
/frameworks/native/opengl/tests/gl2_java/res/values/ |
strings.xml | 17 <!-- This file contains resource definitions for displayed strings, allowing 21 <!-- Simple strings. -->
|
/frameworks/native/opengl/tests/gl2_jni/res/values/ |
strings.xml | 17 <!-- This file contains resource definitions for displayed strings, allowing 21 <!-- Simple strings. -->
|
/frameworks/native/opengl/tests/gl_jni/res/values/ |
strings.xml | 17 <!-- This file contains resource definitions for displayed strings, allowing 21 <!-- Simple strings. -->
|
/frameworks/native/opengl/tests/gl_perfapp/res/values/ |
strings.xml | 17 <!-- This file contains resource definitions for displayed strings, allowing 21 <!-- Simple strings. -->
|
/frameworks/native/opengl/tests/gldual/res/values/ |
strings.xml | 17 <!-- This file contains resource definitions for displayed strings, allowing 21 <!-- Simple strings. -->
|
/frameworks/native/opengl/tests/testFramerate/res/values/ |
strings.xml | 17 <!-- This file contains resource definitions for displayed strings, allowing 21 <!-- Simple strings. -->
|
/frameworks/native/opengl/tests/testLatency/res/values/ |
strings.xml | 17 <!-- This file contains resource definitions for displayed strings, allowing 21 <!-- Simple strings. -->
|
/frameworks/native/opengl/tests/testPauseResume/res/values/ |
strings.xml | 17 <!-- This file contains resource definitions for displayed strings, allowing 21 <!-- Simple strings. -->
|
/frameworks/native/opengl/tests/testViewport/res/values/ |
strings.xml | 17 <!-- This file contains resource definitions for displayed strings, allowing 21 <!-- Simple strings. -->
|
/libcore/luni/src/main/java/java/text/ |
DateFormatSymbols.java | 70 * Locale, necessary to lazily load time zone strings. We force the time 77 * Gets zone strings, initializing them if necessary. Does not create 203 // Quick check that may keep us from having to load the zone strings. 204 // Note that different locales may have the same strings, so the opposite check isn't valid. 208 // Make sure zone strings are loaded, then check. 230 * Returns the array of strings which represent AM and PM. Use the 234 * @return an array of strings. 241 * Returns the array of strings which represent BC and AD. Use the 245 * @return an array of strings. 262 * Returns the array of strings containing the full names of the months. Us [all...] |
/bionic/libc/bionic/ |
strerror_r.cpp | 17 static const char* __code_string_lookup(const Pair* strings, int code) { 18 for (size_t i = 0; strings[i].msg != NULL; ++i) { 19 if (strings[i].code == code) { 20 return strings[i].msg;
|
/development/samples/browseable/BasicContactables/ |
_index.jd | 10 <p>The sample sends consolidated query strings to the
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
record-event-listener.rb | 9 A debug listener that records intercepted events as strings in an array.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
Arrays2Test.java | 366 String[] strings = new String[] { "a", "B", "c", "D" }; local 367 Arrays.sort(strings, String.CASE_INSENSITIVE_ORDER); 368 assertEquals(0, Arrays.binarySearch(strings, "a", 370 assertEquals(0, Arrays.binarySearch(strings, "A", 372 assertEquals(1, Arrays.binarySearch(strings, "b", 374 assertEquals(1, Arrays.binarySearch(strings, "B", 376 assertEquals(2, Arrays.binarySearch(strings, "c", 378 assertEquals(2, Arrays.binarySearch(strings, "C", 380 assertEquals(3, Arrays.binarySearch(strings, "d", 382 assertEquals(3, Arrays.binarySearch(strings, "D" [all...] |
/external/chromium_org/base/strings/ |
latin1_string_conversions.cc | 5 #include "base/strings/latin1_string_conversions.h"
|
/external/chromium_org/base/test/ |
test_process_killer_win.h | 8 #include "base/strings/string16.h"
|
/external/chromium_org/chrome/browser/prefetch/ |
prefetch_field_trial.cc | 10 #include "base/strings/string_util.h"
|
/external/chromium_org/chrome/browser/ui/apps/ |
directory_access_confirmation_dialog.h | 9 #include "base/strings/string16.h"
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_drag_drop_cocoa.h | 8 #include "base/strings/string16.h"
|
/external/chromium_org/chrome/browser/ui/webui/help/ |
help_utils_chromeos.h | 10 #include "base/strings/string16.h"
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/ |
default_locale.html | 5 that contains the default strings for this extension.
|
/external/chromium_org/chrome/common/net/ |
net_resource_provider.h | 8 #include "base/strings/string_piece.h"
|
/external/chromium_org/chrome/renderer/resources/ |
neterror.js | 30 // Re-renders the error page using |strings| as the dictionary of values. 32 function updateForDnsProbe(strings) { 33 i18nTemplate.process(document, strings); 34 var context = new JsEvalContext(strings);
|