/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl.cc | 749 bool ParserImpl::IsValidIdentifier(const std::string& str) { in IsValidIdentifier() argument
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver_validation.cc | 125 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 D | generator_impl.cc | 2452 EmitStructType(TextBuffer* b, const sem::Struct* str) EmitStructType() argument [all...] |
/third_party/spirv-tools/include/spirv-tools/ |
H A D | libspirv.h | 446 const char* str; member
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normalizer2impl.h | 227 UnicodeString &str; member in ReorderingBuffer
|
H A D | unistr.cpp | 1952 const UnicodeString *str = (const UnicodeString*) key.pointer; uhash_hashUnicodeString() local [all...] |
/third_party/toybox/lib/ |
H A D | lib.c | 286 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 D | ps.c | 242 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 D | dhcp.c | 360 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 D | fdisk.c | 727 char *str = toybuf; in ask_value() local [all...] |
/third_party/toybox/toys/posix/ |
H A D | ps.c | 285 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 D | unity.c | 2398 int UnityStringArgumentMatches(const char* str) in UnityStringArgumentMatches() argument
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.cc | 1395 string DirectDecodeString(const string& str) { in DirectDecodeString() argument
|
/third_party/python/Programs/ |
H A D | _testembed.c | 49 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 D | bltinmodule.c | 745 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 D | fileutils.c | 147 _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 D | hamt.c | 460 PyObject *str = NULL; in _hamt_dump_ident() local
|
H A D | initconfig.c | 848 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 D | marshal.c | 86 PyObject *str; member 1629 PyMarshal_ReadObjectFromString(const char *str, Py_ssize_t len) in PyMarshal_ReadObjectFromString() argument [all...] |
H A D | pythonrun.c | 1589 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 D | multibytecodec.c | 117 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 D | connection.c | 72 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...] |
/third_party/python/Modules/ |
H A D | _xxsubinterpretersmodule.c | 17 const char *str = PyUnicode_AsUTF8(strobj); in _copy_raw_string() local
|
/third_party/python/Objects/ |
H A D | setobject.c | 2400 PyObject *str; in test_c_api() local
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 78 PyObject* PyString_FromCppString(const std::string& str) { in PyString_FromCppString() argument
|