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

1 2

  /external/chromium_org/v8/tools/
jsmin.py 61 self.nesting = 0
78 self.nesting += 1
82 self.nesting -= 1
85 if self.nesting == 0:
153 if self.nesting == 0:
254 if self.nesting == 0:
  /external/v8/tools/
jsmin.py 61 self.nesting = 0
78 self.nesting += 1
82 self.nesting -= 1
85 if self.nesting == 0:
153 if self.nesting == 0:
254 if self.nesting == 0:
  /external/v8/src/
zone-inl.h 43 ASSERT(ZoneScope::nesting() > 0);
137 int ZoneScope::nesting() { function in class:v8::internal::ZoneScope
zone.h 207 // nesting and cleans up generated ASTs in the Zone when exiting the
223 inline static int nesting();
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/
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...]
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;
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 438 int nesting; field in class:AlarmManagerService.FilterStats
453 int nesting; field in class:AlarmManagerService.BroadcastStats
    [all...]
AppOpsService.java 110 public int nesting; field in class:AppOpsService.Op
622 if (op.nesting == 0) {
627 op.nesting++;
656 if (op.nesting <= 1) {
657 if (op.nesting == 1) {
661 Slog.w(TAG, "Finishing op nesting under-run: uid " + op.uid + " pkg "
663 + " duration=" + op.duration + " nesting=" + op.nesting);
665 op.nesting = 0;
667 op.nesting--
    [all...]
  /external/chromium_org/v8/src/
runtime-profiler.cc 296 int nesting = shared_code->allow_osr_at_loop_nesting_level(); local
297 if (nesting < Code::kMaxLoopNestingMarker) {
298 int new_nesting = nesting + 1;
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 136 nesting = 1
141 nesting += 1
143 nesting -= 1
144 if nesting == 0:
  /external/chromium_org/v8/test/mjsunit/
global-load-from-eval-in-with.js 46 // Test shadowing in local scope inside an eval scope. Deeper nesting
56 // in the eval scopes. Deeper nesting this time.
  /external/v8/test/mjsunit/
global-load-from-eval-in-with.js 46 // Test shadowing in local scope inside an eval scope. Deeper nesting
56 // in the eval scopes. Deeper nesting this time.
  /external/libffi/
Android.mk 35 # This include just keeps the nesting a bit saner.
  /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/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp 498 int nesting = 0; local
503 nesting++;
504 else if (ch == ')' && nesting > 0)
505 nesting--;
506 else if (nesting == 0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_repr.py 16 def nestedTuple(nesting):
18 for i in range(nesting):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_repr.py 16 def nestedTuple(nesting):
18 for i in range(nesting):
  /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...]
  /system/core/sh/
expand.c 756 int nesting = 1; local
765 nesting++;
767 if (--nesting == 0)
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
mpeg_parser.js 34 // check the correct nesting.

Completed in 2966 milliseconds

1 2