HomeSort by relevance Sort by last modified time
    Searched full:perform (Results 426 - 450 of 4574) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pktcdvd.h 60 #define PACKET_MERGE_SEGS 4 /* perform segment merging to keep */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pktcdvd.h 60 #define PACKET_MERGE_SEGS 4 /* perform segment merging to keep */
  /sdk/hierarchyviewer2/app/
README 7 using Eclipse, you need to perform the following configuration.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
NonClosingInputStream.java 28 * this makes it possible to ignore close operations or have them perform a
  /system/core/init/
README.BOOTCHART 1 This version of init contains code to perform "bootcharting", i.e. generating log
  /system/core/sh/
expand.h 51 #define EXP_FULL 0x1 /* perform word splitting & file globbing */
  /tools/motodev/src/help/studio_help/src/topics/
t_db-table-creating.dita 14 <prereq>You perform this task from within the MOTODEV Database Explorer view. This view is part of the MOTODEV
t_service-creating.dita 6 <shortdesc>Allows you to easily add a new service to an existing Android project. A service allows you to perform
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 145 // perform the interaction between the peers
185 // perform the interaction between the peers
272 // perform the interaction between the peers
317 // perform the interaction between the peers
401 // perform the interaction between the peers and check the results
440 // perform the interaction between the peers and check the results
476 // perform the interaction between the peers and check the results
512 // perform the interaction between the peers and check the results
549 // perform the interaction between the peers and check the results
594 // perform the interaction between the peers and check the result
    [all...]
  /frameworks/base/core/java/android/app/
PendingIntent.java 34 * A description of an Intent and target action to perform with it. Instances
37 * handed to other applications so that they can perform the action you
41 * you are granting it the right to perform the operation you have specified
423 * Retrieve a PendingIntent that will perform a broadcast, like calling
426 * @param context The Context in which this PendingIntent should perform
532 * Perform the operation associated with this PendingIntent.
544 * Perform the operation associated with this PendingIntent.
558 * Perform the operation associated with this PendingIntent, allowing the
578 * Perform the operation associated with this PendingIntent, allowing the
599 * Perform the operation associated with this PendingIntent, allowing th
    [all...]
  /frameworks/base/docs/html/guide/components/
fundamentals.jd 133 <dd>A <i>service</i> is a component that runs in the background to perform long-running
134 operations or to perform work for remote processes. A service
162 and must implement a standard set of APIs that enable other applications to perform
180 instance, it might initiate a service to perform some work based on the event.
226 <p>For activities and services, an intent defines the action to perform (for example, to "view" or
260 <li>You can perform a query to a content provider by calling {@link
360 describe the type of action you want to perform (and optionally, the data upon which you?d like to
361 perform the action) and allow the system to find a component on the device that can perform the
362 action and start it. If there are multiple components that can perform the action described by th
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.cpp 401 // but perform static relocation. (e.g., applying .debug section)
422 // for a place, we should not perform static relocation on it
436 // perform static relocation
446 // perform static relocation
459 // perform static relocation
659 // relocation but perform static relocation. (e.g., applying .debug section)
668 // perform static relocation
712 // but perform static relocation. (e.g., applying .debug section)
722 // perform static relocation
761 // but perform static relocation. (e.g., applying .debug section
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-c++ 
i686-linux-cpp 
i686-linux-g++ 
i686-linux-gcc 
i686-linux-gcc-4.4.3 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
c++ 
g++ 
gcc 
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPlanTest.java 85 * Perform checks to ensure TEST_DATA was parsed correctly
118 * Perform checks to ensure TEST_MULTI_EXCLUDED_DATA was parsed correctly
  /development/samples/NotePad/
AndroidManifest.xml 93 <!-- This is the action we perform. It is a custom action we
103 can perform when selecting this type of data. -->
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelper.java 31 * methods perform an operation that itself requires a checked exception. In all other cases a
91 * be used to perform the update. The remaining fields will be left unmodified. To mark a
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 41 * an update we spawn a background {@link Service} to perform the API queries.
46 // To prevent any ANR timeouts, we perform the update in a service
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 41 * an update we spawn a background {@link Service} to perform the API queries.
47 // To prevent any ANR timeouts, we perform the update in a service

Completed in 297 milliseconds

<<11121314151617181920>>