Home
last modified time | relevance | path

Searched defs:tag (Results 226 - 250 of 1821) sorted by relevance

12345678910>>...73

/third_party/gn/src/gn/
H A Dtagged_pointer.h17 TaggedPointer(T* ptr, unsigned tag) in TaggedPointer() argument
25 unsigned tag() const { return static_cast<unsigned>(value_ & kTagMask); } in tag() function in TaggedPointer
32 void set_tag(unsigned tag) { in set_tag() argument
50 static void CheckTagValue(unsigned tag) { in CheckTagValue() argument
52 << "Tag value is larger than " << BITS << " bits: " << tag; CheckTagValue() local
[all...]
/third_party/icu/icu4c/source/test/perf/leperf/
H A DFontTableCache.cpp22 LETag tag; member
/third_party/icu/icu4c/source/test/letest/
H A DFontTableCache.cpp20 LETag tag; member
/third_party/icu/icu4c/source/samples/layout/
H A DFontTableCache.cpp21 LETag tag; member
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DOpenTypeTagBuilder.java199 private static String tagLabel(String tag) in tagLabel() argument
H A DTaggedRecord.java20 private String tag; field in TaggedRecord
54 public static int search(TaggedRecord[] table, int count, String tag) in search() argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUTagletAdapter.java26 public abstract String toString(Tag tag); in toString() argument
30 public Content getTagletOutput(Tag tag, TagletWriter writer) in getTagletOutput() argument
/third_party/libcoap/src/
H A Dcoap_asn1.c39 coap_asn1_tag_t tag = 0; in asn1_tag_c() local
70 uint8_t tag in get_asn1_tag() local
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
H A Dglib.c28 guint tag; member
/third_party/node/benchmark/napi/type-tag/
H A Dbinding.c26 static const napi_type_tag tag = { variable
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_buffer.c80 uint32_t tag = UINT32_C(1) << (width - 1); in dxil_buffer_emit_vbr_bits() local
/third_party/libexif/libexif/
H A Dexif-entry.h45 ExifTag tag; member
[all...]
/third_party/libexif/contrib/examples/
H A Dphotographer.c25 static void show_tag(ExifData *d, ExifIfd ifd, ExifTag tag) in show_tag() argument
44 static void show_mnote_tag(ExifData *d, unsigned tag) in show_mnote_tag() argument
[all...]
/third_party/libexif/libexif/canon/
H A Dmnote-canon-tag.c29 MnoteCanonTag tag; member
115 MnoteCanonTag tag; member
/third_party/libexif/libexif/huawei/
H A Dmnote-huawei-entry.h27 MnoteHuaweiTag tag; member
/third_party/node/deps/v8/src/execution/
H A Dembedder-state.cc14 EmbedderState(v8::Isolate* isolate, Local<v8::Context> context, EmbedderStateTag tag) EmbedderState() argument
/third_party/node/deps/v8/src/objects/
H A Dstruct-inl.h43 set(AccessorComponent component, Object value, ReleaseStoreTag tag) set() argument
/third_party/node/deps/openssl/openssl/providers/common/der/
H A Dder_rsa_sig.c33 int ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption(WPACKET *pkt, int tag, in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption() argument
/third_party/rust/crates/cxx/demo/src/
H A Dblobstore.cc50 void BlobstoreClient::tag(uint64_t blobid, rust::Str tag) const { in tag() function in org::BlobstoreClient
H A Dmain.rs24 fn tag(&self, blobid: u64, tag: &str); in tag() functions
/third_party/pulseaudio/src/pulsecore/
H A Dcpu-arm.c39 get_cpuinfo_line(char *cpuinfo, const char *tag) { in get_cpuinfo_line() argument
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
H A DLog.java33 public static void d (String tag, String msg) { in d() argument
38 public static void i (String tag, String msg) { in i() argument
43 public static void w (String tag, String msg) { in w() argument
48 public static void w (String tag, String msg, Throwable tr) { in w() argument
53 public static void e (String tag, String msg) { in e() argument
58 e(String tag, String msg, Throwable tr) e() argument
[all...]
/third_party/openssl/providers/common/der/
H A Dder_rsa_sig.c33 int ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption(WPACKET *pkt, int tag, in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DHtmlViewer.java26 public static void tag(GSubTable gsub, String outFileName) throws FileNotFoundException, UnsupportedEncodingException { in tag() method in HtmlViewer
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DTableSubsetter.java31 public boolean tagHandled(int tag); in tagHandled() argument

Completed in 7 milliseconds

12345678910>>...73