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

1 2 3 4 5

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
StringUtils.java 27 boolean firstTime = true;
29 if (firstTime) {
30 firstTime = false;
  /external/chromium-trace/catapult/perf_insights/perf_insights/mappers/
trace_stats.html 20 var firstTime = Number.MAX_VALUE;
27 if (event.start < firstTime)
28 firstTime = event.start;
56 firstTimeInMS: firstTime,
58 durationInMS: lastTime - firstTime,
59 eventsPerSecond: eventCount / (lastTime - firstTime) * 1000,
  /external/tpm2/include/tpm2/
Manufacture_fp.h 14 BOOL firstTime // IN: indicates if this is the first call from main()
  /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...]
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/text/
TextUtils.java 72 boolean firstTime = true;
74 if (firstTime) {
75 firstTime = false;
91 boolean firstTime = true;
93 if (firstTime) {
94 firstTime = false;
  /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 46 for (bool firstTime = true;; firstTime = false) {
55 if (firstTime) {
  /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/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/tpm2/
Manufacture.c 28 BOOL firstTime // IN: indicates if this is the first call from
35 if(!firstTime && g_manufactured)
  /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 202 static BOOLEAN firstTime = TRUE;
205 if ((firstTime == FALSE) && (forceDelete == FALSE))
207 firstTime = FALSE;
  /packages/apps/Dialer/src/com/android/dialer/util/
DialerUtils.java 156 boolean firstTime = true;
158 if (firstTime) {
159 firstTime = false;
  /external/icu/icu4c/source/i18n/
scriptset.cpp 195 UBool firstTime = TRUE;
197 if (!firstTime) {
200 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;'
  /external/selinux/policycoreutils/gui/
loginsPage.py 49 self.firstTime = False
87 if self.firstTime == True:
89 self.firstTime = True
  /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;

Completed in 1547 milliseconds

1 2 3 4 5