Searched defs:nestingLevel (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DNestingLevelIncrementer.h38 explicit NestingLevelIncrementer(unsigned& nestingLevel) argument
39 : m_nestingLevel(&nestingLevel)
H A DHTMLParserScheduler.cpp59 PumpSession::PumpSession(unsigned& nestingLevel, Document* document) argument
60 : NestingLevelIncrementer(nestingLevel)
/external/proguard/src/proguard/classfile/util/
H A DDescriptorClassEnumeration.java38 private int nestingLevel; field in class:DescriptorClassEnumeration
100 nestingLevel++;
115 nestingLevel--;
130 nestingLevel += 2;
136 nestingLevel -= 2;
153 if (nestingLevel == 1 &&
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h64 int nestingLevel() const { function in class:SkTDStackNester
/external/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h64 int nestingLevel() const { function in class:SkTDStackNester
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMTimer.cpp51 static inline bool shouldForwardUserGesture(int interval, int nestingLevel) argument
55 && nestingLevel == 1; // Gestures should not be forwarded to nested timers.
/external/chromium_org/third_party/icu/source/i18n/
H A Dchoicfmt.cpp312 int32_t nestingLevel = 0; local
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/icu/icu4c/source/i18n/
H A Dchoicfmt.cpp312 int32_t nestingLevel = 0; local
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/chromium_org/third_party/icu/source/common/
H A Dmessagepattern.cpp433 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, argument
432 parseMessage(int32_t index, int32_t msgStartLength, int32_t nestingLevel, UMessagePatternArgType parentType, UParseError *parseError, UErrorCode &errorCode) argument
700 parseChoiceStyle(int32_t index, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) argument
768 parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) argument
[all...]
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp433 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, argument
432 parseMessage(int32_t index, int32_t msgStartLength, int32_t nestingLevel, UMessagePatternArgType parentType, UParseError *parseError, UErrorCode &errorCode) argument
700 parseChoiceStyle(int32_t index, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) argument
768 parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) argument
[all...]
/external/jsoncpp/src/test_lib_json/
H A Djsontest.cpp100 unsigned int nestingLevel = 0; local
108 nestingLevel );
113 ++nestingLevel;
117 addFailureInfo( file, line, expr, nestingLevel );
125 const char *expr, unsigned int nestingLevel )
134 failure.nestingLevel_ = nestingLevel;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
H A DConsoleView.js565 var nestingLevel = this._currentGroup.nestingLevel();
568 return new WebInspector.ConsoleCommand(message, nestingLevel);
570 return new WebInspector.ConsoleCommandResult(message, this._linkifier, nestingLevel);
573 return new WebInspector.ConsoleGroupViewMessage(message, this._linkifier, nestingLevel);
575 return new WebInspector.ConsoleViewMessage(message, this._linkifier, nestingLevel);
1081 * @param {number} nestingLevel
1083 WebInspector.ConsoleCommand = function(message, nestingLevel)
1085 WebInspector.ConsoleViewMessage.call(this, message, null, nestingLevel);
1152 * @param {number} nestingLevel
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 2401 milliseconds