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

/frameworks/support/
H A DAndroid.mk22 # Find all of the files in the given subdirs that match the
40 ## Find all of the files under the named directories where
43 ## SRC_FILES := $(call all-named-files-under,.*\.h,src tests)
46 define all-named-files-under-exclude
51 ## Find all of the files under the current directory where
56 define all-subdir-named-files-exclude
57 $(call all-named-files-under-exclude,$(1),$(2),.)
61 aidl_files := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files-exclude,*.aidl,I*.aidl))
66 # Build all support libraries
67 include $(call all
[all...]
/frameworks/base/libs/incident/include/android/os/
H A DIncidentReportArgs.h41 void setAll(bool all);
45 inline bool all() const { return mAll; }; function in class:android::os::IncidentReportArgs
/frameworks/rs/rsov/compiler/spirit/
H A Dentity.h63 void DeserializeZeroOrMore(InputWordStream &IS, std::vector<T *> &all) { argument
65 all.push_back(entity);
/frameworks/base/core/java/android/os/
H A DIncidentReportArgs.java106 sb.append("all");
124 * Set this incident report to include all fields.
126 public void setAll(boolean all) { argument
127 mAll = all;
128 if (all) {
143 * Returns whether the incident report will include all fields.
181 if ("all".equals(setting)) {
/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp85 int32_t all; local
86 err = in->readInt32(&all);
90 if (all != 0) {
91 mAll = all;
127 IncidentReportArgs::setAll(bool all) argument
129 mAll = all;
130 if (all) {
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java261 TreeMap<String, byte[]> all = new TreeMap<>();
269 all.put(name, b);
276 all.put(name, b);
283 all.put(name, b);
289 all.put(entry.getKey(), b);
299 createJar(new FileOutputStream(mOsDestJar), all);
307 * @param all The map of all classes to output.
310 void createJar(FileOutputStream outStream, Map<String,byte[]> all) throws IOException { argument
312 for (Entry<String, byte[]> entry : all
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationManagerCompat.java179 /** Cancel all previously shown notifications. */
326 * Queue a new task to be sent to all listeners. This function can be called
429 // Ensure all enabled components have a record in the listener map.
525 // Attempt to flush all items in the task queue.
619 final boolean all; field in class:NotificationManagerCompat.CancelTask
625 this.all = true;
632 this.all = false;
637 if (all) {
650 sb.append(", all:").append(all);
[all...]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java550 * sibling widgets as well all child widgets under a parent.
903 String dumpToString(boolean all) { argument
980 if (all)
986 if (all)
992 if (all)
998 if (all)
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1034 // Get priority scores of all active PIDs
1044 // Update all active clients' priorities
1604 * This may be a subset of all the devices, so don't include it in the response directly
1838 // Current user has switched, evict all current clients.
1975 // We share the media players for shutter and recording sound for all clients.
2088 // as for legacy apps we will toggle the app op for all packages in the UID.
2396 auto all = getAll(); local
2399 for (auto& i : all) {
/frameworks/base/core/java/android/content/
H A DIntent.java159 * all of the other Intent attributes become optional.</p>
182 * -- Display all pickers for data that can be opened with
229 * Intent against all of the &lt;intent-filter&gt; descriptions in the
254 * <li> <p>The <b>categories</b>, if supplied, must <em>all</em> be listed
380 * <li> <p><b>{ action=android.app.action.MAIN }</b> matches all of the
388 * displays a list of all the notes under
622 * of all possible flags.
792 * Optional but recommended settings for all applications which have settings.
891 * activities a preferred activity, and all possible activities will
1031 * bring up a list of all o
5617 Intent(Intent o, boolean all) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java506 // The flags that are set for all calls we make to the package manager.
616 /** Run all ActivityStacks through this */
901 * Last time we requested PSS data of all processes.
929 * Track all uids that have actively running processes.
970 * Keeps track of all IIntentReceivers that have been registered for broadcasts.
1014 * State of all active sticky broadcasts per user. Keys are the action of the
1015 * sticky Intent, values are an ArrayList of all broadcasted intents with
1018 * for stickies that are sent to all users.
1055 * When service association tracking is enabled, this is all of the associations we
1271 * List of initialization arguments to pass to all processe
16030 boolean all; field in class:ActivityManagerService.ItemMatcher
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 645 milliseconds