/third_party/lame/ACM/tinyxml/ |
H A D | tinyxmlparser.cpp | 145 StringEqual( const char* p, const char* tag, bool ignoreCase ) StringEqual() argument [all...] |
/third_party/mbedtls/tests/src/drivers/ |
H A D | test_driver_aead.c | 337 mbedtls_test_transparent_aead_finish( mbedtls_transparent_test_driver_aead_operation_t *operation, uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length, uint8_t *tag, size_t tag_size, size_t *tag_length) mbedtls_test_transparent_aead_finish() argument 378 mbedtls_test_transparent_aead_verify( mbedtls_transparent_test_driver_aead_operation_t *operation, uint8_t *plaintext, size_t plaintext_size, size_t *plaintext_length, const uint8_t *tag, size_t tag_length) mbedtls_test_transparent_aead_verify() argument
|
/third_party/ltp/pan/ |
H A D | zoolib.c | 186 int zoo_mark_cmdline(zoo_t z, pid_t p, char *tag, char *cmdline) in zoo_mark_cmdline() argument 194 int zoo_mark_args(zoo_t z, pid_t p, char *tag, int ac, char **av) in zoo_mark_args() argument 263 pid_t zoo_getpid(zoo_t z, char *tag) in zoo_getpid() argument 401 char tag[1 in zt_add() local [all...] |
H A D | reporter.c | 185 char *tag; /* tag name to look things up in */ scanner_test_end() local [all...] |
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genaes.c | 132 lws_genaes_destroy(struct lws_genaes_ctx *ctx, unsigned char *tag, size_t tlen) in lws_genaes_destroy() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationdata.cpp | 33 int32_t tag = Collation::tagFromCE32(ce32); in getIndirectCE32() local
|
H A D | number_affixutils.cpp | 164 AffixTag tag; in unescape() local 188 AffixTag tag; in unescapedCodePointCount() local 208 AffixTag tag; containsType() local 223 AffixTag tag; hasCurrencySymbols() local 240 AffixTag tag; replaceType() local 256 AffixTag tag; containsOnlySymbolsAndIgnorables() local 272 AffixTag tag; iterateWithConsumer() local 281 nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status) nextToken() argument 425 hasNext(const AffixTag &tag, const UnicodeString &string) hasNext() argument [all...] |
/third_party/mesa3d/src/util/ |
H A D | log.h | 88 const char *tag; member
|
/third_party/mesa3d/include/android_stub/android/ |
H A D | log.h | 198 const char* tag; global() member [all...] |
/third_party/libexif/libexif/ |
H A D | exif-content.c | 202 exif_content_get_entry (ExifContent *content, ExifTag tag) in exif_content_get_entry() argument [all...] |
/third_party/libexif/libexif/huawei/ |
H A D | mnote-huawei-entry.c | 316 mnote_huawei_entry_initialize(MnoteHuaweiEntry *e, MnoteHuaweiTag tag, ExifByteOrder order) in mnote_huawei_entry_initialize() argument
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-writer.cc | 128 JSONTraceWriter::JSONTraceWriter(std::ostream& stream, const std::string& tag) in JSONTraceWriter() argument 130 stream_ << "{\"" << tag << "\":["; in JSONTraceWriter() local 192 CreateJSONTraceWriter(std::ostream& stream, const std::string& tag) CreateJSONTraceWriter() argument
|
/third_party/node/deps/v8/src/torque/ls/ |
H A D | json.h | 27 enum { OBJECT, ARRAY, STRING, NUMBER, BOOL, IS_NULL } tag; member [all...] |
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_object.c | 221 int tag, xclass; in d2i_ASN1_OBJECT() local
|
H A D | asn1_parse.c | 99 int tag, xclass, ret = 0; in asn1_parse2() local 22 asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, int tag, int xclass, int constructed, int indent) asn1_print_info() argument 360 ASN1_tag2str(int tag) ASN1_tag2str() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | ccm128.c | 432 size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len) in CRYPTO_ccm128_tag() argument
|
/third_party/rust/crates/bindgen/bindgen-integration/cpp/ |
H A D | Test.cc | 72 Fourth::assert(MyEnum tag, unsigned long ptr) in assert() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | FieldCodec.cs | 54 public static FieldCodec<string> ForString(uint tag) in ForString() argument 64 ForBytes(uint tag) ForBytes() argument 74 ForBool(uint tag) ForBool() argument 84 ForInt32(uint tag) ForInt32() argument 94 ForSInt32(uint tag) ForSInt32() argument 104 ForFixed32(uint tag) ForFixed32() argument 114 ForSFixed32(uint tag) ForSFixed32() argument 124 ForUInt32(uint tag) ForUInt32() argument 134 ForInt64(uint tag) ForInt64() argument 144 ForSInt64(uint tag) ForSInt64() argument 154 ForFixed64(uint tag) ForFixed64() argument 164 ForSFixed64(uint tag) ForSFixed64() argument 174 ForUInt64(uint tag) ForUInt64() argument 184 ForFloat(uint tag) ForFloat() argument 194 ForDouble(uint tag) ForDouble() argument 209 ForEnum(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32) ForEnum() argument 220 ForString(uint tag, string defaultValue) ForString() argument 231 ForBytes(uint tag, ByteString defaultValue) ForBytes() argument 242 ForBool(uint tag, bool defaultValue) ForBool() argument 253 ForInt32(uint tag, int defaultValue) ForInt32() argument 264 ForSInt32(uint tag, int defaultValue) ForSInt32() argument 275 ForFixed32(uint tag, uint defaultValue) ForFixed32() argument 286 ForSFixed32(uint tag, int defaultValue) ForSFixed32() argument 297 ForUInt32(uint tag, uint defaultValue) ForUInt32() argument 308 ForInt64(uint tag, long defaultValue) ForInt64() argument 319 ForSInt64(uint tag, long defaultValue) ForSInt64() argument 330 ForFixed64(uint tag, ulong defaultValue) ForFixed64() argument 341 ForSFixed64(uint tag, long defaultValue) ForSFixed64() argument 352 ForUInt64(uint tag, ulong defaultValue) ForUInt64() argument 363 ForFloat(uint tag, float defaultValue) ForFloat() argument 374 ForDouble(uint tag, double defaultValue) ForDouble() argument 390 ForEnum(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32, T defaultValue) ForEnum() argument 439 message => CodedOutputStream.ComputeMessageSize(message), tag); global() field in Google.Protobuf.FieldCodec [all...] |
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | CodedInputStreamTest.java | 359 public int makeTag(int number, int tag) { in makeTag() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | flist.c | 88 int tag, newindex, next; in stack_push() local
|
/third_party/pulseaudio/src/pulse/ |
H A D | ext-device-manager.c | 47 static void ext_device_manager_test_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *userdata) { in ext_device_manager_test_cb() argument 84 uint32_t tag; in pa_ext_device_manager_test() local 107 static void ext_device_manager_read_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *userdata) { in ext_device_manager_read_cb() argument 184 uint32_t tag; in pa_ext_device_manager_read() local 214 uint32_t tag; in pa_ext_device_manager_set_device_description() local 250 uint32_t tag; pa_ext_device_manager_delete() local 301 uint32_t tag; pa_ext_device_manager_enable_role_device_priority_routing() local 333 uint32_t tag, i; pa_ext_device_manager_reorder_devices_for_role() local 374 uint32_t tag; pa_ext_device_manager_subscribe() local 413 pa_ext_device_manager_command(pa_context *c, uint32_t tag, pa_tagstruct *t) pa_ext_device_manager_command() argument [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | a_object.c | 221 int tag, xclass; in d2i_ASN1_OBJECT() local
|
H A D | asn1_parse.c | 99 int tag, xclass, ret = 0; in asn1_parse2() local 22 asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, int tag, int xclass, int constructed, int indent) asn1_print_info() argument 360 ASN1_tag2str(int tag) ASN1_tag2str() argument [all...] |
/third_party/openssl/crypto/modes/ |
H A D | ccm128.c | 432 size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len) in CRYPTO_ccm128_tag() argument
|
/third_party/skia/src/gpu/ |
H A D | GrGpuResource.cpp | 90 const char* tag = "Scratch"; in dumpMemoryStatisticsPriv() local 236 void GrGpuResource::setResourceTag(const GrGpuResourceTag tag) in setResourceTag() argument
|