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/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
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...]
tree.c 968 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;
  /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/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp 446 int nesting = 0; local
451 nesting++;
452 else if (ch == ')' && nesting > 0)
453 nesting--;
454 else if (nesting == 0)
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 565 int nesting; field in class:AlarmManagerService.FilterStats
581 int nesting; field in class:AlarmManagerService.BroadcastStats
    [all...]
AppOpsService.java 123 public int nesting; field in class:AppOpsService.Op
714 if (op.nesting == 0) {
719 op.nesting++;
748 if (op.nesting <= 1) {
749 if (op.nesting == 1) {
753 Slog.w(TAG, "Finishing op nesting under-run: uid " + op.uid + " pkg "
755 + " duration=" + op.duration + " nesting=" + op.nesting);
757 op.nesting = 0;
759 op.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/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 464 explicit SafePointScope(StackState stackState, ScopeNesting nesting = NoNesting)
468 RELEASE_ASSERT(nesting == AllowNesting);
  /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...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 152 // level (no nesting)
  /external/chromium_org/third_party/simplejson/
__init__.py 175 for each level of nesting. ``None`` (the default) selects the most compact
272 for each level of nesting. ``None`` (the default) selects the most compact
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
mpeg_parser.js 34 // check the correct nesting.
  /external/e2fsprogs/lib/ext2fs/
tdb.c 1324 int nesting; member in struct:tdb_transaction
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorStyle.css 997 .console-message-wrapper .nesting-level-marker {
1004 .console-message-wrapper:last-child .nesting-level-marker,
1005 .console-message-wrapper .nesting-level-marker.group-closed {
1009 .console-message-wrapper:last-child .nesting-level-marker::before,
1010 .console-message-wrapper .nesting-level-marker.group-closed::before
1015 .console-message-wrapper .nesting-level-marker::before {
    [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/core/java/android/widget/
Editor.java 1090 int nesting = ++ims.mBatchEditNesting; local
1113 int nesting = --ims.mBatchEditNesting; local
    [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 227 // to navigate the nesting structure of functions.
    [all...]

Completed in 1185 milliseconds

1 2