Searched
full:strings (Results
326 -
350 of
3020) sorted by null
<<11121314151617181920>>
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/ |
string-conversion.html | 51 This test case verifies that session storage only stores strings.
|
/external/webkit/WebCore/platform/ |
SSLKeyGenerator.h | 36 // Returns strings representing key sizes that may be used
|
/external/webkit/WebCore/platform/sql/ |
SQLValue.cpp | 45 // Must return a copy since ref-shared Strings are not thread safe
|
/external/webkit/WebKitExamplePlugins/ |
ChangeLog | 21 * NetscapeCoreAnimationMoviePlugin/English.lproj/InfoPlist.strings: Added. 152 * NetscapeCoreAnimationPlugin/English.lproj/InfoPlist.strings: Added. 217 * NetscapeInputMethodPlugin/English.lproj/InfoPlist.strings: Added. 286 * NetscapeCocoaPlugin/English.lproj/InfoPlist.strings: Added.
|
/external/yaffs2/yaffs2/utils/ |
Makefile | 20 CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
|
/frameworks/base/tests/ImfTest/res/values/ |
strings.xml | 21 <!-- Strings for sample activities -->
|
/frameworks/base/tools/localize/testdata/ |
pseudo.xliff | 6 original="//device/tools/localization/tests/res/values/strings.xml"
|
xliff1.xliff | 6 original="//device/tools/localization/tests/res/values/strings.xml"
|
/ndk/build/awk/ |
extract-pid.awk | 38 # backslash in the Awk strings.
|
/packages/apps/Contacts/res/xml/ |
searchable.xml | 18 TODO: Use localizable string resources instead of hard-coded strings
|
/packages/apps/Email/src/com/android/email/mail/ |
Flag.java | 36 * these flags and Strings to represent user defined flags. At that point the below
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/ |
Xos.h | 89 * Just about everyone needs the strings routines. We provide both forms here, 105 #include <strings.h> 108 #include <strings.h> 137 #include <strings.h>
|
/bootable/recovery/edify/ |
expr.h | 73 // with strings. 81 // more than two strings.) 144 // strings it contains.
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
ProcessBuilder.java | 205 private static List<String> toList(String[] strings) { 206 ArrayList<String> arrayList = new ArrayList<String>(strings.length); 207 for (String string : strings) {
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
Constants.java | 31 * Mnemonics for standard XML Namespace URIs, as Java Strings: 53 /** Authorship mnemonics, as Java Strings. Not standardized, 105 S_EXSLT_STRINGS_URL = "http://exslt.org/strings";
|
/external/apache-http/src/org/apache/commons/codec/language/ |
RefinedSoundex.java | 78 * Returns the number of characters in the two encoded Strings that are the 88 * @return The number of characters in the two encoded Strings that are the 95 * if an error occurs encoding one of the strings
|
/external/blktrace/ |
strverscmp.c | 1 /* Compare strings while treating digits characters numerically.
31 Basically, we compare strings normally (character by character), until
84 /* Compare S1 and S2 as strings holding indices/version numbers,
|
/external/icu4c/samples/ufortune/ |
ufortune.c | 72 int32_t numFortunes; /* Number of fortune strings available. */ 75 const UChar *resString; /* Points to strings fetched from Resources. */ 105 * will be UChar * strings, which icuio can handle nicely.
|
/external/icu4c/test/intltest/ |
allcoll.cpp | 170 errln("Comparing two strings with only secondary differences in C failed.\n"); 178 errln("Comparing two strings with no differences in C failed.\n"); 188 errln("Comparing two strings with sort keys in C failed.\n");
|
/external/icu4c/tools/ctestfw/unicode/ |
datamap.h | 23 * and info data, names are keys in data. Currently, we return scalar strings 24 * and integers and arrays of strings and integers. Arrays should be deposited 84 /** get an array of strings from the DataMap. Addressed by name.
|
/external/v8/test/mjsunit/ |
substr.js | 84 // Then two-byte strings. 102 // Keep creating strings to to force allocation failure on substring creation. 121 // Same with two-byte strings
|
/external/webkit/JavaScriptCore/API/ |
JSStringRef.h | 126 @abstract Tests whether two JavaScript strings match. 129 @result true if the two strings match, otherwise false. 137 @result true if the two strings match, otherwise false.
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
15.10.6.2-1.js | 71 var strings = new Array(); 105 strings[i] = string; 117 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
octal-001.js | 51 var strings = new Array(); 117 strings[i] = string; 129 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
regress-105972.js | 37 var strings = new Array(); 122 strings[i] = string; 134 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
Completed in 157 milliseconds
<<11121314151617181920>>