Home
last modified time | relevance | path

Searched refs:checkNext (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/sksl/
DSkSLParser.cpp181 bool Parser::checkNext(Token::Kind kind, Token* result) { in checkNext() function in SkSL::Parser
363 if (type->fKind == ASTType::kStruct_Kind && this->checkNext(Token::SEMICOLON)) { in declaration()
370 if (this->checkNext(Token::LPAREN)) { in declaration()
386 if (!this->checkNext(Token::SEMICOLON)) { in declaration()
468 if (this->checkNext(Token::IDENTIFIER, &name)) { in structVarDeclaration()
493 while (this->checkNext(Token::LBRACKET)) { in varDeclarationEnd()
494 if (this->checkNext(Token::RBRACKET)) { in varDeclarationEnd()
508 if (this->checkNext(Token::EQ)) { in varDeclarationEnd()
515 while (this->checkNext(Token::COMMA)) { in varDeclarationEnd()
522 while (this->checkNext(Token::LBRACKET)) { in varDeclarationEnd()
[all …]
DSkSLParser.h92 bool checkNext(Token::Kind kind, Token* result = nullptr);
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBasedArrayBlockingQueue.java727 private void checkNext() { in checkNext() method in MonitorBasedArrayBlockingQueue.Itr
748 checkNext(); in next()
769 checkNext(); in remove()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DUnicodeMapTest.java339 checkNext(map1, map2, LIMIT); in TestUnicodeMapRandom()
359 checkNext(map1, map2, Integer.MAX_VALUE); in TestUnicodeMapGeneralCategory()
402 private void checkNext(UnicodeMap<String> map1, Map<Integer,String> map2, int limit) { in checkNext() method in UnicodeMapTest
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DUnicodeMapTest.java338 checkNext(map1, map2, LIMIT); in TestUnicodeMapRandom()
358 checkNext(map1, map2, Integer.MAX_VALUE); in TestUnicodeMapGeneralCategory()
401 private void checkNext(UnicodeMap<String> map1, Map<Integer,String> map2, int limit) { in checkNext() method in UnicodeMapTest
/external/icu/icu4c/source/test/intltest/
Dbytestrietest.cpp65 void checkNext(BytesTrie &trie, const StringAndValue data[], int32_t dataLength);
614 checkNext(*trie, data, dataLength); in checkData()
690 void BytesTrieTest::checkNext(BytesTrie &trie, in checkNext() function in BytesTrieTest
Ducharstrietest.cpp71 void checkNext(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength);
762 checkNext(*trie, data, dataLength); in checkData()
857 void UCharsTrieTest::checkNext(UCharsTrie &trie, in checkNext() function in UCharsTrieTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DBytesTrieTest.java524 checkNext(trie, data, dataLength); in checkData()
592 private void checkNext(BytesTrie trie, StringAndValue data[], int dataLength) { in checkNext() method in BytesTrieTest
DCharsTrieTest.java651 checkNext(trie, data, dataLength); in checkData()
734 private void checkNext(CharsTrie trie, StringAndValue[] data, int dataLength) { in checkNext() method in CharsTrieTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DBytesTrieTest.java525 checkNext(trie, data, dataLength); in checkData()
593 private void checkNext(BytesTrie trie, StringAndValue data[], int dataLength) { in checkNext() method in BytesTrieTest
DCharsTrieTest.java652 checkNext(trie, data, dataLength); in checkData()
735 private void checkNext(CharsTrie trie, StringAndValue[] data, int dataLength) { in checkNext() method in CharsTrieTest