/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/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/SupportDesignDemos/src/com/example/android/support/design/widget/ |
D | SimpleStringRecyclerViewAdapter.java | 59 public SimpleStringRecyclerViewAdapter(Context context, String[] strings) { in SimpleStringRecyclerViewAdapter() argument 66 Collections.addAll(mValues, strings); in SimpleStringRecyclerViewAdapter()
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/ |
D | GenericAccountService.java | 88 String s, String s2, String[] strings, Bundle bundle) in addAccount() argument 121 Account account, String[] strings) in hasFeatures() argument
|
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/ |
D | SimpleStringAdapter.java | 54 public SimpleStringAdapter(Context context, String[] strings) { in SimpleStringAdapter() argument 62 Collections.addAll(mValues, strings); in SimpleStringAdapter()
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/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/samples/browseable/BasicContactables/ |
D | _index.jd | 9 … \n\nQuery strings sent to the Contactables table will match both contact names and phone numbers,
|
/development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/ |
D | AppUsageStatisticsFragment.java | 105 String[] strings = getResources().getStringArray(R.array.action_list); in onViewCreated() 110 .getValue(strings[position]); in onViewCreated()
|
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/ |
D | AppRestrictionEnforcerFragment.java | 313 String[] strings = itemString.split(SEPARATOR, 2); in loadRestrictions() local 314 items.put(strings[0], strings[1]); in loadRestrictions()
|
/development/samples/SkeletonApp/ |
D | readme.txt | 59 res/values/strings.xml
|
/development/samples/training/testingfun/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/development/samples/SupportLeanbackShowcase/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/development/build/ |
D | sdk.atree | 196 development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/st…
|
/development/ndk/platforms/android-21/include/GLES2/ |
D | gl2ext.h | 1062 …L_APIENTRYP PFNGLCREATESHADERPROGRAMVEXTPROC) (GLenum type, GLsizei count, const GLchar **strings); 1107 … GLuint GL_APIENTRY glCreateShaderProgramvEXT (GLenum type, GLsizei count, const GLchar **strings);
|
/development/ndk/platforms/android-24/include/GLES3/ |
D | gl31.h | 1397 …APIENTRYP PFNGLCREATESHADERPROGRAMVPROC) (GLenum type, GLsizei count, const GLchar *const*strings); 1466 …Luint GL_APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *const*strings);
|
D | gl32.h | 1397 …APIENTRYP PFNGLCREATESHADERPROGRAMVPROC) (GLenum type, GLsizei count, const GLchar *const*strings); 1466 …Luint GL_APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *const*strings);
|
/development/ndk/platforms/android-21/include/GLES3/ |
D | gl31.h | 1123 …Luint GL_APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *const*strings);
|
/development/ndk/platforms/android-24/include/GLES2/ |
D | gl2ext.h | 1512 …L_APIENTRYP PFNGLCREATESHADERPROGRAMVEXTPROC) (GLenum type, GLsizei count, const GLchar **strings); 1557 … GLuint GL_APIENTRY glCreateShaderProgramvEXT (GLenum type, GLsizei count, const GLchar **strings);
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 122 # only done if one of the specified strings matches the left-hand part of
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 122 # only done if one of the specified strings matches the left-hand part of
|
/development/tools/checkstyle/ |
D | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
checkstyle_packages.xml
sun_checks.xml
com/
... |