Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 24 of 24) sorted by relevance

/development/tools/findunused/
Dfind_unused_resources.rb108 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
Dfindunusedstrings7 -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/
DRssReader.java412 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/
DDictionaryDatabase.java211 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/
DSimpleStringRecyclerViewAdapter.java59 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/
DGenericAccountService.java88 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/
DSimpleStringAdapter.java54 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/
DDiskLruCache.java927 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.jd9 … \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/
DAppUsageStatisticsFragment.java105 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/
DAppRestrictionEnforcerFragment.java313 String[] strings = itemString.split(SEPARATOR, 2); in loadRestrictions() local
314 items.put(strings[0], strings[1]); in loadRestrictions()
/development/samples/SkeletonApp/
Dreadme.txt59 res/values/strings.xml
/development/samples/training/testingfun/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/development/samples/SupportLeanbackShowcase/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/development/build/
Dsdk.atree196 development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/st…
/development/ndk/platforms/android-21/include/GLES2/
Dgl2ext.h1062 …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/
Dgl31.h1397 …APIENTRYP PFNGLCREATESHADERPROGRAMVPROC) (GLenum type, GLsizei count, const GLchar *const*strings);
1466 …Luint GL_APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *const*strings);
Dgl32.h1397 …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/
Dgl31.h1123 …Luint GL_APIENTRY glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *const*strings);
/development/ndk/platforms/android-24/include/GLES2/
Dgl2ext.h1512 …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/
Dfeature_mos_API_doxyfile122 # only done if one of the specified strings matches the left-hand part of
/development/perftests/panorama/feature_stab/doc/
Ddbreg_API_doxyfile122 # only done if one of the specified strings matches the left-hand part of
/development/tools/checkstyle/
Dcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml sun_checks.xml com/ ...