/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 645 draw_text(cairo_t *cr, const char *text, double x, double y) in draw_text() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | req.c | 263 int modulus = 0, multirdn = 1, verify = 0, noout = 0, text = 0; in req_main() local 1360 static int add_DN_object(X509_NAME *n, char *text, cons argument 1380 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) add_attribute_object() argument 1402 build_data(char *text, const char *def, char *value, int n_min, int n_max, char *buf, const int buf_size, const char *desc1, const char *desc2) build_data() argument [all...] |
H A D | x509.c | 289 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = 0, ext = 0; in x509_main() local
|
/third_party/python/Python/ |
H A D | traceback.c | 1089 _Py_DumpASCII(int fd, PyObject *text) in _Py_DumpASCII() argument
|
/third_party/openssl/apps/ |
H A D | req.c | 263 int modulus = 0, multirdn = 1, verify = 0, noout = 0, text = 0; in req_main() local 1358 static int add_DN_object(X509_NAME *n, char *text, cons argument 1378 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) add_attribute_object() argument 1400 build_data(char *text, const char *def, char *value, int n_min, int n_max, char *buf, const int buf_size, const char *desc1, const char *desc2) build_data() argument [all...] |
H A D | x509.c | 289 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = 0, ext = 0; in x509_main() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingCallableShadersTests.cpp | 1295 std::string text = generateShaderSource(body, resultType, flags, prefix); in addShaderSource() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 451 Operation(const char* text) in Operation() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor_tab_autogen.cpp | 1410 std::string text = stream.str(); local 1452 std::string text = stream.str(); local 1482 std::string text = stream.str(); local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGlSpirvTests.cpp | 118 void replaceToken(const GLchar* token, const GLchar* text, std::string& string) in replaceToken() argument
|
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
|