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

1 2

  /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/Tools/CodeCoverage/
cov.py 90 nesting = 0
97 nesting += 1
99 nesting -= 1
100 if not nesting:
  /external/v8/src/
zone-inl.h 52 ASSERT(ZoneScope::nesting() > 0);
122 int ZoneScope::nesting() { function in class:v8::internal::ZoneScope
zone.h 197 // nesting and cleans up generated ASTs in the Zone when exiting the
214 inline static int nesting();
runtime-profiler.cc 289 int nesting = unoptimized->allow_osr_at_loop_nesting_level(); local
290 if (nesting == 0) AttemptOnStackReplacement(function);
291 int new_nesting = Min(nesting + 1, Code::kMaxLoopNestingMarker);
liveedit-debugger.js 233 // to navigate the nesting structure of functions.
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLTableSectionElement/script-tests/
rows.js 1 description('Test behavior of the HTMLTableSectionElement rows attribute in cases where there is unusual 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 */
  /external/apache-xml/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/webkit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/
cells.js 1 description('Test behavior of the HTMLTableRowElement cells attribute in cases where there is unusual nesting.');
  /external/mksh/src/
syn.c 28 int start_token; /* token than began nesting (eg, FOR) */
29 int start_line; /* line nesting began on */
60 static struct nesting_state nesting; /* \n changed to ; */ variable in typeref:struct:nesting_state
792 if (nesting.start_token) {
793 c = nesting.start_token;
794 source->errline = nesting.start_line;
832 *save = nesting;
833 nesting.start_token = tok;
834 nesting.start_line = source->line;
840 nesting = *saved
    [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.
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 108 int nesting; field in class:AlarmManagerService.BroadcastStats
677 if (bs.nesting == 0) {
680 bs.nesting++;
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.cpp 523 int nesting = 0; local
528 nesting++;
529 else if (ch == ')' && nesting > 0)
530 nesting--;
531 else if (nesting == 0)
    [all...]
  /system/core/sh/
expand.c 756 int nesting = 1; local
765 nesting++;
767 if (--nesting == 0)
  /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...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 78 * We push scope here to create this nesting effect...but don't pop.
2983 ir_instruction *const nesting = state->loop_or_switch_nesting; 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...]
  /frameworks/base/core/java/android/widget/
TextView.java 5979 int nesting = ++ims.mBatchEditNesting; local
6002 int nesting = --ims.mBatchEditNesting; local
    [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 
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1317 milliseconds

1 2