Home
last modified time | relevance | path

Searched defs:str (Results 4151 - 4175 of 5518) sorted by relevance

1...<<161162163164165166167168169170>>...221

/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc719 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 Dcrypto_context.cc1080 const char* str = ERR_reason_error_string(err); in LoadPKCS12() local
H A Dcrypto_util.h620 inline void push_back(const char* str) { in push_back() argument
/third_party/node/deps/v8/tools/debug_helper/
H A Dget-object-properties.cc476 auto str = ReadStringVisitor::Visit(accessor_, heap_addresses_, object); variable
/third_party/node/deps/zlib/
H A Ddeflate.c308 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 Dnode_buffer.cc765 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 Dnode_errors.cc237 static void PrintToStderrAndFlush(const std::string& str) { in PrintToStderrAndFlush() argument
H A Dnode_snapshotable.cc219 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 Dnode_sockaddr.cc517 Local<Value> str; in ListRules() local
/third_party/ntfs-3g/libntfs-3g/
H A Dcompress.c103 u32 str; in ntfs_hash() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsusermap.c342 char *str; in decodesid() local
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_hd.c971 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 Dcollationbuilder.cpp296 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 Dcollationdatabuilder.cpp183 DataBuilderCollationIterator::fetchCEs(const UnicodeString &str, int32_t start, in fetchCEs() argument
H A Drbt_pars.cpp925 UnicodeString str; // scratch in parseRules() local
H A Dnumber_patternstring.cpp772 UnicodeString str = incrementQuantity.toPlainString(); in propertiesToPatternString() local
/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c974 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 Dustring.cpp1523 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 Dlocdspnm.cpp39 char *str; in ncat() local
/third_party/ninja/src/
H A Dutil.cc124 char* str = 0; in CanonicalizePath() local
920 string ElideMiddle(const string& str, size_t width) { argument
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer_decoder.cpp631 str_ends_with(const char *str, const char *end) in str_ends_with() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c971 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 Ddxcapi.h85 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 Dxmlconfig.c408 char *str = ralloc_strdup(NULL, in driGetOptionsXml() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp318 UnicodeString* str = (UnicodeString*)obj; in msgstr() local
1441 UnicodeString str; in testCoverage() local

Completed in 44 milliseconds

1...<<161162163164165166167168169170>>...221