Home
last modified time | relevance | path

Searched defs:label (Results 676 - 700 of 1268) sorted by relevance

1...<<21222324252627282930>>...51

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java347 void checklocs(String label, in checklocs() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAlphabeticIndex.java862 private final String label; global() field in AlphabeticIndex.Bucket
899 Bucket(String label, String lowerBoundary, LabelType labelType) Bucket() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Duts46.cpp73 IDNA::labelToASCII_UTF8(StringPiece label, ByteSink &dest, in labelToASCII_UTF8() argument
83 IDNA::labelToUnicodeUTF8(StringPiece label, ByteSink &dest, in labelToUnicodeUTF8() argument
225 labelToASCII(const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const labelToASCII() argument
231 labelToUnicode(const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const labelToUnicode() argument
256 labelToASCII_UTF8(StringPiece label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const labelToASCII_UTF8() argument
262 labelToUnicodeUTF8(StringPiece label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const labelToUnicodeUTF8() argument
686 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, const UnicodeString &label, int32_t labelLength, UErrorCode &errorCode) replaceLabel() argument
711 const UChar *label=dest.getBuffer()+labelStart; processLabel() local
937 const UChar *label=dest.getBuffer()+labelStart; markBadACELabel() local
1000 checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const checkLabelBiDi() argument
1149 isLabelOkContextJ(const UChar *label, int32_t labelLength) const isLabelOkContextJ() argument
1218 checkLabelContextO(const UChar *label, int32_t labelLength, IDNAInfo &info) const checkLabelContextO() argument
1337 checkArgs(const void *label, int32_t length, void *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) checkArgs() argument
1367 uidna_labelToASCII(const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToASCII() argument
1383 uidna_labelToUnicode(const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToUnicode() argument
1431 uidna_labelToASCII_UTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToASCII_UTF8() argument
1447 uidna_labelToUnicodeUTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToUnicodeUTF8() argument
[all...]
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfdperf.c84 const char *label[MAX_CNTR_PER_GROUP]; member
730 const char *label = group->label[j]; in dump_counters() local
[all...]
/third_party/mesa3d/src/asahi/lib/
H A Ddecode.c271 agxdecode_stateful(uint64_t va, const char *label, decode_cmd decoder, bool verbose) in agxdecode_stateful() argument
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradix_sort_vk.c562 VkDebugUtilsLabelEXT const label = { in radix_sort_vk_sort_devaddr() local
891 VkDebugUtilsLabelEXT const label = { in radix_sort_vk_sort_indirect_devaddr() local
/third_party/node/src/crypto/
H A Dcrypto_util.cc680 bool SetRsaOaepLabel(const EVPKeyCtxPointer& ctx, const ByteSource& label) { in SetFipsCrypto() argument
/third_party/ntfs-3g/libntfs-3g/
H A Dvolume.c1914 int ntfs_volume_rename(ntfs_volume *vol, const ntfschar *label, int label_len) in ntfs_volume_rename() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duts46.cpp73 IDNA::labelToASCII_UTF8(StringPiece label, ByteSink &dest, in labelToASCII_UTF8() argument
83 IDNA::labelToUnicodeUTF8(StringPiece label, ByteSink &dest, in labelToUnicodeUTF8() argument
225 labelToASCII(const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const labelToASCII() argument
231 labelToUnicode(const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const labelToUnicode() argument
256 labelToASCII_UTF8(StringPiece label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const labelToASCII_UTF8() argument
262 labelToUnicodeUTF8(StringPiece label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const labelToUnicodeUTF8() argument
678 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, const UnicodeString &label, int32_t labelLength, UErrorCode &errorCode) replaceLabel() argument
703 const char16_t *label=dest.getBuffer()+labelStart; processLabel() local
926 const char16_t *label=dest.getBuffer()+labelStart; markBadACELabel() local
989 checkLabelBiDi(const char16_t *label, int32_t labelLength, IDNAInfo &info) const checkLabelBiDi() argument
1138 isLabelOkContextJ(const char16_t *label, int32_t labelLength) const isLabelOkContextJ() argument
1207 checkLabelContextO(const char16_t *label, int32_t labelLength, IDNAInfo &info) const checkLabelContextO() argument
1326 checkArgs(const void *label, int32_t length, void *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) checkArgs() argument
1356 uidna_labelToASCII(const UIDNA *idna, const char16_t *label, int32_t length, char16_t *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToASCII() argument
1372 uidna_labelToUnicode(const UIDNA *idna, const char16_t *label, int32_t length, char16_t *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToUnicode() argument
1420 uidna_labelToASCII_UTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToASCII_UTF8() argument
1436 uidna_labelToUnicodeUTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToUnicodeUTF8() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator-impl.h217 Label* label() { return &label_; } in label() function in v8::internal::compiler::DeoptimizationExit
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.h476 TraceScope(JSHeapBroker* broker, const char* label) in TraceScope() argument
479 TraceScope(JSHeapBroker* broker, ObjectData* data, const char* label) in TraceScope() argument
482 TraceScope(JSHeapBroker* broker, void* subject, const char* label) in TraceScope() argument
/third_party/node/deps/v8/include/
H A Dv8-util.h287 PersistentValueMapBase(Isolate* isolate, const char* label) in PersistentValueMapBase() argument
358 PersistentValueMap(Isolate* isolate, const char* label) in PersistentValueMap() argument
434 GlobalValueMap(Isolate* isolate, const char* label) in GlobalValueMap() argument
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h125 AsmJsScanner::token_t label; member
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h408 void BindExceptionHandler(Label* label) { bind(label); } in BindExceptionHandler() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-util.h292 PersistentValueMapBase(Isolate* isolate, const char* label) in PersistentValueMapBase() argument
364 PersistentValueMap(Isolate* isolate, const char* label) in PersistentValueMap() argument
440 GlobalValueMap(Isolate* isolate, const char* label) in GlobalValueMap() argument
/third_party/node/deps/v8/src/ast/
H A Dast-traversal-visitor.h204 Expression* label = clause->label(); in VisitSwitchStatement() local
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h563 void BindExceptionHandler(Label* label) { bind(label); } in BindExceptionHandler() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler-tracer.cc30 static int LabelToInt(Label* label) { in LabelToInt() argument
35 void RegExpMacroAssemblerTracer::Bind(Label* label) { in Bind() argument
47 void RegExpMacroAssemblerTracer::CheckGreedyLoop(Label* label) { in CheckGreedyLoop() argument
71 GoTo(Label* label) GoTo() argument
77 PushBacktrack(Label* label) PushBacktrack() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.c544 const struct brw_label *label = brw_find_label(root_label, offset); in brw_disassemble() local
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1323 int fixup, label; in build_vertex_emit() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h103 unsigned label[32]; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.c406 panfrost_batch_create_bo(struct panfrost_batch *batch, size_t size, uint32_t create_flags, enum pipe_shader_type stage, const char *label) panfrost_batch_create_bo() argument
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c52 static int print_labeled_bignum(BIO *out, const char *label, const BIGNUM *bn) in print_labeled_bignum() argument
133 static int print_labeled_buf(BIO *out, const char *label, in print_labeled_buf() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dfipsinstall.c116 static int print_mac(BIO *bio, const char *label, const unsigned char *mac, in print_mac() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls13_enc.c638 const unsigned char *label; in tls13_change_cipher_state() local
34 tls13_hkdf_expand(SSL *s, const EVP_MD *md, const unsigned char *secret, const unsigned char *label, size_t labellen, const unsigned char *data, size_t datalen, unsigned char *out, size_t outlen, int fatal) tls13_hkdf_expand() argument
333 derive_secret_key_and_iv(SSL *s, int sending, const EVP_MD *md, const EVP_CIPHER *ciph, const unsigned char *insecret, const unsigned char *hash, const unsigned char *label, size_t labellen, unsigned char *secret, unsigned char *key, unsigned char *iv, EVP_CIPHER_CTX *ciph_ctx) derive_secret_key_and_iv() argument
1029 tls13_export_keying_material(SSL *s, unsigned char *out, size_t olen, const char *label, size_t llen, const unsigned char *context, size_t contextlen, int use_context) tls13_export_keying_material() argument
1071 tls13_export_keying_material_early(SSL *s, unsigned char *out, size_t olen, const char *label, size_t llen, const unsigned char *context, size_t contextlen) tls13_export_keying_material_early() argument
[all...]

Completed in 46 milliseconds

1...<<21222324252627282930>>...51