Searched defs:nesting (Results 1 - 16 of 16) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DLexer.java135 int nesting = 0;
149 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
183 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
219 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
269 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
285 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
289 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
293 if (0 == nesting)
308 nesting--;
312 nesting
396 mapPatternElemPos(int nesting, boolean isStart, boolean isAttrName) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
H A DSDL_systimer.c102 ULONG priority = 0, nesting; /* Shut down the warnings */ local
137 if (DosEnterMustComplete(&nesting))
157 rc = DosExitMustComplete(&nesting); /* Ignore errors */
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_query.c46 int nesting; /* only used for occlusion queries */ member in struct:nvc0_query
207 q->nesting = nvc0->screen->num_occlusion_queries_active++;
208 if (q->nesting) {
456 if (unlikely(q->nesting))
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_query.c46 int nesting; /* only used for occlusion queries */ member in struct:nvc0_query
207 q->nesting = nvc0->screen->num_occlusion_queries_active++;
208 if (q->nesting) {
456 if (unlikely(q->nesting))
/external/mksh/src/
H A Dtree.c968 static int nesting; local
970 for (i = 0; i < nesting; ++i)
972 ++nesting;
988 for (j = 0; j < nesting; ++j)
1001 for (j = 0; j < nesting; ++j)
1041 for (j = 0; j < nesting; ++j)
1056 for (j = 0; j < nesting; ++j)
1071 for (j = 0; j < nesting; ++j)
1142 --nesting;
H A Dsyn.c29 int start_token; /* token than began nesting (eg, FOR) */
30 int start_line; /* line nesting began on */
70 static struct nesting_state nesting; /* \n changed to ; */ variable in typeref:struct:nesting_state
838 if (nesting.start_token) {
839 c = nesting.start_token;
840 source->errline = nesting.start_line;
878 *save = nesting;
879 nesting.start_token = tok;
880 nesting.start_line = source->line;
886 nesting
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDateMath.cpp446 int nesting = 0; local
451 nesting++;
452 else if (ch == ')' && nesting > 0)
453 nesting--;
454 else if (nesting == 0)
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_optimize.c741 GLuint i, rem = 0, nesting = 0; local
766 nesting++;
771 nesting--;
777 nesting == 0)
/external/mesa3d/src/mesa/program/
H A Dprog_optimize.c741 GLuint i, rem = 0, nesting = 0; local
766 nesting++;
771 nesting--;
777 nesting == 0)
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c1254 otherwise we can end up with deadlock (plus lack of lock nesting
1324 int nesting; member in struct:tdb_transaction
1592 tdb->transaction->nesting++;
1593 TDB_LOG((tdb, TDB_DEBUG_TRACE, "tdb_transaction_start: nesting %d\n",
1594 tdb->transaction->nesting));
1695 if (tdb->transaction->nesting != 0) {
1697 tdb->transaction->nesting--;
1997 if (tdb->transaction->nesting != 0) {
1998 tdb->transaction->nesting--;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1720 milliseconds