/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
AllocationRecorder.java | 27 private boolean firstTime = true; 35 if (firstTime) { 46 firstTime = false;
|
/external/skia/src/core/ |
SkDrawLooper.cpp | 45 for (bool firstTime = true;; firstTime = false) { 54 if (firstTime) {
|
/external/skqp/src/core/ |
SkDrawLooper.cpp | 45 for (bool firstTime = true;; firstTime = false) { 54 if (firstTime) {
|
/external/webrtc/webrtc/modules/video_coding/test/ |
plotReceiveTrace.m | 115 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 - slope - renderTime(:, 3) - renderTime(:, 5), 'b-') [all...] |
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeIterator.java | 44 protected boolean firstTime = true; 71 firstTime = true; 78 if ( firstTime ) return root!=null; 87 if ( firstTime ) { // initial condition 88 firstTime = false;
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeIterator.cs | 45 protected bool firstTime = true; 90 if (firstTime) { 92 firstTime = false; 145 firstTime = true;
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeIterator.cs | 47 protected bool firstTime = true; 98 if ( firstTime ) 101 firstTime = false; 173 firstTime = true;
|
/external/antlr/runtime/ObjC/Framework/ |
TreeIterator.h | 40 BOOL firstTime; 51 @property BOOL firstTime;
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmService.java | 64 long firstTime = SystemClock.elapsedRealtime(); 69 firstTime, 30*1000, mAlarmSender);
|
AlarmController.java | 141 long firstTime = SystemClock.elapsedRealtime(); 142 firstTime += 15*1000; 147 firstTime, 15*1000, sender);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
EmbeddedRungeKuttaIntegrator.java | 225 boolean firstTime = true; 241 if (firstTime || !fsal) { 246 if (firstTime) { 259 firstTime = false;
|
GraggBulirschStoerIntegrator.java | 629 boolean firstTime = true; 652 if (firstTime) { 795 if ((firstTime || isLastStep) && (error <= 1.0)) { [all...] |
/external/selinux/gui/ |
loginsPage.py | 54 self.firstTime = False 90 if self.firstTime: 92 self.firstTime = True
|
/frameworks/av/media/libstagefright/ |
VideoFrameSchedulerBase.cpp | 189 nsecs_t lastTime, firstTime; 199 firstTime = time; 243 fit(firstTime, delta, numSamplesToUse, &a, &b, &err); 252 fit(firstTime, delta, numSamplesToUse, &a, &b, &err); 259 mPhase = firstTime;
|
/external/icu/icu4c/source/i18n/ |
scriptset.cpp | 206 UBool firstTime = TRUE; 208 if (!firstTime) { 211 firstTime = FALSE;
|
/external/syzkaller/vendor/golang.org/x/net/idna/ |
punycode.go | 190 func adapt(delta, numPoints int32, firstTime bool) int32 { 191 if firstTime {
|
/external/v8/tools/profview/ |
profview.js | 703 let firstTime = file.ticks[0].tm; 708 start = (start / width) * (lastTime - firstTime) + firstTime; 709 end = (end / width) * (lastTime - firstTime) + firstTime; 749 let firstTime = file.ticks[0].tm; 753 firstTime + left / this.canvas.width * (lastTime - firstTime); 755 firstTime + right / this.canvas.width * (lastTime - firstTime); [all...] |
profile-utils.js | 394 this.firstTime = file.ticks[0].tm; 396 this.step = (lastTime - this.firstTime) / bucketCount; 411 let i = Math.floor((timestamp - this.firstTime) / this.step);
|
/build/blueprint/microfactory/ |
microfactory_test.go | 144 var firstTime time.Time 146 firstTime = stat.ModTime() 190 if stat.ModTime() == firstTime { 191 t.Error("Output timestamp should be different, but both were", firstTime) 194 if stat.ModTime() != firstTime { 196 t.Error(" first:", firstTime)
|
/device/google/contexthub/firmware/os/core/ |
hostIntf.c | 85 uint64_t firstTime; 613 sensor->firstTime = 0ull; 791 mActiveSensorTable[j].firstTime = 0ull; 882 sensor->firstTime = sensor->buffer.referenceTime; 952 sensor->firstTime = sensor->buffer.referenceTime; [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Punycode.java | 45 private static int adaptBias(int delta, int length, boolean firstTime){ 46 if(firstTime){
|
/external/icu/icu4c/source/common/ |
punycode.cpp | 164 adaptBias(int32_t delta, int32_t length, UBool firstTime) { 167 if(firstTime) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Punycode.java | 43 private static int adaptBias(int delta, int length, boolean firstTime){ 44 if(firstTime){
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
lex.c | 655 int firstTime = 1, done = 0;
661 if ( !firstTime || initialComma ) putc(',', output); /* MR5 */
663 firstTime = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
GCNRegPressure.cpp | 49 bool firstTime = true; 52 if (firstTime) { 55 firstTime = false;
|