Searched refs:nesting (Results 1 - 22 of 22) sorted by relevance

/external/v8/tools/
H A Djsmin.py61 self.nesting = 0
78 self.nesting += 1
82 self.nesting -= 1
85 if self.nesting == 0:
153 if self.nesting == 0:
254 if self.nesting == 0:
/external/webkit/Tools/CodeCoverage/
H A Dcov.py90 nesting = 0
97 nesting += 1
99 nesting -= 1
100 if not nesting:
/external/v8/src/
H A Dzone-inl.h43 ASSERT(ZoneScope::nesting() > 0);
137 int ZoneScope::nesting() { function in class:v8::internal::ZoneScope
H A Druntime-profiler.cc272 int nesting = shared_code->allow_osr_at_loop_nesting_level(); local
273 if (nesting == 0) AttemptOnStackReplacement(function);
274 int new_nesting = Min(nesting + 1, Code::kMaxLoopNestingMarker);
H A Dzone.h207 // nesting and cleans up generated ASTs in the Zone when exiting the
223 inline static int nesting();
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
H A DSDL_systimer.c102 ULONG priority = 0, nesting; /* Shut down the warnings */ local
137 if (DosEnterMustComplete(&nesting))
157 rc = DosExitMustComplete(&nesting); /* Ignore errors */
/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py115 nesting = 1
120 nesting += 1
122 nesting -= 1
123 if nesting == 0:
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DLexer.java135 int nesting = 0;
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--;
312 nesting
396 mapPatternElemPos(int nesting, boolean isStart, boolean isAttrName) argument
[all...]
/external/doclava/res/assets/templates/
H A Dyaml_navtree.cs6 with nesting children on recursion.
/external/mksh/src/
H A Dsyn.c31 int start_token; /* token than began nesting (eg, FOR) */
32 int start_line; /* line nesting began on */
63 static struct nesting_state nesting; /* \n changed to ; */ variable in typeref:struct:nesting_state
827 if (nesting.start_token) {
828 c = nesting.start_token;
829 source->errline = nesting.start_line;
867 *save = nesting;
868 nesting.start_token = tok;
869 nesting.start_line = source->line;
875 nesting
[all...]
H A Dtree.c838 static int nesting = 0; local
840 for (i = 0; i < nesting; ++i)
842 ++nesting;
857 for (int j = 0; j < nesting; ++j)
870 for (int j = 0; j < nesting; ++j)
910 for (int j = 0; j < nesting; ++j)
925 for (int j = 0; j < nesting; ++j)
940 for (int j = 0; j < nesting; ++j)
1008 --nesting;
/external/libffi/
H A DAndroid.mk35 # This include just keeps the nesting a bit saner.
/external/webkit/Source/JavaScriptCore/wtf/
H A DDateMath.cpp523 int nesting = 0; local
528 nesting++;
529 else if (ch == ')' && nesting > 0)
530 nesting--;
531 else if (nesting == 0)
/external/libvpx/examples/
H A Dgen_example_doxy.php15 /* This script converts markdown to doxygen htmlonly syntax, nesting the
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c1256 otherwise we can end up with deadlock (plus lack of lock nesting
1326 int nesting; member in struct:tdb_transaction
1594 tdb->transaction->nesting++;
1595 TDB_LOG((tdb, TDB_DEBUG_TRACE, "tdb_transaction_start: nesting %d\n",
1596 tdb->transaction->nesting));
1697 if (tdb->transaction->nesting != 0) {
1699 tdb->transaction->nesting--;
1999 if (tdb->transaction->nesting != 0) {
2000 tdb->transaction->nesting--;
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java1344 final int nesting = NESTING [base.getMetadata ().getTypeID ()] [item.getMetadata ().getTypeID ()];
1345 if (nesting == 1)
1347 else if (nesting == -1)
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp78 * We push scope here to create this nesting effect...but don't pop.
2841 /* FINISHME: Correctly handle the nesting. If a switch-statement is
2981 /* Track the current loop and / or switch-statement nesting.
2983 ir_instruction *const nesting = state->loop_or_switch_nesting; local
3004 /* Restore previous nesting before returning.
3006 state->loop_or_switch_nesting = nesting;
/external/grub/docs/
H A Dtexinfo.tex2860 % A count to remember the depth of nesting.
2890 % example, to count as an @ifset for nesting.)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas3805 // must count nesting level to get right UP
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 619 milliseconds