HomeSort by relevance Sort by last modified time
    Searched full:timing (Results 101 - 125 of 676) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/page/
Performance.h 54 PerformanceTiming* timing() const;
Performance.idl 36 readonly attribute PerformanceTiming timing;
PerformanceNavigation.idl 33 // See: http://www.w3.org/TR/navigation-timing/
  /frameworks/av/services/audioflinger/
Android.mk 30 # uncomment for debugging timing problems related to StateQueue::push()
  /frameworks/base/core/java/android/os/
SystemClock.java 45 * mechanisms. This is the basis for most interval timing
49 * to be monotonic, and is suitable for interval timing when the
57 * for general purpose interval timing.
61 * There are several mechanisms for controlling the timing of events:
PerformanceCollector.java 39 * Snapshot and timing functions do not interfere with each other, and thus can
91 * a timing measurement.
452 * Starts tracking memory usage, binder transactions, and real & cpu timing.
469 // Record CPU time up to this point, and start timing. Note: this
470 // must happen at the end of this method, otherwise the timing will
477 * Stops tracking memory usage, binder transactions, and real & cpu timing.
481 // Stop the timing. This must be done first before any other counting is
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILDocument.java 26 * document. Cover document timing, document locking?, linking modality and
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 1 /* This file contains the definitions for timing variables used to
24 /* This file contains timing variable definitions, used by timevar.h
31 where ID is the enumeral value used to identify the timing
115 /* Timing in various stages of the compiler. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 1 /* This file contains the definitions for timing variables used to
24 /* This file contains timing variable definitions, used by timevar.h
31 where ID is the enumeral value used to identify the timing
115 /* Timing in various stages of the compiler. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 1 /* This file contains the definitions for timing variables used to
24 /* This file contains timing variable definitions, used by timevar.h
31 where ID is the enumeral value used to identify the timing
115 /* Timing in various stages of the compiler. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 1 /* This file contains the definitions for timing variables used to
24 /* This file contains timing variable definitions, used by timevar.h
31 where ID is the enumeral value used to identify the timing
115 /* Timing in various stages of the compiler. */
  /external/dropbear/libtommath/
makefile.icc 81 make -f makefile.icc CFLAGS="$(CFLAGS) -prof_gen -DTESTING" timing
109 timing: libtommath.a
110 $(CC) $(CFLAGS) -DTIMER demo/timing.c libtommath.a -o ltmtest
  /external/ping/
ping_common.h 109 /* timing */
110 extern int timing; /* flag to do timing */
ping_common.c 41 /* timing */
42 int timing; /* flag to do timing */ variable
126 fprintf(stderr, "ping: bad timing interval.\n");
133 fprintf(stderr, "ping: bad timing interval.\n");
138 fprintf(stderr, "ping: bad timing interval.\n");
660 if (timing && cc >= 8+sizeof(struct timeval)) {
725 if (timing) {
807 if (nreceived && timing) {
845 if (nreceived && timing) {
    [all...]
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.h 39 // This class implements SMIL interval timing model as needed for SVG animation.
161 // Event base timing
164 // Syncbase timing
  /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
  /bionic/linker/
linker_debug.h 47 #define TIMING 0
  /external/chromium/base/metrics/
stats_table_unittest.cc 320 // Do some timing.
327 // Verify that timing again is additive.
353 // Do some timing.
360 // Verify that timing again is additive.
  /external/dropbear/libtomcrypt/
Makefile.in 65 TIMING=timing
176 TIMINGS=demos/timing.o
227 timing: library testprof/$(LIBTEST) $(TIMINGS)
228 $(CC) $(LDFLAGS) $(TIMINGS) testprof/$(LIBTEST) $(LIBNAME) $(EXTRALIBS) -o $(TIMING)
256 CFLAGS="$(CFLAGS) -fprofile-generate" $(MAKE) timing EXTRALIBS="$(EXTRALIBS) -lgcov"
257 ./timing
258 rm -f timing `find . -type f | grep [.][ao] | xargs`
259 CFLAGS="$(CFLAGS) -fprofile-use" $(MAKE) timing EXTRALIBS="$(EXTRALIBS) -lgcov"
  /external/llvm/utils/lit/lit/
Test.py 59 # The wall time to execute this test, if timing and once complete.
  /external/qemu/distrib/
README 36 SIGALRM signals to implement timers. this makes for much better timing accuracy
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 356 current_refresh = (1000 * current.timing.pixel_clock) /
357 (current.timing.h_total * current.timing.v_total);
392 float new_refresh = (1000 * mode->timing.pixel_clock) /
393 (mode->timing.h_total * mode->timing.v_total);
395 mode->timing.pixel_clock = (uint32)((mode->timing.h_total * mode->timing.v_total)
  /external/quake/quake/src/QW/
release233_notes.txt 26 - Timing issues with later versions of Windows 95 and Windows 98 that would
  /external/srtp/crypto/test/
cipher_driver.c 160 /* arry timing (cache thrash) test */
182 /* do timing and/or buffer_test on null_cipher */
230 printf("timing %s throughput:\n", c->type->description);
464 printf("timing %s throughput with array size %d:\n",
  /external/valgrind/main/drd/tests/
sem_open.c 72 * Switch to line-buffered mode, such that timing information can be

Completed in 756 milliseconds

1 2 3 45 6 7 8 91011>>