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.cpp33 bool all = true; local
36 if (all) err |= test_filename("//device/samples/NotePad/res/values/strings.xml", "zz_ZZ",
39 if (all) err |= test_filename("//device/samples/NotePad/res/values/strings.xml", "zz",
42 if (all) err |= test_filename("//device/samples/NotePad/res/values/strings.xml", "",
210 bool all = true; local
213 if (all) err |= translated_file_name_test();
214 if (all) err |= delete_trans_units();
215 if (all) err |= filter_trans_units();
216 if (all) err |= settings_test();
217 if (all) er
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java196 TreeMap<String, byte[]> all = new TreeMap<String, byte[]>();
204 all.put(name, b);
211 all.put(name, b);
218 all.put(name, b);
225 createJar(new FileOutputStream(mOsDestJar), all);
233 * @param all The map of all classes to output.
236 void createJar(FileOutputStream outStream, Map<String,byte[]> all) throws IOException { argument
238 for (Entry<String, byte[]> entry : all.entrySet()) {
276 * 1- For "mock" dependencies classes, we want to remove all cod
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java125 * all of the other Intent attributes become optional.</p>
148 * -- Display all pickers for data that can be opened with
195 * Intent against all of the &lt;intent-filter&gt; descriptions in the
220 * <li> <p>The <b>categories</b>, if supplied, must <em>all</em> be listed
346 * <li> <p><b>{ action=android.app.action.MAIN }</b> matches all of the
354 * displays a list of all the notes under
578 * of all possible flags.
777 * activities a preferred activity, and all possible activities will
844 * bring up a list of all of the types of content the user can attach.
1049 * Activity Action: List all availabl
2631 Intent(Intent o, boolean all) argument
[all...]

Completed in 1957 milliseconds