/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
D | plotReceiveTrace.m | 115 firstTime = packetTime(1,3); variable 116 plot(x, packetTime(:,3) - firstTime - slope, 'b.'); 124 firstTime = firstPacketTime(1,2); variable 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 - slope - renderTime(:, 3) - renderTime(:, 5), 'b-'); [all …]
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeIterator.java | 45 protected boolean firstTime = true; field in TreeIterator 72 firstTime = true; in reset() 78 if ( firstTime ) return root!=null; in hasNext() 86 if ( firstTime ) { // initial condition in next() 87 firstTime = false; in next()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeIterator.cs | 45 protected bool firstTime = true; field in Antlr.Runtime.Tree.TreeIterator 90 if (firstTime) { in MoveNext() 92 firstTime = false; in MoveNext() 145 firstTime = true; in Reset()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeIterator.cs | 47 protected bool firstTime = true; field in Antlr.Runtime.Tree.TreeIterator 98 if ( firstTime ) in MoveNext() 101 firstTime = false; in MoveNext() 173 firstTime = true; in Reset()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkDrawLooper.cpp | 43 for (bool firstTime = true;; firstTime = false) { in computeFastBounds() local 52 if (firstTime) { in computeFastBounds()
|
/external/skia/src/core/ |
D | SkDrawLooper.cpp | 43 for (bool firstTime = true;; firstTime = false) { in computeFastBounds() local 52 if (firstTime) { in computeFastBounds()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTreeIterator.m | 52 firstTime = YES; 67 firstTime = YES; 83 firstTime = YES; 112 firstTime = YES; 119 if ( firstTime ) { 137 if ( firstTime ) { 138 firstTime = NO; 192 @synthesize firstTime;
|
D | ANTLRTreeIterator.h | 40 BOOL firstTime; variable 51 @property BOOL firstTime;
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSTaskStarter.java | 236 public synchronized void schedule(TimerTask task, Date firstTime, long period) { in schedule() argument 238 super.schedule(task, firstTime, period); in schedule() 256 … public synchronized void scheduleAtFixedRate(TimerTask task, Date firstTime, long period) { in scheduleAtFixedRate() argument 258 super.scheduleAtFixedRate(task, firstTime, period); in scheduleAtFixedRate()
|
/external/libnfc-nci/src/adaptation/ |
D | libmain.c | 199 static BOOLEAN firstTime = TRUE; in delete_stack_non_volatile_store() local 202 if ((firstTime == FALSE) && (forceDelete == FALSE)) in delete_stack_non_volatile_store() 204 firstTime = FALSE; in delete_stack_non_volatile_store()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | NonVolatileStore.cpp | 197 static bool firstTime = true; in delete_hal_non_volatile_store() local 202 if ((firstTime == false) && (forceDelete == false)) in delete_hal_non_volatile_store() 204 firstTime = false; in delete_hal_non_volatile_store()
|
/external/icu/icu4c/source/i18n/ |
D | scriptset.cpp | 196 UBool firstTime = TRUE; in displayScripts() local 198 if (!firstTime) { in displayScripts() 201 firstTime = FALSE; in displayScripts()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | scriptset.cpp | 196 UBool firstTime = TRUE; in displayScripts() local 198 if (!firstTime) { in displayScripts() 201 firstTime = FALSE; in displayScripts()
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRTreeIterator.h | 43 BOOL firstTime; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRTreeIterator.h | 43 BOOL firstTime; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRTreeIterator.h | 43 BOOL firstTime; variable
|
/external/icu/icu4c/source/common/ |
D | punycode.cpp | 162 adaptBias(int32_t delta, int32_t length, UBool firstTime) { in adaptBias() argument 165 if(firstTime) { in adaptBias()
|
/external/chromium_org/third_party/icu/source/common/ |
D | punycode.cpp | 162 adaptBias(int32_t delta, int32_t length, UBool firstTime) { in adaptBias() argument 165 if(firstTime) { in adaptBias()
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | TransformOperationsTest.cpp | 55 bool firstTime = true; in EmpiricallyTestBounds() local 68 if (firstTime) in EmpiricallyTestBounds() 72 firstTime = false; in EmpiricallyTestBounds()
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_prm.c | 526 static BOOLEAN firstTime = TRUE; in nfc_hal_prm_spd_check_version() local 527 if (firstTime) in nfc_hal_prm_spd_check_version() 531 firstTime = FALSE; in nfc_hal_prm_spd_check_version()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
D | xm_api.c | 885 static GLboolean firstTime = GL_TRUE; in XMesaCreateContext() local 891 if (firstTime) { in XMesaCreateContext() 893 firstTime = GL_FALSE; in XMesaCreateContext()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_api.c | 885 static GLboolean firstTime = GL_TRUE; in XMesaCreateContext() local 891 if (firstTime) { in XMesaCreateContext() 893 firstTime = GL_FALSE; in XMesaCreateContext()
|
/external/chromium_org/components/dom_distiller/core/css/ |
D | distilledpage.css | 535 #loader.red.firstTime .circle.red .mask.second .base {
|
/external/skia/tests/ |
D | PathTest.cpp | 713 bool firstTime = true; in test_poly() local 718 REPORTER_ASSERT(reporter, firstTime); in test_poly() 721 firstTime = false; in test_poly() 724 REPORTER_ASSERT(reporter, !firstTime); in test_poly() 738 REPORTER_ASSERT(reporter, !firstTime); in test_poly()
|
/external/chromium_org/third_party/skia/tests/ |
D | PathTest.cpp | 740 bool firstTime = true; in test_poly() local 745 REPORTER_ASSERT(reporter, firstTime); in test_poly() 748 firstTime = false; in test_poly() 751 REPORTER_ASSERT(reporter, !firstTime); in test_poly() 765 REPORTER_ASSERT(reporter, !firstTime); in test_poly()
|