HomeSort by relevance Sort by last modified time
    Searched full:perform (Results 1176 - 1200 of 6694) sorted by null

<<41424344454647484950>>

  /external/kernel-headers/original/linux/
zlib.h 40 The main changes are to perform all memory allocation in advance.
208 perform any compression: this will be done by deflate().
326 message. inflateInit does not perform any decompression apart from reading
412 inflateBack() and perform their own processing of the gzip header and
489 not perform any compression: this will be done by deflate().
527 perform any compression: this will be done by deflate().
623 is set to null if there is no error message. inflateInit2 does not perform
647 perform any decompression: this will be done by subsequent calls of
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 10 // This file implements a pass that instruments the code to perform run-time
100 /// If Cmp is non-null, perform a jump only if its value evaluates to true.
  /external/mockito/src/org/mockito/
ArgumentCaptor.java 91 * This argument matcher stores the argument value so that you can use it later to perform assertions.
106 * This argument matcher stores the variable arguments values so that you can use it later to perform assertions.
  /external/openssh/
OVERVIEW 144 They first perform identification string exchange, then
145 negotiate encryption, then perform authentication, preparatory
  /external/openssl/crypto/des/asm/
readme 18 des_encrypt2() does not perform IP() or FP() on the data (this is an
20 perform triple des. The triple DES routines are in here because it does
  /external/qemu/android/
cmdline-options.h 82 OPT_FLAG ( no_snapshot, "perform a full boot and do not do not auto-save, but qemu vmload and vmsave operate on snapstorage" )
84 OPT_FLAG ( no_snapshot_load, "do not auto-start from snapshot: perform a full boot" )
  /external/qemu/docs/
AUDIO.TXT 116 HWVoiceOut stereo buffer (it must also perform frequency interpolation,
141 a pulse to perform sound buffer transfers and mixing. More specifically for audio
  /external/skia/include/core/
SkMaskFilter.h 26 SkMaskFilter is the base class for object that perform transformations on
90 * Perform this mask filter on the GPU. This is most often used for
  /frameworks/base/core/java/android/view/
ActionProvider.java 32 * can perform a default action.</p>
171 * The default implementation does not perform any action and returns false.
  /frameworks/base/data/etc/
platform.xml 34 so it can perform any filesystem (read, write, execute) operations
122 perform the given operations with the higher-level framework. For
  /frameworks/base/docs/html/guide/components/
bound-services.jd 12 perform interprocess communication</li>
51 (such as activities) to bind to the service, send requests, receive responses, and even perform
149 <p>This is the simplest way to perform interprocess communication (IPC), because the {@link
156 primitives that the operating system can understand and marshall them across processes to perform
209 and client must also be in the same process, because this technique does not perform any
337 <p>When you need to perform IPC, using a {@link android.os.Messenger} for your interface is
341 <p>For most applications, the service doesn't need to perform multi-threading, so using a {@link
350 you to perform interprocess communication (IPC) without the need to use AIDL.</p>
processes-and-threads.jd 190 For example, an activity that's uploading a picture to a web site should start a service to perform
242 application's UI that you do not block the UI thread. If you have operations to perform
307 <p>{@link android.os.AsyncTask} allows you to perform asynchronous work on your user
328 /** The system calls this to perform work in a worker thread and
334 /** The system calls this to perform work in the UI thread and delivers
412 transmitted in the opposite direction. Android provides all the code to perform these IPC
415 <p>To perform IPC, your application must bind to a service, using {@link
423 <p>For information about how to perform work in the background for an indefinite period of time
  /frameworks/base/docs/html/guide/topics/graphics/
view-animation.jd 8 <p>You can use the view animation system to perform tweened animation on Views. Tween animation
13 <p>A tween animation can perform a series of simple transformations (position, size, rotation,
  /frameworks/base/docs/html/guide/topics/search/
index.jd 53 search your data. To perform a search, you need to use APIs appropriate for your data. For example,
55 APIs to perform searches.
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
pausing.jd 105 transition to the next activity (you should instead perform heavy-load shutdown operations during
127 android.app.Activity#onPause()} and perform any other initializations that must occur each time the
  /frameworks/base/docs/html/training/basics/intents/
result.jd 140 // Perform the query on the contact to get the NUMBER column
144 // Consider using {@link android.content.CursorLoader} to perform the query.
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
Configurator.java 65 * By default, all core uiautomator objects except {@link UiDevice} will perform
85 * By default, all core uiautomator objects except {@link UiDevice} will perform
  /frameworks/uiautomator/core/com/android/uiautomator/core/
Configurator.java 65 * By default, all core uiautomator objects except {@link UiDevice} will perform
85 * By default, all core uiautomator objects except {@link UiDevice} will perform
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFolderSync.java 96 * Perform a folder sync.
109 * Perform account validation.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DictDecoder.java 149 * but doesn't perform as fast.
203 * This class doesn't perform as fast as other classes,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h 44 operations that do not perform arithmetics modulo 2^precision (comparisons,
129 /* The following operations perform arithmetics modulo 2^precision,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h 44 operations that do not perform arithmetics modulo 2^precision (comparisons,
129 /* The following operations perform arithmetics modulo 2^precision,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h 44 operations that do not perform arithmetics modulo 2^precision (comparisons,
129 /* The following operations perform arithmetics modulo 2^precision,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h 44 operations that do not perform arithmetics modulo 2^precision (comparisons,
129 /* The following operations perform arithmetics modulo 2^precision,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 44 # There is a RandAL char in the string. Must perform further
116 # Step 2: Perform nameprep

Completed in 1927 milliseconds

<<41424344454647484950>>