Home
last modified time | relevance | path

Searched defs:str (Results 2826 - 2850 of 4392) sorted by relevance

1...<<111112113114115116117118119120>>...176

/third_party/skia/tools/fonts/
H A Dcreate_test_font.cpp82 static ptrdiff_t last_line_length(const SkString& str) { in last_line_length() argument
102 SkString str; in output_scalar() local
178 strip_final(const SkString& str) strip_final() argument
[all...]
/third_party/spirv-tools/source/
H A Ddisassemble.cpp119 char* str = new char[length + 1]; in SaveTextResult() local
[all...]
/third_party/toybox/kconfig/
H A Dexpr.c1082 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper() argument
1092 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper() argument
H A Dsymbol.c167 char str[64]; in sym_validate_range() local
487 bool sym_string_valid(struct symbol *sym, const char *str) in sym_string_valid() argument
530 sym_string_within_range(struct symbol *sym, const char *str) sym_string_within_range() argument
[all...]
/third_party/toybox/kconfig/lxdialog/
H A Ddialog.h160 char str[MAXITEMSTR]; /* promtp displayed */ member
/third_party/toybox/lib/
H A Dlib.h12 char *str; member
24 char str[0]; member
[all...]
/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...]
/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

Completed in 25 milliseconds

1...<<111112113114115116117118119120>>...176