Searched refs:strings (Results 1 – 12 of 12) sorted by relevance
/development/tools/findunused/ |
D | find_unused_resources.rb | 108 strings = Hash.new 116 strings[id] = FilePosition.new(filename, file.lineno) 147 strings.delete(id) 152 strings.delete(id) 157 strings.delete(id) 163 result.unusedStringIds = strings
|
D | findunusedstrings | 7 -p option prints out unused strings, otherwise a total count is printed 44 echo $app: $count unused strings
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
D | RssReader.java | 412 ArrayList<CharSequence> strings = new ArrayList<CharSequence>(); in onSaveInstanceState() local 415 strings.add(item.getTitle()); in onSaveInstanceState() 416 strings.add(item.getLink()); in onSaveInstanceState() 417 strings.add(item.getDescription()); in onSaveInstanceState() 419 outState.putSerializable(STRINGS_KEY, strings); in onSaveInstanceState() 447 List<CharSequence> strings = (ArrayList<CharSequence>)state.getSerializable(STRINGS_KEY); in onRestoreInstanceState() 449 for (int i = 0; i < strings.size(); i += 3) { in onRestoreInstanceState() 450 items.add(new RssItem(strings.get(i), strings.get(i + 1), strings.get(i + 2))); in onRestoreInstanceState()
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
D | glUtils.cpp | 437 void glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count) in glUtilsPackStrings() argument 443 if (strings[i]!=NULL) { in glUtilsPackStrings() 445 l = strlen(strings[i]); in glUtilsPackStrings() 446 strcat(p, strings[i]); in glUtilsPackStrings() 449 strncat(p, strings[i], l); in glUtilsPackStrings() 457 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count) in glUtilsCalcShaderSourceLen() argument 463 l = strings[i]!=NULL ? strlen(strings[i]) : 0; in glUtilsCalcShaderSourceLen()
|
D | glUtils.h | 58 void glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count); 59 int glUtilsCalcShaderSourceLen(char **strings, GLint *length, GLsizei count);
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
D | DictionaryDatabase.java | 211 String[] strings = TextUtils.split(line, "-"); in loadWords() local 212 if (strings.length < 2) continue; in loadWords() 213 long id = addWord(strings[0].trim(), strings[1].trim()); in loadWords() 215 Log.e(TAG, "unable to add word: " + strings[0].trim()); in loadWords()
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
D | DiskLruCache.java | 927 private void setLengths(String[] strings) throws IOException { in setLengths() argument 928 if (strings.length != valueCount) { in setLengths() 929 throw invalidLengths(strings); in setLengths() 933 for (int i = 0; i < strings.length; i++) { in setLengths() 934 lengths[i] = Long.parseLong(strings[i]); in setLengths() 937 throw invalidLengths(strings); in setLengths() 941 private IOException invalidLengths(String[] strings) throws IOException { in invalidLengths() argument 942 throw new IOException("unexpected journal line: " + Arrays.toString(strings)); in invalidLengths()
|
/development/tools/emulator/system/camera/ |
D | CallbackNotifier.cpp | 57 static int GetMessageStrings(uint32_t msg, const char** strings, int max) in GetMessageStrings() argument 67 strings[out] = lCameraMessages[index]; in GetMessageStrings()
|
/development/samples/SkeletonApp/ |
D | readme.txt | 59 res/values/strings.xml
|
/development/ide/xcode/SampleCode/SampleCode.xcodeproj/ |
D | project.pbxproj | 71 …D37000505A6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0867D6AAFE840B52… 333 …ncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPli… 586 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */, 806 8D0C4E8D0486CD37000505A6 /* InfoPlist.strings in Resources */, 946 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */ = { 951 name = InfoPlist.strings;
|
/development/ide/xcode/animatorTest/animatorTest.xcodeproj/ |
D | project.pbxproj | 10 …D37000505A6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0867D6AAFE840B52… 309 …ncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPli… 554 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */, 878 8D0C4E8D0486CD37000505A6 /* InfoPlist.strings in Resources */, 979 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */ = { 984 name = InfoPlist.strings;
|
/development/build/ |
D | sdk.atree | 100 development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/st…
|