/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/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
D | strip_js_comments.py | 67 nesting = 1 72 nesting += 1 74 nesting -= 1 75 if nesting == 0:
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | handler-utils.js | 56 var nesting = 0; 58 if (/\s|,/.test(string[n]) && nesting == 0) { 61 nesting++; 63 nesting--; 64 if (nesting == 0) 66 if (nesting <= 0)
|
/external/v8/tools/ |
D | jsmin.py | 61 self.nesting = 0 78 self.nesting += 1 82 self.nesting -= 1 85 if self.nesting == 0: 159 if self.nesting == 0: 269 if self.nesting == 0:
|
/external/llvm/test/CodeGen/X86/ |
D | loop-strength-reduce8.ll | 30 …%struct.nesting = type { %struct.nesting*, %struct.nesting*, i32, %struct.rtx_def*, { { i32, %stru… 35 …tmt_status = type { %struct.nesting*, %struct.nesting*, %struct.nesting*, %struct.nesting*, %struc…
|
/external/mksh/src/ |
D | syn.c | 69 static struct nesting_state nesting; /* \n changed to ; */ variable 868 if (nesting.start_token) { in syntaxerr() 869 c = nesting.start_token; in syntaxerr() 870 source->errline = nesting.start_line; in syntaxerr() 908 *save = nesting; in nesting_push() 909 nesting.start_token = tok; in nesting_push() 910 nesting.start_line = source->line; in nesting_push() 916 nesting = *saved; in nesting_pop() 938 nesting.start_token = 0; in compile() 939 nesting.start_line = 0; in compile()
|
D | tree.c | 966 static int nesting; in dumptree() local 968 for (i = 0; i < nesting; ++i) in dumptree() 970 ++nesting; in dumptree() 986 for (j = 0; j < nesting; ++j) in dumptree() 999 for (j = 0; j < nesting; ++j) in dumptree() 1039 for (j = 0; j < nesting; ++j) in dumptree() 1054 for (j = 0; j < nesting; ++j) in dumptree() 1069 for (j = 0; j < nesting; ++j) in dumptree() 1140 --nesting; in dumptree()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_query.c | 46 int nesting; /* only used for occlusion queries */ member 207 q->nesting = nvc0->screen->num_occlusion_queries_active++; in nvc0_query_begin() 208 if (q->nesting) { in nvc0_query_begin() 456 if (unlikely(q->nesting)) in nvc0_render_condition()
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | 2003-04-25-AssertFail.ll | 2 ; Basically, it was incorrectly calculating the loop nesting information.
|
/external/llvm/test/Other/ |
D | 2003-02-19-LoopInfoNestingBug.ll | 1 ; LoopInfo is incorrectly calculating loop nesting! In this case it doesn't
|
/external/libchrome/base/message_loop/ |
D | message_pump_mac.mm | 428 // (relative to the current level) ran since the last time nesting-deferred 430 // nesting-deferred work in case any work was deferred because nested work 451 // nesting-deferred work may have accumulated. Schedule it for processing 465 // processing sources. If the last iteration of the loop at this nesting 466 // level did not sleep or exit, nesting-deferred work may have accumulated 467 // if a nested loop ran. Schedule nesting-deferred work for processing if 500 // to determine whether to schedule nesting-deferred work. It expects 501 // the nesting level to be set to the depth of the loop that is going
|
/external/doclava/res/assets/templates/ |
D | yaml_navtree.cs | 6 with nesting children on recursion.
|
/external/autotest/contrib/ |
D | coverage.py | 310 self.nesting = 0 440 if self.nesting == 0: #pragma: no cover 444 self.nesting += 1 447 self.nesting -= 1 448 if self.nesting == 0: #pragma: no cover
|
/external/google-breakpad/src/testing/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/gmock/include/gmock/ |
D | gmock-generated-nice-strict.h.pump | 65 // In particular, nesting NiceMock, NaggyMock, and StrictMock is NOT 132 // user errors of nesting nice and strict mocks. They do NOT catch
|
/external/mesa3d/src/mesa/program/ |
D | prog_optimize.c | 741 GLuint i, rem = 0, nesting = 0; in _mesa_remove_extra_moves() local 766 nesting++; in _mesa_remove_extra_moves() 771 nesting--; in _mesa_remove_extra_moves() 777 nesting == 0) in _mesa_remove_extra_moves()
|
/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 | 93 // Test 5 (unions/structs and their nesting):
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.uniform_location.txt | 69 Struct cases have a fixed number of members with a fixed nesting structure.
|
/external/clang/test/CodeGenObjC/ |
D | block-var-layout.m | 102 // Test 5 (unions/structs and their nesting):
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 1324 int nesting; member 1592 tdb->transaction->nesting++; in tdb_transaction_start() 1594 tdb->transaction->nesting)); in tdb_transaction_start() 1695 if (tdb->transaction->nesting != 0) { in tdb_transaction_cancel() 1697 tdb->transaction->nesting--; in tdb_transaction_cancel() 1997 if (tdb->transaction->nesting != 0) { in tdb_transaction_commit() 1998 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
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 1344 … final int nesting = NESTING [base.getMetadata ().getTypeID ()] [item.getMetadata ().getTypeID ()]; in getItemHREF() local 1345 if (nesting == 1) in getItemHREF() 1347 else if (nesting == -1) in getItemHREF()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTreeParser.m | 129 // must count nesting level to get right UP
|
/external/eigen/doc/ |
D | TopicLazyEvaluation.dox | 51 … + b</tt> where \c b is already an expression having the evaluate-before-nesting \link flags flag\…
|