Home
last modified time | relevance | path

Searched refs:peek (Results 151 - 175 of 348) sorted by relevance

12345678910>>...14

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRopeByteString.java681 if (prefixesStack.isEmpty() || prefixesStack.peek().size() >= binEnd) { in insert()
688 while (!prefixesStack.isEmpty() && prefixesStack.peek().size() < binStart) { in insert()
700 if (prefixesStack.peek().size() < binEnd) { in insert()
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc652 // The parser will peek but not consume EOS. Our scope logically goes all in DoParseProgram()
980 if (!(peek_any_identifier() || peek() == Token::LPAREN)) { in DoParseFunction()
1160 Token::Value next = peek(); in ParseModuleItem()
1189 while (peek() != Token::EOS) { in ParseModuleItemList()
1232 while ((name_tok = peek()) != Token::RBRACE) { in ParseExportClause()
1257 if (peek() == Token::RBRACE) break; in ParseExportClause()
1311 while (peek() != Token::RBRACE) { in ParseNamedImports()
1338 if (peek() == Token::RBRACE) break; in ParseNamedImports()
1380 while (peek() != Token::RBRACE) { in ParseImportAssertClause()
1404 if (peek() in ParseImportAssertClause()
[all...]
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_s3.c1272 size_t len, int peek, size_t *readbytes) in ssl3_read_bytes()
1292 && (type != SSL3_RT_HANDSHAKE)) || (peek in ssl3_read_bytes()
1306 /* peek == 0 */ in ssl3_read_bytes()
1406 * 'peek' mode) in ssl3_read_bytes()
1463 if (peek) { in ssl3_read_bytes()
1479 || (peek && n == SSL3_RECORD_get_length(rr))) { in ssl3_read_bytes()
1490 if (!peek && curr_rec == num_recs in ssl3_read_bytes()
1271 ssl3_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf, size_t len, int peek, size_t *readbytes) ssl3_read_bytes() argument
/third_party/openssl/ssl/record/
H A Drec_layer_s3.c1283 size_t len, int peek, size_t *readbytes) in ssl3_read_bytes()
1303 && (type != SSL3_RT_HANDSHAKE)) || (peek in ssl3_read_bytes()
1317 /* peek == 0 */ in ssl3_read_bytes()
1417 * 'peek' mode) in ssl3_read_bytes()
1474 if (peek) { in ssl3_read_bytes()
1490 || (peek && n == SSL3_RECORD_get_length(rr))) { in ssl3_read_bytes()
1501 if (!peek && curr_rec == num_recs in ssl3_read_bytes()
1282 ssl3_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf, size_t len, int peek, size_t *readbytes) ssl3_read_bytes() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp556 if (in.peek() == '\r') in parseCaseTrie()
558 if (in.peek() == '\n') in parseCaseTrie()
609 if (curChr == '\r' && in.peek() == '\n') in parseSimpleCaseList()
613 const int nextChr = in.peek(); in parseSimpleCaseList()
705 if (in.peek() == '{') in parseCaseList()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DBurmeseBreakEngine.java206 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange()
H A DKhmerBreakEngine.java214 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange()
H A DLaoBreakEngine.java214 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBurmeseBreakEngine.java220 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange()
H A DKhmerBreakEngine.java224 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange()
H A DLaoBreakEngine.java223 if (foundBreaks.peek() >= rangeEnd) { in divideUpDictionaryRange()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_patternstring.h126 UChar32 peek();
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.h126 UChar32 peek();
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNfaFlattener.java160 return !queue.isEmpty() && queue.peek().node().equals(target); in nextFollowerJoinsTarget()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dfile.rs89 && ahead.peek(token::Brace) in parse()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dfile.rs89 && ahead.peek(token::Brace) in parse()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dfile.rs89 && ahead.peek(token::Brace) in parse()
/third_party/rust/crates/cxx/syntax/
H A Dfile.rs89 && ahead.peek(token::Brace) in parse()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dfile.rs89 && ahead.peek(token::Brace) in parse()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.h168 char peek() const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.h168 char peek() const;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_patternstring.h122 UChar32 peek();
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
H A DGame.cpp131 if (mClapEvents.peek(nextClapEventMs) && mSongPositionMs >= nextClapEventMs){ in onAudioReady()
/third_party/typescript/tests/baselines/reference/
H A DgenericClassPropertyInheritanceSpecialization.js3 peek(): T;
/third_party/spirv-tools/source/
H A Dtext_handler.h168 char peek() const;

Completed in 22 milliseconds

12345678910>>...14