Searched refs:tag (Results 251 - 275 of 1855) sorted by relevance

<<11121314151617181920>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1InputStream.java126 * build an object given its tag and the number of bytes to construct it from.
129 int tag,
134 boolean isConstructed = (tag & CONSTRUCTED) != 0;
138 if ((tag & APPLICATION) != 0)
143 if ((tag & TAGGED) != 0)
180 throw new IOException("unknown tag " + tagNo + " encountered");
210 int tag = read();
211 if (tag <= 0)
213 if (tag == 0)
222 // calculate tag numbe
128 buildObject( int tag, int tagNo, int length) argument
281 readTagNumber(InputStream s, int tag) argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omaha/
H A DResponseParser.java124 String errorMessage = "Failed to parse: " + node.tag;
133 if (TextUtils.equals(TAG_RESPONSE, rootNode.children.get(i).tag)) {
139 // The tag was bad; reset all of our state and bail.
153 if (TextUtils.equals(TAG_DAYSTART, current.tag)) {
155 } else if (TextUtils.equals(TAG_APP, current.tag)) {
158 Log.w(TAG, "Ignoring unknown child of <" + node.tag + "> : " + current.tag);
196 if (TextUtils.equals(TAG_UPDATECHECK, current.tag)) {
198 } else if (TextUtils.equals(TAG_EVENT, current.tag)) {
200 } else if (TextUtils.equals(TAG_PING, current.tag)) {
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc21 #include "sfntly/tag.h"
197 ByteVector tag(4);
198 pbis->Read(&tag);
199 pbis->Unread(&tag);
200 return Tag::ttcf == GenerateTag(tag[0], tag[1], tag[2], tag[3]);
204 ByteVector tag(4);
205 rfd->ReadBytes(0, &(tag[
[all...]
/external/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc21 #include "sfntly/tag.h"
197 ByteVector tag(4);
198 pbis->Read(&tag);
199 pbis->Unread(&tag);
200 return Tag::ttcf == GenerateTag(tag[0], tag[1], tag[2], tag[3]);
204 ByteVector tag(4);
205 rfd->ReadBytes(0, &(tag[
[all...]
/external/skia/src/ports/
H A DSkFontConfigParser_android.cpp20 // These defines are used to determine the kind of tag that we're currently
48 * or file tag. The resulting strings are put into the fNames or FontFileInfo arrays.
103 * Handler for the start of a tag. The only tags we expect are family, nameset,
106 static void startElementHandler(void *data, const char *tag, const char **atts) { argument
108 int len = strlen(tag);
109 if (strncmp(tag, "family", len)== 0) {
112 // The Family tag has an optional "order" attribute with an integer value >= 0
122 } else if (len == 7 && strncmp(tag, "nameset", len) == 0) {
124 } else if (len == 7 && strncmp(tag, "fileset", len) == 0) {
126 } else if (strncmp(tag, "nam
139 endElementHandler(void *data, const char *tag) argument
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py173 def wps_tag_read(tag):
175 if len(tag.ndef.message):
176 for record in tag.ndef.message:
179 summary("WPS tag - send to hostapd")
180 success = wpas_tag_read(tag.ndef.message)
183 summary("Empty tag")
191 def rdwr_connected_write(tag):
192 summary("Tag found - writing - " + str(tag))
194 tag.ndef.message = str(write_data)
196 print "Done - remove tag"
[all...]
/external/chromium_org/sync/internal_api/
H A Dread_node.cc56 const std::string& tag) {
58 if (tag.empty())
61 const std::string hash = syncable::GenerateSyncableHash(model_type, tag);
81 const std::string& tag) {
83 if (tag.empty())
86 entry_ = new syncable::Entry(trans, syncable::GET_BY_SERVER_TAG, tag);
54 InitByClientTagLookup( ModelType model_type, const std::string& tag) argument
80 InitByTagLookupForBookmarks( const std::string& tag) argument
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_proj.sh81 tag Tool \
98 tag Tool \
281 tag Platform Name="$plat"
299 tag Tool \
310 tag Tool \
314 tag Tool \
325 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
328 tag Tool \
339 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
351 tag Too
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DExtendableMessageNano.java77 FieldData field = unknownFieldData.get(WireFormatNano.getTagFieldNumber(extension.tag));
85 int fieldNumber = WireFormatNano.getTagFieldNumber(extension.tag);
118 * <p>Note that the tag might be a end-group tag (rather than the start of an unknown field) in
122 * @param tag the tag of the field.
124 * @return {@literal true} unless the tag is an end-group tag.
126 protected final boolean storeUnknownField(CodedInputByteBufferNano input, int tag) argument
129 if (!input.skipField(tag)) {
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh46 hb_tag_t tag; /* should be first for our bsearch to work */ member in struct:hb_ot_map_t::feature_map_t
56 { return a->tag < b->tag ? -1 : a->tag > b->tag ? 1 : 0; }
187 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value,
190 inline void add_global_bool_feature (hb_tag_t tag)
191 { add_feature (tag, 1, F_GLOBAL); }
211 hb_tag_t tag;
219 { return (a->tag !
[all...]
H A Dhb-face-private.hh65 inline hb_blob_t *reference_table (hb_tag_t tag) const
72 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
/external/chromium_org/tools/perf/benchmarks/
H A Dblink_perf.py101 tag = 'animation' variable in class:BlinkPerfAnimation
110 tag = 'bindings' variable in class:BlinkPerfBindings
119 tag = 'css' variable in class:BlinkPerfCSS
128 tag = 'canvas' variable in class:BlinkPerfCanvas
137 tag = 'dom' variable in class:BlinkPerfDOM
146 tag = 'events' variable in class:BlinkPerfEvents
155 tag = 'interactive' variable in class:BlinkPerfInteractive
164 tag = 'layout' variable in class:BlinkPerfLayout
173 tag = 'mutation' variable in class:BlinkPerfMutation
182 tag variable in class:BlinkPerfParser
191 tag = 'svg' variable in class:BlinkPerfSVG
200 tag = 'shadow_dom' variable in class:BlinkPerfShadowDOM
209 tag = 'xml_http_request' variable in class:BlinkPerfXMLHttpRequest
[all...]
H A Dsmoothness.py71 tag = 'fast_path' variable in class:SmoothnessFastPathKeySilkCases
82 tag = 'gpu_rasterization' variable in class:SmoothnessGpuRasterizationTop25
94 tag = 'gpu_rasterization' variable in class:SmoothnessGpuRasterizationKeyMobileSites
105 tag = 'gpu_rasterization' variable in class:SmoothnessGpuRasterizationKeySilkCases
118 tag = 'fast_path_gpu_rasterization' variable in class:SmoothnessFastPathGpuRasterizationKeySilkCases
158 tag = 'fast_path' variable in class:SmoothnessFastPathPolymer
168 tag = 'gpu_rasterization' variable in class:SmoothnessGpuRasterizationPolymer
181 tag = 'fast_path_gpu_rasterization' variable in class:SmoothnessFastPathGpuRasterizationPolymer
/external/harfbuzz_ng/src/
H A Dhb-ot-map-private.hh46 hb_tag_t tag; /* should be first for our bsearch to work */ member in struct:hb_ot_map_t::feature_map_t
56 { return a->tag < b->tag ? -1 : a->tag > b->tag ? 1 : 0; }
187 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value,
190 inline void add_global_bool_feature (hb_tag_t tag)
191 { add_feature (tag, 1, F_GLOBAL); }
211 hb_tag_t tag;
219 { return (a->tag !
[all...]
H A Dhb-face-private.hh65 inline hb_blob_t *reference_table (hb_tag_t tag) const
72 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DRequest.java41 private final Object tag; field in class:Request
52 this.tag = builder.tag != null ? builder.tag : this;
92 public Object tag() { method in class:Request
93 return tag;
237 private Object tag; field in class:Request.Builder
248 this.tag = request.tag;
325 * Attaches {@code tag} t
329 tag(Object tag) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dnfc_debug_ui.cc68 // NFC tag technologies.
200 virtual void TagFound(NfcAdapter* adapter, NfcTag* tag) OVERRIDE;
201 virtual void TagLost(NfcAdapter*adapter, NfcTag* tag) OVERRIDE;
207 NfcTag* tag,
216 virtual void TagReady(NfcTag* tag) OVERRIDE;
234 // Called by the UI to push an NDEF record to a remote device or tag. |args|
250 // Stores the properties of the NFC tag in |out|, mapping these to keys
251 // that will be read by JS. |out| will not be modified, if no tag is known.
264 // Updates the data displayed in the UI for the current tag.
273 // The cached identifier of the most recent NFC tag foun
292 NfcTag* tag = nfc_adapter_->GetTag(tag_identifier_); local
316 TagFound(NfcAdapter* adapter, NfcTag* tag) argument
325 TagLost(NfcAdapter*adapter, NfcTag* tag) argument
350 RecordReceived( NfcTag* tag, const NfcNdefRecord* record) argument
372 TagReady(NfcTag* tag) argument
511 NfcTag* tag = nfc_adapter_->GetTag(tag_identifier_); local
607 NfcTag* tag = nfc_adapter_->GetTag(tag_identifier_); local
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DForeignSessionHelper.java50 public final String tag; field in class:ForeignSessionHelper.ForeignSession
56 private ForeignSession(String tag, String name, int deviceType, long modifiedTime) { argument
57 this.tag = tag;
98 List<ForeignSession> sessions, String tag, String name, int deviceType,
100 ForeignSession session = new ForeignSession(tag, name, deviceType, modifiedTime);
191 return nativeOpenForeignSessionTab(mNativeForeignSessionHelper, tab, session.tag,
203 nativeDeleteForeignSession(mNativeForeignSessionHelper, session.tag);
97 pushSession( List<ForeignSession> sessions, String tag, String name, int deviceType, long modifiedTime) argument
/external/chromium_org/net/quic/crypto/
H A Daes_128_gcm_12_decrypter_test.cc45 // length, plaintext length, AAD length, and tag length.
63 const char* tag; member in struct:__anon9414::TestVector
284 string tag; local
290 ASSERT_TRUE(DecodeHexString(test_vectors[j].tag, &tag));
301 EXPECT_EQ(test_info.tag_len, tag.length() * 8);
309 tag.length());
310 tag.resize(Aes128Gcm12Decrypter::kAuthTagSize);
311 string ciphertext = ct + tag;
/external/chromium_org/sync/internal_api/public/
H A Dread_node.h34 const std::string& tag) OVERRIDE;
50 InitByLookupResult InitByTagLookupForBookmarks(const std::string& tag);
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
H A Dlarge-table-with-collapsed-borders.js2 function createElement(tag, parent, className, id) {
3 var el = document.createElement(tag);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontFeatureSettings.h40 FontFeature(const AtomicString& tag, int value);
43 const AtomicString& tag() const { return m_tag; } function in class:blink::FontFeature
/external/chromium_org/third_party/skia/include/views/
H A DSkEventSink.h98 SkTagList* findTagList(U8CPU tag) const;
100 void removeTagList(U8CPU tag);
/external/clang/test/Sema/
H A Dblock-args.c50 struct tag { struct
53 typedef struct tag array_ty[1];
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h84 int32_t bundle_addtag(struct SRBRoot *bundle, const char *tag, UErrorCode *status);
111 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
120 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
131 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
133 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
140 struct SResource* intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
147 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status);
155 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status);

Completed in 4725 milliseconds

<<11121314151617181920>>