| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cMultiBindTests.cpp | 1593 void replaceToken(const GLchar* token, size_t& search_position, const GLchar* text, std::string& string) in replaceToken() argument
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeTestCaseResult.hpp | 228 std::string text; member in xe::ri::Text
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | ProgramExecutableVk.cpp | 1971 std::ostringstream text; in outputCumulativePerfCounters() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | glslang_lex.cpp | 3744 std::string text = yytext; in floatsuffix_check() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
| H A D | ExpressionParser.cpp | 1541 std::string text = stream.str(); local 1584 std::string text = stream.str(); local 1615 std::string text = stream.str(); local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShader.cpp | 1720 auto text = spvtools::spvInstructionBinaryToText( in EmitInstruction() local
|
| /third_party/skia/third_party/externals/libpng/ |
| H A D | png.c | 3316 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text) in png_fixed() argument [all...] |
| H A D | pngrutil.c | 671 png_bytep text = png_voidcast(png_bytep, png_malloc_base(png_ptr, in png_decompress_chunk() local 2519 png_charp text; png_handle_tEXt() local 2674 png_text text; png_handle_zTXt() local 2829 png_text text; png_handle_iTXt() local [all...] |
| H A D | pngwutil.c | 1530 png_write_tEXt(png_structrp png_ptr, png_const_charp key, png_const_charp text, in png_write_tEXt() argument 1573 png_write_zTXt(png_structrp png_ptr, png_const_charp key, png_const_charp text, int compression) png_write_zTXt() argument 1624 png_write_iTXt(png_structrp png_ptr, int compression, png_const_charp key, png_const_charp lang, png_const_charp lang_key, png_const_charp text) png_write_iTXt() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | decimfmt.cpp | 720 void DecimalFormat::parse(const UnicodeString& text, Formattable& output, in parse() argument 755 CurrencyAmount* DecimalFormat::parseCurrency(const UnicodeString& text, ParsePosition& parsePosition) const { in parseCurrency() argument
|
| H A D | rbnf.cpp | 1344 RuleBasedNumberFormat::parse(const UnicodeString& text, in parse() argument
|
| H A D | rulebasedcollator.cpp | 831 UTF16NFDIterator(const UChar *text, const UChar *textLimit) : s(text), limit(textLimit) {} in UTF16NFDIterator() argument 854 FCDUTF16NFDIterator(const Normalizer2Impl &nfcImpl, const UChar *text, const UChar *textLimit) in FCDUTF16NFDIterator() argument 882 UTF8NFDIterator(const uint8_t *text, int32_t textLength) UTF8NFDIterator() argument 899 FCDUTF8NFDIterator(const CollationData *data, const uint8_t *text, int32_t textLength) FCDUTF8NFDIterator() argument [all...] |
| H A D | tzgnames.cpp | 890 TZGNCore::findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, in findBestMatch() argument 1011 TZGNCore::findLocal(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const { in findLocal() argument 1096 findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const findTimeZoneNames() argument 1324 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const findBestMatch() argument [all...] |
| H A D | uregex.cpp | 373 uregex_setText(URegularExpression *regexp2, const UChar *text, int32_t textLength, UErrorCode *status) uregex_setText() argument 407 uregex_setUText(URegularExpression *regexp2, UText *text, UErrorCode *status) uregex_setUText() argument 494 uregex_refreshUText(URegularExpression *regexp2, UText *text, UErrorCode *status) uregex_refreshUText() argument [all...] |
| /third_party/skia/tests/ |
| H A D | ImageFilterTest.cpp | 775 const char* text = "ABC"; in DEF_TEST() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ubidiimp.h | 266 const UChar *text; member [all...] |
| H A D | unistr.cpp | 209 UnicodeString::UnicodeString(const UChar *text) { in UnicodeString() argument 214 UnicodeString::UnicodeString(const UChar *text, in UnicodeString() argument 224 const UChar *text = textPtr; in UnicodeString() local 658 doEquals(const UnicodeString &text, int32_t len) const doEquals() argument 1266 const UChar *text = textPtr; setTo() local 1609 handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) handleReplaceBetween() argument 1623 UChar* text = (UChar*) uprv_malloc( sizeof(UChar) * (limit - start) ); copy() local [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_xmp.cpp | 717 Set(const char *ns, const char *path, const char *text) Set() argument
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | parser.cc | 196 inline bool Parser::LookingAt(const char* text) { in LookingAt() argument 206 bool Parser::TryConsume(const char* text) { in TryConsume() argument 215 bool Parser::Consume(const char* text, const char* error) { in Consume() argument 224 bool Parser::Consume(const char* text) { in Consume() argument 338 TryConsumeEndOfDeclaration(const char* text, const LocationRecorder* location) TryConsumeEndOfDeclaration() argument 369 ConsumeEndOfDeclaration(const char* text, const LocationRecorder* location) ConsumeEndOfDeclaration() argument [all...] |
| H A D | command_line_interface.cc | 118 static bool IsWindowsAbsolutePath(const std::string& text) { in IsWindowsAbsolutePath() argument [all...] |
| /third_party/python/Python/ |
| H A D | fileutils.c | 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 824 encode_locale(const wchar_t *text, size_t *error_pos, int raw_malloc, int current_locale) encode_locale() argument 853 Py_EncodeLocale(const wchar_t *text, size_t *error_pos) Py_EncodeLocale() argument 862 _Py_EncodeLocaleRaw(const wchar_t *text, size_t *error_pos) _Py_EncodeLocaleRaw() argument 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 [all...] |
| H A D | pylifecycle.c | 2221 PyObject *buf = NULL, *stream = NULL, *text = NULL, *raw = NULL, *res; in create_stdio() local [all...] |
| H A D | pythonrun.c | 613 const char *text = PyUnicode_AsUTF8(text_obj); in print_error_text() local 497 parse_syntax_error(PyObject *err, PyObject **message, PyObject **filename, Py_ssize_t *lineno, Py_ssize_t *offset, Py_ssize_t* end_lineno, Py_ssize_t* end_offset, PyObject **text) parse_syntax_error() argument 965 PyObject *message, *filename, *text; print_exception_file_and_line() local [all...] |
| /third_party/python/Modules/cjkcodecs/ |
| H A D | multibytecodec.c | 483 multibytecodec_encode(MultibyteCodec *codec, MultibyteCodec_State *state, PyObject *text, Py_ssize_t *inpos_t, PyObject *errors, int flags) multibytecodec_encode() argument
|
| /third_party/python/Modules/_sqlite/ |
| H A D | connection.c | 695 const char *text = (const char *)sqlite3_value_text(cur_value); in _pysqlite_build_py_params() local
|