HomeSort by relevance Sort by last modified time
    Searched refs:timing (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci_evts.h 79 * or when the timing of the radio connection changes
385 aci_evt_params_timing_t timing; member in union:__anon30010::__anon30011
  /prebuilts/gdb/darwin-x86/lib/python2.7/
trace.py 117 -g, --timing Prefix each line with the time since the program started.
453 timing=False):
469 @param timing true iff timing information be displayed
483 if timing:
671 "trackcalls", "timing"])
691 timing = False
710 if opt == "-g" or opt == "--timing":
711 timing = True
796 outfile=counts_file, timing=timing
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
trace.py 117 -g, --timing Prefix each line with the time since the program started.
453 timing=False):
469 @param timing true iff timing information be displayed
483 if timing:
671 "trackcalls", "timing"])
691 timing = False
710 if opt == "-g" or opt == "--timing":
711 timing = True
796 outfile=counts_file, timing=timing
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 117 -g, --timing Prefix each line with the time since the program started.
453 timing=False):
469 @param timing true iff timing information be displayed
483 if timing:
671 "trackcalls", "timing"])
691 timing = False
710 if opt == "-g" or opt == "--timing":
711 timing = True
796 outfile=counts_file, timing=timing
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 117 -g, --timing Prefix each line with the time since the program started.
453 timing=False):
469 @param timing true iff timing information be displayed
483 if timing:
671 "trackcalls", "timing"])
691 timing = False
710 if opt == "-g" or opt == "--timing":
711 timing = True
796 outfile=counts_file, timing=timing
    [all...]
  /external/iputils/
ping_common.c 45 /* timing */
46 int timing; /* flag to do timing */ variable
285 fprintf(stderr, "ping: bad timing interval\n");
883 if (timing && cc >= 8+sizeof(struct timeval)) {
953 if (timing) {
1036 if (nreceived && timing) {
1077 if (nreceived && timing) {
ping_common.h 163 /* timing */
164 extern int timing; /* flag to do timing */
ping.c 590 timing = 1;
733 if (timing) {
748 if (timing && !(options&F_LATENCY)) {
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
tick.js 59 source._timing = shared.normalizeTimingInput(source.timing);
  /external/fonttools/Lib/fontTools/
merge.py 851 def __init__(self, verbose=False, xml=False, timing=False):
854 self.timing = timing
859 for v in ['verbose', 'xml', 'timing']:
871 if not self.timing:
  /external/libxml2/
testHTML.c 862 printf("\t--repeat : parse the file 100 times, for timing\n");
  /external/srtp/
Makefile 157 # the target 'plot' runs the timing test (test/srtp_driver -t) then
159 # 'timing'
162 test/srtp_driver -t > timing.dat
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 398 -webkit-animation-timing-function: ease-out;
399 -moz-animation-timing-function: ease-out;
400 animation-timing-function: ease-out; }
  /external/v8/test/mjsunit/
debug-scripts-request.js 82 // the exact number depends on the timing of GC.
  /external/webrtc/talk/media/base/
rtpdataengine_unittest.cc 39 #include "webrtc/base/timing.h"
41 class FakeTiming : public rtc::Timing {
98 cricket::RtpDataEngine* CreateEngine(FakeTiming* timing) {
100 dme->SetTiming(timing);
163 // Timing passed into dme_. Owned by dme_;
  /external/autotest/client/common_lib/hosts/
base_classes.py 175 @param timeout The number of seconds to wait before timing out.
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
run_tests.py 161 runner.args.timing = True
  /external/v8/benchmarks/
base.js 30 // computing a score based on the timing measurements.
63 // addition to the reference timing that the final score will be based
  /external/v8/test/js-perf-test/
base.js 18 // computing a score based on the timing measurements.
59 // addition to the reference timing that the final score will be based
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 480 struct gct_timing_desc_block timing; member in struct:gct_r20_panel_desc
492 struct gct_timing_desc_block timing; member in struct:gct_r11_panel_desc
502 struct gct_timing_desc_block timing; member in struct:gct_r10_panel_desc
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 463 struct mrst_timing_info DTD; /* timing info for the selected panel */
540 struct gct_timing_desc_block timing; member in struct:gct_r20_panel_desc
551 struct gct_timing_desc_block timing; member in struct:gct_r11_panel_desc
560 struct gct_timing_desc_block timing; member in struct:gct_r10_panel_desc
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 124 much worse timing on a per IO basis.
163 reduction in replay timing accuracy.}.
167 ordering and timing of IOs seen during the sample workload. The reclaiming
192 timing accuracy.}
195 \item Lack of IO timing accuracy -- additional time between IO bunches.
199 to guarantee per-IO timing accuracy with respect to other replayed IOs?
  /external/libpng/contrib/gregbook/
rpng2-win.c 164 #define INBUFSIZE 4096 /* with pseudo-timing on (1 sec delay/block), this
284 int timing = FALSE; local
425 } else if (!strncmp(*argv, "-timing", 2)) {
426 timing = TRUE;
451 "Usage: %s [-gamma exp] [-bgcolor bg | -bgpat pat] [-timing]\n"
462 " -timing\tenables delay for every block read, to simulate modem\n"
600 if (timing)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java 811 return params.timing < Long.MAX_VALUE;
1165 public long timing = 0; field in class:TestFmwk.TestParams
    [all...]

Completed in 5691 milliseconds

1 23 4 5