HomeSort by relevance Sort by last modified time
    Searched full:firsttime (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
StringUtils.java 27 boolean firstTime = true;
29 if (firstTime) {
30 firstTime = false;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/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/chromium_org/third_party/skia/src/core/
SkDrawLooper.cpp 43 for (bool firstTime = true;; firstTime = false) {
52 if (firstTime) {
  /external/skia/src/core/
SkDrawLooper.cpp 43 for (bool firstTime = true;; firstTime = false) {
52 if (firstTime) {
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/text/
TextUtils.java 76 boolean firstTime = true;
78 if (firstTime) {
79 firstTime = false;
95 boolean firstTime = true;
97 if (firstTime) {
98 firstTime = false;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
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;
ANTLRTreeIterator.h 40 BOOL firstTime;
51 @property BOOL firstTime;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeIterator.java 45 protected boolean firstTime = true;
72 firstTime = true;
78 if ( firstTime ) return root!=null;
86 if ( firstTime ) { // initial condition
87 firstTime = false;
  /external/valgrind/main/none/tests/linux/
mremap2.c 113 int firsttime = 1; local
133 if (firsttime) {
140 firsttime = 0;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService.java 64 long firstTime = SystemClock.elapsedRealtime();
69 firstTime, 30*1000, mAlarmSender);
AlarmController.java 128 long firstTime = SystemClock.elapsedRealtime();
129 firstTime += 15*1000;
134 firstTime, 15*1000, sender);
  /external/antlr/antlr-3.4/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/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeIterator.cs 47 protected bool firstTime = true;
98 if ( firstTime )
101 firstTime = false;
173 firstTime = true;
  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 37 private boolean firstTime = true;
62 firstTime = true;
68 if (firstTime) {
69 firstTime = false;
IntKeyframeSet.java 37 private boolean firstTime = true;
62 firstTime = true;
68 if (firstTime) {
69 firstTime = false;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 197 static bool firstTime = true;
202 if ((firstTime == false) && (forceDelete == false))
204 firstTime = false;
  /external/libnfc-nci/src/adaptation/
libmain.c 199 static BOOLEAN firstTime = TRUE;
202 if ((firstTime == FALSE) && (forceDelete == FALSE))
204 firstTime = FALSE;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
u_unfilled_gen.py 225 print ' static int firsttime = 1;'
226 print ' if (!firsttime) return;'
227 print ' firsttime = 0;'
  /external/icu/icu4c/source/i18n/
scriptset.cpp 196 UBool firstTime = TRUE;
198 if (!firstTime) {
201 firstTime = FALSE;
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_gen.py 225 print ' static int firsttime = 1;'
226 print ' if (!firsttime) return;'
227 print ' firsttime = 0;'
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 278 double firstTime;
291 s->firstTime = 0.;
310 if (now - s->firstTime >= MAX_PERIOD_MS) {
342 s->firstTime = now;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeIterator.h 43 BOOL firstTime;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeIterator.h 43 BOOL firstTime;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeIterator.h 43 BOOL firstTime;
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 236 public synchronized void schedule(TimerTask task, Date firstTime, long period) {
238 super.schedule(task, firstTime, period);
256 public synchronized void scheduleAtFixedRate(TimerTask task, Date firstTime, long period) {
258 super.scheduleAtFixedRate(task, firstTime, period);

Completed in 649 milliseconds

1 2 3 4