HomeSort by relevance Sort by last modified time
    Searched refs:firstTime (Results 1 - 25 of 75) sorted by null

1 2 3

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
StringUtils.java 27 boolean firstTime = true;
29 if (firstTime) {
30 firstTime = false;
  /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/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) {
  /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/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;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeIterator.h 40 BOOL firstTime;
51 @property BOOL firstTime;
  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 38 private boolean firstTime = true;
63 firstTime = true;
69 if (firstTime) {
70 firstTime = false;
IntKeyframeSet.java 38 private boolean firstTime = true;
63 firstTime = true;
69 if (firstTime) {
70 firstTime = false;
  /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/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;
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 105 static boolean queueAlertReminder(Context context, boolean firstTime) {
125 if (interval == 0 || (interval == 1 && !firstTime)) {
  /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);
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 54 private static boolean firstTime = true;
183 if (firstTime) {
185 if (firstTime) {
187 firstTime = false;
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 59 private static boolean firstTime = true;
195 if(firstTime){
197 if(firstTime){
199 firstTime = false;
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 66 private static boolean firstTime = true;
175 if(firstTime){
177 if(firstTime){
179 firstTime = false;
  /external/chromium_org/third_party/icu/source/i18n/
scriptset.cpp 196 UBool firstTime = TRUE;
198 if (!firstTime) {
201 firstTime = FALSE;
  /external/icu/icu4c/source/i18n/
scriptset.cpp 196 UBool firstTime = TRUE;
198 if (!firstTime) {
201 firstTime = FALSE;

Completed in 1955 milliseconds

1 2 3