HomeSort by relevance Sort by last modified time
    Searched defs:throttle (Results 1 - 11 of 11) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEventQueue.java 32 public MonkeyEventQueue(Random random, long throttle, boolean randomizeThrottle) {
35 mThrottle = throttle;
43 long throttle = mThrottle; local
45 throttle = mRandom.nextLong();
46 if (throttle < 0) {
47 throttle = -throttle;
49 throttle %= mThrottle;
50 ++throttle;
52 super.add(new MonkeyThrottleEvent(throttle));
    [all...]
  /external/ImageMagick/Magick++/lib/
ResourceLimits.cpp 83 void Magick::ResourceLimits::throttle(const MagickSizeType limit_) function in class:Magick::ResourceLimits
88 MagickCore::MagickSizeType Magick::ResourceLimits::throttle(void) function in class:Magick::ResourceLimits
  /external/mesa3d/src/glx/
dri2_priv.h 48 const __DRI2throttleExtension *throttle; member in struct:dri2_screen
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_batchbuffer.c 277 throttle(struct brw_context *brw) function
285 * indicator that a frame is done and then throttle when we get
303 /* Throttling here is more precise than the throttle ioctl, so skip it */
364 throttle(brw);
  /system/gatekeeper/
gatekeeper.cpp 53 bool throttle = (pw_handle->version >= HANDLE_VERSION_THROTTLE); local
54 if (throttle) {
74 if (throttle && timeout > 0) {
127 bool throttle = (password_handle->version >= HANDLE_VERSION_THROTTLE); local
129 if (throttle) {
158 if (throttle) ClearFailureRecord(uid, user_id, throttle_secure);
161 if (throttle && timeout > 0) {
  /external/ImageMagick/MagickCore/
resource.c 86 throttle,
120 MagickULLConstant(0), /* initial throttle */
130 MagickULLConstant(0), /* throttle limit */
281 ((MagickSizeType) resource_info.throttle < limit) ?
283 (void) FormatMagickSize((MagickSizeType) resource_info.throttle,
649 resource=(MagickSizeType) resource_info.throttle;
829 (void) FormatLocaleFile(file," Throttle: %.20g\n",(double)
84 throttle, member in struct:_ResourceInfo
    [all...]
  /external/libese/apps/weaver/card/src/com/android/weaver/core/
CoreSlots.java 173 if (throttle(sRemainingBackoff, (short) 0, mFailureCount)) {
208 * @return Whether there is any throttle time.
210 private static boolean throttle(byte[] bArray, short bOff, short failureCount) { method in class:CoreSlots.Slot
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 289 * throttle callbacks.
303 void (*throttle)(__DRIcontext *ctx, member in struct:__DRI2throttleExtensionRec
  /external/mesa3d/include/GL/internal/
dri_interface.h 304 * - throttle
324 * throttle callbacks.
332 void (*throttle)(__DRIcontext *ctx, member in struct:__DRI2throttleExtensionRec
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/
aws-java-sdk-swf-libraries-1.11.18.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 416 milliseconds