HomeSort by relevance Sort by last modified time
    Searched refs:apps (Results 26 - 50 of 122) sorted by null

12 3 4 5

  /gdk/samples/PhotoEditor/jni/
sepia.cpp 23 using android::apps::photoeditor::utils::LockBitmaps;
24 using android::apps::photoeditor::utils::pixel32_t;
25 using android::apps::photoeditor::utils::UnlockBitmaps;
convolution.cpp 23 using android::apps::photoeditor::utils::clamp;
24 using android::apps::photoeditor::utils::LockBitmaps;
25 using android::apps::photoeditor::utils::pixel32_t;
26 using android::apps::photoeditor::utils::UnlockBitmaps;
29 namespace apps { namespace in namespace:android
115 } // namespace apps
backlight.cpp 25 using android::apps::photoeditor::utils::LockBitmaps;
26 using android::apps::photoeditor::utils::pixel32_t;
27 using android::apps::photoeditor::utils::UnlockBitmaps;
colortemp.cpp 23 using android::apps::photoeditor::utils::LockBitmaps;
24 using android::apps::photoeditor::utils::pixel32_t;
25 using android::apps::photoeditor::utils::UnlockBitmaps;
duotone.cpp 23 using android::apps::photoeditor::utils::LockBitmaps;
24 using android::apps::photoeditor::utils::pixel32_t;
25 using android::apps::photoeditor::utils::UnlockBitmaps;
tint.cpp 23 using android::apps::photoeditor::utils::LockBitmaps;
24 using android::apps::photoeditor::utils::pixel32_t;
25 using android::apps::photoeditor::utils::UnlockBitmaps;
vignetting.cpp 25 using android::apps::photoeditor::utils::LockBitmaps;
26 using android::apps::photoeditor::utils::pixel32_t;
27 using android::apps::photoeditor::utils::UnlockBitmaps;
whiteblack.cpp 27 using android::apps::photoeditor::utils::clamp;
28 using android::apps::photoeditor::utils::LockBitmaps;
29 using android::apps::photoeditor::utils::pixel32_t;
30 using android::apps::photoeditor::utils::UnlockBitmaps;
grain.cpp 26 using android::apps::photoeditor::utils::LockBitmaps;
27 using android::apps::photoeditor::utils::pixel32_t;
28 using android::apps::photoeditor::utils::UnlockBitmaps;
redeye.cpp 26 using android::apps::photoeditor::utils::LockBitmaps;
27 using android::apps::photoeditor::utils::pixel32_t;
28 using android::apps::photoeditor::utils::UnlockBitmaps;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 178 * Helper class to look for interesting changes to the installed apps
230 List<ApplicationInfo> apps = mPm.getInstalledApplications( local
233 if (apps == null) {
234 apps = new ArrayList<ApplicationInfo>();
240 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size());
241 for (int i=0; i<apps.size(); i++) {
242 AppEntry entry = new AppEntry(this, apps.get(i));
259 @Override public void deliverResult(List<AppEntry> apps) {
263 if (apps != null) {
264 onReleaseResources(apps);
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 181 * Helper class to look for interesting changes to the installed apps
233 List<ApplicationInfo> apps = mPm.getInstalledApplications( local
236 if (apps == null) {
237 apps = new ArrayList<ApplicationInfo>();
243 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size());
244 for (int i=0; i<apps.size(); i++) {
245 AppEntry entry = new AppEntry(this, apps.get(i));
262 @Override public void deliverResult(List<AppEntry> apps) {
266 if (apps != null) {
267 onReleaseResources(apps);
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 17 package com.android.apps.tag;
19 import com.android.apps.tag.message.NdefMessageParser;
20 import com.android.apps.tag.message.ParsedNdefMessage;
21 import com.android.apps.tag.record.ParsedNdefRecord;
  /external/openssl/
Android.mk 4 # respective crypto, ssl, and apps directories so
8 include $(LOCAL_PATH)/Apps.mk
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 31 * Stores the list of all applications for the all apps view.
36 /** The list off all apps. */
39 /** The list of apps that have been added since the last notify() call. */
42 /** The list of apps that have been removed since the last notify() call. */
44 /** The list of apps that have been modified since the last notify() call. */
100 * Remove the apps for the given apk identified by packageName.
176 final List<ResolveInfo> apps = packageManager.queryIntentActivities(mainIntent, 0); local
177 return apps != null ? apps : new ArrayList<ResolveInfo>();
181 * Returns whether <em>apps</em> contains <em>component</em>
    [all...]
  /ndk/build/core/
main.mk 46 # located in apps/<name> where <name> is a liberal name that doesn't
54 NDK_APPS_ROOT := $(NDK_ROOT)/apps
56 # Get the list of apps listed under apps/*
74 # Check that all apps listed in APP do exist
84 # Check that all apps listed in APP have an Application.mk
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
93 Missing file: apps/$(_app)/Application.mk !)\
103 The NDK could not find a proper application description under apps/*/Application.mk)
105 Please follow the instructions in docs/NDK-APPS.TXT to write one.
    [all...]
  /frameworks/base/services/java/com/android/server/am/
IntentBindRecord.java 34 /** All apps that have bound to this Intent. */
35 final HashMap<ProcessRecord, AppBindRecord> apps field in class:IntentBindRecord
64 if (apps.size() > 0) {
65 Iterator<AppBindRecord> it = apps.values().iterator();
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
SmokeTestRunner.java 48 final List<ResolveInfo> apps = ProcessErrorsTest.getLauncherActivities(pm); local
68 for (final ResolveInfo app : apps) {
  /packages/apps/Tag/src/com/android/apps/tag/record/
ImageRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
MimeRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 50 // The list of all apps & extensions.
53 // A filtered list of apps we actually want to show.
60 var appsDiv = $("apps");
71 // Puts only enabled apps from completeList into appList.
77 // Skip extensions and disabled apps.
89 // list of apps shown, we set an explicit width on the outermost div.
103 // Shows the list of apps based on the search box contents.
  /external/valgrind/main/drd/scripts/
run-splash2 207 run_test ${SPLASH2}/codes/apps/ocean/contiguous_partitions/OCEAN -n258
208 #run_test ${SPLASH2}/codes/apps/ocean/non_contiguous_partitions/OCEAN -n258
212 psep=' ' run_test ${SPLASH2}/codes/apps/radiosity/RADIOSITY -batch -room -ae 5000.0 -en 0.050 -bf 0.10
220 cd ${SPLASH2}/codes/apps/raytrace/inputs
232 cd ${SPLASH2}/codes/apps/water-nsquared
238 cd ${SPLASH2}/codes/apps/water-spatial
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 23 * Template to use for creating new 'apps-page' elements
41 * The 'apps-page-list' element.
44 var appsPageList = getRequiredElement('apps-page-list');
47 * A list of all 'apps-page' elements.
88 * Holds all event handlers tied to apps (and so subject to removal when the
98 // Request data on the apps so we can fill them in.
109 // simpler if we start with 0 pages and 0 apps and don't leave hidden
114 appsPages = appsPageList.getElementsByClassName('apps-page');
116 'Expected exactly one apps-page in the apps-page-list.')
    [all...]
newtab.css 33 #apps-frame {
46 #apps-page-list {
47 /* fill the apps-frame */
52 /* The apps-page is the slider card that is moved.
54 .apps-page {
60 * Note that instead of display:inline-block for the apps, I could use
143 height: 60px; /* must match #apps-frame bottom */
  /external/skia/third_party/glu/libtess/
GNUmakefile 105 headers headers_install apps:

Completed in 2363 milliseconds

12 3 4 5