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

  /external/v8/src/
zone-inl.h 52 ASSERT(ZoneScope::nesting() > 0);
122 int ZoneScope::nesting() { function in class:v8::internal::ZoneScope
runtime-profiler.cc 289 int nesting = unoptimized->allow_osr_at_loop_nesting_level(); local
290 if (nesting == 0) AttemptOnStackReplacement(function);
291 int new_nesting = Min(nesting + 1, Code::kMaxLoopNestingMarker);
  /external/qemu/distrib/sdl-1.2.12/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/mesa3d/src/glsl/
ast_to_hir.cpp 78 * We push scope here to create this nesting effect...but don't pop.
2983 ir_instruction *const nesting = state->loop_or_switch_nesting; local
    [all...]
  /external/mksh/src/
syn.c 28 int start_token; /* token than began nesting (eg, FOR) */
29 int start_line; /* line nesting began on */
60 static struct nesting_state nesting; /* \n changed to ; */ variable in typeref:struct:nesting_state
792 if (nesting.start_token) {
793 c = nesting.start_token;
794 source->errline = nesting.start_line;
832 *save = nesting;
833 nesting.start_token = tok;
834 nesting.start_line = source->line;
840 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...]
  /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/java/com/android/server/
AlarmManagerService.java 108 int nesting; field in class:AlarmManagerService.BroadcastStats
677 if (bs.nesting == 0) {
680 bs.nesting++;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 1326 int nesting; member in struct:tdb_transaction
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 5979 int nesting = ++ims.mBatchEditNesting; local
6002 int nesting = --ims.mBatchEditNesting; local
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/emma/lib/
emma.jar 

Completed in 2689 milliseconds