HomeSort by relevance Sort by last modified time
    Searched full:times (Results 1 - 25 of 2520) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_dup3/
name 1 blocks claimed by one file multiple times
  /bionic/libc/arch-arm/syscalls/
times.S 5 .type times, #function
6 .globl times
10 times: label
  /external/libpng/contrib/pngsuite/
README 42 Filter 0 was used 32 times
44 Filter 0 was used 32 times
46 Filter 0 was used 32 times
48 Filter 1 was used 9 times
49 Filter 4 was used 23 times
51 Filter 1 was used 1 times
52 Filter 2 was used 31 times
54 Filter 1 was used 5 times
55 Filter 4 was used 27 times
57 Filter 1 was used 1 times
    [all...]
  /bionic/libc/arch-x86/syscalls/
times.S 5 .type times, @function
6 .globl times
9 times: label
  /external/stlport/test/unit/
times_test.cpp 17 CPPUNIT_TEST(times);
21 void times();
29 void TimesTest::times() function in class:TimesTest
  /ndk/tests/device/test-gnustl-full/unit/
times_test.cpp 17 CPPUNIT_TEST(times);
21 void times();
29 void TimesTest::times() function in class:TimesTest
  /ndk/tests/device/test-stlport/unit/
times_test.cpp 17 CPPUNIT_TEST(times);
21 void times();
29 void TimesTest::times() function in class:TimesTest
  /dalvik/tests/078-polymorphic-virtual/
info.txt 2 calless invoked 10,000,000 times each in three threads.
  /bionic/libc/arch-sh/syscalls/
times.S 5 .type times, @function
6 .globl times
9 times: label
  /external/stlport/stlport/stl/
_relops_hash_cont.h 2 * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 2 * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Time.java 51 // It makes sense use calendar instance instead of times array
54 c.set(Calendar.YEAR, in.times[0]);
55 c.set(Calendar.MONTH, in.times[1]-1);
56 c.set(Calendar.DAY_OF_MONTH, in.times[2]);
57 c.set(Calendar.HOUR_OF_DAY, in.times[3]);
58 c.set(Calendar.MINUTE, in.times[4]);
59 c.set(Calendar.SECOND, in.times[5]);
60 c.set(Calendar.MILLISECOND, in.times[6]);
  /external/bison/m4/
timevar.m4 24 [AC_CHECK_HEADERS([sys/time.h sys/times.h])
31 # include <sys/times.h>
34 AC_CHECK_FUNCS([times])
36 AC_CHECK_DECLS([getrusage, times, clock, sysconf], [], [],
42 # include <sys/times.h>
55 # include <sys/times.h>
  /external/webkit/SunSpider/resources/
sunspider-standalone-driver.js 29 var times = []; variable
30 times.length = tests.length;
39 times[j] = new Date() - startTime;
43 function recordResults(tests, times)
48 output += ' "' + tests[j] + '": ' + times[j] + ',\n';
56 recordResults(tests, times);
  /frameworks/base/media/java/android/media/
ToneGenerator.java 246 * repeated 3 times in a 100 ms on, 100 ms off cycle
289 * CDMA Abbr Reorder tone: 480Hz+620Hz 250ms ON, 250ms OFF repeated for 8 times
300 * CDMA Confirm tone: 350Hz+440Hz 100ms ON, 100ms OFF repeated for 3 times
318 * CDMA PIP tone: 480Hz 100ms ON, 100ms OFF repeated for 4 times
324 * ISDN Call Signal Normal tone: {2091Hz 32ms ON, 2556 64ms ON} 20 times,
331 * ISDN Call Signal Intergroup tone: {2091Hz 32ms ON, 2556 64ms ON} 8 times,
332 * 2091Hz 32ms ON, 400ms OFF, {2091Hz 32ms ON, 2556Hz 64ms ON} times,
339 * ISDN Call Signal SP PRI tone:{2091Hz 32ms ON, 2556 64ms ON} 4 times
340 * 2091Hz 16ms ON, 200ms OFF, {2091Hz 32ms ON, 2556Hz 64ms ON} 4 times,
353 * ISDN Ping Ring tone: {2091Hz 32ms ON, 2556Hz 64ms ON} 5 times
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 19 // A semiring is specified by two binary operations Plus and Times and
22 // Times: associative and has identity One, distributes w.r.t. Plus, and
24 // Times(Zero(), a) == Times(a, Zero()) = Zero().
40 // Divide: for all a,b,c s.t. Times(a, b) == c
53 // --> Reverse(Times(a, b)) = Times(Reverse(b), Reverse(a))
60 // TimesCommutative: for all a,b: Times(a,b) == Times(b,a)
86 // For all a,b,c: Times(c, Plus(a,b)) = Plus(Times(c,a), Times(c, b)
    [all...]
  /external/libvpx/vp8/common/x86/
subpixel_mmx.asm 731 times 4 dw 0x40
736 times 8 dw 0
737 times 8 dw 0
738 times 8 dw 128
739 times 8 dw 0
740 times 8 dw 0
741 times 8 dw 0
743 times 8 dw 0
744 times 8 dw -6
745 times 8 dw 12
    [all...]
  /dalvik/tests/057-iteration-performance/
expected.txt 11 All times are within the expected ranges.
  /external/kernel-headers/original/asm-x86/
param.h 7 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
times.h 20 * POSIX Standard: 4.5.2 Process Times <sys/times.h>
48 All times are in CLK_TCKths of a second. */
49 extern clock_t times (struct tms *__buffer) __THROW;
53 #endif /* sys/times.h */
  /external/webkit/WebKitTools/CodeCoverage/
gcov.css 59 font-family: Times;
68 font-family: Times;
76 font-family: Times;
84 font-family: Times;
91 font-family: Times;
99 font-family: Times;
  /external/iptables/extensions/
libip6t_HL.man 14 Decrement the Hop Limit `value' times.
17 Increment the Hop Limit `value' times.
libipt_TTL.man 16 Decrement the TTL value `value' times.
19 Increment the TTL value `value' times.
  /external/webkit/LayoutTests/fast/dom/Geolocation/
timeout-clear-watch-expected.txt 1 Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.
  /external/webkit/WebCore/manual-tests/
whitespace-pre-affinity.html 6 <li>double-click a few times on the blanks lines below</li>

Completed in 6628 milliseconds

1 2 3 4 5 6 7 8 91011>>