Home
last modified time | relevance | path

Searched defs:str (Results 1901 - 1925 of 3042) sorted by relevance

1...<<71727374757677787980>>...122

/third_party/python/Modules/
H A D_testinternalcapi.c422 char *str = NULL; in encode_locale_ex() local
456 char *str; in decode_locale_ex() local
H A D_codecsmodule.c672 _codecs_utf_7_encode_impl(PyObject *module, PyObject *str, const char *errors) _codecs_utf_7_encode_impl() argument
688 _codecs_utf_8_encode_impl(PyObject *module, PyObject *str, const char *errors) _codecs_utf_8_encode_impl() argument
712 _codecs_utf_16_encode_impl(PyObject *module, PyObject *str, const char *errors, int byteorder) _codecs_utf_16_encode_impl() argument
728 _codecs_utf_16_le_encode_impl(PyObject *module, PyObject *str, const char *errors) _codecs_utf_16_le_encode_impl() argument
744 _codecs_utf_16_be_encode_impl(PyObject *module, PyObject *str, const char *errors) _codecs_utf_16_be_encode_impl() argument
768 _codecs_utf_32_encode_impl(PyObject *module, PyObject *str, const char *errors, int byteorder) _codecs_utf_32_encode_impl() argument
784 _codecs_utf_32_le_encode_impl(PyObject *module, PyObject *str, const char *errors) _codecs_utf_32_le_encode_impl() argument
800 _codecs_utf_32_be_encode_impl(PyObject *module, PyObject *str, const char *errors) _codecs_utf_32_be_encode_impl() argument
816 _codecs_unicode_escape_encode_impl(PyObject *module, PyObject *str, const char *errors) _codecs_unicode_escape_encode_impl() argument
832 _codecs_raw_unicode_escape_encode_impl(PyObject *module, PyObject *str, const char *errors) _codecs_raw_unicode_escape_encode_impl() argument
848 _codecs_latin_1_encode_impl(PyObject *module, PyObject *str, const char *errors) _codecs_latin_1_encode_impl() argument
864 _codecs_ascii_encode_impl(PyObject *module, PyObject *str, const char *errors) _codecs_ascii_encode_impl() argument
881 _codecs_charmap_encode_impl(PyObject *module, PyObject *str, const char *errors, PyObject *mapping) _codecs_charmap_encode_impl() argument
915 _codecs_mbcs_encode_impl(PyObject *module, PyObject *str, const char *errors) _codecs_mbcs_encode_impl() argument
930 _codecs_oem_encode_impl(PyObject *module, PyObject *str, const char *errors) _codecs_oem_encode_impl() argument
946 _codecs_code_page_encode_impl(PyObject *module, int code_page, PyObject *str, const char *errors) _codecs_code_page_encode_impl() argument
[all...]
H A D_localemodule.c150 locale_is_ascii(const char *str) in locale_is_ascii() argument
391 _locale_strxfrm_impl(PyObject *module, PyObject *str) in _locale_strxfrm_impl() argument
[all...]
/third_party/python/Objects/
H A Dbytes_methods.c576 _Py_bytes_find(const char *str, Py_ssize_t len, PyObject *args) in _Py_bytes_find() argument
594 _Py_bytes_index(const char *str, Py_ssize_t len, PyObject *args) in _Py_bytes_index() argument
617 _Py_bytes_rfind(const char *str, Py_ssize_ argument
635 _Py_bytes_rindex(const char *str, Py_ssize_t len, PyObject *args) _Py_bytes_rindex() argument
656 _Py_bytes_count(const char *str, Py_ssize_t len, PyObject *args) _Py_bytes_count() argument
696 _Py_bytes_contains(const char *str, Py_ssize_t len, PyObject *arg) _Py_bytes_contains() argument
724 tailmatch(const char *str, Py_ssize_t len, PyObject *substr, Py_ssize_t start, Py_ssize_t end, int direction) tailmatch() argument
770 _Py_bytes_tailmatch(const char *str, Py_ssize_t len, const char *function_name, PyObject *args, int direction) _Py_bytes_tailmatch() argument
816 _Py_bytes_startswith(const char *str, Py_ssize_t len, PyObject *args) _Py_bytes_startswith() argument
830 _Py_bytes_endswith(const char *str, Py_ssize_t len, PyObject *args) _Py_bytes_endswith() argument
[all...]
H A Dfileobject.c315 const char *str; in stdprinter_write() local
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.cc298 auto str = _internal_mutable_name(); in _InternalParse() local
331 auto str = _internal_mutable_version(); in _InternalParse() local
710 auto str = _internal_mutable_name(); in _InternalParse() local
719 auto str in _InternalParse() local
735 auto str = _internal_mutable_response_type_url(); _InternalParse() local
1088 auto str = _internal_mutable_name(); _InternalParse() local
1097 auto str = _internal_mutable_root(); _InternalParse() local
[all...]
H A Dparse_context.cc199 ReadStringFallback(const char* ptr, int size, std::string* str) ReadStringFallback() argument
212 AppendStringFallback(const char* ptr, int size, std::string* str) AppendStringFallback() argument
406 auto str = static_cast<std::string*>(object); StringParser() local
415 VerifyUTF8(StringPiece str, const char* field_name) VerifyUTF8() argument
[all...]
H A Dunknown_field_set_unittest.cc552 std::string* str = unknown_fields->AddLengthDelimited(1); in TEST_F() local
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc49 void FieldMaskUtil::FromString(StringPiece str, FieldMask* out) { in FromString() argument
122 bool FieldMaskUtil::FromJsonString(StringPiece str, FieldMask* out) { in FromJsonString() argument
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.cc394 bool SafeStrToFloat(StringPiece str, float* value) { in SafeStrToFloat() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv_test.cc42 void TestDoubleParse(absl::string_view str, double expected_number) { in TestDoubleParse() argument
52 void TestFloatParse(absl::string_view str, float expected_number) { in TestFloatParse() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dhash.h425 H AbslHashValue(H hash_state, absl::string_view str) { in AbslHashValue() argument
436 AbslHashValue( H hash_state, const std::basic_string<Char, std::char_traits<Char>, Alloc>& str) AbslHashValue() argument
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp42 static StringSlice remove_newline(const char* str, size_t len) { in remove_newline() argument
224 auto& str = fLines[start.fParagraphIndex].fText; in copy() local
249 static size_t align_column(const StringSlice& str, size_t p) { in align_column() argument
308 const auto& str = fLines[pos.fParagraphIndex].fText; move() local
320 const auto& str = fLines[pos.fParagraphIndex].fText; move() local
[all...]
/third_party/skia/gm/
H A Dcomplexclip.cpp46 SkString str; variable
/third_party/skia/include/core/
H A DSkString.h202 void append(const SkString& str) { this->insert((size_t)-1, str); } in append() argument
213 void prepend(const SkString& str) { this->insert(0, str); } in prepend() argument
298 inline void SkStrSplit(const char* str, const char* delimiters, SkTArray<SkString>* out) { in SkStrSplit() argument
/third_party/skia/modules/svg/src/
H A DSkSVGDOM.cpp148 StyleIterator(const char* str) : fPos(str) { } in StyleIterator() argument
426 sk_sp<SkSVGDOM> SkSVGDOM::Builder::make(SkStream& str, uint64_t svgColor) const { in make() argument
/third_party/selinux/libsepol/src/
H A Dmls.c42 mls_to_string(sepol_handle_t * handle, const policydb_t * policydb, const context_struct_t * mls, char **str) mls_to_string() argument
78 mls_from_string(sepol_handle_t * handle, const policydb_t * policydb, const char *str, context_struct_t * mls) mls_from_string() argument
H A Dkernel_to_common.c59 char *str = NULL; in create_str_helper() local
97 char *str = NULL; in create_str() local
187 char *str; in strs_create_and_add() local
290 char *str = NULL; strs_to_str() local
385 char *str = NULL; ebitmap_to_str() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dconvert_to_sampled_image_pass.cpp45 const char* ParseNumberUntilSeparator(const char* str, uint32_t* number) { in ParseNumberUntilSeparator() argument
399 ParseDescriptorSetBindingPairsString( const char* str) ParseDescriptorSetBindingPairsString() argument
[all...]
H A Dssa_rewrite_pass.cpp71 std::ostringstream str; in PrettyPrint() local
H A Dtypes.cpp288 std::string Integer::str() const { in str() function in spvtools::opt::analysis::Integer
303 std::string Float::str() const { in str() function in spvtools::opt::analysis::Float
326 std::string Vector::str() const { in str() function in spvtools::opt::analysis::Vector
352 std::string Matrix::str() const { in str() function in spvtools::opt::analysis::Matrix
388 std::string Image::str() const { str() function in spvtools::opt::analysis::Image
409 std::string SampledImage::str() const { str() function in spvtools::opt::analysis::SampledImage
437 std::string Array::str() const { str() function in spvtools::opt::analysis::Array
474 std::string RuntimeArray::str() const { str() function in spvtools::opt::analysis::RuntimeArray
526 std::string Struct::str() const { str() function in spvtools::opt::analysis::Struct
554 std::string Opaque::str() const { str() function in spvtools::opt::analysis::Opaque
583 std::string Pointer::str() const { str() function in spvtools::opt::analysis::Pointer
614 std::string Function::str() const { str() function in spvtools::opt::analysis::Function
641 std::string Pipe::str() const { str() function in spvtools::opt::analysis::Pipe
659 std::string ForwardPointer::str() const { str() function in spvtools::opt::analysis::ForwardPointer
692 std::string CooperativeMatrixNV::str() const { str() function in spvtools::opt::analysis::CooperativeMatrixNV
731 std::string CooperativeMatrixKHR::str() const { str() function in spvtools::opt::analysis::CooperativeMatrixKHR
[all...]
/third_party/spirv-tools/test/
H A Dbinary_parse_test.cpp725 const std::string str = in TEST_F() local
750 const std::string str = in TEST_F() local
H A Dhex_float_test.cpp70 FloatProxy<T> Decode(const std::string& str) { in Decode() argument
/third_party/spirv-tools/test/val/
H A Dval_cfg_test.cpp195 std::string str = R"( in TEST_P() local
233 std::string str = R"( in TEST_P() local
280 std::string str = GetDefaultHeader(GetParam()) + in TEST_P() local
303 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
323 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
348 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
373 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
405 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
441 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
468 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
492 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
518 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
547 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
580 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
616 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
652 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
688 std::string str = header; GetUnreachableMergeNoMergeInst() local
716 std::string str = header; GetUnreachableMergeTerminatedBy() local
762 std::string str = header; GetUnreachableContinueTerminatedBy() local
827 std::string str = header; GetUnreachableMergeUnreachableMergeInst() local
861 std::string str = header; GetUnreachableContinueUnreachableLoopInst() local
896 std::string str = header; GetUnreachableMergeWithComplexBody() local
932 std::string str = header; GetUnreachableContinueWithComplexBody() local
965 std::string str = header; GetUnreachableMergeWithBranchUse() local
999 std::string str = header; GetUnreachableMergeWithMultipleUses() local
1042 std::string str = header; GetUnreachableContinueWithBranchUse() local
1080 std::string str = header; GetReachableMergeAndContinue() local
1122 std::string str = header; GetUnreachableMergeAndContinue() local
1157 std::string str = header; GetUnreachableBlock() local
1188 std::string str = header; GetUnreachableBranch() local
1211 std::string str = GetDefaultHeader(GetParam()) + std::string(types_consts()) + TEST_P() local
1230 std::string str = GetDefaultHeader(GetParam()) + std::string(types_consts()) + TEST_P() local
1259 std::string str = TEST_P() local
1300 std::string str = GetDefaultHeader(GetParam()) + std::string(types_consts()) + TEST_P() local
1336 std::string str = TEST_P() local
1376 std::string str = GetDefaultHeader(GetParam()) + nameOps("split", "f") + TEST_P() local
1409 std::string str = GetDefaultHeader(GetParam()) + nameOps("split") + TEST_P() local
1442 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
1479 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
1516 std::string str = GetDefaultHeader(GetParam()) + nameOps("cont", "loop") + TEST_P() local
1552 std::string str = GetDefaultHeader(GetParam()) + nameOps("cont", "loop") + TEST_P() local
1585 std::string str = R"( TEST_F() local
1624 std::string str = R"( TEST_F() local
1650 std::string str = R"( TEST_F() local
1704 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
1738 std::string str = TEST_P() local
1779 std::string str = GetDefaultHeader(GetParam()) + TEST_P() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp70 std::ostream& operator<< (std::ostream& str, const NegInt& v) { return str << v.value; } in operator <<() argument
79 std::ostream& operator<< (std::ostream& str, const FloatRange& range) { return str << range.min << ", " << range.max; } in operator <<() argument
87 std::ostream& operator<< (std::ostream& str, const AlignmentInt& v) { return str << v.value; } in operator <<() argument
96 std::ostream& operator<< (std::ostream& str, const Boolean& boolean) { return str << (boolean.value ? "GL_TRUE" : "GL_FALSE"); } in operator <<() argument

Completed in 32 milliseconds

1...<<71727374757677787980>>...122