Home
last modified time | relevance | path

Searched refs:nesting (Results 1 – 25 of 71) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DLexer.java135 int nesting = 0; in tokenize() local
149 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName); in tokenize()
183 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName); in tokenize()
219 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName); in tokenize()
269 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName); in tokenize()
285 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName); in tokenize()
289 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName); in tokenize()
293 if (0 == nesting) in tokenize()
308 nesting--; in tokenize()
312 nesting++; in tokenize()
[all …]
/external/v8/tools/
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/llvm/test/CodeGen/X86/
Dloop-strength-reduce8.ll27 …%struct.nesting = type { %struct.nesting*, %struct.nesting*, i32, %struct.rtx_def*, { { i32, %stru…
32 …tmt_status = type { %struct.nesting*, %struct.nesting*, %struct.nesting*, %struct.nesting*, %struc…
/external/webkit/Tools/CodeCoverage/
Dcov.py90 nesting = 0
97 nesting += 1
99 nesting -= 1
100 if not nesting:
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
DSDL_systimer.c102 ULONG priority = 0, nesting; /* Shut down the warnings */ in SDL_Delay() local
137 if (DosEnterMustComplete(&nesting)) in SDL_Delay()
157 rc = DosExitMustComplete(&nesting); /* Ignore errors */ in SDL_Delay()
/external/chromium-trace/trace-viewer/build/
Dparse_deps.py115 nesting = 1
120 nesting += 1
122 nesting -= 1
123 if nesting == 0:
/external/v8/src/
Dzone-inl.h43 ASSERT(ZoneScope::nesting() > 0); in New()
137 int ZoneScope::nesting() { in nesting() function
Druntime-profiler.cc272 int nesting = shared_code->allow_osr_at_loop_nesting_level(); in OptimizeNow() local
273 if (nesting == 0) AttemptOnStackReplacement(function); in OptimizeNow()
274 int new_nesting = Min(nesting + 1, Code::kMaxLoopNestingMarker); in OptimizeNow()
Dzone.h223 inline static int nesting();
/external/mksh/src/
Dsyn.c63 static struct nesting_state nesting; /* \n changed to ; */ variable
827 if (nesting.start_token) { in syntaxerr()
828 c = nesting.start_token; in syntaxerr()
829 source->errline = nesting.start_line; in syntaxerr()
867 *save = nesting; in nesting_push()
868 nesting.start_token = tok; in nesting_push()
869 nesting.start_line = source->line; in nesting_push()
875 nesting = *saved; in nesting_pop()
897 nesting.start_token = 0; in compile()
898 nesting.start_line = 0; in compile()
Dtree.c838 static int nesting = 0; in dumptree() local
840 for (i = 0; i < nesting; ++i) in dumptree()
842 ++nesting; in dumptree()
857 for (int j = 0; j < nesting; ++j) in dumptree()
870 for (int j = 0; j < nesting; ++j) in dumptree()
910 for (int j = 0; j < nesting; ++j) in dumptree()
925 for (int j = 0; j < nesting; ++j) in dumptree()
940 for (int j = 0; j < nesting; ++j) in dumptree()
1008 --nesting; in dumptree()
/external/llvm/test/Transforms/LoopSimplify/
D2003-04-25-AssertFail.ll2 ; Basically, it was incorrectly calculating the loop nesting information.
/external/webkit/LayoutTests/fast/dom/HTMLTableSectionElement/
Drows-expected.txt1 Test behavior of the HTMLTableSectionElement rows attribute in cases where there is unusual nesting.
/external/webkit/Source/JavaScriptCore/wtf/
DDateMath.cpp523 int nesting = 0; in skipSpacesAndComments() local
528 nesting++; in skipSpacesAndComments()
529 else if (ch == ')' && nesting > 0) in skipSpacesAndComments()
530 nesting--; in skipSpacesAndComments()
531 else if (nesting == 0) in skipSpacesAndComments()
/external/llvm/test/Other/
D2003-02-19-LoopInfoNestingBug.ll1 ; LoopInfo is incorrectly calculating loop nesting! In this case it doesn't
/external/chromium/base/
Dmessage_pump_mac.mm360 // (relative to the current level) ran since the last time nesting-deferred
362 // nesting-deferred work in case any work was deferred because nested work
382 // nesting-deferred work may have accumulated. Schedule it for processing
395 // processing sources. If the last iteration of the loop at this nesting
396 // level did not sleep or exit, nesting-deferred work may have accumulated
397 // if a nested loop ran. Schedule nesting-deferred work for processing if
429 // to determine whether to schedule nesting-deferred work. It expects
430 // the nesting level to be set to the depth of the loop that is going
/external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/
Dcells-expected.txt1 Test behavior of the HTMLTableRowElement cells attribute in cases where there is unusual nesting.
/external/doclava/res/assets/templates/
Dyaml_navtree.cs6 with nesting children on recursion.
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-nice-strict.h.pump56 // particular, nesting NiceMock and StrictMock is NOT supported.
144 // user errors of nesting nice and strict mocks. They do NOT catch
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dblocks.mm38 void nesting() { function
/external/clang/test/CodeGenObjCXX/
Dblock-var-layout.mm92 // Test 5 (unions/structs and their nesting):
/external/clang/test/CodeGenObjC/
Dblock-var-layout.m102 // Test 5 (unions/structs and their nesting):
/external/chromium/chrome/browser/importer/
Dsafari_importer_unittest.mm81 // We ony support one level of nesting in paths, this makes testing a little
/external/e2fsprogs/lib/ext2fs/
Dtdb.c1326 int nesting; member
1594 tdb->transaction->nesting++; in tdb_transaction_start()
1596 tdb->transaction->nesting)); in tdb_transaction_start()
1697 if (tdb->transaction->nesting != 0) { in tdb_transaction_cancel()
1699 tdb->transaction->nesting--; in tdb_transaction_cancel()
1999 if (tdb->transaction->nesting != 0) { in tdb_transaction_commit()
2000 tdb->transaction->nesting--; in tdb_transaction_commit()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeParser.as92 // must count nesting level to get right UP

123