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

<<31323334353637383940>>

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 34 * The {@link #remove()} and {@link #get()} operations perform in constant time.
36 * other operations perform in linear time or worse.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hiddev.h 75 * device, perform a SUSAGE first, followed by a SREPORT. An INITREPORT or a
184 /* To traverse the input report descriptor info for a HID device, perform the
uinput.h 93 * 4. Perform the effect upload, and place a return code back into
107 * 4. Perform the effect erasure, and place a return code back
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
search.h 163 /* Perform linear search for KEY by comparing by COMPAR in an array
168 /* Perform linear search for KEY by comparing by COMPAR function in
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hiddev.h 75 * device, perform a SUSAGE first, followed by a SREPORT. An INITREPORT or a
184 /* To traverse the input report descriptor info for a HID device, perform the
uinput.h 93 * 4. Perform the effect upload, and place a return code back into
107 * 4. Perform the effect erasure, and place a return code back
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 163 /* Perform linear search for KEY by comparing by COMPAR in an array
168 /* Perform linear search for KEY by comparing by COMPAR function in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hiddev.h 75 * device, perform a SUSAGE first, followed by a SREPORT. An INITREPORT or a
184 /* To traverse the input report descriptor info for a HID device, perform the
uinput.h 93 * 4. Perform the effect upload, and place a return code back into
107 * 4. Perform the effect erasure, and place a return code back
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 163 /* Perform linear search for KEY by comparing by COMPAR in an array
168 /* Perform linear search for KEY by comparing by COMPAR function in
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 41 description = ("perform some checks on the package")
68 # perform the various tests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py 41 description = ("perform some checks on the package")
68 # perform the various tests
  /system/core/include/cutils/
atomic.h 75 * Perform an atomic load with "acquire" or "release" ordering.
84 * Perform an atomic store with "acquire" or "release" ordering.
  /external/aac/libFDK/src/
qmf.cpp 166 \brief Perform Synthesis Prototype Filtering on a single slot of input data.
238 \brief Perform Synthesis Prototype Filtering on a single slot of input data.
307 \brief Perform Analysis Prototype Filtering on a single slot of input data.
377 \brief Perform Analysis Prototype Filtering on a single slot of input data.
398 Perform FIR-Filter
411 * \brief Perform real-valued forward modulation of the time domain
474 * \brief Perform complex-valued forward modulation of the time domain
527 * \brief Perform one QMF slot analysis of the time domain data of timeIn
613 * \brief Perform complex-valued subband filtering of the time domain
660 * \brief Perform low power inverse modulation of the subban
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationService.java 48 * it, and it requests that it perform (un)registrations as the set of desired sync types changes.
342 * Computes the set of (un)registrations to perform so that the registrations active in the
345 * @param regAccumulator registrations to perform
346 * @param unregAccumulator unregistrations to perform.
359 * Requests that the sync system perform a sync.
  /external/proguard/docs/
FAQ.html 34 <li><a href="#flow">Does <b>ProGuard</b> perform control flow obfuscation?</a>
77 perform the preverification step too, for instance allowing to retarget older
84 <b>ProGuard</b> can also perform optimizations at the bytecode level, inside
105 <li>Perform over 200 peephole optimizations, like replacing ...*2 by
213 <h3>Does <b>ProGuard</b> perform flow obfuscation?</h3>
  /frameworks/base/core/java/android/content/
IntentSender.java 35 * A description of an Intent and target action to perform with it.
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
136 * Perform the operation associated with this IntentSender, allowing the
162 * Perform the operation associated with this IntentSender, allowing the
  /frameworks/base/docs/html/training/basics/network-ops/
connecting.jd 20 <li><a href="#AsyncTask">Perform Network Operations on a Separate Thread</a></li>
41 <p>Note that to perform the network operations described in this lesson, your
86 <h2 id="AsyncTask">Perform Network Operations on a Separate Thread</h2>
89 causing a poor user experience, always perform network operations on a separate
204 {@link java.net.HttpURLConnection} to perform a {@code GET} and download your data.
  /hardware/ti/omap3/dspbridge/inc/
cmm.h 27 * streaming address translation to perform zero-copy inter-processor
30 * translator info is used at runtime to perform SM address translation
341 * address translation. Node messaging and streams use this to perform
403 * This is used to perform fast virtaul address translation
429 * Perform address translation VA<->PA for the specified stream or
  /hardware/ti/omap3/dspbridge/libbridge/inc/
cmm.h 27 * streaming address translation to perform zero-copy inter-processor
30 * translator info is used at runtime to perform SM address translation
341 * address translation. Node messaging and streams use this to perform
403 * This is used to perform fast virtaul address translation
429 * Perform address translation VA<->PA for the specified stream or
  /prebuilts/tools/common/proguard/proguard4.7/docs/
FAQ.html 47 <li><a href="#flow">Does <b>ProGuard</b> perform control flow
88 perform the preverification step too, for instance allowing to retarget older
94 <b>ProGuard</b> can also perform optimizations at the bytecode level, inside
115 <li>Perform over 200 peephole optimizations, like replacing ...*2 by
214 <h3><a name="flow">Does <b>ProGuard</b> perform flow obfuscation?</a></h3>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
c++ 
g++ 
gcc 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/
mipsel-linux-android-c++ 

Completed in 1259 milliseconds

<<31323334353637383940>>