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

<<71727374757677787980>>

  /external/libusb/libusb/
libusbi.h 348 /* Perform initialization of your backend. You might use this function
390 * perform any other internal backend initialization you need to do. At
393 * usbi_sanitize_device() to perform some final sanity checks on the
563 /* Claim an interface. When claimed, the application can then perform
630 /* Perform a USB port reset to reinitialize a device.
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 184 // CanTRETailMarkedCall - If false, we cannot perform TRE on tail calls
349 // We can only perform this transformation if the value returned is
419 // the function, we cannot perform this optimization.
455 // then we actually perform accumulator recursion elimination instead of
632 // predecessors and perform TRC there. Look for predecessors that end
  /frameworks/base/core/java/android/content/
UndoManager.java 228 * Perform undo of last/top <var>count</var> undo states. The states impacted
265 * Perform redo of last/top <var>count</var> undo states in the transient redo stack.
585 // The only way to get back to it is for the user to perform
607 * @param owner The optional owner to determine whether to perform the commit.
611 * can later be used to try to uncommit the state to perform further edits on it.
  /frameworks/base/docs/html/google/play/billing/
billing_integrate.jd 144 <p>In your activity?s {@link android.app.Activity#onCreate onCreate} method, perform the binding by calling the {@link android.content.Context#bindService bindService} method. Pass the method an {@link android.content.Intent} that references the In-app Billing service and an instance of the {@link android.content.ServiceConnection} that you created.</p>
155 <p class="note"><strong>Important:</strong> Remember to unbind from the In-app Billing service when you are done with your {@link android.app.Activity}. If you don?t unbind, the open service connection could cause your device?s performance to degrade. This example shows how to perform the unbind operation on a service connection to In-app Billing called {@code mServiceConn} by overriding the activity?s {@link android.app.Activity#onDestroy onDestroy} method.</p>
272 <p class="note"><strong>Security Recommendation:</strong> When you send a purchase request, create a String token that uniquely identifies this purchase request and include this token in the {@code developerPayload}.You can use a randomly generated string as the token. When you receive the purchase response from Google Play, make sure to check the returned data signature, the {@code orderId}, and the {@code developerPayload} String. For added security, you should perform the checking on your own secure server. Make sure to verify that the {@code orderId} is a unique value that you have not previously processed, and the {@code developerPayload} String matches the token that you sent previously with the purchase request.</p>
385 been tampered with or that have been spoofed. You can perform this signature
387 to a secure remote server then we recommend that you perform the signature
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
xmmintrin.h 95 /* Perform the respective operation on the lower SPFP (single-precision
153 /* Perform the respective operation on the four SPFP values in A and B. */
209 /* Perform logical bit-wise operations on 128-bit values. */
235 /* Perform a comparison on the lower SPFP values of A and B. If the
327 /* Perform a comparison on the four SPFP values of A and B. For each
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
xmmintrin.h 95 /* Perform the respective operation on the lower SPFP (single-precision
153 /* Perform the respective operation on the four SPFP values in A and B. */
209 /* Perform logical bit-wise operations on 128-bit values. */
235 /* Perform a comparison on the lower SPFP values of A and B. If the
327 /* Perform a comparison on the four SPFP values of A and B. For each
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
xmmintrin.h 95 /* Perform the respective operation on the lower SPFP (single-precision
153 /* Perform the respective operation on the four SPFP values in A and B. */
209 /* Perform logical bit-wise operations on 128-bit values. */
235 /* Perform a comparison on the lower SPFP values of A and B. If the
327 /* Perform a comparison on the four SPFP values of A and B. For each
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
xmmintrin.h 95 /* Perform the respective operation on the lower SPFP (single-precision
153 /* Perform the respective operation on the four SPFP values in A and B. */
209 /* Perform logical bit-wise operations on 128-bit values. */
235 /* Perform a comparison on the lower SPFP values of A and B. If the
327 /* Perform a comparison on the four SPFP values of A and B. For each
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
xmmintrin.h 95 /* Perform the respective operation on the lower SPFP (single-precision
153 /* Perform the respective operation on the four SPFP values in A and B. */
209 /* Perform logical bit-wise operations on 128-bit values. */
235 /* Perform a comparison on the lower SPFP values of A and B. If the
327 /* Perform a comparison on the four SPFP values of A and B. For each
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
xmmintrin.h 95 /* Perform the respective operation on the lower SPFP (single-precision
153 /* Perform the respective operation on the four SPFP values in A and B. */
209 /* Perform logical bit-wise operations on 128-bit values. */
235 /* Perform a comparison on the lower SPFP values of A and B. If the
327 /* Perform a comparison on the four SPFP values of A and B. For each
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
xmmintrin.h 95 /* Perform the respective operation on the lower SPFP (single-precision
153 /* Perform the respective operation on the four SPFP values in A and B. */
209 /* Perform logical bit-wise operations on 128-bit values. */
235 /* Perform a comparison on the lower SPFP values of A and B. If the
327 /* Perform a comparison on the four SPFP values of A and B. For each
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 666 // Perform lookup into this declaration context.
717 // result), perform template argument deduction and place the
719 // callers to perform special deduction for conversion functions.
738 // Perform template argument deduction against the type that we would
758 // Perform direct name lookup into the LookupCtx.
761 // Perform direct name lookup into the namespaces nominated by the
851 assert(getLangOpts().CPlusPlus && "Can perform only C++ lookup");
    [all...]
SemaTemplateDeduction.cpp 46 /// we are matching in a case where we can perform template argument
473 // Perform template argument deduction for the template name.
482 // Perform template argument deduction on each template
492 // perform template argument deduction using its template
509 // Perform template argument deduction for the template name.
518 // Perform template argument deduction for the template arguments.
587 /// \brief Prepare to perform template argument deduction for all of the
    [all...]
  /docs/source.android.com/src/devices/tech/dalvik/
dalvik-bytecode.jd 606 <td>Perform the indicated floating point or <code>long</code> comparison,
693 <td>Perform the identified array operation at the identified index of
718 <td>Perform the identified object instance field operation with
745 <td>Perform the identified object static field operation with the identified
846 <td>Perform the identified unary operation on the source register,
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
TLSConnection.py 57 """Perform an SRP handshake in the role of client.
61 username and password. This function may also perform a
133 """Perform a certificate-based handshake in the role of client.
213 """Perform a to-be-determined type of handshake in the role of client.
294 """Perform a shared-key handshake in the role of client.
549 #Recursively perform handshake
    [all...]
  /external/chromium_org/v8/src/ia32/
ic-ia32.cc 254 // If not_fast_array is NULL, doesn't perform the elements map check.
649 // Perform tail call to the entry.
    [all...]
  /external/chromium_org/v8/src/x64/
ic-x64.cc 259 // If not_fast_array is NULL, doesn't perform the elements map check.
578 // Perform tail call to the entry.
729 // to do this because this generic stub does not perform map checks.
763 // perform the store and update the length. Used for adding one
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 867 // Perform lowlevel cursor motion that takes effect immediately.
886 // Move the cursor to the requested position and then perform the getstr()
896 // Move the cursor to the requested position and then perform the instr()
900 // Perform a scanw function from the window.
908 // Move the cursor to the requested position and then perform a scanw
937 // Move the cursor to the requested position and then perform the addstr
987 // Move the cursor to the requested position and then perform the insstr()
1012 // Move the cursor to the requested position and then perform chgat() as
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 867 // Perform lowlevel cursor motion that takes effect immediately.
886 // Move the cursor to the requested position and then perform the getstr()
896 // Move the cursor to the requested position and then perform the instr()
900 // Perform a scanw function from the window.
908 // Move the cursor to the requested position and then perform a scanw
937 // Move the cursor to the requested position and then perform the addstr
987 // Move the cursor to the requested position and then perform the insstr()
1012 // Move the cursor to the requested position and then perform chgat() as
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 867 // Perform lowlevel cursor motion that takes effect immediately.
886 // Move the cursor to the requested position and then perform the getstr()
896 // Move the cursor to the requested position and then perform the instr()
900 // Perform a scanw function from the window.
908 // Move the cursor to the requested position and then perform a scanw
937 // Move the cursor to the requested position and then perform the addstr
987 // Move the cursor to the requested position and then perform the insstr()
1012 // Move the cursor to the requested position and then perform chgat() as
    [all...]
  /frameworks/base/docs/html/guide/topics/appwidgets/
index.jd 228 to perform the update. If you don't update more than once per hour, this
234 perform updates based on an alarm that will not wake the device. To do
425 when the user adds the App Widget, so it should perform the essential setup,
432 configuration Activity to perform the first update when configuration is
462 If you need to open a new database or perform other setup that only needs to
486 files or databases, or perform other work that requires clean-up, then
499 // Perform this loop procedure for each App Widget that belongs to this provider
512 // Tell the AppWidgetManager to perform an update on the current app widget
546 method. From within the Service, you can perform your own updates
676 <li>Perform your App Widget configuration.</li
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gcc.info     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gcc.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gcc.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gcc.info     [all...]

Completed in 3422 milliseconds

<<71727374757677787980>>