Home
last modified time | relevance | path

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

12345

/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:
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/mksh/src/
Dsyn.c70 static struct nesting_state nesting; /* \n changed to ; */ variable
860 if (nesting.start_token) { in syntaxerr()
861 c = nesting.start_token; in syntaxerr()
862 source->errline = nesting.start_line; in syntaxerr()
900 *save = nesting; in nesting_push()
901 nesting.start_token = tok; in nesting_push()
902 nesting.start_line = source->line; in nesting_push()
908 nesting = *saved; in nesting_pop()
930 nesting.start_token = 0; in compile()
931 nesting.start_line = 0; in compile()
Dtree.c976 static int nesting; in dumptree() local
978 for (i = 0; i < nesting; ++i) in dumptree()
980 ++nesting; in dumptree()
996 for (j = 0; j < nesting; ++j) in dumptree()
1009 for (j = 0; j < nesting; ++j) in dumptree()
1049 for (j = 0; j < nesting; ++j) in dumptree()
1064 for (j = 0; j < nesting; ++j) in dumptree()
1079 for (j = 0; j < nesting; ++j) in dumptree()
1150 --nesting; in dumptree()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c46 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/
D2003-04-25-AssertFail.ll2 ; Basically, it was incorrectly calculating the loop nesting information.
/external/swiftshader/third_party/LLVM/test/Transforms/LoopSimplify/
D2003-04-25-AssertFail.ll2 ; Basically, it was incorrectly calculating the loop nesting information.
/external/ltp/runtest/
Dquickhit298 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
319 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
325 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
335 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
341 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
355 # 5. Receive ELOOP error when nesting of symbolic links exceed maximum
/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/llvm/test/Other/
D2003-02-19-LoopInfoNestingBug.ll1 ; LoopInfo is incorrectly calculating loop nesting! In this case it doesn't
/external/libchrome/base/message_loop/
Dmessage_pump_mac.mm428 // (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/
Dyaml_navtree.cs6 with nesting children on recursion.
/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
/external/v8/testing/gmock/include/gmock/
Dgmock-generated-nice-strict.h.pump65 // In particular, nesting NiceMock, NaggyMock, and StrictMock is NOT
132 // user errors of nesting nice and strict mocks. They do NOT catch
/external/googletest/googlemock/include/gmock/
Dgmock-generated-nice-strict.h.pump65 // In particular, nesting NiceMock, NaggyMock, and StrictMock is NOT
132 // user errors of nesting nice and strict mocks. They do NOT catch
/external/google-breakpad/src/testing/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/mesa3d/src/mesa/program/
Dprog_optimize.c741 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/protobuf/js/
Ddata.proto47 // new data, does not require nesting
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dblocks.mm38 void nesting() { function
/external/clang/test/CodeGenObjCXX/
Dblock-var-layout.mm93 // Test 5 (unions/structs and their nesting):
/external/deqp/doc/testspecs/GLES31/
Dfunctional.uniform_location.txt69 Struct cases have a fixed number of members with a fixed nesting structure.
/external/clang/test/CodeGenObjC/
Dblock-var-layout.m102 // Test 5 (unions/structs and their nesting):
/external/e2fsprogs/lib/ext2fs/
Dtdb.c1331 int nesting; member
1599 tdb->transaction->nesting++; in tdb_transaction_start()
1601 tdb->transaction->nesting)); in tdb_transaction_start()
1702 if (tdb->transaction->nesting != 0) { in tdb_transaction_cancel()
1704 tdb->transaction->nesting--; in tdb_transaction_cancel()
2004 if (tdb->transaction->nesting != 0) { in tdb_transaction_commit()
2005 tdb->transaction->nesting--; in tdb_transaction_commit()

12345