Searched
full:strings (Results
401 -
425 of
3020) sorted by null
<<11121314151617181920>>
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-67773.js | 38 var strings = new Array(); 176 strings[i] = string; 188 testRegExp(statusmessages, patterns, strings, actualmatches, expectedmatches);
|
/external/webkit/WebCore/inspector/front-end/ |
ObjectPropertiesSection.js | 91 // - convert a and b to strings (not needed here, properties are all strings) 113 if (!+chunka && !+chunkb) // chunks are strings of all 0s (special case)
|
/external/webkit/WebCore/platform/text/ |
StringHash.h | 34 // null strings. get(), contains(), and add() on HashMap<String,..., StringHash> 35 // cause a null-pointer dereference when passed null strings. 236 // current uses of it are for strings.
|
/external/webkit/autotools/ |
acinclude.m4 | 11 # This macro compares two version strings. Due to the various number of 92 # Convert the two version strings to be compared into a format that 111 dnl # In the case of le, ge, lt, and gt, the strings are sorted as necessary
|
/frameworks/base/core/java/android/database/ |
CursorJoiner.java | 195 * Reads the strings from the cursor that are specifed in the columnIndicies 235 * Compare the values. Values contains n pairs of strings. If all the pairs of strings match
|
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-configuration-element.jd | 79 The value must be one of the following strings: 107 must be one of the following strings: 142 The value must be one of the following strings:
|
/frameworks/base/docs/html/guide/tutorials/views/ |
index.jd | 26 use hard-coded strings in the layout files—the better practice is to reference strings from 27 your strings.xml file.</p>
|
/bionic/libc/arch-x86/string/ |
strncmp.S | 27 L2: jz L4 /* strings are equal */
|
/bionic/libc/include/ |
strings.h | 1 /* $NetBSD: strings.h,v 1.10 2005/02/03 04:39:32 perry Exp $ */
|
/bionic/libc/string/ |
strsep.c | 37 * strings separated by characters from delim.
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
DateSorterTest.java | 60 notes = "Resource Strings used for creating the labels are not public",
|
/dalvik/hit/src/com/android/hit/ |
Main.java | 87 System.out.println("There are " + instances.length + " Strings.");
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
nodeissupported03.java | 50 * Call the isSupported method specifying empty strings for feature and version on a docType
|
nodeissupported04.java | 37 * Call the isSupported method specifying empty strings for feature and version on a
|
/dalvik/libcore/luni/src/main/java/java/util/ |
PropertyResourceBundle.java | 25 * Strings. The resources must be of the form {@code key=value}, one
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
HexStringParser.java | 162 String[] strings = significantStr.split("\\."); //$NON-NLS-1$ local 163 String strIntegerPart = strings[0]; 164 String strDecimalPart = strings.length > 1 ? strings[1] : ""; //$NON-NLS-1$
|
/dalvik/libcore/text/src/main/java/java/text/ |
Format.java | 35 * or contain localized characters or strings. For example, a numeric formatter 44 * conversion between values and strings. For example, a {@code DecimalFormat} 46 * common US English format for currency values, yielding strings such as 55 * as strings. For instance, 0 may be represented as "no files", 1 as "one
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ext/ |
Locator2Impl.java | 43 * <em>encoding</em> and <em>version</em>strings are copied,
|
/development/apps/SpareParts/res/values/ |
strings.xml | 3 /* //device/apps/common/assets/res/any/strings.xml
|
/development/host/windows/usb/ |
readme.txt | 26 modify [Google.NTx86], [Google.NTamd64], and [Strings] sections of .inf
|
/development/samples/SkeletonApp/ |
readme.txt | 59 res/values/strings.xml
|
/development/simulator/app/ |
Preferences.h | 16 * All value are stored as strings. The class doesn't really try to
|
/development/tools/findunused/ |
removeunusedresources | 57 ISSTRING=$(echo "$RESLINE" | grep -w "strings\.xml")
|
/external/apache-http/src/org/apache/commons/codec/language/ |
Metaphone.java | 376 * Tests is the metaphones of two strings are identical. 378 * @param str1 First of two strings to compare 379 * @param str2 Second of two strings to compare 380 * @return true if the metaphones of these strings are identical,
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
checksum.sgml | 20 of bytes. To compute the checksum for binary blobs and NUL-terminated strings
|
Completed in 153 milliseconds
<<11121314151617181920>>