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

1 2 3 4 5

  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetailsTop.java 17 package com.android.settings.applications;
InterestingConfigChanges.java 17 package com.android.settings.applications;
LinearColorPreference.java 17 package com.android.settings.applications;
AppViewHolder.java 1 package com.android.settings.applications;
ProcessStatsPreference.java 17 package com.android.settings.applications;
AppOpsSummary.java 17 package com.android.settings.applications;
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 240 private int stackApplications(List<ApplicationInfo> applications, int childLeft, int childTop) {
249 final int count = applications.size();
251 final ApplicationInfo info = applications.get(i);
320 * @param applications the applications to put in the favorites area
322 public void setFavorites(List<ApplicationInfo> applications) {
323 mFavorites = applications;
330 * @param applications the applications to put in the recents area
332 public void setRecents(List<ApplicationInfo> applications) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsApplication.java 281 Collection<SmsApplicationData> applications, String packageName) {
286 for (SmsApplicationData application : applications) {
312 Collection<SmsApplicationData> applications = getApplicationCollectionInternal(context, local
326 applicationData = getApplicationForPackage(applications, defaultApplication);
338 applicationData = getApplicationForPackage(applications, defaultPackage);
341 // Are there any applications?
342 if (applications.size() != 0) {
343 applicationData = (SmsApplicationData)applications.toArray()[0];
474 Collection<SmsApplicationData> applications = getApplicationCollection(context); local
475 SmsApplicationData applicationData = getApplicationForPackage(applications, packageName)
632 Collection<SmsApplicationData> applications = getApplicationCollection(context); local
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 45 For architecture-specific Native Client applications, this is a list
77 Portable Native Client applications can also specify an ``optlevel`` field.
138 Native Client applications (use the PPAPI `URL Loader interfaces
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 26 process of writing unit tests for C applications.
35 development of test applications using %name.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
System_Events_Suite.py 66 applications = application variable
Power_Suite.py 106 applications = application variable
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 28 applications that need to use the libcap-ng library.
39 and can be used by python applications.
47 The libcap-ng-utils package contains applications to analyze the
  /external/libexif/
libexif.spec 26 that you can use to develop libexif applications.
  /frameworks/base/core/java/android/net/
NetworkScorerAppManager.java 208 Collection<NetworkScorerAppData> applications = getAllValidScorers(context); local
209 for (NetworkScorerAppData app : applications) {
  /frameworks/base/media/mca/filterfw/
Android.mk 47 # it's difficult to do this for applications that are not supplied as
  /ndk/build/core/
default-application.mk 16 # This is the default Application.mk that is being used for applications
  /packages/apps/Settings/src/com/android/settings/
Settings.java 19 import com.android.settings.applications.AppOpsSummary;
  /sdk/files/
android.el 23 "Android Applications."
24 :group 'applications)
  /external/chromium_org/third_party/libxml/src/
libxml2.spec 24 Summary: Libraries, includes, etc. to develop XML and HTML applications
31 Libraries, include files, etc you can use to develop XML applications.
49 The libxml2-python package contains a module that permits applications
  /external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 32 The GLX context setup encourages multithreaded applications to
37 For some applications, maintaining per-thread contexts and
42 implement. This extension gives those applications that option by
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 32 The GLX context setup encourages multithreaded applications to
37 For some applications, maintaining per-thread contexts and
42 implement. This extension gives those applications that option by
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
gl-matrix.rb 8 including commercial applications, and to alter it and redistribute it
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 22 applications with the glibc library in the Native Client SDK. Before reading
54 | | | licenses | commercial, closed-source applications. For|
60 For proprietary (closed-source) applications, your options are to either
73 common dynamically linked libraries such as libc.so between applications.
134 One significant difference between newlib and glibc applications is that glibc
135 applications must explicitly list and deploy the shared libraries that they
159 Applications built with the glibc toolchain will by dynamically linked by
170 at runtime (after the application is already running). Many applications load
175 Native Client manifest file for glibc applications.
213 .nmf files for details on how to build dynamically linked applications
    [all...]
  /external/chromium_org/sdch/open-vcdiff/packages/rpm/
rpm.spec 30 for developing applications that use the %name package.

Completed in 189 milliseconds

1 2 3 4 5