| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest-port.cc | 719 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() argument 728 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() argument 769 bool IsInSet(char ch, const char* str) { in IsInSet() argument 883 MatchRepetitionAndRegexAtHead( bool escaped, char c, char repeat, const char* regex, const char* str) MatchRepetitionAndRegexAtHead() argument 910 MatchRegexAtHead(const char* regex, const char* str) MatchRegexAtHead() argument 946 MatchRegexAnywhere(const char* regex, const char* str) MatchRegexAnywhere() argument 968 FullMatch(const char* str, const RE& re) FullMatch() argument 974 PartialMatch(const char* str, const RE& re) PartialMatch() argument [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_context.cc | 1080 const char* str = ERR_reason_error_string(err); in LoadPKCS12() local
|
| H A D | crypto_util.h | 620 inline void push_back(const char* str) { in push_back() argument
|
| /third_party/node/deps/v8/tools/debug_helper/ |
| H A D | get-object-properties.cc | 476 auto str = ReadStringVisitor::Visit(accessor_, heap_addresses_, object); variable
|
| /third_party/node/deps/zlib/ |
| H A D | deflate.c | 308 uInt str = s->strstart - s->insert; in fill_window() local 320 uInt str = s->strstart - s->insert; in fill_window() local 595 uInt str, n; deflateSetDictionary() local 904 Bytef *str; deflateBound() local [all...] |
| /third_party/node/src/ |
| H A D | node_buffer.cc | 765 Local<String> str = args[0]->ToString(env->context()).ToLocalChecked(); in StringWrite() local 1169 Local<String> str = args[0].As<String>(); in EncodeUtf8String() local [all...] |
| H A D | node_errors.cc | 237 static void PrintToStderrAndFlush(const std::string& str) { in PrintToStderrAndFlush() argument
|
| H A D | node_snapshotable.cc | 219 std::string str = std::is_arithmetic_v<T> ? "" : ToStr(result); in ReadVector() local 264 std::string str = in Read() local 325 std::string str = std::is_arithmetic_v<T> ? "" : ToStr(data); in WriteVector() local 355 std::string str = ToStr(data); in WriteString() local 377 std::string str = in Write() local 477 std::string str = ToStr(result); Read() local 513 std::string str = ToStr(result); Read() local 523 std::string str = ToStr(data); Write() local 555 std::string str = ToStr(result); Read() local 564 std::string str = ToStr(data); Write() local 589 std::string str = ToStr(result); Read() local 599 std::string str = ToStr(data); Write() local 619 std::string str = ToStr(result); Read() local 628 std::string str = ToStr(data); Write() local 653 std::string str = ToStr(result); Read() local 663 std::string str = ToStr(data); Write() local 690 std::string str = ToStr(result); Read() local 699 std::string str = ToStr(data); Write() local 724 std::string str = ToStr(data); Write() local 758 std::string str = ToStr(data); Write() local 800 std::string str = ToStr(result); Read() local 809 std::string str = ToStr(data); Write() local [all...] |
| H A D | node_sockaddr.cc | 517 Local<Value> str; in ListRules() local
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | compress.c | 103 u32 str; in ntfs_hash() local
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfsusermap.c | 342 char *str; in decodesid() local [all...] |
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_hd.c | 971 static int emit_string(nghttp2_bufs *bufs, const uint8_t *str, size_t len) { in emit_string() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationbuilder.cpp | 296 CollationBuilder::addReset(int32_t strength, const UnicodeString &str, in addReset() argument 484 CollationBuilder::getSpecialResetPosition(const UnicodeString &str, in getSpecialResetPosition() argument 649 addRelation(int32_t strength, const UnicodeString &prefix, const UnicodeString &str, const UnicodeString &extension, const char *&parserErrorReason, UErrorCode &errorCode) addRelation() argument 1139 UnicodeString str = stringIter.next(); addOnlyClosure() local 1160 UnicodeString str = stringIter.next(); addOnlyClosure() local 1372 addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) addIfDifferent() argument [all...] |
| H A D | collationdatabuilder.cpp | 183 DataBuilderCollationIterator::fetchCEs(const UnicodeString &str, int32_t start, in fetchCEs() argument
|
| H A D | rbt_pars.cpp | 925 UnicodeString str; // scratch in parseRules() local
|
| H A D | number_patternstring.cpp | 772 UnicodeString str = incrementQuantity.toPlainString(); in propertiesToPatternString() local
|
| /third_party/node/deps/histogram/src/ |
| H A D | hdr_histogram.c | 974 static void format_line_string(char* str, size_t len, int significant_figures, format_type format) in format_line_string() argument
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ustring.cpp | 1523 ustr_hashUCharsN(const char16_t *str, int32_t length) { in ustr_hashUCharsN() argument 1528 ustr_hashCharsN(const char *str, int32_t length) { in ustr_hashCharsN() argument 1533 ustr_hashICharsN(const char *str, int32_t length) { in ustr_hashICharsN() argument
|
| H A D | locdspnm.cpp | 39 char *str; in ncat() local
|
| /third_party/ninja/src/ |
| H A D | util.cc | 124 char* str = 0;
in CanonicalizePath() local 920 string ElideMiddle(const string& str, size_t width) {
argument
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | aubinator_viewer_decoder.cpp | 631 str_ends_with(const char *str, const char *end) in str_ends_with() argument
|
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_hd.c | 971 static int emit_string(nghttp2_bufs *bufs, const uint8_t *str, size_t len) { in emit_string() argument
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxcapi.h | 85 constexpr uint8_t byte_from_hexstr(const char str[2]) { in byte_from_hexstr() argument 89 constexpr unsigned short short_from_hexstr(const char str[2], unsigned shift) in short_from_hexstr() argument 96 constexpr unsigned long word_from_hexstr(const char str[2], unsigned shift) in word_from_hexstr() argument
|
| /third_party/mesa3d/src/util/ |
| H A D | xmlconfig.c | 408 char *str = ralloc_strdup(NULL, in driGetOptionsXml() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | icusvtst.cpp | 318 UnicodeString* str = (UnicodeString*)obj; in msgstr() local 1441 UnicodeString str; in testCoverage() local
|