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

1 2 3 4 5

  /external/openssl/
Apps.mk 6 apps/app_rand.c \
7 apps/apps.c \
8 apps/asn1pars.c \
9 apps/ca.c \
10 apps/ciphers.c \
11 apps/crl.c \
12 apps/crl2p7.c \
13 apps/dgst.c \
14 apps/dh.c
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/message/
NdefMessageParser.java 17 package com.android.apps.tag.message;
19 import com.android.apps.tag.record.ImageRecord;
20 import com.android.apps.tag.record.MimeRecord;
21 import com.android.apps.tag.record.ParsedNdefRecord;
22 import com.android.apps.tag.record.SmartPoster;
23 import com.android.apps.tag.record.TextRecord;
24 import com.android.apps.tag.record.UnknownRecord;
25 import com.android.apps.tag.record.UriRecord;
26 import com.android.apps.tag.record.VCardRecord;
ParsedNdefMessage.java 17 package com.android.apps.tag.message;
19 import com.android.apps.tag.R;
20 import com.android.apps.tag.record.ParsedNdefRecord;
21 import com.android.apps.tag.record.SmartPoster;
22 import com.android.apps.tag.record.UriRecord;
  /development/tools/findunused/
findunusedstrings 8 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
20 apps=$1
21 if [ "$apps" == "" ]
23 apps=$ANDROID_BUILD_TOP/packages/apps/*
26 for app in $apps
removeunusedresources 9 apps=$1
11 if [ "$apps" = "" ]
15 elif [ "$apps" = "--all" ]
17 apps=$ANDROID_BUILD_TOP/packages/apps/*
22 for app in $apps
findunusedresources 10 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
22 apps=$1
23 if [ "$apps" == "" ]
25 apps=$ANDROID_BUILD_TOP/packages/apps/*
28 for app in $apps
55 rDotJava=$(find $ANDROID_BUILD_TOP/out/target/common/obj/APPS/${iappname}_intermediates/ -name R.java)
  /gdk/samples/PhotoEditor/jni/
convolution.h 23 namespace apps { namespace in namespace:android
32 } // namespace apps
copy.cpp 25 using android::apps::photoeditor::utils::LockBitmaps;
26 using android::apps::photoeditor::utils::UnlockBitmaps;
blur.cpp 24 using android::apps::photoeditor::convolution::SpecialConvolution;
25 using android::apps::photoeditor::utils::LockBitmaps;
26 using android::apps::photoeditor::utils::UnlockBitmaps;
sharpen.cpp 24 using android::apps::photoeditor::convolution::SpecialConvolution;
25 using android::apps::photoeditor::utils::LockBitmaps;
26 using android::apps::photoeditor::utils::UnlockBitmaps;
crossprocess.cpp 23 using android::apps::photoeditor::utils::LockBitmaps;
24 using android::apps::photoeditor::utils::pixel32_t;
25 using android::apps::photoeditor::utils::UnlockBitmaps;
grayscale.cpp 23 using android::apps::photoeditor::utils::LockBitmaps;
24 using android::apps::photoeditor::utils::pixel32_t;
25 using android::apps::photoeditor::utils::UnlockBitmaps;
negative.cpp 23 using android::apps::photoeditor::utils::LockBitmaps;
24 using android::apps::photoeditor::utils::pixel32_t;
25 using android::apps::photoeditor::utils::UnlockBitmaps;
quantize.cpp 26 using android::apps::photoeditor::utils::LockBitmaps;
27 using android::apps::photoeditor::utils::pixel32_t;
28 using android::apps::photoeditor::utils::UnlockBitmaps;
  /external/valgrind/main/drd/scripts/
download-and-build-splash2.in 26 wget -q http://www-flash.stanford.edu/apps/SPLASH/splash2.tar.gz
37 diff -ru orig/splash2/codes/apps/radiosity/display.C splash2/codes/apps/radiosity/display.C
38 --- orig/splash2/codes/apps/radiosity/display.C 2008-05-25 10:38:52.000000000 +0200
39 +++ splash2/codes/apps/radiosity/display.C 2008-05-25 10:37:51.000000000 +0200
48 --- orig/splash2/codes/apps/radiosity/Makefile 2008-05-25 10:38:52.000000000 +0200
49 +++ splash2/codes/apps/radiosity/Makefile 2008-05-25 13:05:36.000000000 +0200
67 diff -ru orig/splash2/codes/apps/raytrace/rltotiff/Makefile splash2/codes/apps/raytrace/rltotiff/Makefile
68 --- orig/splash2/codes/apps/raytrace/rltotiff/Makefile 2008-05-25 10:38:52.000000000 +020
    [all...]
  /ndk/build/tools/
cleanup-apps.sh 5 # apps/<name>/project directories.
7 for projectPath in `find apps/*/project` ; do
  /packages/apps/Tag/canon/
Android.mk 5 ../tests/src/com/android/apps/tag/MockNdefMessages.java \
  /packages/apps/Tag/src/com/android/apps/tag/record/
ParsedNdefRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
UnknownRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
  /external/chromium/chrome/browser/resources/ntp/
apps.css 0 /* Apps */
3 #apps-content {
8 html.apps-promo-visible #apps-content {
12 #apps-maxiview {
17 We don't need to do anything for html.apps-promo-visible because there is
20 .small-layout #apps-content,
21 .small-layout html.apps-promo-visible #apps-content {
101 #apps-content[launcher-animations=true] .app
    [all...]
apps.js 10 logEvent('received apps');
15 apps.showPromo = data.showPromo;
17 var appsSection = $('apps');
18 var appsSectionContent = $('apps-content');
20 var appsPromo = $('apps-promo');
21 var appsPromoLink = $('apps-promo-link');
22 var appsPromoPing = APP_LAUNCH_URL.PING_WEBSTORE + '+' + apps.showPromo;
28 $('apps-launch-type-window-menu-item').hidden = data.disableAppWindowLaunch;
31 $('apps-create-shortcut-command-menu-item').hidden =
32 $('apps-create-shortcut-command-separator').hidden
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
Makefile 11 mkdir -p hicolor/$(word 1, $(subst /, ,$(@)))/apps/
15 --export-png=hicolor/$(word 1, $(subst /, ,$(@)))/apps/$(word 2, $(subst /, , $@))
19 convert hicolor/16x16/apps/$(@:.xpm=.png) pixmaps/$(@:.xpm=-16.xpm)
20 convert hicolor/32x32/apps/$(@:.xpm=.png) pixmaps/$@
  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.cc 107 INetFwAuthorizedApplications* apps = NULL; local
108 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
109 if (SUCCEEDED(hr) && (apps != NULL)) {
111 hr = apps->Item(bfilename, &app);
122 // No entry in list of authorized apps
127 apps->Release();
145 INetFwAuthorizedApplications* apps = NULL; local
146 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
147 if (SUCCEEDED(hr) && (apps != NULL)) {
162 hr = apps->Add(app)
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 190 MAKEJFFS2 ?= /apps/crosstool/bin/mkfs.jffs2
202 TARGET = apps.tar
205 TARGET = apps.tar
208 TARGET = apps.tar
211 TARGET = apps.tar
214 TARGET = apps.tar
247 .PHONY: suppl.img voice.img apps.img apps.tar $(BUS_DRV)
251 apps.tar: apps
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
DebuggableTest.java 36 List<ApplicationInfo> apps = getContext() local
39 for (ApplicationInfo app : apps) {

Completed in 299 milliseconds

1 2 3 4 5