HomeSort by relevance Sort by last modified time
    Searched refs:nesting (Results 1 - 20 of 20) sorted by null

  /external/v8/tools/
jsmin.py 61 self.nesting = 0
78 self.nesting += 1
82 self.nesting -= 1
85 if self.nesting == 0:
153 if self.nesting == 0:
252 if self.nesting == 0:
  /external/webkit/WebKitTools/CodeCoverage/
cov.py 90 nesting = 0
97 nesting += 1
99 nesting -= 1
100 if not nesting:
  /external/qemu/distrib/sdl-1.2.12/src/timer/os2/
SDL_systimer.c 102 ULONG priority = 0, nesting; /* Shut down the warnings */ local
137 if (DosEnterMustComplete(&nesting))
157 rc = DosExitMustComplete(&nesting); /* Ignore errors */
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
Lexer.java 133 // Nesting of '[' so we can know if the given element should be
135 int nesting = 0; local
149 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
183 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
219 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
269 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
285 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
289 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
293 if (0 == nesting)
308 nesting--
    [all...]
  /external/v8/test/mjsunit/
global-load-from-eval-in-with.js 46 // Test shadowing in local scope inside an eval scope. Deeper nesting
56 // in the eval scopes. Deeper nesting this time.
  /external/libffi/
Android.mk 35 # This include just keeps the nesting a bit saner.
  /external/webkit/JavaScriptCore/wtf/
DateMath.cpp 515 int nesting = 0; local
520 nesting++;
521 else if (ch == ')' && nesting > 0)
522 nesting--;
523 else if (nesting == 0)
  /external/v8/src/
zone.h 176 // nesting and cleans up generated ASTs in the Zone when exiting the
199 static int nesting() { return nesting_; } function in class:v8::internal::BASE_EMBEDDED
zone-inl.h 40 ASSERT(ZoneScope::nesting() > 0);
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 116 int nesting; field in class:AlarmManagerService.BroadcastStats
697 if (bs.nesting == 0) {
700 bs.nesting++;
    [all...]
  /system/core/sh/
expand.c 756 int nesting = 1; local
765 nesting++;
767 if (--nesting == 0)
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 509 int nesting = 1;
528 nesting++;
533 if ((--nesting) == 0)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 1326 int nesting; member in struct:tdb_transaction
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 1344 final int nesting = NESTING [base.getMetadata ().getTypeID ()] [item.getMetadata ().getTypeID ()]; local
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 4825 int nesting = ++ims.mBatchEditNesting; local
4848 int nesting = --ims.mBatchEditNesting; local
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 271 # Status flag to avoid invalid nesting.
469 '.$content.' # content, support nesting
479 '.$content2.' # content, support nesting
    [all...]
  /dalvik/docs/
prettify.js 737 // or non-nesting character sets (\x5B\x5D);
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1238 milliseconds