Searched defs:all (Results 1 - 12 of 12) 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/compile/libbcc/runtime/lib/
H A Dint_lib.h38 di_int all; member in union:__anon1283
53 du_int all; member in union:__anon1285
73 ti_int all; member in union:__anon1287
88 tu_int all; member in union:__anon1289
105 return r.all;
112 return r.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/app/
H A DApplicationThreadNative.java504 boolean all = data.readInt() != 0;
509 mi = dumpMemInfo(fd.getFileDescriptor(), checkin, all, args);
1082 public Debug.MemoryInfo dumpMemInfo(FileDescriptor fd, boolean checkin, boolean all, argument
1089 data.writeInt(all ? 1 : 0);
H A DIApplicationThread.java125 Debug.MemoryInfo dumpMemInfo(FileDescriptor fd, boolean checkin, boolean all, argument
H A DActivityThread.java176 // XXX For now we keep around information about all packages we have
746 // This function exists to make sure all receiver dispatching is
818 boolean all, String[] args) {
822 return dumpMemInfo(pw, checkin, all, args);
828 private Debug.MemoryInfo dumpMemInfo(PrintWriter pw, boolean checkin, boolean all, argument
837 if (!all) {
3159 // we can't clean up all windows here. Note that we can't do
3859 // all system is up. This includes the connectivity service, so don't
4184 * for all reference counted providers is one. Providers that are not reference
4185 * counted do not have a reference count (at all)
817 dumpMemInfo(FileDescriptor fd, boolean checkin, boolean all, String[] args) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java133 * all of the other Intent attributes become optional.</p>
156 * -- Display all pickers for data that can be opened with
203 * Intent against all of the &lt;intent-filter&gt; descriptions in the
228 * <li> <p>The <b>categories</b>, if supplied, must <em>all</em> be listed
354 * <li> <p><b>{ action=android.app.action.MAIN }</b> matches all of the
362 * displays a list of all the notes under
591 * of all possible flags.
790 * activities a preferred activity, and all possible activities will
857 * bring up a list of all of the types of content the user can attach.
1079 * Activity Action: List all availabl
3051 Intent(Intent o, boolean all) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java184 // The flags that are set for all calls we make to the package manager.
279 * List of all active broadcasts that are to be executed immediately
288 * List of all active broadcasts that are to be executed one at a time.
478 * Keeps track of all IIntentReceivers that have been registered for
509 * State of all active sticky broadcasts. Keys are the action of the
510 * sticky Intent, values are an ArrayList of all broadcasted intents with
564 * waiting to receive all of the thumbnails for a task.
654 * List of initialization arguments to pass to all processes when binding applications to them.
789 * protect all related state.
1548 // log all other
8618 boolean all; field in class:ActivityManagerService.ItemMatcher
[all...]

Completed in 239 milliseconds