| /third_party/python/PC/ |
| H A D | winreg.c | 518 fixupMultiSZ(wchar_t **str, wchar_t *data, int len) in fixupMultiSZ() argument 780 wchar_t **str = PyMem_New(wchar_t *, s); in Reg2Py() local [all...] |
| /third_party/python/Parser/ |
| H A D | action_helpers.c | 156 PyObject *str = PyBytes_FromStringAndSize(NULL, len); in _PyPegen_join_names_with_dot() local 213 PyObject *str = PyUnicode_InternFromString("*"); in _PyPegen_alias_for_star() local [all...] |
| H A D | tokenizer.c | 380 contains_null_bytes(const char* str, size_t size) { in contains_null_bytes() argument 611 translate_into_utf8(const char* str, const char* enc) { in translate_into_utf8() argument 676 char *str; in decode_str() local 732 _PyTokenizer_FromString(const char *str, int exec_input) _PyTokenizer_FromString() argument 753 _PyTokenizer_FromUTF8(const char *str, int exec_input) _PyTokenizer_FromUTF8() argument [all...] |
| /third_party/python/Python/ |
| H A D | formatter_unicode.c | 60 get_integer(PyObject *str, Py_ssize_t *ppos, Py_ssize_t end, in get_integer() argument 1439 PyObject *str; in format_obj() local [all...] |
| H A D | getargs.c | 2009 PyObject *str in parser_init() local [all...] |
| /third_party/python/Modules/ |
| H A D | _threadmodule.c | 1433 PyObject *str = PyUnicode_FromFormat("%lu", ident); in thread_excepthook_file() local
|
| H A D | _json.c | 687 const void *str; in _parse_object_unicode() local 817 const void *str; _parse_array_unicode() local 920 const void *str; _match_number_unicode() local 1037 const void *str; scan_once_unicode() local [all...] |
| H A D | audioop.c | 1333 PyObject *samps, *str, *rv = NULL, *channel; in audioop_ratecv_impl() local 1677 PyObject *rv = NULL, *str; audioop_lin2adpcm_impl() local 1807 PyObject *rv, *str; audioop_adpcm2lin_impl() local [all...] |
| H A D | unicodedata.c | 1189 find_syllable(const char *str, in argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | type.pb.cc | 469 auto str = _internal_mutable_name(); in _InternalParse() local 493 auto str = _internal_add_oneofs(); in _InternalParse() local 884 auto str = _internal_mutable_name(); in _InternalParse() local 893 auto str in _InternalParse() local 928 auto str = _internal_mutable_json_name(); _InternalParse() local 937 auto str = _internal_mutable_default_value(); _InternalParse() local 1344 auto str = _internal_mutable_name(); _InternalParse() local 1672 auto str = _internal_mutable_name(); _InternalParse() local 1958 auto str = _internal_mutable_name(); _InternalParse() local [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | _codecsmodule.c.h | 1731 PyObject *str; _codecs_utf_7_encode() local 1789 PyObject *str; _codecs_utf_8_encode() local 1847 PyObject *str; _codecs_utf_16_encode() local 1913 PyObject *str; _codecs_utf_16_le_encode() local 1971 PyObject *str; _codecs_utf_16_be_encode() local 2029 PyObject *str; _codecs_utf_32_encode() local 2095 PyObject *str; _codecs_utf_32_le_encode() local 2153 PyObject *str; _codecs_utf_32_be_encode() local 2211 PyObject *str; _codecs_unicode_escape_encode() local 2269 PyObject *str; _codecs_raw_unicode_escape_encode() local 2327 PyObject *str; _codecs_latin_1_encode() local 2385 PyObject *str; _codecs_ascii_encode() local 2443 PyObject *str; _codecs_charmap_encode() local 2538 PyObject *str; _codecs_mbcs_encode() local 2599 PyObject *str; _codecs_oem_encode() local 2662 PyObject *str; _codecs_code_page_encode() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| H A D | variant_test.cc | 1793 std::string str = absl::visit(ConvertTo<std::string>{}, v); in TEST() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
| H A D | demangle.cc | 228 static size_t StrLen(const char *str) { in StrLen() argument 238 static bool AtLeastNumCharsRemaining(const char *str, int n) { in AtLeastNumCharsRemaining() argument 248 static bool StrPrefix(const char *str, const char *prefix) { in StrPrefix() argument 359 Append(State *state, const char *const str, const int length) Append() argument 390 IsFunctionCloneSuffix(const char *str) IsFunctionCloneSuffix() argument 422 MaybeAppendWithLength(State *state, const char *const str, const int length) MaybeAppendWithLength() argument 467 MaybeAppend(State *state, const char *const str) MaybeAppend() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | convert_test.cc | 203 void TestStringConvert(const T& str) { in TestStringConvert() argument
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_write_ast.c | 44 static inline const char *datum_or_str(struct cil_symtab_datum *datum, const char *str) in datum_or_str() argument 495 const char *str; in macro_param_flavor_to_string() local 1507 char *str = (char *)node->data; __write_parse_ast_node_helper() local [all...] |
| /third_party/rust/crates/os_str_bytes/src/ |
| H A D | raw_str.rs | [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | instruction.cpp | 846 std::ostream& operator<<(std::ostream& str, const Instruction& inst) { in operator <<() argument
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fShaderCommonFunctionTests.cpp | 253 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<() argument 264 std::ostream& operator<< (std::ostream& str, const HexBool& v) in operator <<() argument 277 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<() argument [all...] |
| H A D | es3fTransformFeedbackTests.cpp | 173 std::ostream& operator<< (std::ostream& str, const DrawCall& call) in operator <<() argument 301 std::ostringstream str; in getAttributeName() local 360 std::ostringstream& str = ndx ? frag : vtx; in genShaderSources() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| H A D | es3pShaderOptimizationTests.cpp | 67 static inline string repeat (const string& str, int numRepeats, const string& delim = "") in repeat() argument
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fSSBOLayoutTests.cpp | 181 std::string str = ""; in genName() local
|
| H A D | es31fShaderCommonFunctionTests.cpp | 328 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<() argument 339 std::ostream& operator<< (std::ostream& str, const HexBool& v) in operator <<() argument 352 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<() argument [all...] |
| H A D | es31fShaderIntegerFunctionTests.cpp | 64 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<() argument 77 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<() argument [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsTextureBufferCase.cpp | 404 const char* str; in logModifications() member 721 const char* str; in logRendering() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktShaderCommonFunctionTests.cpp | 263 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<() argument 274 std::ostream& operator<< (std::ostream& str, const HexDouble& v) in operator <<() argument 285 std::ostream& operator<< (std::ostream& str, const HexBool& v) in operator <<() argument 298 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<() argument [all...] |