Searched refs:resource (Results 76 - 87 of 87) sorted by relevance

1234

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp31 #include <sys/resource.h>
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp40 #include <sys/resource.h>
H A DParcel.cpp30 #include <sys/resource.h>
/frameworks/rs/
H A DrsContext.cpp30 #include <sys/resource.h>
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp26 #include <sys/resource.h>
/frameworks/base/core/java/android/app/
H A DActivity.java145 * with a layout resource defining your UI, and using {@link #findViewById}
440 * <p>This is done because any application resource,
1726 final int resource = mApplication.getApplicationInfo().labelRes;
1727 group = new KeyboardShortcutGroup(resource != 0 ? getString(resource) : null);
1945 * object will have been updated to return resource values matching the
2405 * Set the activity content from a layout resource. The resource will be
4947 * @param enterAnim A resource ID of the animation resource t
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp120 ALOGW("%s data size 0x%x extends beyond resource end %p.",
2176 // The request doesn't have a locale, so no resource is better
2192 // 1) The resource languages are either empty or match the request;
2194 // 2) If the request's script is known, the resource scripts are either
2207 // where the US English resource have traditionally lived for most apps.
2210 // For US English itself, we consider a no-locale resource a
2211 // better match if the other resource has a country other than
3186 // A group of objects describing a particular resource package.
3187 // The first in 'package' is always the root object (from the resource
3472 // fixing up resource reference
[all...]
/frameworks/native/cmds/installd/
H A Dcommands.cpp25 #include <sys/resource.h>
67 static constexpr const char* IDMAP_PREFIX = "/data/resource-cache/";
1947 // eg /a/b/c.apk to /data/resource-cache/a@b@c.apk@idmap
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp23 #include <sys/resource.h>
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp27 #include <sys/resource.h>
/frameworks/base/core/java/android/view/
H A DView.java4104 * reference to a style resource that supplies default values for
4114 * theme attribute or style resource. This constructor of View allows
4121 * <li>The style resource specified in the AttributeSet (named "style").
4137 * reference to a style resource that supplies default values for
4139 * @param defStyleRes A resource identifier of a style resource that
10489 * Dispatch a notification about a resource configuration change down
10493 * @param newConfig The new resource configuration.
10509 * @param newConfig The new resource configuration.
18054 * Return an array of resource ID
21008 inflate(Context context, @LayoutRes int resource, ViewGroup root) argument
[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 3881 milliseconds

1234