/external/ipsec-tools/src/racoon/ |
Makefile.am | 39 EXTRA_racoon_SOURCES = isakmp_xauth.c isakmp_cfg.c isakmp_unity.c throttle.c \ 78 throttle.h privsep.h \
|
/frameworks/base/services/java/com/android/server/ |
SystemServer.java | 131 ThrottleService throttle = null; local 391 Slog.i(TAG, "Throttle Service"); 392 throttle = new ThrottleService(context); 394 Context.THROTTLE_SERVICE, throttle); 624 final ThrottleService throttleF = throttle; 724 reportWtf("making Throttle Service ready", e); [all...] |
/development/samples/Support4Demos/res/values/ |
strings.xml | 96 <string name="loader_throttle_support">Loader/Throttle</string>
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
_index.html | 95 <dt><a href="LoaderThrottleSupport.html">Loader Throttle</a></dt>
|
LoaderThrottleSupport.java | 97 = "vnd.android.cursor.dir/vnd.example.api-demos-throttle"; 103 = "vnd.android.cursor.item/vnd.example.api-demos-throttle";
|
/external/webkit/Source/WebKit/win/ |
WebPreferenceKeysPrivate.h | 83 // is set to YES. The window display throttle is OFF by default for compatibility with Mac OS X
|
/frameworks/base/core/java/com/android/internal/view/ |
BaseSurfaceHolder.java | 197 // but throttle calls to this function so it isn't called more
|
/frameworks/base/include/ui/ |
KeycodeLabels.h | 276 { "THROTTLE", 19 },
|
/frameworks/base/services/jni/ |
com_android_server_PowerManagerService.cpp | 79 // Throttle calls into user activity by event type.
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | 103 /** Send no events. Use with long throttle-time to watch user operations */ 185 /** Whether to randomize each throttle (0-mThrottle ms) inserted between events. */ 753 } else if (opt.equals("--throttle")) { 755 } else if (opt.equals("--randomize-throttle")) { [all...] |
MonkeySourceRandom.java | 112 long throttle, boolean randomizeThrottle) { 129 mQ = new MonkeyEventQueue(random, throttle, randomizeThrottle);
|
MonkeySourceScript.java | 147 * @param throttle The amount of time in ms to sleep between events. 149 public MonkeySourceScript(Random random, String filename, long throttle, 152 mQ = new MonkeyEventQueue(random, throttle, randomizeThrottle);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderThrottle.java | 96 = "vnd.android.cursor.dir/vnd.example.api-demos-throttle"; 102 = "vnd.android.cursor.item/vnd.example.api-demos-throttle";
|
/external/chromium/chrome/browser/download/ |
download_file_manager.cc | 29 // Throttle updates to the UI thread so that a fast moving download doesn't 184 // We don't forward an update to the UI thread here, since we want to throttle
|
/external/ipsec-tools/ |
setup.c | 54 #include "throttle.h" 665 /* throttle.h */
|
/frameworks/base/docs/html/guide/developing/tools/ |
monkey.jd | 99 <td><code>--throttle <milliseconds></code></td> 180 For best results, combine with -v, one or more package constraints, and a non-zero throttle to keep the Monkey
|
/external/iproute2/include/linux/ |
pkt_sched.h | 36 __u32 overlimits; /* Number of throttle events when this
|
/external/kernel-headers/original/linux/ |
pkt_sched.h | 37 __u32 overlimits; /* Number of throttle events when this
|
/external/qemu/android/ |
cmdline-options.h | 124 OPT_PARAM( cpu_delay, "<cpudelay>", "throttle CPU emulation" )
|
/external/webkit/Source/WebCore/platform/network/cf/ |
DNSCFNet.cpp | 60 // Sending many DNS requests at once can overwhelm some gateways. CFHost doesn't currently throttle for us, see <rdar://8105550>.
|
/frameworks/support/v4/java/android/support/v4/content/ |
AsyncTaskLoader.java | 96 * Set amount to throttle updates by. This is the minimum time from
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pkt_sched.h | 35 __u32 overlimits; /* Number of throttle events when this
|
/external/qemu/hw/ |
goldfish_pipe.c | 52 /* Set to 1 to enable the 'throttle' pipe type, useful for debugging */ 636 /* Similar to PingPongPipe, but will throttle the bandwidth to test 1044 goldfish_pipe_add_type("throttle", NULL, &throttlePipe_funcs);
|
/external/chromium/net/websockets/ |
websocket_throttle_unittest.cc | 79 TEST_F(WebSocketThrottleTest, Throttle) {
|
/frameworks/base/core/java/android/content/ |
AsyncTaskLoader.java | 111 * Set amount to throttle updates by. This is the minimum time from
|