Searched defs:all (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tools/localize/
H A Dtest.cpp14 bool all = true; local
17 if (all) err |= XMLHandler_test();
18 if (all) err |= ValuesFile_test();
19 if (all) err |= XLIFFFile_test();
20 if (all) err |= Perforce_test();
21 if (all) err |= localize_test();
22 if (all) err |= merge_test();
27 fprintf(stderr, "all tests passed\n");
H A DPerforce_test.cpp53 bool all = false; local
56 if (all) err |= RunCommand_test();
57 if (all) err |= GetResourceFileNames_test();
58 if (all) err |= GetFile_test();
H A DXLIFFFile_test.cpp107 bool all = true; local
110 if (all) err |= Parse_test();
111 if (all) err |= create_string_node_test();
H A DXMLHandler_test.cpp125 bool all = true; local
127 if (all) err |= ParseFile_EXACT_test();
128 if (all) err |= ParseFile_PRETTY_test();
129 if (all) err |= ParseString_EXACT_test();
130 if (all) err |= ParseString_PRETTY_test();
H A Dlocalize_test.cpp32 bool all = true; local
35 if (all) err |= test_filename("//device/samples/NotePad/res/values/strings.xml", "zz_ZZ",
38 if (all) err |= test_filename("//device/samples/NotePad/res/values/strings.xml", "zz",
41 if (all) err |= test_filename("//device/samples/NotePad/res/values/strings.xml", "",
209 bool all = true; local
212 if (all) err |= translated_file_name_test();
213 if (all) err |= delete_trans_units();
214 if (all) err |= filter_trans_units();
215 if (all) err |= settings_test();
216 if (all) er
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java178 TreeMap<String, byte[]> all = new TreeMap<String, byte[]>();
186 all.put(name, b);
193 all.put(name, b);
200 all.put(name, b);
207 createJar(new FileOutputStream(mOsDestJar), all);
215 * @param all The map of all classes to output.
218 void createJar(FileOutputStream outStream, Map<String,byte[]> all) throws IOException { argument
220 for (Entry<String, byte[]> entry : all.entrySet()) {
258 * 1- For "mock" dependencies classes, we want to remove all cod
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java123 * all of the other Intent attributes become optional.</p>
146 * -- Display all pickers for data that can be opened with
193 * Intent against all of the &lt;intent-filter&gt; descriptions in the
218 * <li> <p>The <b>categories</b>, if supplied, must <em>all</em> be listed
344 * <li> <p><b>{ action=android.app.action.MAIN }</b> matches all of the
352 * displays a list of all the notes under
550 * of all possible flags.
749 * activities a preferred activity, and all possible activities will
816 * bring up a list of all of the types of content the user can attach.
1011 * Activity Action: List all availabl
2231 Intent(Intent o, boolean all) argument
[all...]

Completed in 112 milliseconds