Searched refs:_expect (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | JavaScriptFormatter.js | 87 _expect: function(token) method in FormatterWorker.JavaScriptFormatter 176 this._expect(FormatterWorker.JavaScriptTokens.FUNCTION); 178 this._expect(FormatterWorker.JavaScriptTokens.IDENTIFIER); 184 this._expect(FormatterWorker.JavaScriptTokens.LBRACE); 192 this._expect(FormatterWorker.JavaScriptTokens.RBRACE); 216 this._expect(FormatterWorker.JavaScriptTokens.IDENTIFIER); 230 this._expect(FormatterWorker.JavaScriptTokens.COLON); 239 this._expect(FormatterWorker.JavaScriptTokens.IF); 241 this._expect(FormatterWorker.JavaScriptTokens.LPAREN); 243 this._expect(FormatterWorker.JavaScriptTokens.RPAREN); [all …]
|
/external/icu4c/test/cintltst/ |
D | utransts.c | 33 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto); 565 _expect(trans, "ABC", "abc"); in TestExtractBetween() 593 _expect(trans, cfrom, cto); in _expectRules() 598 static void _expect(const UTransliterator* trans, in _expect() function
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | utransts.c | 33 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto); 565 _expect(trans, "ABC", "abc"); in TestExtractBetween() 593 _expect(trans, cfrom, cto); in _expectRules() 598 static void _expect(const UTransliterator* trans, in _expect() function
|