HomeSort by relevance Sort by last modified time
    Searched defs:nesting (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/v8/src/
runtime-profiler.cc 199 int nesting = shared_code->allow_osr_at_loop_nesting_level(); local
200 if (nesting < Code::kMaxLoopNestingMarker) {
201 int new_nesting = nesting + 1;
  /external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c 102 ULONG priority = 0, nesting; /* Shut down the warnings */ local
137 if (DosEnterMustComplete(&nesting))
157 rc = DosExitMustComplete(&nesting); /* Ignore errors */
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 133 // Nesting of '[' so we can know if the given element should be
135 int nesting = 0; local
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--
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_query.c 46 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/
nvc0_query.c 46 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/
tree.c 967 static int nesting; local
969 for (i = 0; i < nesting; ++i)
971 ++nesting;
987 for (j = 0; j < nesting; ++j)
1000 for (j = 0; j < nesting; ++j)
1040 for (j = 0; j < nesting; ++j)
1055 for (j = 0; j < nesting; ++j)
1070 for (j = 0; j < nesting; ++j)
1141 --nesting;
syn.c 29 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 = *saved
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp 499 int nesting = 0; local
504 nesting++;
505 else if (ch == ')' && nesting > 0)
506 nesting--;
507 else if (nesting == 0)
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_optimize.c 741 GLuint i, rem = 0, nesting = 0; local
766 nesting++;
771 nesting--;
777 nesting == 0)
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 741 GLuint i, rem = 0, nesting = 0; local
766 nesting++;
771 nesting--;
777 nesting == 0)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 1344 final int nesting = NESTING [base.getMetadata ().getTypeID ()] [item.getMetadata ().getTypeID ()]; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 121 public int nesting; field in class:AppOpsService.Op
704 if (op.nesting == 0) {
709 op.nesting++;
738 if (op.nesting <= 1) {
739 if (op.nesting == 1) {
743 Slog.w(TAG, "Finishing op nesting under-run: uid " + op.uid + " pkg "
745 + " duration=" + op.duration + " nesting=" + op.nesting);
747 op.nesting = 0;
749 op.nesting--
    [all...]
AlarmManagerService.java 559 int nesting; field in class:AlarmManagerService.FilterStats
575 int nesting; field in class:AlarmManagerService.BroadcastStats
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 1324 int nesting; member in struct:tdb_transaction
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 1090 int nesting = ++ims.mBatchEditNesting; local
1113 int nesting = --ims.mBatchEditNesting; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 1109 milliseconds

1 2