Home
last modified time | relevance | path

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

1234567

/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/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dstrip_js_comments.py67 nesting = 1
72 nesting += 1
74 nesting -= 1
75 if nesting == 0:
/external/v8/tools/
Djsmin.py61 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/swiftshader/third_party/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/llvm/test/CodeGen/X86/
Dloop-strength-reduce8.ll30 …%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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dloop-strength-reduce8.ll30 …%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/grpc-grpc/tools/profiling/microbenchmarks/
Dbm_json.py144 nesting = 0
147 nesting += 1
150 nesting -= 1
153 if nesting == 0:
/external/python/cpython3/Tools/scripts/
Dabitype.py66 nesting = 1
67 while nesting:
69 if tokens[end][1] == '(': nesting+=1
70 if tokens[end][1] == ')': nesting-=1
/external/v8/src/debug/
Ddebug-coverage.cc553 std::vector<size_t> nesting; in Collect() local
561 while (!nesting.empty() && functions->at(nesting.back()).end <= start) { in Collect()
562 nesting.pop_back(); in Collect()
591 (!nesting.empty() && functions->at(nesting.back()).count != 0); in Collect()
594 nesting.push_back(functions->size()); in Collect()
/external/mksh/src/
Dsyn.c70 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()
Dtree.c1000 static int nesting; in dumptree() local
1002 for (i = 0; i < nesting; ++i) in dumptree()
1004 ++nesting; in dumptree()
1020 for (j = 0; j < nesting; ++j) in dumptree()
1033 for (j = 0; j < nesting; ++j) in dumptree()
1073 for (j = 0; j < nesting; ++j) in dumptree()
1088 for (j = 0; j < nesting; ++j) in dumptree()
1103 for (j = 0; j < nesting; ++j) in dumptree()
1174 --nesting; in dumptree()
/external/deqp-deps/glslang/Test/
Dhlsl.mip.operator.frag11 // Test nesting involving .mips operators:
/external/ltp/runtest/
Dquickhit279 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
300 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
306 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
316 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
322 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
336 # 5. Receive ELOOP error when nesting of symbolic links exceed maximum
/external/deqp-deps/glslang/Test/baseResults/
DcppDeepNest.frag.out2 ERROR: 0:66: '#if/#ifdef/#ifndef' : maximum nesting depth exceeded
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopSimplify/
D2003-04-25-AssertFail.ll2 ; Basically, it was incorrectly calculating the loop nesting information.
/external/llvm/test/Transforms/LoopSimplify/
D2003-04-25-AssertFail.ll2 ; Basically, it was incorrectly calculating the loop nesting information.
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.h32 int nesting; /* only used for occlusion queries */ member
/external/swiftshader/third_party/LLVM/test/Transforms/LoopSimplify/
D2003-04-25-AssertFail.ll2 ; Basically, it was incorrectly calculating the loop nesting information.
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.h32 int nesting; /* only used for occlusion queries */ member
/external/ply/ply/ply/
Dcpp.py346 nesting = 1
366 nesting += 1
368 nesting -= 1
369 if nesting == 0:
375 elif t.value == ',' and nesting == 1:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
D2003-02-19-LoopInfoNestingBug.ll1 ; LoopInfo is incorrectly calculating loop nesting! In this case it doesn't
/external/llvm/test/Other/
D2003-02-19-LoopInfoNestingBug.ll1 ; LoopInfo is incorrectly calculating loop nesting! In this case it doesn't
/external/swiftshader/third_party/LLVM/test/Other/
D2003-02-19-LoopInfoNestingBug.ll1 ; LoopInfo is incorrectly calculating loop nesting! In this case it doesn't
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
DREADME.chromium17 since it won't handle nesting. E.g. `${'`'} foo` would probably cause
/external/autotest/contrib/
Dcoverage.py310 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

1234567