/external/proguard/src/proguard/classfile/util/ |
StringSharer.java | 31 * This ClassVisitor shares strings in the class files that it visits. 50 // Replace name strings in the constant pool by shared strings. 53 // Replace attribute name strings in the constant pool by internalized 54 // strings. 97 // Put the actual class member's name and type strings in the class 110 // Put the actual class member's name and type strings in the class
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_6/Array/ |
regress-290592.js | 174 var strings = ['hello', 'Array', 'WORLD']; variable 194 strings.map(); 207 actual = strings.map(identity).toString(); 219 actual = strings.map(mutate).toString(); 227 strings = ['hello', 'Array', 'WORLD']; 233 actual = strings.map(makeUpperCase).toString(); 246 actual = strings.map(obj.makeUpperCase, obj).toString(); 258 actual = strings.map(obj.makeUpperCase, obj).toString(); 294 strings.forEach(); 308 strings.forEach(concat) [all...] |
/external/icu4c/common/ |
unisetspan.cpp | 51 * UnicodeSet does not have a limit on the lengths of strings. 203 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings), 215 // Determine if the strings even need to be taken into account at all for span() etc. 216 // If any string is relevant, then all strings need to be used for 219 // and do not store UTF-8 strings if !thisRelevant and CONTAINED. 220 // (Only store irrelevant UTF-8 strings for LONGEST_MATCH where they are relevant after all.) 221 // Also count the lengths of the UTF-8 versions of the strings for memory allocation. 222 int32_t stringsLength=strings.size(); 227 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); 253 // Freeze after checking for the need to use strings at all because freezin [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
StringIdsSection.java | 30 * Strings list section of a {@code .dex} file. 38 private final TreeMap<CstUtf8, StringIdItem> strings; field in class:StringIdsSection 48 strings = new TreeMap<CstUtf8, StringIdItem>(); 54 return strings.values(); 70 IndexedItem result = strings.get((CstUtf8) cst); 87 int sz = strings.size(); 146 StringIdItem already = strings.get(value); 152 strings.put(value, string); 180 StringIdItem s = strings.get(string); 205 for (StringIdItem s : strings.values()) [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
completion.sgml | 5 support for automatic completion using a group of target strings 10 any group of target strings. It is typically used for file name completion 23 Items in the completion can be simple strings (e.g. filenames), 27 You can change the way in which strings are compared by setting 44 @items: list of target items (strings or data structures). 46 item. It is %NULL if the target items are strings. 50 @strncmp_func: The function to use when comparing strings. 59 in the #GCompletion, or %NULL if strings are going to be used as the 112 @Returns: the list of items whose strings begin with @prefix. This should 140 This is used when you use strings as #GCompletion items [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
StringToIntTable.java | 24 * A very simple lookup table that stores a list of strings, the even 25 * number strings being keys, and the odd number strings being values. 36 /** Array of strings this table points to. Associated with ints 40 /** Array of ints this table points. Associated with strings from 183 * @return Array of strings
|
/frameworks/base/docs/html/resources/tutorials/notepad/codelab/ |
NotepadCodeLab.zip | |
/bionic/libc/string/ |
strerror_r.c | 17 __code_string_lookup( const CodeString* strings, 24 if (strings[nn].code == 0) 27 if (strings[nn].code == code) 28 return strings[nn].msg;
|
/external/clearsilver/ |
README | 44 translation at Yahoo!. You leave all the english strings right in the 46 language strings into a translation database. You can then translate 47 the strings using any means. (it includes tools for dump and loading 49 isn't smart enough to find your language strings, in this case you can
|
/external/clearsilver/cs/ |
test14.cs.gold | 10 All strings exist
|
/external/webkit/LayoutTests/platform/android-v8/storage/domstorage/localstorage/ |
string-conversion-expected.txt | 1 This test case verifies that local storage only stores strings.
|
/external/webkit/LayoutTests/platform/android-v8/storage/domstorage/sessionstorage/ |
string-conversion-expected.txt | 1 This test case verifies that session storage only stores strings.
|
/external/webkit/LayoutTests/storage/domstorage/localstorage/ |
string-conversion-expected.txt | 1 This test case verifies that local storage only stores strings.
|
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/ |
string-conversion-expected.txt | 1 This test case verifies that session storage only stores strings.
|
/external/webkit/WebCore/css/ |
WebKitCSSKeyframeRule.cpp | 71 Vector<String> strings; local 72 s.split(',', strings); 74 for (size_t i = 0; i < strings.size(); ++i) { 76 String cur = strings[i].stripWhiteSpace();
|
/external/yaffs2/ |
Android.mk | 13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
|
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/ |
StringUtils.java | 31 * Combine a list of strings in an <code>Object[]</code> into a single 34 * @param list non-null; the strings to combine
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Array.java | 61 static void checkStrings(String[] strings) { 62 assert(strings[0].equals("zero")); 63 assert(strings[1].equals("one")); 64 assert(strings[2].equals("two")); 65 assert(strings[3].equals("three")); 66 assert(strings[4].equals("four")); 176 String[] strings; local 187 strings = new String[count];
|
/development/samples/SkeletonApp/res/values/ |
strings.xml | 17 <!-- This file contains resource definitions for displayed strings, allowing 21 <!-- Simple strings. -->
|
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/ |
VoiceRecognitionSettings.java | 31 // Identical to the value specified in res/values/strings.xml. 35 // Identical to the values specified in res/values/strings.xml.
|
/development/tools/findunused/ |
findunusedstrings | 7 -p option prints out unused strings, otherwise a total count is printed 44 echo $app: $count unused strings
|
/external/elfutils/po/ |
POTFILES.in | 1 # List of files which containing translatable strings. 24 # List of files which containing translatable strings.
|
/external/webkit/WebCore/bridge/ |
testM.js | 27 var strings = [ "one", "two", "three" ]; variable 29 myInterface.logMessages (strings)
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/ |
project.pbxproj | 13 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; }; 17 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 61 8D5B49A704867FD3000E48DA /* InfoPlist.strings */, 127 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */, 146 8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = { 151 name = InfoPlist.strings;
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/ |
project.pbxproj | 15 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; }; 19 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 69 8D5B49A704867FD3000E48DA /* InfoPlist.strings */, 134 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */, 152 8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = { 157 name = InfoPlist.strings;
|