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

1 23 4 5 6 7 8 91011>>

  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILDocument.java 26 * document. Cover document timing, document locking?, linking modality and
ElementTimeManipulation.java 19 * "accelerate" and "decelerate" are float values in the timing draft and
  /bionic/linker/
linker_debug.h 45 #define TIMING 0
130 #if TIMING
133 #endif /* TIMING */
  /external/bluetooth/bluez/compat/
fakehid.txt 17 <timing accuracy> <role switch> <hold mode> <sniff mode>
56 <encryption> <slot offset> <timing accuracy> <role switch>
99 <timing accuracy> <role switch> <hold mode> <sniff mode>
  /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
makefile.shared 101 timing: $(LIBNAME)
102 gcc $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME_S) -o ltmtest
  /external/ping/
ping_common.h 103 /* timing */
104 extern int timing; /* flag to do timing */
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.h 40 // This class implements SMIL interval timing model as needed for SVG animation.
140 // Event base timing
143 // Syncbase timing
  /frameworks/base/core/java/android/os/
SystemClock.java 45 * mechanisms. This is the basis for most interval timing
50 * interval timing of user interface events, performance measurements,
60 * 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
  /external/bluetooth/hcidump/parser/
lmp.c 503 uint8_t timing = LMP_U8(frm); local
510 printf("timing control flags 0x%2.2x\n", timing);
524 uint8_t timing = LMP_U8(frm); local
540 printf("timing control flags 0x%2.2x\n", timing);
566 uint8_t timing = LMP_U8(frm); local
578 printf("timing control flags 0x%2.2x\n", timing);
856 uint8_t timing = LMP_U8(frm) local
1014 uint8_t timing = LMP_U8(frm); local
    [all...]
  /external/icu4c/common/
triedict.cpp 1025 struct tms timing; local
    [all...]
  /external/dbus/tools/
dbus-monitor.1 32 format with a single line per message and microsecond-resolution timing
  /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/opencore/android/
android_audio_output.h 90 // active timing
android_audio_output.cpp 72 // create active timing object
88 // cleanup active timing object
111 // check for active timing extension
372 // calculate timing data
378 // initialize active timing
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 357 current_refresh = (1000 * current.timing.pixel_clock) /
358 (current.timing.h_total * current.timing.v_total);
384 float new_refresh = (1000 * mode->timing.pixel_clock) /
385 (mode->timing.h_total * mode->timing.v_total);
387 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/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
README 45 Timing results (all times in user CPU seconds):
  /external/openssl/crypto/des/
FILES0 22 /* Testing and timing programs. */
24 speed.c - Source for libdes.a timing program.
  /external/openssl/crypto/rsa/
rsa_oaep.c 111 * for side-channel attacks (e.g. timing if 'plen' is huge
129 * to avoid leaking timing info about the value of lzero. */
  /frameworks/base/opengl/libagl/
dxt.cpp 18 #define TIMING 0
20 #if TIMING
21 #include <sys/time.h> // for optimization timing
31 #define TIMING 0
137 #if TIMING
182 #if TIMING
602 #if TIMING
627 #if TIMING
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 111 MODE_BAD_HVALUE, /* horizontal timing was out of range */
112 MODE_BAD_VVALUE, /* vertical timing was out of range */
149 int HDisplay; /* horizontal timing */
154 int VDisplay; /* vertical timing */
891 int maxHValue; /* max horizontal timing */
892 int maxVValue; /* max vertical timing value */
895 int xInc; /* Horizontal timing increment */
    [all...]
  /dalvik/tests/057-iteration-performance/src/
Main.java 49 boolean timing = (args.length >= 1) && args[0].equals("--timing");
70 if (timing) {
74 run(timing, iters);
115 static public void run(boolean timing, int iters) {
120 double[][] newTimings = runAllTests(iters, timing || (i == 0));
128 if (checkTimes(timings, timing)) {
138 timing = true;
141 if (timing) {
  /external/bison/src/
main.c 182 /* Stop timing and print the times. */

Completed in 5173 milliseconds

1 23 4 5 6 7 8 91011>>