Home
last modified time | relevance | path

Searched defs:text (Results 1826 - 1850 of 2364) sorted by relevance

1...<<71727374757677787980>>...95

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_client.c219 char *text = ossl_sk_ASN1_UTF8STRING2text(emc->errorDetails, ", ", in send_receive_check() local
300 char *text = ossl_sk_ASN1_UTF8STRING2text(pollRep->reason, ", ", in poll_for_response() local
485 OSSL_CMP_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info, const char **text) OSSL_CMP_certConf_cb() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_sign.c296 TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx, int status, const char *text) TS_RESP_CTX_set_status_info() argument
329 TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx, int status, const char *text) TS_RESP_CTX_set_status_info_cond() argument
/third_party/node/deps/openssl/openssl/crypto/ui/
H A Dui_lib.c313 int UI_add_info_string(UI *ui, const char *text) in UI_add_info_string() argument
319 int UI_dup_info_string(UI *ui, const char *text) in UI_dup_info_string() argument
335 int UI_add_error_string(UI *ui, const char *text) in UI_add_error_string() argument
341 int UI_dup_error_string(UI *ui, const char *text) in UI_dup_error_string() argument
[all...]
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcherTest.java918 assertMatchProperties( PhoneNumberMatch match, String text, String number, String region) assertMatchProperties() argument
930 assertEqualRange(CharSequence text, int index, int start, int end) assertEqualRange() argument
1043 ensureTermination(String text, String defaultCountry, Leniency leniency) ensureTermination() argument
1055 findNumbersForLeniency( String text, String defaultCountry, Leniency leniency) findNumbersForLeniency() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DNumberingScheme.java729 public static Comment fromText(Anchor anchor, String text) { in fromText() argument
733 public static Comment fromText(String text) { in fromText() argument
/third_party/popt/src/
H A Dpopthelp.c884 void poptSetOtherOptionHelp(poptContext con, const char * text) in poptSetOtherOptionHelp() argument
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs1020 internal static string WrapInQuotes(string text) in WrapInQuotes() argument
/third_party/pulseaudio/src/pulsecore/
H A Dlog.c389 char text[256], location[128], timestamp[32]; in pa_log_levelv_meta() local
H A Dprotocol-http.c324 html_response( struct connection *c, int code, const char *msg, const char *text) html_response() argument
[all...]
/third_party/openssl/crypto/cmp/
H A Dcmp_ctx.c275 ossl_cmp_ctx_set0_statusString(OSSL_CMP_CTX *ctx, OSSL_CMP_PKIFREETEXT *text) ossl_cmp_ctx_set0_statusString() argument
H A Dcmp_client.c222 char *text = ossl_sk_ASN1_UTF8STRING2text(emc->errorDetails, ", ", in send_receive_check() local
303 char *text = ossl_sk_ASN1_UTF8STRING2text(pollRep->reason, ", ", in poll_for_response() local
488 OSSL_CMP_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info, const char **text) OSSL_CMP_certConf_cb() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.cpp73 uint8_t text[kMaxTextLength]; member
290 std::string text = formatFunc(maxValue); in AppendRunningGraphCommon() local
322 std::string text = formatFunc(peakRange, maxValueRange, histogram.size()); AppendRunningHistogramCommon() local
335 std::ostringstream text; AppendFPS() local
349 std::ostringstream text; AppendVulkanLastValidationMessage() local
363 std::ostringstream text; AppendVulkanValidationMessageCount() local
485 OutputText(std::ostream &out, const overlay::Text *text) OutputText() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.cpp267 void replaceToken(const GLchar* token, const GLchar* text, std::string& string) in replaceToken() argument
/third_party/skia/src/core/
H A DSkString.cpp207 sk_sp<SkString::Rec> SkString::Rec::Make(const char text[], size_t len) { in Make() argument
282 SkString::SkString(const char text[]) { in SkString() argument
288 SkString::SkString(const char text[], size_t len) { in SkString() argument
318 equals(const char text[], size_t len) const equals() argument
339 operator =(const char text[]) operator =() argument
379 set(const char text[]) set() argument
383 set(const char text[], size_t len) set() argument
401 insert(size_t offset, const char text[]) insert() argument
405 insert(size_t offset, const char text[], size_t len) insert() argument
[all...]
H A DSkFont.cpp153 int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, in textToGlyphs() argument
159 SkScalar SkFont::measureText(const void* text, size_t length, SkTextEncoding encoding, in measureText() argument
346 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) { in CountTextElements() argument
361 GlyphsToUnichars(const SkFont& font, const SkGlyphID glyphs[], int count, SkUnichar text[]) GlyphsToUnichars() argument
/third_party/skia/src/gpu/ops/
H A DAtlasTextOp.cpp544 const char* text = "The quick brown fox jumps over the lazy dog."; in GR_DRAW_OP_TEST_DEFINE() local
487 CreateOpTestingOnly(SurfaceDrawContext* sdc, const SkPaint& skPaint, const SkFont& font, const SkMatrixProvider& mtxProvider, const char* text, int x, int y) CreateOpTestingOnly() argument
/third_party/openssl/crypto/ui/
H A Dui_lib.c313 int UI_add_info_string(UI *ui, const char *text) in UI_add_info_string() argument
319 int UI_dup_info_string(UI *ui, const char *text) in UI_dup_info_string() argument
335 int UI_add_error_string(UI *ui, const char *text) in UI_add_error_string() argument
341 int UI_dup_error_string(UI *ui, const char *text) in UI_dup_error_string() argument
[all...]
/third_party/openssl/crypto/ts/
H A Dts_rsp_sign.c296 TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx, int status, const char *text) TS_RESP_CTX_set_status_info() argument
329 TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx, int status, const char *text) TS_RESP_CTX_set_status_info_cond() argument
/third_party/skia/third_party/externals/imgui/
H A Dimstb_textedit.h707 stb_textedit_paste_internal(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE *text, int len) stb_textedit_paste_internal() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dlistformatter.cpp79 ContextualHandler(bool (*testFunc)(const UnicodeString& text), in ContextualHandler() argument
90 ContextualHandler(bool (*testFunc)(const UnicodeString& text), in ContextualHandler() argument
133 static bool shouldChangeToE(const UnicodeString& text) { in shouldChangeToE() argument
150 shouldChangeToU(const UnicodeString& text) shouldChangeToU() argument
167 shouldChangeToVavDash(const UnicodeString& text) shouldChangeToVavDash() argument
[all...]
H A Dnfrs.cpp684 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const in parse() argument
[all...]
H A Dnfsubs.cpp693 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const doParse() argument
936 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const doParse() argument
1123 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, uint32_t nonNumericalExecutedRuleMask, Formattable& resVal) const doParse() argument
1258 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , uint32_t nonNumericalExecutedRuleMask, Formattable& result) const doParse() argument
[all...]
H A Dunum.cpp366 parseRes(Formattable& res, const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) parseRes() argument
395 unum_parse( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) unum_parse() argument
407 unum_parseInt64( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) unum_parseInt64() argument
419 unum_parseDouble( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) unum_parseDouble() argument
431 unum_parseDecimal(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , char *outBuf, int32_t outBufLength, UErrorCode *status) unum_parseDecimal() argument
464 unum_parseDoubleCurrency(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t* parsePos, UChar* currency, UErrorCode* status) unum_parseDoubleCurrency() argument
902 unum_parseToUFormattable(const UNumberFormat* fmt, UFormattable *result, const UChar* text, int32_t textLength, int32_t* parsePos, UErrorCode* status) unum_parseToUFormattable() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLLexer.h122 void start(skstd::string_view text) { in start() argument
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo.hh611 helper_cairo_line_from_buffer(helper_cairo_line_t *l, hb_buffer_t *buffer, const char *text, unsigned int text_len, int scale_bits, hb_bool_t utf8_clusters) helper_cairo_line_from_buffer() argument

Completed in 32 milliseconds

1...<<71727374757677787980>>...95