/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/ |
project.pbxproj | 12 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; }; 16 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 58 8D5B49A704867FD3000E48DA /* InfoPlist.strings */, 122 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */, 140 8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = { 145 name = InfoPlist.strings;
|
/frameworks/base/tools/localize/ |
Perforce_test.cpp | 27 if (results[0] != "//device/apps/common/res/values/strings.xml") { 30 if (results[1] != "//device/apps/Contacts/res/values/strings.xml") {
|
res_check.cpp | 39 set<StringResource> strings = file->GetStrings(); local 40 for (set<StringResource>::iterator it=strings.begin(); it!=strings.end(); it++) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/build/ |
BaseBuilderTest.java | 28 String s = "C:\\java\\workspace-android\\AndroidApp\\res\\values\\strings.xml:11: WARNING: empty 'some warning text"; 32 assertEquals("C:\\java\\workspace-android\\AndroidApp\\res\\values\\strings.xml", m.group(1));
|
/external/skia/src/animator/ |
SkGetCondensedInfo.cpp | 30 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char target[]) { 35 if (strcmp(&strings[lengths[mid << 2]], target) < 0) 40 if (strcmp(&strings[lengths[hi << 2]], target) != 0) 91 const char* strings = gInfoNames[lookup]; local 92 int index = _searchByName(&info->fName, count, strings, match);
|
/packages/inputmethods/PinyinIME/jni/include/ |
spellingtable.h | 34 // This class is used to store the spelling strings 49 // Used to store spelling strings. If the spelling table needs to calculate 75 // spl_max_num is the maximum number of spelling strings to store. 92 // Sort the spelling strings and put them from the begin of the buffer. 93 // Return the pointer of the sorted spelling strings.
|
/external/webkit/JavaScriptCore/runtime/ |
UStringImpl.h | 185 // Static strings cannot be put in identifier tables, because they are globally shared. 200 // Used to construct normal strings with an internal or external buffer. 213 // Used to construct static strings, which have an special refCount that can never hit zero. 215 // static strings will be shared across threads & ref-counted in a non-threadsafe manner. 228 // Used to create new strings that are a substring of an existing string. 237 // Do use static strings as a base for substrings; UntypedPtrAndBitfield assumes 245 // Used to construct new strings sharing an existing shared buffer. 262 // This number must be at least 2 to avoid sharing empty, null as well as 1 character strings from SmallStrings. 267 // We initialize and increment/decrement the refCount for all normal (non-static) strings by the value 2. 268 // We initialize static strings with an odd number (specifically, 1), such that the refCount cannot reach zero [all...] |
/dalvik/libcore/text/src/main/java/java/text/ |
CollationKey.java | 26 * the strings they represent. 34 * {@code Collator.compare(String, String)} compares two strings and returns 44 * are fast. This approach is recommended when the same strings are to be 48 * {@code Collator.compare(String, String)} can examine and process the strings 50 * recommended if the strings are to be compared only once. 53 * list of strings: 57 * // Create an array of CollationKeys for the Strings to be sorted.
|
/external/apache-http/src/org/apache/commons/codec/language/ |
SoundexUtils.java | 58 * Encodes the Strings and returns the number of characters in the two 59 * encoded Strings that are the same. 68 * The encoder to use to encode the Strings. 73 * @return The number of characters in the two Soundex encoded Strings that 81 * if an error occurs encoding one of the strings 88 * Returns the number of characters in the two Soundex encoded Strings that 101 * @return The number of characters in the two Soundex encoded Strings that
|
/cts/tests/tests/content/src/android/content/res/cts/ |
ArrayTest.java | 67 checkStringArray(R.array.strings, new String[] {"zero", "1", "here"}); 68 checkTextArray(R.array.strings, new String[] {"zero", "1", "here"}); 75 checkIntArray(R.array.strings, new int[] {0, 0, 0});
|
/external/clearsilver/python/examples/trans/ |
trans.py | 250 strings = [] 252 strings = self.parseCS(data) 254 strings = self.parseHTML(data) 256 strings = self.parseHDF(data) 257 if len(strings): 258 print "Found %d strings in %s" % (len(strings), file) 259 return strings 274 strings = self.handleFile(path + '/' + file) 275 if len(strings) [all...] |
/external/dropbear/ |
compat.c | 86 static char **curshell, **shells, *strings; variable 222 if (strings != NULL) 223 free(strings); 224 strings = NULL; 243 if (strings != NULL) 244 free(strings); 245 strings = NULL; 252 if ((strings = malloc((u_int)statb.st_size + 1)) == NULL) { 259 free(strings); 260 strings = NULL [all...] |
/external/icu4c/common/ |
ustrenum.h | 18 * Given an array of const char* strings (invariant chars only), 19 * return a UEnumeration. Must have strings[i] != 0 for i in 23 uenum_openCharStringsEnumeration(const char* const* strings, int32_t count,
|
/external/opencore/pvmi/content_policy_manager/include/ |
cpm_types.h | 27 /* CPM Usage Key Strings */ 45 /* MIME strings for CPM Plugins */ 48 /* MIME strings for CPM Content Formats */
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_format_type.h | 20 * @brief This file defines known format types and MIME strings, 53 ** Note on format MIME strings: 54 ** The MIME strings that start with "X" were made up by PV. 63 // MIME strings for uncompressed audio formats 71 // MIME strings for uncompressed video formats 79 // MIME strings for uncompressed sub-video formats 92 // MIME strings for compressed audio formats 117 // MIME strings for Compressed video formats 132 // MIME strings for still image formats 136 // MIME strings for Multiplexed formats and single-media file formats [all...] |
/external/webkit/WebCore/dom/ |
ExceptionCode.h | 78 const char* typeName; // has spaces and is suitable for use in exception description strings; maximum length is 10 characters 79 const char* name; // exception name, also intended for use in exception description strings; 0 if name not known; maximum length is 27 characters 80 const char* description; // exception description, intended for use in exception strings; more readable explanation of error
|
/frameworks/base/tools/aapt/ |
printapk.cpp | 105 const ResStringPool* strings = res.getTableStringBlock(tableIndex); 106 size_t stringCount = strings->size(); 109 const char16_t* ch = strings->stringAt(stringIndex, &len);
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/ |
dir | 35 * strings: (binutils)strings. List printable strings from files
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-strings.1 | 26 .\" Set up some character translations and predefined strings. \*(-- will 130 .IX Title "STRINGS 1" 131 .TH STRINGS 1 "2006-06-23" "binutils-2.17" "GNU Development Tools" 133 strings \- print the strings of printable characters in files. 136 strings [\fB\-afov\fR] [\fB\-\fR\fImin-len\fR] 148 character. By default, it only prints the strings from the initialized 150 the strings from the whole file. 206 Select the character encoding of the strings that are to be found. 211 littleendian. Useful for finding wide character strings [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-strings.1 | 26 .\" Set up some character translations and predefined strings. \*(-- will 130 .IX Title "STRINGS 1" 131 .TH STRINGS 1 "2008-09-10" "binutils-2.18.90" "GNU Development Tools" 133 strings \- print the strings of printable characters in files. 136 strings [\fB\-afov\fR] [\fB\-\fR\fImin-len\fR] 148 character. By default, it only prints the strings from the initialized 150 the strings from the whole file. 206 Select the character encoding of the strings that are to be found. 211 littleendian. Useful for finding wide character strings. (\fBl\f [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
dir | 37 * strings: (binutils)strings. List printable strings from files.
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-strings.1 | 26 .\" Set up some character translations and predefined strings. \*(-- will 130 .IX Title "STRINGS 1" 131 .TH STRINGS 1 "2008-09-10" "binutils-2.18.90" "GNU Development Tools" 133 strings \- print the strings of printable characters in files. 136 strings [\fB\-afov\fR] [\fB\-\fR\fImin-len\fR] 148 character. By default, it only prints the strings from the initialized 150 the strings from the whole file. 206 Select the character encoding of the strings that are to be found. 211 littleendian. Useful for finding wide character strings. (\fBl\f [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-strings.1 | 26 .\" Set up some character translations and predefined strings. \*(-- will 130 .IX Title "STRINGS 1" 131 .TH STRINGS 1 "2006-06-23" "binutils-2.17" "GNU Development Tools" 133 strings \- print the strings of printable characters in files. 136 strings [\fB\-afov\fR] [\fB\-\fR\fImin-len\fR] 148 character. By default, it only prints the strings from the initialized 150 the strings from the whole file. 206 Select the character encoding of the strings that are to be found. 211 littleendian. Useful for finding wide character strings [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-strings.1 | 26 .\" Set up some character translations and predefined strings. \*(-- will 130 .IX Title "STRINGS 1" 131 .TH STRINGS 1 "2008-09-10" "binutils-2.18.90" "GNU Development Tools" 133 strings \- print the strings of printable characters in files. 136 strings [\fB\-afov\fR] [\fB\-\fR\fImin-len\fR] 148 character. By default, it only prints the strings from the initialized 150 the strings from the whole file. 206 Select the character encoding of the strings that are to be found. 211 littleendian. Useful for finding wide character strings. (\fBl\f [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-strings.1 | 26 .\" Set up some character translations and predefined strings. \*(-- will 130 .IX Title "STRINGS 1" 131 .TH STRINGS 1 "2008-09-10" "binutils-2.18.90" "GNU Development Tools" 133 strings \- print the strings of printable characters in files. 136 strings [\fB\-afov\fR] [\fB\-\fR\fImin-len\fR] 148 character. By default, it only prints the strings from the initialized 150 the strings from the whole file. 206 Select the character encoding of the strings that are to be found. 211 littleendian. Useful for finding wide character strings. (\fBl\f [all...] |