HomeSort by relevance Sort by last modified time
    Searched full:time (Results 1226 - 1250 of 15385) sorted by null

<<41424344454647484950>>

  /external/tcpdump/tests/
mpls-ldp-hello.new 5 Hold Time: 15s, Flags: [Link Hello]
mpls-ldp-hello.out 5 Hold Time: 15s, Flags: [Link Hello]
  /external/v8/test/mjsunit/tools/
profile_view.js 32 function createNode(name, time, opt_parent) {
33 var node = new ProfileView.Node(name, time, time, null);
52 // So we can sort it using 2 fields: name and time.
  /external/valgrind/main/massif/tests/
Makefile.am 23 long-time.post.exp long-time.stderr.exp long-time.vgtest \
53 long-time \
alloc-fns-B.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --alloc-fn=a4 --alloc-fn=b4 --alloc-fn=b3 --alloc-fn=c4 --alloc-fn=c3 --alloc-fn=c2 --alloc-fn=d4 --alloc-fn=d3 --alloc-fn=d2 --alloc-fn=d1 --massif-out-file=massif.out
deep-B.vgtest 2 vgopts: --stats=yes --stacks=no --time-unit=B --alloc-fn=a6 --alloc-fn=a7 --alloc-fn=a8 --alloc-fn=a9 --alloc-fn=a10 --alloc-fn=a11 --alloc-fn=a12 -v -v --depth=8 --massif-out-file=massif.out
ignoring.c 1 // When we cull and compute the new minimum time between snapshots, we want
  /external/valgrind/main/memcheck/tests/
post-syscall.c 1 #include <time.h>
  /external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/
insertCell.html 20 <p>This tests a particular case of insertCell that was crashing on ebay at the time the test was written.</p>
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.12-1.js 28 1. Let t be this time value.
47 // get the current time
50 // get time for 29 feb 2000
54 // get time for 1 jan 2005
15.9.5.23-4.js 28 2. Call ToNumber(time).
48 // get the current time
51 // get time for 29 feb 2000
55 // get time for 1 jan 2005
15.9.5.23-5.js 28 2. Call ToNumber(time).
48 // get the current time
51 // get time for 29 feb 2000
55 // get time for 1 jan 2005
15.9.5.23-6.js 28 2. Call ToNumber(time).
48 // get the current time
51 // get time for 29 feb 2000
55 // get time for 1 jan 2005
15.9.5.23-7.js 28 2. Call ToNumber(time).
48 // get the current time
51 // get time for 29 feb 2000
55 // get time for 1 jan 2005
15.9.5.23-8.js 28 2. Call ToNumber(time).
48 // get the current time
51 // get time for 29 feb 2000
55 // get time for 1 jan 2005
15.9.5.23-9.js 28 2. Call ToNumber(time).
48 // get the current time
51 // get time for 29 feb 2000
55 // get time for 1 jan 2005
15.9.5.6.js 27 1. Let t be this time value.
45 // get the current time
48 // get time for 29 feb 2000
52 // get time for 1 jan 2005
15.9.5.7.js 27 1.Let t be this time value.
45 // get the current time
48 // get time for 29 feb 2000
52 // get time for 1 jan 2005
15.9.5.8.js 27 1. Let t be this time value.
46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
15.9.5.9.js 27 1. Let t be this time value.
46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPrimitives.h 144 // The absoluteTime is in seconds, starting on January 1, 1970. The time is assumed to use the same time zone as WTF::currentTime().
154 // The absoluteTime is in seconds, starting on January 1, 1970. The time is assumed to use the same time zone as WTF::currentTime().
  /external/webkit/Source/WebCore/fileapi/
File.cpp 79 // Needs to return epoch time in milliseconds for Date.
95 // Obtains a snapshot of the file by capturing its current size and modification time. This is used when we slice a file for the first time.
96 // If we fail to retrieve the size or modification time, probably due to that the file has been deleted, 0 size is returned.
  /external/webkit/Source/WebCore/manual-tests/
plugin-in-iframe-scroll.html 2 <p>Both squares should be orange, with no red visible at any time.</p>
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 54 // This is used for duration type time values that can't be negative.
571 // So a count is not really a time but let just all pretend we did not notice.
611 void SVGSMILElement::addBeginTime(SMILTime time)
613 m_beginTimes.append(time);
618 void SVGSMILElement::addEndTime(SMILTime time)
620 m_endTimes.append(time);
631 SMILTime time = list[n]; local
632 ASSERT(!time.isUnresolved());
633 if (time.isIndefinite() && beginOrEnd == Begin) {
634 // "The special value "indefinite" does not yield an instance time in the begin list.
959 SMILTime time = 0; local
    [all...]
  /external/webrtc/src/system_wrappers/source/
trace_linux.cc 17 #include <time.h>
42 _prevAPITickCount = time(NULL);
62 time_t dwCurrentTimeInSeconds = time(NULL);
122 time(&t);

Completed in 1938 milliseconds

<<41424344454647484950>>