HomeSort by relevance Sort by last modified time
    Searched defs:firstTime (Results 1 - 15 of 15) sorted by null

  /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/webkit/Source/WebCore/inspector/front-end/
Drawer.js 62 var firstTime = !this._visibleView;
68 if (x && !firstTime) {
  /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;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.cpp 395 bool firstTime = (m_authRequestCount == 0);
401 m_urlLoader.get(), &WebUrlLoaderClient::authRequired, authInfoPtr, firstTime, suppressDialog));
  /frameworks/base/tools/aapt/
XMLNode.cpp 190 bool firstTime = true;
198 if (firstTime && text.size() > 0) {
199 firstTime = false;
    [all...]
  /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;
193 if(firstTime){
195 if(firstTime){
197 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/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.cpp 198 static bool firstTime = true;
199 if (firstTime) {
200 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;
  /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;
  /frameworks/base/media/libstagefright/httplive/
LiveSession.cpp 495 bool firstTime = (mPlaylist == NULL);
518 if (firstTime) {
  /bootable/recovery/minzip/
Zip.c 868 bool firstTime = (helper->buf == NULL);
888 if (firstTime) {
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 465 milliseconds