HomeSort by relevance Sort by last modified time
    Searched defs:timing (Results 26 - 50 of 52) sorted by null

12 3

  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 93 Bundle timing = mPerfCollector.stopTiming("timing4"); local
99 verifyTimingBundle(timing, labels);
160 Bundle timing = mPerfCollector.stopTiming("timing8"); local
166 verifyTimingBundle(timing, labels);
247 Bundle timing = mPerfCollector.stopTiming("iteration5"); local
261 verifyTimingBundle(timing, labels);
347 * Verify that snapshotting and timing do not interfere w/ each other,
348 * by staggering calls to snapshot and timing functions.
464 private void verifyTimingBundle(Bundle timing, ArrayList<String> labels) {
465 assertEquals(1, timing.size())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 106 const TimingFunction& timing = frames[j]->easing(); local
124 timing.range(&min, &max);
137 bool CompositorAnimations::isCandidateForAnimationOnCompositor(const Timing& timing, const AnimationEffect& effect, double playerPlaybackRate)
179 if (!CompositorAnimationsImpl::convertTimingForCompositor(timing, 0, out, playerPlaybackRate))
182 if (timing.timingFunction->type() != TimingFunction::LinearFunction) {
185 if (keyframes.size() == 2 && keyframes[0]->easing().type() == TimingFunction::LinearFunction && timing.timingFunction->type() != TimingFunction::StepsFunction)
188 // FIXME: Support non-linear timing functions in the compositor for
189 // more than two keyframes and step timing functions in the compositor.
201 bool CompositorAnimations::startAnimationOnCompositor(const Element& element, double startTime, double timeOffset, const Timing& timing, const AnimationEffect& effect, Vector<int>& startedAnimationIds, double playerPlaybackRat (…)
    [all...]
CompositorAnimationsTest.cpp 71 Timing m_timing;
102 bool convertTimingForCompositor(const Timing& t, CompositorAnimationsImpl::CompositorTiming& out)
106 bool isCandidateForAnimationOnCompositor(const Timing& timing, const AnimationEffect& effect)
108 return CompositorAnimations::instance()->isCandidateForAnimationOnCompositor(timing, effect, 1);
110 void getAnimationOnCompositor(Timing& timing, AnimatableValueKeyframeEffectModel& effect, Vector<OwnPtr<WebCompositorAnimation> >& animations)
112 return getAnimationOnCompositor(timing, effect, animations, 1);
114 void getAnimationOnCompositor(Timing& timing, AnimatableValueKeyframeEffectModel& effect, Vector<OwnPtr<WebCompositorAnimation> >& animations, (…)
138 Timing timing; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.h 123 DocumentLoadTiming* timing() { return &m_documentLoadTiming; } function in class:blink::DocumentLoader
  /external/chromium_org/third_party/libxml/src/
testSAX.c 64 static int timing = 0; variable
67 * Timing routines.
70 * Internal timing routines to remove the necessity to have unix-specific
103 * startTimer: call where you want to start timing
112 * endTimer: call where you want to stop timing and to print out a
113 * message about the timing performed; format is a printf
172 * We don't have a gettimeofday or time.h, so we just don't do timing
185 * We cannot do anything because we don't have a timing function
1153 else if ((!strcmp(argv[i], "-timing")) ||
1154 (!strcmp(argv[i], "--timing"))) {
    [all...]
xmllint.c 179 static int timing = 0; variable
400 * Internal timing routines to remove the necessity to have *
434 * startTimer: call where you want to start timing
443 * endTimer: call where you want to stop timing and to print out a
444 * message about the timing performed; format is a printf
503 * We don't have a gettimeofday or time.h, so we just don't do timing
516 * We cannot do anything because we don't have a timing function
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_record.cc 403 std::fstream timing; local
407 timing.open(timing_file.c_str(), std::fstream::out | std::fstream::app);
442 timing << clock_time << std::endl;
449 timing << clock_time << std::endl;
455 timing << clock_time << std::endl;
463 timing.close();
  /art/test/023-many-interfaces/src/
ManyInterfaces.java 167 /** whether to report timing information */
168 private static boolean timing = false; field in class:ManyInterfaces
175 if (timing) {
186 * @param timing whether to print out timing info
188 public static void run(boolean timing) {
189 ManyInterfaces.timing = timing;
  /external/chromium_org/content/child/
web_url_loader_impl.cc 113 // Converts timing data from |load_timing| to the format used by WebKit.
776 // If there's no received headers end time, don't set load timing. This is
780 WebURLLoadTiming timing; local
781 PopulateURLLoadTiming(info.load_timing, &timing);
783 timing.setServiceWorkerFetchStart(
785 timing.setServiceWorkerFetchReady(
787 timing.setServiceWorkerFetchEnd(
789 response->setLoadTiming(timing);
    [all...]
  /external/speex/libspeex/
jitter.c 84 int filled; /**< Number of entries occupied in "timing" and "counts"*/
86 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */ member in struct:TimingBuffer
96 /* Add the timing of a new packet to the TimingBuffer */
97 static void tb_add(struct TimingBuffer *tb, spx_int16_t timing)
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1])
107 /* Find where the timing info goes in the sorted list */
110 while (pos<tb->filled && timing >= tb->timing[pos])
123 SPEEX_MOVE(&tb->timing[pos+1], &tb->timing[pos], move_size)
    [all...]
  /external/iputils/
ping_common.c 45 /* timing */
46 int timing; /* flag to do timing */ variable
285 fprintf(stderr, "ping: bad timing interval\n");
883 if (timing && cc >= 8+sizeof(struct timeval)) {
953 if (timing) {
1036 if (nreceived && timing) {
1077 if (nreceived && timing) {
  /external/libpng/contrib/gregbook/
rpng2-win.c 162 #define INBUFSIZE 4096 /* with pseudo-timing on (1 sec delay/block), this
282 int timing = FALSE; local
423 } else if (!strncmp(*argv, "-timing", 2)) {
424 timing = TRUE;
449 "Usage: %s [-gamma exp] [-bgcolor bg | -bgpat pat] [-timing]\n"
460 " -timing\tenables delay for every block read, to simulate modem\n"
598 if (timing)
    [all...]
rpng2-x.c 159 #define INBUFSIZE 4096 /* with pseudo-timing on (1 sec delay/block), this
301 int timing = FALSE; local
423 } else if (!strncmp(*argv, "-timing", 2)) {
424 timing = TRUE;
461 " %*s [-usleep dur | -timing] [-pause] [-loop [sec]] file.png\n\n"
463 " %*s [-usleep dur | -timing] [-pause] file.png\n\n"
482 " -timing\tenables delay for every block read, to simulate modem\n"
599 if (timing)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 99 #include "core/timing/Performance.h"
1558 DocumentLoadTiming* timing = documentLoader->timing(); local
    [all...]
  /external/libxml2/
xmllint.c 184 static int timing = 0; variable
405 * Internal timing routines to remove the necessity to have *
439 * startTimer: call where you want to start timing
448 * endTimer: call where you want to stop timing and to print out a
449 * message about the timing performed; format is a printf
508 * We don't have a gettimeofday or time.h, so we just don't do timing
521 * We cannot do anything because we don't have a timing function
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSMetadata.js 557 "-webkit-animation-timing-function": { values: [
620 "-webkit-transition-timing-function": { values: [
746 "-webkit-animation-timing-function": 1,
757 "-webkit-transition-timing-function": 6,
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 936 const DocumentTiming& timing() const { return m_documentTiming; } function in class:blink::Document
    [all...]
Document.cpp 2646 DocumentLoadTiming* timing = documentLoader->timing(); local
    [all...]
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 480 struct gct_timing_desc_block timing; member in struct:gct_r20_panel_desc
492 struct gct_timing_desc_block timing; member in struct:gct_r11_panel_desc
502 struct gct_timing_desc_block timing; member in struct:gct_r10_panel_desc
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 463 struct mrst_timing_info DTD; /* timing info for the selected panel */
540 struct gct_timing_desc_block timing; member in struct:gct_r20_panel_desc
551 struct gct_timing_desc_block timing; member in struct:gct_r11_panel_desc
560 struct gct_timing_desc_block timing; member in struct:gct_r10_panel_desc
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 984 milliseconds

12 3