Searched
full:strings (Results
326 -
350 of
7947) sorted by null
<<11121314151617181920>>
/external/google-breakpad/src/testing/src/ |
gmock-matchers.cc | 68 // Joins a vector of strings as if they are fields of a tuple; returns 70 GTEST_API_ string JoinAsTuple(const Strings& fields) { 90 // negation of the matcher. 'param_values' contains a list of strings 94 const Strings& param_values) {
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/ |
SimpleEscapingFunction.java | 30 * escaped. This is because (for speed) we use an array of escaped strings, indexed by character 34 // The limit for how many strings we can store here (max) 37 // Our fast lookup array of escaped strings. This array is indexed by char 95 // We really hope our appendable handles sub-strings nicely
|
/external/junit/src/org/junit/ |
ComparisonFailure.java | 6 * strings. 12 * The maximum length for fExpected and fActual. If it is exceeded, the strings should be shortened. 66 * is exceeded, the Strings are shortened 76 * is exceeded, the Strings are shortened
|
/external/kernel-headers/original/uapi/linux/usb/ |
f_accessory.h | 31 /* Indexes for strings sent by the host via ACCESSORY_SEND_STRING */ 59 * The device can later retrieve these strings via the 65 * The host sends this after setting all its strings to the device. 134 /* ioctls for retrieving strings set by the host */
|
/external/libcxx/cmake/ |
config-ix.cmake | 14 check_cxx_compiler_flag(-Wwrite-strings LIBCXX_HAS_WWRITE_STRINGS_FLAG)
|
/external/llvm/test/FileCheck/ |
multiple-missing-prefixes.txt | 9 ; CHECK-NONEXISTENT-PREFIX: error: no check strings found with prefixes 'PREFIX1{{:}}', 'PREFIX2{{:}}'
|
/external/mdnsresponder/mDNSPosix/ |
Services.txt | 16 # <zero or more strings for the text record, one string per line>
|
/external/openfst/src/extensions/far/ |
Makefile.am | 15 libfstfarscript_la_SOURCES = farscript.cc strings.cc main.cc
|
/external/parameter-framework/utility/ |
Utility.h | 43 * composed of pairs of strings. 45 * @param[in] mapStr A map of strings 55 * composed of pairs of strings. 57 * @param[in] mapStr A map of strings
|
/external/pdfium/testing/ |
fx_string_testhelpers.h | 12 // Output stream operator so GTEST macros work with FX strings.
|
/external/pdfium/third_party/freetype/include/ |
fterrors.h | 23 /* strings with a small macro trick explained below. */ 35 /* II - Error Message strings */ 39 /* allow client applications to build a table of error message strings */ 40 /* if they need it. The strings are not included in a normal build of */
|
/external/regex-re2/re2/testing/ |
string_generator.cc | 5 // String generator: generates all possible strings of up to 7 // Fetch strings using a Java-like Next()/HasNext() interface. 21 // Degenerate case: no letters, no non-empty strings. 95 // Sets generator up to return n random strings.
|
/external/selinux/libselinux/utils/ |
setenforce.c | 6 #include <strings.h>
|
/external/selinux/libsepol/include/sepol/policydb/ |
symtab.h | 8 * strings and datum values. The type of the datum values
|
/external/skia/src/core/ |
SkStringUtils.h | 16 * is used to streamline the creation of ASCII flag strings within the toString
|
/external/v8/test/webkit/fast/regex/ |
toString.js | 51 // These strings are equivalent, since the '\' is identity escaping the '/' at the string level. 56 // These strings pass "^\\/$" and "^\\\/$" respectively to the RegExp, giving one '\' to match. 59 // These strings match two backslashes (the second with the '/' escaped). 82 // Return the String value formed by concatenating the Strings "/", the
|
/external/vixl/ |
.ycm_extra_conf.py | 22 '-Wwrite-strings',
|
/frameworks/base/core/res/res/values-large/ |
strings.xml | 3 /* //device/apps/common/assets/res/any/strings.xml
|
/frameworks/base/core/res/res/values-xlarge/ |
strings.xml | 3 /* //device/apps/common/assets/res/any/strings.xml
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
AutoCompleteTextViewSimple.java | 68 * Set the autocomplete data to an adapter containing 0..n strings with a consistent prefix. 72 String[] strings = new String[numSuggestions]; local 74 strings[i] = prefix + String.valueOf(i); 79 android.R.layout.simple_dropdown_item_1line, strings);
|
/frameworks/base/docs/downloads/devbytes/ |
BitmapScaling.zip | |
CrossFading.zip | |
ImmersiveMode.zip | |
KeyframeAnimation.zip | |
ListViewAnimations.zip | |
Completed in 345 milliseconds
<<11121314151617181920>>