/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | Lexer.java | 135 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/ |
D | jsmin.py | 61 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/ |
D | loop-strength-reduce8.ll | 27 …%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/ |
D | cov.py | 90 nesting = 0 97 nesting += 1 99 nesting -= 1 100 if not nesting:
|
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/ |
D | SDL_systimer.c | 102 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/ |
D | parse_deps.py | 115 nesting = 1 120 nesting += 1 122 nesting -= 1 123 if nesting == 0:
|
/external/v8/src/ |
D | zone-inl.h | 43 ASSERT(ZoneScope::nesting() > 0); in New() 137 int ZoneScope::nesting() { in nesting() function
|
D | runtime-profiler.cc | 272 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()
|
D | zone.h | 223 inline static int nesting();
|
/external/mksh/src/ |
D | syn.c | 63 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()
|
D | tree.c | 838 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/ |
D | 2003-04-25-AssertFail.ll | 2 ; Basically, it was incorrectly calculating the loop nesting information.
|
/external/webkit/LayoutTests/fast/dom/HTMLTableSectionElement/ |
D | rows-expected.txt | 1 Test behavior of the HTMLTableSectionElement rows attribute in cases where there is unusual nesting.
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | DateMath.cpp | 523 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/ |
D | 2003-02-19-LoopInfoNestingBug.ll | 1 ; LoopInfo is incorrectly calculating loop nesting! In this case it doesn't
|
/external/chromium/base/ |
D | message_pump_mac.mm | 360 // (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/ |
D | cells-expected.txt | 1 Test behavior of the HTMLTableRowElement cells attribute in cases where there is unusual nesting.
|
/external/doclava/res/assets/templates/ |
D | yaml_navtree.cs | 6 with nesting children on recursion.
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-nice-strict.h.pump | 56 // 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/ |
D | blocks.mm | 38 void nesting() { function
|
/external/clang/test/CodeGenObjCXX/ |
D | block-var-layout.mm | 92 // Test 5 (unions/structs and their nesting):
|
/external/clang/test/CodeGenObjC/ |
D | block-var-layout.m | 102 // Test 5 (unions/structs and their nesting):
|
/external/chromium/chrome/browser/importer/ |
D | safari_importer_unittest.mm | 81 // We ony support one level of nesting in paths, this makes testing a little
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 1326 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/ |
D | TreeParser.as | 92 // must count nesting level to get right UP
|