/hardware/libhardware_legacy/audio/ |
A2dpAudioInterface.cpp | 330 // Simulate audio output timing in case of error
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fb.h | 249 /* Timing: All values in pixclocks, except pixclock (of course) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
svc.h | 289 * Memory based rpc for testing and timing.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fb.h | 249 /* Timing: All values in pixclocks, except pixclock (of course) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
svc.h | 289 * Memory based rpc for testing and timing.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fb.h | 249 /* Timing: All values in pixclocks, except pixclock (of course) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
svc.h | 289 * Memory based rpc for testing and timing.
|
/system/extras/tests/binder/benchmarks/ |
binderAddInts.cpp | 271 // Send the parcel, while timing how long it takes for
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 158 #define INBUFSIZE 4096 /* with pseudo-timing on (1 sec delay/block), this 300 int timing = FALSE; local 422 } else if (!strncmp(*argv, "-timing", 2)) { 423 timing = TRUE; 475 " %*s [-usleep dur | -timing] [-pause] [-loop [sec]] file.png\n\n" 477 " %*s [-usleep dur | -timing] [-pause] file.png\n\n" 500 " -timing\tenables delay for every block read, to simulate modem\n" 620 if (timing) [all...] |
/external/linux-tools-perf/util/include/linux/added/ |
perf_event.h | 752 struct perf_cgroup_info *info; /* timing info, one per cpu */ 802 * timestamp shadows the actual context timing but it can
|
/external/qemu/audio/ |
ossaudio.c | 326 "Failed to set timing policy to %d\n", 897 .descr = "Set the timing policy of the device, -1 to use fragment mode",
|
/external/strace/ |
strace.1 | 523 how much time is spent in mere measuring when timing system calls using 526 option. The accuracy of the heuristic can be gauged by timing a given
|
/external/webkit/Source/WebKit/mac/History/ |
WebHistory.mm | 591 LOG(Timing, "loading %d history entries from %@ took %f seconds", numberOfItems, URL, duration); 621 LOG(Timing, "saving history to %@ took %f seconds", URL, duration);
|
/external/webkit/Tools/Scripts/ |
build-webkit | 287 { option => "web-timing", desc => "Toggle Web Timing support",
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_parse.c | 252 "Timing attribute (length %d)", len); 256 wpa_printf(MSG_DEBUG, "P2P: * Extended Listen Timing "
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README-P2P | 419 Configure Extended Listen Timing. If the parameters are omitted, this 424 the time the Extended Listen Timing timeout occurs, the Listen State
|
/frameworks/base/docs/html/about/versions/ |
jelly-bean.jd | 93 Bean — <strong>vsync timing</strong>, <strong>triple buffering</strong>, 658 — <strong>vsync timing</strong>, <strong>triple buffering</strong>, [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
p2p.h | 69 #define P2P_SEID_XT_TIMING 8 /* Extended Listen Timing */ 202 /* WiFi P2P IE attribute: Extended Listen Timing */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_scb_types.h | 247 /* Place holder for holding sleep timing */ 295 /* SCB for Timing master algorithm */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_scb_types.h | 247 /* Place holder for holding sleep timing */ 295 /* SCB for Timing master algorithm */
|
/system/extras/tests/sdcard/ |
sdcard_perf_test.cpp | 48 // human readable report or the raw timing samples that can be 138 " -d --dump: Print the raw timing on stdout.\n"
|
/external/chromium/webkit/glue/ |
inspector_strings.grd | [all...] |
/external/webkit/Source/WebCore/inspector/ |
Inspector.json | 299 "description": "Network domain allows tracking network activities of the page. It exposes information about HTTP and WebSocket requests and responses, their headers, bodies, timing, etc. It also allows getting the tree of the Frames on the page along with information about their resources.", 304 "description": "Timing information for the request.", 306 { "name": "requestTime", "type": "number", "description": "Timing's requestTime is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this requestTime." }, 346 { "name": "timing", "$ref": "ResourceTiming", "optional": true, "description": "Timing information for the given request." } [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
prop-animation.jd | 118 <p>The {@link android.animation.ValueAnimator} object keeps track of your animation's timing, 218 <td>The main timing engine for property animation that also computes the values for the 220 values and contains the timing details of each animation, information about whether an 255 property. They take the timing data that is provided by an {@link android.animation.Animator} 427 android.animation.ValueAnimator} (discussed in the previous section) and combines the timing [all...] |
/external/dropbear/libtomcrypt/testprof/ |
x86_prof.c | 651 fprintf(stderr, "Timing Multiplying:\n"); 682 fprintf(stderr, "Timing Squaring:\n"); 718 fprintf(stderr, "Timing PRNGs (cycles/byte output, cycles add_entropy (32 bytes) :\n"); [all...] |