Home
last modified time | relevance | path

Searched defs:str (Results 2476 - 2500 of 3904) sorted by relevance

1...<<919293949596979899100>>...157

/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h12 char *str; member
24 char str[0]; member
[all...]
/third_party/toybox/toys/pending/
H A Droute.c115 static void get_flag_value(char *str, int flags) in get_flag_value() argument
/third_party/toybox/toys/posix/
H A Dfind.c149 static int compare_numsign(long val, long units, char *str) in compare_numsign() argument
H A Dsed.c260 char *str; in sed_line() member
291 char *str, c = command->c; in sed_line() local
[all...]
H A Dtar.c88 static void itoo(char *str, int len, unsigned long long val) in itoo() argument
100 static unsigned long long otoi(char *str, unsigned len) in otoi() argument
[all...]
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.h452 explicit StringLiteral(const char* str, in StringLiteral() argument
461 explicit StringLiteral(const char* str, DeletionPolicy deletion_policy) in StringLiteral() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc254 static inline char LastChar(const std::string& str) { in LastChar() argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmap.c701 VALUE str = rb_str_new2("{"); in Map_inspect() local
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc204 void IoTest::WriteString(ZeroCopyOutputStream* output, const std::string& str) { in WriteString() argument
208 void IoTest::ReadString(ZeroCopyInputStream* input, const std::string& str) { in ReadString() argument
704 std::string str; TEST_F() local
[all...]
/third_party/python/Parser/
H A Dstring_parser.c353 char *str; in fstring_compile_expr() local
448 fstring_find_literal(Parser *p, const char **str, const char *end, int raw, PyObject **literal, int recurse_lvl, Token *t) fstring_find_literal() argument
558 fstring_find_expr(Parser *p, const char **str, const char *end, int raw, int recurse_lvl, PyObject **expr_text, expr_ty *expression, Token *first_token, Token *t, Token *last_token) fstring_find_expr() argument
874 fstring_find_literal_and_expr(Parser *p, const char **str, const char *end, int raw, int recurse_lvl, PyObject **literal, PyObject **expr_text, expr_ty *expression, Token *first_token, Token *t, Token *last_token) fstring_find_literal_and_expr() argument
1058 make_str_node_and_del(Parser *p, PyObject **str, Token* first_token, Token *last_token) make_str_node_and_del() argument
1087 _PyPegen_FstringParser_ConcatAndDel(FstringParser *state, PyObject *str) _PyPegen_FstringParser_ConcatAndDel() argument
1115 _PyPegen_FstringParser_ConcatFstring(Parser *p, FstringParser *state, const char **str, const char *end, int raw, int recurse_lvl, Token *first_token, Token* t, Token *last_token) _PyPegen_FstringParser_ConcatFstring() argument
1223 expr_ty str = make_str_node_and_del(p, &state->last_str, first_token, last_token); _PyPegen_FstringParser_Finish() local
1249 fstring_parse(Parser *p, const char **str, const char *end, int raw, int recurse_lvl, Token *first_token, Token* t, Token *last_token) fstring_parse() argument
[all...]
/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

Completed in 24 milliseconds

1...<<919293949596979899100>>...157