HomeSort by relevance Sort by last modified time
    Searched refs:throttling (Results 1 - 14 of 14) sorted by null

  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
MyActivity.java 16 package android.content.pm.cts.shortcutmanager.throttling;
BgService.java 16 package android.content.pm.cts.shortcutmanager.throttling;
InlineReply.java 16 package android.content.pm.cts.shortcutmanager.throttling;
ThrottledTests.java 16 package android.content.pm.cts.shortcutmanager.throttling;
39 assertFalse("Throttling must be reset here", manager.isRateLimitingActive());
43 // App can make 10 API calls between the interval, but there's a chance that the throttling
FgService.java 16 package android.content.pm.cts.shortcutmanager.throttling;
ShortcutManagerThrottlingTestReceiver.java 16 package android.content.pm.cts.shortcutmanager.throttling;
33 * Throttling test case.
160 // Throttling should be reset, can make calls now.
  /test/vts/utils/python/cpu/
cpu_frequency_scaling.py 139 """Checks whether a target device is under thermal throttling.
173 """Skips the current test case if a target device is under thermal throttling.
178 throttling = self.IsUnderThermalThrottling()
179 if throttling and retry_delay_secs > 0:
183 throttling = self.IsUnderThermalThrottling()
184 asserts.skipIf(throttling, "Thermal throttling")
  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 39 # Base name of the file where the throttling temperature is set (if CPU temp
40 # exceeds this value, clock throttling starts).
115 Return current throttling status of all cores.
117 The return integer value is the sum of all cores' throttling status.
118 When the sum is equal the core number - all cores are throttling.
144 Return current CPU throttling temperature threshold.
146 If CPU temperature exceeds this value, clock throttling is activated,
159 Set current CPU throttling temperature threshold.
238 - the throttling is activated (the threshold is expected to be set at
243 but throttling does not start. This is considered an overheatin
    [all...]
  /external/mesa3d/src/gallium/targets/d3dadapter9/
drm.c 249 ctx->base.throttling = TRUE;
252 ctx->base.throttling = FALSE;
259 ctx->base.throttling = FALSE;
261 ctx->base.throttling = TRUE;
279 DBG("You have set a non standard throttling value in combination with thread_submit."
280 "We advise to use a throttling value of -2/0");
  /external/mesa3d/src/gallium/state_trackers/nine/
adapter9.h 38 BOOL throttling; member in struct:d3dadapter9_context
swapchain9.c 193 This->desired_fences = This->actx->throttling ? This->actx->throttling_value + 1 : 0;
407 /* Throttling: code adapted from the dri state tracker */
    [all...]
  /compatibility/cdd/8_performance-and-power/
8_5_consistent-performance.md 4 either because of the other apps running in the background or the CPU throttling
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]

Completed in 214 milliseconds