Searched refs:tag (Results 176 - 200 of 1855) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/perf/leperf/
H A DFontTableCache.cpp18 LETag tag; member in struct:FontTableCacheEntry
34 fTableCache[i].tag = 0;
45 fTableCache[i].tag = 0;
63 if (fTableCache[i].tag == tableTag) {
84 fTableCache[i].tag = 0;
92 fTableCache[fTableCacheCurr].tag = tableTag;
/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java47 public static final String tag = "StackMap"; field in class:StackMap
54 super(cp, tag, newInfo);
71 * <code>Top_variable_info.tag</code>.
76 * <code>Integer_variable_info.tag</code>.
81 * <code>Float_variable_info.tag</code>.
86 * <code>Double_variable_info.tag</code>.
91 * <code>Long_variable_info.tag</code>.
96 * <code>Null_variable_info.tag</code>.
101 * <code>UninitializedThis_variable_info.tag</code>.
106 * <code>Object_variable_info.tag</cod
208 typeInfo(int pos, byte tag) argument
252 typeInfo(int pos, byte tag) argument
287 insertLocal(int index, int tag, int classInfo) argument
323 typeInfo(int pos, byte tag) argument
530 writeVerifyTypeInfo(int tag, int data) argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTabSpec.java18 private String tag; field in class:ShadowTabSpec
27 * Non-Android accessor, sets the tag on the TabSpec
29 public void setTag(String tag) { argument
30 this.tag = tag;
35 return tag;
98 contentView = factory.createTabContent(this.tag);
/external/skia/include/core/
H A DSkPaintOptionsAndroid.h28 SkLanguage(const SkString& tag) : fTag(tag) { } argument
29 SkLanguage(const char* tag) : fTag(tag) { } argument
30 SkLanguage(const char* tag, size_t len) : fTag(tag, len) { } argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DField.java45 private byte tag; field in class:Field
82 * Sets signature and detects type tag from it.
90 tag = JDWPConstants.Tag.ARRAY_TAG;
93 tag = JDWPConstants.Tag.BYTE_TAG;
96 tag = JDWPConstants.Tag.CHAR_TAG;
99 tag = JDWPConstants.Tag.OBJECT_TAG;
102 tag = JDWPConstants.Tag.FLOAT_TAG;
105 tag = JDWPConstants.Tag.DOUBLE_TAG;
108 tag = JDWPConstants.Tag.INT_TAG;
111 tag
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERTaggedObjectParser.java33 int tag,
46 return _parser.readImplicit(_constructed, tag);
32 getObjectParser( int tag, boolean isExplicit) argument
/external/chromium_org/chrome/renderer/spellchecker/
H A Dcocoa_spelling_engine_mac.cc32 int tag) {
35 word_to_check, tag, &word_correct));
31 CheckSpelling(const base::string16& word_to_check, int tag) argument
H A Dspellcheck_language.h30 // The |tag| parameter should either be a unique identifier for the document
39 int tag,
55 bool IsValidContraction(const base::string16& word, int tag);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/
H A Dextract_reference_link.py39 def handle_starttag(self, tag, attrs):
40 if tag != "link":
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsetup.h26 __u32 tag; member in struct:tag_header
146 struct tag { struct
172 __u32 tag; member in struct:tagtable
173 int (*parse)(const struct tag *);
176 #define tag_member_present(tag,member) \
177 ((unsigned long)(&((struct tag *)0L)->member + 1) \
178 <= (tag)->hdr.size * 4)
180 #define tag_next(t) ((struct tag *)((__u32 *)(t) + (t)->hdr.size))
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPETag.java47 * entity tag field
57 public SIPETag( String tag ) throws ParseException {
59 this.setETag( tag );
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DSameZeroFrame.java44 * Creates a SameZeroFrame with the given tag.
46 public SameZeroFrame(int tag) argument
48 u2offsetDelta = tag - SAME_ZERO_FRAME;
/external/chromium_org/net/quic/crypto/
H A Daes_128_gcm_12_encrypter_test.cc45 // length, plaintext length, AAD length, and tag length.
63 const char* tag; member in struct:__anon9418::TestVector
238 string tag; local
244 ASSERT_TRUE(DecodeHexString(test_vectors[j].tag, &tag));
253 EXPECT_EQ(test_info.tag_len, tag.length() * 8);
267 tag.length());
268 tag.resize(Aes128Gcm12Encrypter::kAuthTagSize);
270 ASSERT_EQ(ct.length() + tag.length(), encrypted->length());
274 "authentication tag", encrypte
[all...]
/external/harfbuzz_ng/test/api/
H A Dtest-ot-tag.c31 /* Unit tests for hb-ot-tag.h */
39 hb_script_t tag; local
42 g_test_message ("Testing script %c%c%c%c: tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s);
43 tag = hb_tag_from_string (s, -1);
47 g_assert_cmphex (t1, ==, tag);
50 g_assert_cmphex (hb_ot_tag_to_script (tag), ==, script);
59 g_test_message ("Testing script %c%c%c%c: new tag %s, old tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s1, s2);
146 hb_tag_t tag = hb_tag_from_string (tag_s, -1); local
148 g_test_message ("Testing language %s <-> tag
158 hb_tag_t tag = hb_tag_from_string (tag_s, -1); local
169 hb_tag_t tag = hb_tag_from_string (tag_s, -1); local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_bytes.c74 int inf,tag,xclass; local
78 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
81 if (tag >= 32)
86 if (!(ASN1_tag2bit(tag) & type))
93 if (tag == V_ASN1_BIT_STRING)
121 ret->type=tag;
132 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) argument
139 if (tag == V_ASN1_BIT_STRING)
143 r=ASN1_object_size(0,ret,tag);
147 if ((tag
165 int inf,tag,xclass; local
[all...]
/external/openssl/crypto/asn1/
H A Da_bytes.c73 int inf,tag,xclass; local
77 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
80 if (tag >= 32)
85 if (!(ASN1_tag2bit(tag) & type))
92 if (tag == V_ASN1_BIT_STRING)
120 ret->type=tag;
131 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) argument
138 if (tag == V_ASN1_BIT_STRING)
142 r=ASN1_object_size(0,ret,tag);
146 if ((tag
164 int inf,tag,xclass; local
[all...]
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_proxy_impl_unittest.cc65 void WriteItem(const std::string& tag, const std::string& value);
66 void DeleteItem(const std::string& tag);
76 const std::string& tag,
78 void TombstoneFromServer(int64 version_offset, const std::string& tag);
83 const std::string& tag,
87 // Returns true if the proxy has an pending update with specified tag.
88 bool HasPendingUpdate(const std::string& tag) const;
90 // Returns the pending update with the specified tag.
91 UpdateResponseData GetPendingUpdate(const std::string& tag) const;
100 // Read emitted commit requests by tag, mos
182 WriteItem(const std::string& tag, const std::string& value) argument
188 DeleteItem(const std::string& tag) argument
200 UpdateFromServer(int64 version_offset, const std::string& tag, const std::string& value) argument
213 PendingUpdateFromServer( int64 version_offset, const std::string& tag, const std::string& value, const std::string& key_name) argument
230 TombstoneFromServer(int64 version_offset, const std::string& tag) argument
295 GenerateTagHash( const std::string& tag) argument
300 GenerateSpecifics( const std::string& tag, const std::string& value) argument
311 GenerateEncryptedSpecifics( const std::string& tag, const std::string& value, const std::string& key_name) argument
331 HasCommitRequestForTag( const std::string& tag) argument
337 GetLatestCommitRequestForTag( const std::string& tag) argument
[all...]
/external/chromium_org/device/nfc/
H A Dnfc_tag.h12 // NfcTag represents a remote NFC tag. An NFC tag is a passive NFC device,
22 // tag.
24 // The NfcTag class facilitates possible interactions with a tag. The most
25 // common usage of a tag is to exchange NDEF messages, but different kinds of
29 // NFC tag types.
38 // NFC protocols that a tag can support. A tag will usually support only one
54 // Called when the tag type has been determined.
55 virtual void TagTypeChanged(NfcTag* tag, TagTyp argument
58 TagWritePermissionChanged(NfcTag* tag, bool read_only) argument
61 TagSupportedProtocolChanged(NfcTag* tag, Protocol protocol) argument
65 TagReady(NfcTag* tag) argument
[all...]
H A Dnfc_tag_technology.h16 // I/O operation on an NFC tag. NFC tags can support a wide array of protocols.
22 // The various I/O technologies that an NFC tag can support.
35 // Returns true, if the underlying tag supports the NFC tag technology that
40 NfcTag* tag() const { return tag_; } function in class:device::NfcTagTechnology
43 // Constructs a technology instance, where |tag| is the NFC tag that this
47 explicit NfcTagTechnology(NfcTag* tag);
59 // NfcNdefTagTechnology allows reading and writing NDEF messages to a tag. This
65 // necessarily use NDEF to operate (e.g. a tag ma
86 RecordReceived(NfcTag* tag, const NfcNdefRecord* record) argument
[all...]
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_common.h36 uint32_t tag; member in struct:woff2::Table
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.cc72 char tag[4]; local
81 tag[i] = str[i];
83 tag[i] = ' ';
85 return HB_TAG_CHAR4 (tag);
90 * @tag:
98 hb_tag_to_string (hb_tag_t tag, char *buf) argument
100 buf[0] = (char) (uint8_t) (tag >> 24);
101 buf[1] = (char) (uint8_t) (tag >> 16);
102 buf[2] = (char) (uint8_t) (tag >> 8);
103 buf[3] = (char) (uint8_t) (tag >>
368 hb_script_from_iso15924_tag(hb_tag_t tag) argument
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dlanguage.h25 // Helper for working with a BCP 47 language tag.
31 // The language tag (with '_' replaced with '-'), for example "zh-Latn-CN".
32 std::string tag; member in struct:i18n::addressinput::Language
37 // True if the language tag explicitly has a Latin script. For example, this
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
H A Dheader.h27 explicit Header(int32_t tag);
30 Header(int32_t tag, int32_t length);
33 Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length);
36 // Get the table tag.
37 int32_t tag() { return tag_; } function in class:sfntly::Header
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dtable_subsetter_impl.h28 virtual bool TagHandled(int32_t tag);
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc64 thread_map_[ThreadWrapper::GetThreadId()].global_state.tag = ToString(name);
69 thread_map_[ThreadWrapper::GetThreadId()].global_state.tag = name;
74 thread_map_[ThreadWrapper::GetThreadId()].global_state.tag = name;
88 printf("%s\t", state.tag.c_str());
103 printf("PLOT\t%s\t%f\t%f\n", state.tag.c_str(), state.timestamp_ms * 0.001,
113 Logging::State::State() : tag(""), timestamp_ms(0), enabled(true) {}
115 Logging::State::State(const std::string& tag, int64_t timestamp_ms, argument
117 : tag(tag),
123 if (tag
[all...]

Completed in 510 milliseconds

1234567891011>>