/external/antlr/src/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/quake/quake/src/WinQuake/ |
dos_v2.cpp | 138 static int firsttime=1;
local 141 if (firsttime)
144 firsttime = 0;
|
/frameworks/base/core/java/android/animation/ |
FloatKeyframeSet.java | 37 private boolean firstTime = true; 62 if (firstTime) { 63 firstTime = false;
|
IntKeyframeSet.java | 37 private boolean firstTime = true; 62 if (firstTime) { 63 firstTime = false;
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
plasma.c | 279 double firstTime; 292 s->firstTime = 0.; 311 if (now - s->firstTime >= MAX_PERIOD_MS) { 343 s->firstTime = now;
|
/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/xpath/ |
XPathFactoryFinder.java | 66 private static boolean firstTime = true; 173 if(firstTime){ 175 if(firstTime){ 177 firstTime = false;
|
/external/llvm/test/CodeGen/ARM/ |
2007-05-03-BadPostIndexedLd.ll | 13 @FirstTime.4637.b = external global i1 ; <i1*> [#uses=1] 17 %tmp115.b = load i1* @FirstTime.4637.b ; <i1> [#uses=1]
|
/external/webkit/Source/JavaScriptCore/runtime/ |
TimeoutChecker.cpp | 103 static double firstTime = currentTime(); 104 return static_cast<unsigned> ((currentTime() - firstTime) * 1000);
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_keyboard.c | 43 int firsttime; /* if we check against the delay or repeat value */ member in struct:__anon9627 523 SDL_KeyRepeat.firsttime = 1; 544 if ( SDL_KeyRepeat.firsttime ) { 547 SDL_KeyRepeat.firsttime = 0; 566 SDL_KeyRepeat.firsttime = 0;
|
/frameworks/base/core/java/android/net/ |
LinkCapabilities.java | 306 boolean firstTime = true; 308 if (firstTime) { 309 firstTime = false;
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 288 double firstTime; 301 s->firstTime = 0.; 320 if (now - s->firstTime >= MAX_PERIOD_MS) { 352 s->firstTime = now;
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
WebUrlLoaderClient.h | 92 void authRequired(scoped_refptr<net::AuthChallengeInfo>, bool firstTime, bool suppressDialog);
|
WebUrlLoaderClient.cpp | 463 void WebUrlLoaderClient::authRequired(scoped_refptr<net::AuthChallengeInfo> authChallengeInfo, bool firstTime, bool suppressDialog) 471 m_webFrame->didReceiveAuthenticationChallenge(this, host, realm, firstTime, suppressDialog);
|
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactoryFinder.java | 59 private static boolean firstTime = true; 193 if(firstTime){ 195 if(firstTime){ 197 firstTime = false;
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 478 boolean firstTime = !LocalBluetoothPreferences.hasDockAutoConnectSetting(this, device.getAddress()); 480 CharSequence[] items = initBtSettings(device, state, firstTime); 496 boolean checked = firstTime || LocalBluetoothPreferences.getDockAutoConnectSetting(this, device.getAddress()); 580 int state, boolean firstTime) { 607 if (firstTime) { 622 if (firstTime) { [all...] |
/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontPlatformData.cpp | 198 static bool firstTime = true; 199 if (firstTime) { 200 firstTime = false;
|
/external/icu4c/test/intltest/ |
punyref.c | 109 punycode_uint delta, punycode_uint numpoints, int firsttime ) 113 delta = firsttime ? delta / damp : delta >> 1;
|
/frameworks/base/core/java/android/text/ |
TextUtils.java | 281 boolean firstTime = true; 283 if (firstTime) { 284 firstTime = false; 300 boolean firstTime = true; 302 if (firstTime) { 303 firstTime = false; [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
Drawer.js | 62 var firstTime = !this._visibleView; 68 if (x && !firstTime) {
|
/external/tcpdump/missing/ |
getaddrinfo.c | 304 static int firsttime = 1; local 306 if (firsttime) { 311 firsttime = 0;
|
/ndk/sources/host-tools/nawk-20071023/ |
lib.c | 102 static int firsttime = 1; variable 111 if (firsttime) { 112 firsttime = 0;
|