Searched refs:firstTime (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A DplotReceiveTrace.m115 firstTime = packetTime(1,3);
116 plot(x, packetTime(:,3) - firstTime - slope, 'b.');
124 firstTime = firstPacketTime(1,2);
125 plot(x, firstPacketTime(:,2) - firstTime - slope, 'b.');
134 plot(x, completeTime(:,3) - firstTime - slope, 'ks');
143 plot(x, decodeTime(:,2) - firstTime - slope, 'r.');
152 plot(x, decodeCompleteTime(:,4) - firstTime - slope, 'g.');
161 plot(x, renderTime(:,2) - firstTime - slope, 'c-');
168 plot(x, renderTime(:,2) - firstTime - slope - renderTime(:, 3) - renderTime(:, 5), 'c--');
175 plot(x, renderTime(:,2) - firstTime
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs45 protected bool firstTime = true; field in class:Antlr.Runtime.Tree.TreeIterator
90 if (firstTime) {
92 firstTime = false;
145 firstTime = true;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs47 protected bool firstTime = true; field in class:Antlr.Runtime.Tree.TreeIterator
98 if ( firstTime )
101 firstTime = false;
173 firstTime = true;
/external/chromium_org/third_party/skia/src/core/
H A DSkDrawLooper.cpp43 for (bool firstTime = true;; firstTime = false) {
52 if (firstTime) {
/external/skia/src/core/
H A DSkDrawLooper.cpp43 for (bool firstTime = true;; firstTime = false) {
52 if (firstTime) {
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeIterator.java45 protected boolean firstTime = true; field in class:TreeIterator
72 firstTime = true;
78 if ( firstTime ) return root!=null;
86 if ( firstTime ) { // initial condition
87 firstTime = false;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeIterator.h40 BOOL firstTime; variable
51 @property BOOL firstTime; variable
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DNonVolatileStore.cpp197 static bool firstTime = true; local
202 if ((firstTime == false) && (forceDelete == false))
204 firstTime = false;
/external/libnfc-nci/src/adaptation/
H A Dlibmain.c199 static BOOLEAN firstTime = TRUE; local
202 if ((firstTime == FALSE) && (forceDelete == FALSE))
204 firstTime = FALSE;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeIterator.h43 BOOL firstTime; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeIterator.h43 BOOL firstTime; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeIterator.h43 BOOL firstTime; variable
/external/jmdns/src/javax/jmdns/impl/
H A DDNSTaskStarter.java236 public synchronized void schedule(TimerTask task, Date firstTime, long period) { argument
238 super.schedule(task, firstTime, period);
256 public synchronized void scheduleAtFixedRate(TimerTask task, Date firstTime, long period) { argument
258 super.scheduleAtFixedRate(task, firstTime, period);
/external/chromium_org/third_party/icu/source/i18n/
H A Dscriptset.cpp196 UBool firstTime = TRUE; local
198 if (!firstTime) {
201 firstTime = FALSE;
/external/icu/icu4c/source/i18n/
H A Dscriptset.cpp196 UBool firstTime = TRUE; local
198 if (!firstTime) {
201 firstTime = FALSE;
/external/chromium_org/third_party/icu/source/common/
H A Dpunycode.cpp162 adaptBias(int32_t delta, int32_t length, UBool firstTime) { argument
165 if(firstTime) {
/external/icu/icu4c/source/common/
H A Dpunycode.cpp162 adaptBias(int32_t delta, int32_t length, UBool firstTime) { argument
165 if(firstTime) {
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperationsTest.cpp55 bool firstTime = true; local
68 if (firstTime)
72 firstTime = false;
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_prm.c526 static BOOLEAN firstTime = TRUE; local
527 if (firstTime)
531 firstTime = FALSE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_api.c885 static GLboolean firstTime = GL_TRUE; local
891 if (firstTime) {
893 firstTime = GL_FALSE;
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c885 static GLboolean firstTime = GL_TRUE; local
891 if (firstTime) {
893 firstTime = GL_FALSE;
/external/chromium_org/components/dom_distiller/core/css/
H A Ddistilledpage.css535 #loader.red.firstTime .circle.red .mask.second .base {
/external/chromium_org/third_party/skia/tests/
H A DPathTest.cpp740 bool firstTime = true; local
745 REPORTER_ASSERT(reporter, firstTime);
748 firstTime = false;
751 REPORTER_ASSERT(reporter, !firstTime);
765 REPORTER_ASSERT(reporter, !firstTime);
/external/skia/tests/
H A DPathTest.cpp713 bool firstTime = true; local
718 REPORTER_ASSERT(reporter, firstTime);
721 firstTime = false;
724 REPORTER_ASSERT(reporter, !firstTime);
738 REPORTER_ASSERT(reporter, !firstTime);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 779 milliseconds

12