/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
NestingLevelIncrementer.h | 36 explicit NestingLevelIncrementer(unsigned& nestingLevel) 37 : m_nestingLevel(&nestingLevel)
|
HTMLParserScheduler.cpp | 59 PumpSession::PumpSession(unsigned& nestingLevel, Document* document) 60 : NestingLevelIncrementer(nestingLevel)
|
HTMLParserScheduler.h | 51 PumpSession(unsigned& nestingLevel, Document*);
|
/external/skia/tests/ |
TDStackNesterTest.cpp | 50 * that nestingLevel() has returned to its initial value. 56 const int initialNesting = nester->nestingLevel(); 60 REPORTER_ASSERT(reporter, nester->nestingLevel() == initialNesting + 1); 68 REPORTER_ASSERT(reporter, nester->nestingLevel() == initialNesting); 82 REPORTER_ASSERT(reporter, nester.nestingLevel() == 0);
|
/external/proguard/src/proguard/classfile/util/ |
InternalTypeEnumeration.java | 149 int nestingLevel = 1; 157 nestingLevel++; 161 nestingLevel--; 165 while (nestingLevel > 0);
|
DescriptorClassEnumeration.java | 38 private int nestingLevel; 100 nestingLevel++; 115 nestingLevel--; 130 nestingLevel += 2; 136 nestingLevel -= 2; 153 if (nestingLevel == 1 &&
|
/frameworks/base/core/java/android/view/ |
InputEventConsistencyVerifier.java | 162 * @param nestingLevel The nesting level: 0 if called from the base class, 168 public void onInputEvent(InputEvent event, int nestingLevel) { 171 onKeyEvent(keyEvent, nestingLevel); 175 onTouchEvent(motionEvent, nestingLevel); 177 onTrackballEvent(motionEvent, nestingLevel); 179 onGenericMotionEvent(motionEvent, nestingLevel); 187 * @param nestingLevel The nesting level: 0 if called from the base class, 193 public void onKeyEvent(KeyEvent event, int nestingLevel) { 194 if (!startEvent(event, nestingLevel, EVENT_TYPE_KEY)) { 249 * @param nestingLevel The nesting level: 0 if called from the base class [all...] |
/external/chromium/chrome/browser/resources/options/ |
options_page.js | 154 var nestingLevel = topmostPage ? topmostPage.nestingLevel : 0; 157 if (nestingLevel > 0) { 158 var container = $('subpage-sheet-container-' + nestingLevel); 278 (!topPage || page.nestingLevel > topPage.nestingLevel)) 312 while (topPage && topPage.nestingLevel > level) { 511 var nestingLevel = topPage.isOverlay ? 100 : topPage.nestingLevel; 513 this.setPageFrozenAtLevel_(i < nestingLevel, i) [all...] |
/external/icu4c/common/ |
messagepattern.cpp | 433 int32_t nestingLevel, UMessagePatternArgType parentType, 438 if(nestingLevel>Part::MAX_VALUE) { 443 addPart(UMSGPAT_PART_TYPE_MSG_START, index, msgStartLength, nestingLevel, errorCode); 509 index=parseArg(index-1, 1, nestingLevel, parseError, errorCode); 510 } else if((nestingLevel>0 && c==u_rightCurlyBrace) || 517 nestingLevel, errorCode); 527 if(nestingLevel>0 && !inTopLevelChoiceMessage(nestingLevel, parentType)) { 532 addLimitPart(msgStart, UMSGPAT_PART_TYPE_MSG_LIMIT, index, 0, nestingLevel, errorCode); 537 MessagePattern::parseArg(int32_t index, int32_t argStartLength, int32_t nestingLevel, [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
DOMTimer.cpp | 50 static inline bool shouldForwardUserGesture(int interval, int nestingLevel) 54 && nestingLevel == 1; // Gestures should not be forwarded to nested timers.
|
/external/chromium_org/chrome/browser/resources/options/ |
alert_overlay.js | 48 get nestingLevel() {
|
options_page.js | 316 (!topmostPage || page.nestingLevel > topmostPage.nestingLevel)) { 386 visiblePages[page.nestingLevel] = page; 401 (!topPage || page.nestingLevel > topPage.nestingLevel)) 935 if (this.nestingLevel == 1) 958 get nestingLevel() {
|
/external/icu4c/i18n/ |
choicfmt.cpp | 312 int32_t nestingLevel = 0; 315 if (c == SINGLE_QUOTE && nestingLevel == 0) { 318 } else if (c == VERTICAL_BAR && nestingLevel == 0) { 330 ++nestingLevel; 331 } else if (c == RIGHT_CURLY_BRACE && nestingLevel > 0) { 332 --nestingLevel;
|
/external/icu4c/common/unicode/ |
messagepattern.h | 839 int32_t nestingLevel, UMessagePatternArgType parentType, 842 int32_t parseArg(int32_t index, int32_t argStartLength, int32_t nestingLevel, 847 int32_t parseChoiceStyle(int32_t index, int32_t nestingLevel, 850 int32_t parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel, [all...] |
/external/jhead/ |
exif.c | 544 unsigned ExifLength, int NestingLevel) 554 if (NestingLevel > 4){ 560 IndentString[NestingLevel * 4] = '\0'; [all...] |
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/ |
proguard-base-4.9.jar | |