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

<<71727374757677787980>>

  /external/libxslt/libxslt/
xsltconfig.h 2 * Summary: compile-time version informations for the XSLT engine
3 * Description: compile-time version informations for the XSLT engine
  /external/llvm/include/llvm-c/
LinkTimeOptimizer.h 10 // This header provides a C API to use the LLVM link time optimization
43 /// This provides C interface to initialize link time optimizer. This allows
  /external/netperf/
netcpu_ntperf.c 31 #include <time.h>
47 // System CPU time information class.
48 // Used to get CPU time information.
215 second time after the benchmark completes to collect the final state
274 // true kernel time
275 // Note that kernel time also includes DpcTime & InterruptTime, but
475 /* It is possible that the library measured a time other than */
479 /* tests tell up what the elapsed time should be. */
  /external/nist-sip/java/gov/nist/javax/sip/parser/
DateParser.java 66 time(cal);
70 throw createParseException("Bad Time Zone " + tzone);
  /external/oprofile/libpp/
symbol_container.h 42 * remains valid during the whole life time of a symbol_container
85 // must be declared after the set to ensure a correct life-time.
  /external/proguard/src/proguard/gui/splash/
LinearColor.java 56 public Color getColor(long time)
58 double t = timing.getTiming(time);
  /external/qemu/android/
android.h 61 * of host CPU time, but will get high-quality time measurments. this is
  /external/quake/quake/src/QW/server/
world.h 33 float fraction; // time completed, 1.0 = didn't hit anything
68 // Needs to be called any time an entity changes origin, mins, maxs, or solid
  /external/quake/quake/src/WinQuake/
world.h 33 float fraction; // time completed, 1.0 = didn't hit anything
54 // Needs to be called any time an entity changes origin, mins, maxs, or solid
  /external/skia/include/core/
SkColorShader.h 30 at draw time.
35 specified color. Note: like all shaders, at draw time the paint's alpha
  /external/skia/include/views/
SkEvent.h 25 posted, they are posted to a specific sinkID. When it is time to dispatch the
163 specified millisecond time. The event must be dynamically allocated for this. It cannot be a global or on the stack.
167 static bool PostTime(SkEvent* evt, SkEventSinkID targetID, SkMSec time);
170 The real "time" will be computed automatically by sampling the clock and adding its value
178 void postTime(SkEventSinkID sinkID, SkMSec time)
180 SkEvent::PostTime(this, sinkID, time);
202 It will post any delayed events whose time as "expired" onto the event queue.
251 static SkMSec EnqueueTime(SkEvent* evt, SkMSec time);
  /external/skia/src/animator/
SkAnimateMaker.cpp 44 fScreenplay.time = 0;
130 void SkAnimateMaker::delayEnable(SkApply* apply, SkMSec time) {
134 (new SkEvent(SK_EventType_Delay))->postTime(fAnimator->getSinkID(), time);
254 void SkAnimateMaker::notifyInvalTime(SkMSec time) {
256 fAnimator->onEventPostTime(new SkEvent(SK_EventType_Inval), fHostEventSinkID, time);
261 evt.setS32("time", animate->getStart() + end);
317 SkMSec time = getAppTime(); local
318 debugOut.appendS32(time - fDebugTimeBase);
SkTime.cpp 54 #include <time.h>
63 time(&tm);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
topsort.h 73 vector<StateId> *finish_; // states in finishing-time order
82 // - Time: O(V + E)
  /external/tcpdump/
gmt2local.c 42 * Returns the difference between gmt and local time in seconds.
53 t = time(NULL);
  /external/v8/test/mjsunit/
global-load-from-eval-in-with.js 47 // this time.
56 // in the eval scopes. Deeper nesting this time.
string-compare-alignment.js 32 var base = "Now is the time for all good men to come to the aid of the party. " +
33 "Now is the time for all good men to come to the aid of the party."
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 14 #include <sys/time.h> // gettimeofday()
15 #include <time.h> // struct timespec
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.js 74 // Allow a little time for all the database transactions to complete now we've stopped making them.
76 // If we don't finish before this time, then we consider the test failed.
  /external/webkit/PerformanceTests/SunSpider/resources/
sunspider-analyze-results.js 90 var time = result[test];
92 itemTotals["total"][i] += time;
93 itemTotals[category][i] += time;
94 itemTotals[test][i] += time;
104 var time = result[test];
106 total += time;
107 categoryTotals[category] += time;
108 testTotalsByCategory[category][test] += time;
  /external/webkit/Source/JavaScriptCore/runtime/
DateInstance.cpp 44 DateInstance::DateInstance(ExecState* exec, Structure* structure, double time)
48 setInternalValue(exec->globalData(), jsNumber(timeClip(time)));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.13-1.js 27 1.Let t be this time value.
46 // get the current time
15.9.5.13-6.js 27 1.Let t be this time value.
46 // get time for 29 feb 2000
15.9.5.13-7.js 27 1.Let t be this time value.
46 // get time for 1 jan 2005
15.9.5.js 37 [[Class]] property is "Date". Also, the phrase "this time value" refers
38 to the number value for the time represented by this Date object, that is,

Completed in 2048 milliseconds

<<71727374757677787980>>