/external/mesa3d/src/gallium/docs/source/ |
cso.rst | 6 CSO work on the principle of reusable state; they are created by filling
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
PagerViewHolder.java | 22 * Holds reusable View(s) for a {@link FixedViewPagerAdapter} to display a page. By using 23 * reusable Views inside ViewPagers this allows us to get rid of nested fragments and the messy
|
ListEmptyView.java | 29 * A common reusable view that shows a hint image and text for an empty list view.
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
ReusableBitmap.java | 36 this(bitmap, true /* reusable */); 39 public ReusableBitmap(final Bitmap bitmap, final boolean reusable) { 41 mReusable = reusable; 137 super(null /* bmp */, false /* reusable */);
|
/build/tools/droiddoc/templates-pdk/assets/ |
microtemplate.js | 13 // Generate a reusable function that will serve as a template
|
/cts/tests/tests/location/ |
Android.mk | 19 # Reusable Location test classes and helpers
|
/external/libxml2/include/libxml/ |
dict.h | 3 * Description: dictionary of reusable strings, just used to avoid allocation
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
DalvikThreadSampler.java | 27 * Reusable storage for sampling sized for the specified depth.
|
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/ |
PreviewCommandFactory.java | 23 * Factory for creating the reusable runnable that will be executed when the
|
/packages/apps/Camera2/src/com/android/camera/processing/memory/ |
LruResourcePool.java | 31 * @return T object representing a reusable n-bytes of memory.
|
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.6/ |
dagger-2.6-sources.jar | |
/external/apache-http/src/org/apache/http/conn/ |
ManagedClientConnection.java | 193 * Marks this connection as being in a reusable communication state. 201 * A reusable communication state is necessary but not sufficient 211 * Marks this connection as not being in a reusable state. 220 * automatically unmark the state as non-reusable. It can then 228 * Indicates whether this connection is in a reusable communication state. 233 * a reusable communication state,
|
/frameworks/base/docs/html/guide/components/ |
index.jd | 3 page.landing.intro=Android's application framework lets you create rich and innovative apps using a set of reusable components. This section explains how you can build the components that define the building blocks of your app and how to connect them together using intents. 4 page.metaDescription=Android's application framework lets you create rich and innovative apps using a set of reusable components. This section explains how you can build the components that define the building blocks of your app and how to connect them together using intents.
|
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/ |
ResourceHelper.java | 26 * Generic reusable methods to handle resources.
|
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/ |
ResourceHelper.java | 26 * Generic reusable methods to handle resources.
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/ |
ResourceHelper.java | 26 * Generic reusable methods to handle resources.
|
/external/libxml2/os400/libxmlrpg/ |
dict.rpgle | 2 * Description: dictionary of reusable strings, just used to avoid
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
NotificationUtils.java | 28 * A util class for various reusable functions
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/ |
ResourceHelper.java | 26 * Generic reusable methods to handle resources.
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_ion.h | 123 * @reusable Flag indicating whether this heap is reusable of not. 145 int reusable; member in struct:ion_cp_heap_pdata
|
/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
msm_ion.h | 123 * @reusable Flag indicating whether this heap is reusable of not. 145 int reusable; member in struct:ion_cp_heap_pdata
|
/cts/tests/tests/hardware/ |
Android.mk | 17 # Reusable Sensor test classes and helpers
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
AbstractConnPool.java | 188 * @param reusable <code>true</code> if the entry is deemed 189 * reusable, <code>false</code> otherwise. 190 * @param validDuration The duration that the entry should remain free and reusable. 193 public abstract void freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, TimeUnit timeUnit)
|
/external/autotest/client/tests/barriertest/ |
barriertest.py | 13 # A reusable local server as we're using multiple barriers in one test.
|
/external/emma/core/java12/com/vladium/emma/report/ |
IReportGenerator.java | 27 // TODO: make sure reporters are reusable
|