Home
last modified time | relevance | path

Searched defs:text (Results 1601 - 1625 of 1728) sorted by relevance

1...<<61626364656667686970

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp1593 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 DxeTestCaseResult.hpp228 std::string text; member in xe::ri::Text
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp1971 std::ostringstream text; in outputCumulativePerfCounters() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp3744 std::string text = yytext; in floatsuffix_check() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp1541 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 DSpirvShader.cpp1720 auto text = spvtools::spvInstructionBinaryToText( in EmitInstruction() local
/third_party/skia/third_party/externals/libpng/
H A Dpng.c3316 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text) in png_fixed() argument
[all...]
H A Dpngrutil.c671 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 Dpngwutil.c1530 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 Ddecimfmt.cpp720 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 Drbnf.cpp1344 RuleBasedNumberFormat::parse(const UnicodeString& text, in parse() argument
H A Drulebasedcollator.cpp831 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 Dtzgnames.cpp890 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 Duregex.cpp373 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 DImageFilterTest.cpp775 const char* text = "ABC"; in DEF_TEST() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidiimp.h266 const UChar *text; member
[all...]
H A Dunistr.cpp209 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 Ddng_xmp.cpp717 Set(const char *ns, const char *path, const char *text) Set() argument
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc196 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 Dcommand_line_interface.cc118 static bool IsWindowsAbsolutePath(const std::string& text) { in IsWindowsAbsolutePath() argument
[all...]
/third_party/python/Python/
H A Dfileutils.c315 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 Dpylifecycle.c2221 PyObject *buf = NULL, *stream = NULL, *text = NULL, *raw = NULL, *res; in create_stdio() local
[all...]
H A Dpythonrun.c613 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 Dmultibytecodec.c483 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 Dconnection.c695 const char *text = (const char *)sqlite3_value_text(cur_value); in _pysqlite_build_py_params() local

Completed in 68 milliseconds

1...<<61626364656667686970