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

  /external/v8/src/
zone-inl.h 43 ASSERT(ZoneScope::nesting() > 0);
137 int ZoneScope::nesting() { function in class:v8::internal::ZoneScope
runtime-profiler.cc 272 int nesting = shared_code->allow_osr_at_loop_nesting_level(); local
273 if (nesting == 0) AttemptOnStackReplacement(function);
274 int new_nesting = Min(nesting + 1, Code::kMaxLoopNestingMarker);
  /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/mksh/src/
tree.c 948 static int nesting; local
950 for (i = 0; i < nesting; ++i)
952 ++nesting;
968 for (j = 0; j < nesting; ++j)
981 for (j = 0; j < nesting; ++j)
1021 for (j = 0; j < nesting; ++j)
1036 for (j = 0; j < nesting; ++j)
1051 for (j = 0; j < nesting; ++j)
1122 --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
845 if (nesting.start_token) {
846 c = nesting.start_token;
847 source->errline = nesting.start_line;
885 *save = nesting;
886 nesting.start_token = tok;
887 nesting.start_line = source->line;
893 nesting = *saved
    [all...]
  /system/core/sh/
expand.c 756 int nesting = 1; local
765 nesting++;
767 if (--nesting == 0)
  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.cpp 523 int nesting = 0; local
528 nesting++;
529 else if (ch == ')' && nesting > 0)
530 nesting--;
531 else if (nesting == 0)
    [all...]
  /frameworks/base/services/java/com/android/server/
AppOpsService.java 107 public int nesting; field in class:AppOpsService.Op
544 if (op.nesting == 0) {
549 op.nesting++;
563 if (op.nesting <= 1) {
564 if (op.nesting == 1) {
568 Slog.w(TAG, "Finishing op nesting under-run: uid " + uid + " pkg " + packageName
570 + " nesting=" + op.nesting);
572 op.nesting = 0;
574 op.nesting--
    [all...]
AlarmManagerService.java 139 int nesting; field in class:AlarmManagerService.FilterStats
154 int nesting; field in class:AlarmManagerService.BroadcastStats
595 if (fs.nesting > 0) pw.print("*ACTIVE* ");
618 if (bs.nesting > 0) pw.print("*ACTIVE* ");
632 if (fs.nesting > 0) pw.print("*ACTIVE* ");
    [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...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 1326 int nesting; member in struct:tdb_transaction
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 1040 int nesting = ++ims.mBatchEditNesting; local
1063 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 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1537 milliseconds