Home
last modified time | relevance | path

Searched defs:str (Results 3426 - 3450 of 3832) sorted by relevance

1...<<131132133134135136137138139140>>...154

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-common.hh364 byte_str_t str; global() member
530 byte_str_t str; global() member
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h402 const char* str; member
/third_party/pulseaudio/src/utils/
H A Dpactl.c2060 static void set_sink_formats(pa_context *c, uint32_t sink, const char *str) { in set_sink_formats() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc749 bool ParserImpl::IsValidIdentifier(const std::string& str) { in IsValidIdentifier() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc125 std::stringstream str; in deco_to_str() local
235 bool Resolver::ValidateStorageClassLayout(const sem::Struct* str, in ValidateStorageClassLayout() argument
543 auto* str = var->Type()->UnwrapRef()->As<sem::Struct>(); ValidateGlobalVariable() local
570 auto* str = var->Type()->UnwrapRef()->As<sem::Struct>(); ValidateGlobalVariable() local
2089 ValidateStructure(const sem::Struct* str) ValidateStructure() argument
[all...]
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc2452 EmitStructType(TextBuffer* b, const sem::Struct* str) EmitStructType() argument
[all...]
/third_party/spirv-tools/include/spirv-tools/
H A Dlibspirv.h446 const char* str; member
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h227 UnicodeString &str; member in ReorderingBuffer
H A Dunistr.cpp1952 const UnicodeString *str = (const UnicodeString*) key.pointer; uhash_hashUnicodeString() local
[all...]
/third_party/toybox/lib/
H A Dlib.c286 long long estrtol(char *str, char **end, int base) in estrtol() argument
293 long long xstrtol(char *str, char **end, int base) in xstrtol() argument
368 utf8towc(unsigned *wc, char *str, unsigned len) utf8towc() argument
481 strend(char *str, char *suffix) strend() argument
941 *s, *str = modestr; string_to_mode() local
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c242 char str[]; // CMD, TTY, WCHAN, LABEL, COMM, ARGS, NAME member
1095 parse_rest(void *data, char *str, int len) parse_rest() argument
[all...]
/third_party/toybox/toys/pending/
H A Ddhcp.c360 static long strtou32( char *str) in strtou32() argument
376 static int striptovar( char *str, void *var) in striptovar() argument
387 strtoopt( char *str, uint8_t optonly) strtoopt() argument
860 dhcpc_addstropt(uint8_t *optptr, uint8_t opcode, char* str, int len) dhcpc_addstropt() argument
[all...]
H A Dfdisk.c727 char *str = toybuf; in ask_value() local
[all...]
/third_party/toybox/toys/posix/
H A Dps.c285 char str[]; // CMD, TTY, WCHAN, LABEL, COMM, ARGS, NAME member
1138 parse_rest(void *data, char *str, int len) parse_rest() argument
[all...]
/third_party/unity/src/
H A Dunity.c2398 int UnityStringArgumentMatches(const char* str) in UnityStringArgumentMatches() argument
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc1395 string DirectDecodeString(const string& str) { in DirectDecodeString() argument
/third_party/python/Programs/
H A D_testembed.c49 static void config_set_string(PyConfig *config, wchar_t **config_str, const wchar_t *str) in config_set_string() argument
/third_party/python/Python/
H A Dbltinmodule.c745 const char *str; in builtin_compile_impl() local
909 const char *str; in builtin_eval_impl() local
1093 const char *str; builtin_exec_impl() local
[all...]
H A Dfileutils.c147 _Py_mbrtowc(wchar_t *pwc, const char *str, size_t len, mbstate_t *pmbs) in _Py_mbrtowc() argument
315 encode_ascii(const wchar_t *text, char **str, in encode_ascii() argument
669 encode_current_locale(const wchar_t *text, char **str, in encode_current_locale() argument
780 encode_locale_ex(const wchar_t *text, char **str, size_t *error_pos, in encode_locale_ex() argument
827 char *str; encode_locale() local
869 _Py_EncodeLocaleEx(const wchar_t *text, char **str, size_t *error_pos, const char **reason, int current_locale, _Py_error_handler errors) _Py_EncodeLocaleEx() argument
934 PyObject *str = PyUnicode_FromWideChar(encoding, -1); _Py_GetLocaleEncodingObject() local
[all...]
H A Dhamt.c460 PyObject *str = NULL; in _hamt_dump_ident() local
H A Dinitconfig.c848 PyConfig_SetString(PyConfig *config, wchar_t **config_str, const wchar_t *str) in PyConfig_SetString() argument
872 config_set_bytes_string(PyConfig *config, wchar_t **config_str, const char *str, const char *decode_err_msg) config_set_bytes_string() argument
910 PyConfig_SetBytesString(PyConfig *config, wchar_t **config_str, const char *str) PyConfig_SetBytesString() argument
3036 init_dump_ascii_wstr(const wchar_t *str) init_dump_ascii_wstr() argument
[all...]
H A Dmarshal.c86 PyObject *str; member
1629 PyMarshal_ReadObjectFromString(const char *str, Py_ssize_t len) in PyMarshal_ReadObjectFromString() argument
[all...]
H A Dpythonrun.c1589 PyRun_StringFlags(const char *str, int start, PyObject *globals, in PyRun_StringFlags() argument
1784 Py_CompileStringObject(const char *str, PyObject *filename, int start, in Py_CompileStringObject() argument
1809 Py_CompileStringExFlags(const char *str, const char *filename_str, int start, in Py_CompileStringExFlags() argument
1824 const char *str; _Py_SourceAsString() local
1969 PyRun_String(const char *str, int s, PyObject *g, PyObject *l) PyRun_String() argument
1983 Py_CompileString(const char *str, const char *p, int s) Py_CompileString() argument
1990 Py_CompileStringFlags(const char *str, const char *p, int s, PyCompilerFlags *flags) Py_CompileStringFlags() argument
[all...]
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c117 const char *str; in call_error_callback() local
156 const char *str; in codecctx_errors_set() local
1718 PyObject *str, *wr; mbstreamwriter_iwrite() local
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c72 const char *str = PyUnicode_AsUTF8AndSize(str_or_none, &sz); in isolation_level_converter() local
636 const char *str = PyUnicode_AsUTF8AndSize(py_val, &sz); in _pysqlite_set_result() local
[all...]

Completed in 59 milliseconds

1...<<131132133134135136137138139140>>...154