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

1234567891011>>

/external/v8/src/
H A Dlog.h186 // Emits an event with a tag, and some resource usage information.
187 // -> (name, tag, <rusage information>).
190 void ResourceEvent(const char* name, const char* tag);
205 void ApiNamedPropertyAccess(const char* tag, JSObject* holder, Object* name);
206 void ApiIndexedPropertyAccess(const char* tag,
209 void ApiObjectAccess(const char* tag, JSObject* obj);
219 void CodeCreateEvent(LogEventsAndTags tag,
221 void CodeCreateEvent(LogEventsAndTags tag,
223 void CodeCreateEvent(LogEventsAndTags tag,
227 void CodeCreateEvent(LogEventsAndTags tag,
354 char tag = T::kTag; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dir_opt.c252 if (e->tag == Iex_Get)
254 if (e->tag == Iex_Binop)
257 if (e->tag == Iex_Load)
273 switch (ex->tag) {
353 if (ex->Iex.Const.con->tag == Ico_F64i) {
383 switch (st->tag) {
579 if (st->tag == Ist_NoOp)
583 if (st->tag == Ist_WrTmp
584 && st->Ist.WrTmp.data->tag == Iex_Get) {
618 if (st->tag
2529 enum { Ut, Btt, Btc, Bct, Cf64i, Mttt, GetIt } tag; member in struct:__anon13375
[all...]
/external/elfutils/backends/
H A Dppc_symbol.c58 ppc_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), argument
61 switch (tag)
73 ppc_dynamic_tag_check (int64_t tag) argument
75 return tag == DT_PPC_GOT;
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_String_info.java44 public final byte tag () method in class:CONSTANT_String_info
/external/icu4c/layout/
H A DOpenTypeUtilities.h23 static Offset getTagOffset(LETag tag, const TagAndOffsetRecord *records, le_int32 recordCount);
/external/icu4c/test/intltest/
H A Dcpdtrtst.h55 void expectAux(const UnicodeString& tag,
H A Djamotest.h45 virtual void expectAux(const UnicodeString& tag,
/external/markdown/markdown/extensions/
H A Drss.py54 # Insert a tree-processor that would actually add the title tag
70 for tag, text in (("title", self.ext.getConfig("TITLE")),
74 element = etree.SubElement(channel, tag)
79 if child.tag in ["h1", "h2", "h3", "h4", "h5"]:
93 elif child.tag in ["p"]:
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DWireFormat.java58 /** Given a tag value, determines the wire type (the lower 3 bits). */
59 static int getTagWireType(final int tag) { argument
60 return tag & TAG_TYPE_MASK;
63 /** Given a tag value, determines the field number (the upper 29 bits). */
64 public static int getTagFieldNumber(final int tag) { argument
65 return tag >>> TAG_TYPE_BITS;
68 /** Makes a tag value given a field number and wire type. */
/external/quake/quake/src/QW/client/
H A Dzone.h90 void *Z_TagMalloc (int size, int tag);
/external/quake/quake/src/WinQuake/
H A Dzone.h90 void *Z_TagMalloc (int size, int tag);
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraph.h89 ESR_ReturnCode(*addWordToSlot)(struct SR_SemanticGraph_t* self, const LCHAR* slot, const LCHAR* word, const LCHAR* tag, const ESR_BOOL maybeMultiMeaning);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-eax.c25 * @tag: 16-byte tag value
30 u8 *data, size_t data_len, u8 *tag)
70 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
89 * @tag: 16-byte tag value
90 * Returns: 0 on success, -1 on failure, -2 if tag does not match
94 u8 *data, size_t data_len, const u8 *tag)
140 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))
28 aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, u8 *tag) argument
92 aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, const u8 *tag) argument
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttp_client.h37 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
H A Dhttp_server.h23 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
/external/wpa_supplicant_8/src/crypto/
H A Daes-eax.c25 * @tag: 16-byte tag value
30 u8 *data, size_t data_len, u8 *tag)
70 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
89 * @tag: 16-byte tag value
90 * Returns: 0 on success, -1 on failure, -2 if tag does not match
94 u8 *data, size_t data_len, const u8 *tag)
140 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))
28 aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, u8 *tag) argument
92 aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, const u8 *tag) argument
/external/wpa_supplicant_8/src/wps/
H A Dhttp_client.h37 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
H A Dhttp_server.h23 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-eax.c25 * @tag: 16-byte tag value
30 u8 *data, size_t data_len, u8 *tag)
70 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
89 * @tag: 16-byte tag value
90 * Returns: 0 on success, -1 on failure, -2 if tag does not match
94 u8 *data, size_t data_len, const u8 *tag)
140 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))
28 aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, u8 *tag) argument
92 aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, const u8 *tag) argument
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttp_client.h37 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
H A Dhttp_server.h23 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
/external/icu4c/test/letest/
H A DFontObject.cpp60 DirectoryEntry *FontObject::findTable(LETag tag) argument
65 if (SWAPL(directory->tableDirectory[rangeShift].tag) <= tag) {
72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) {
77 if (SWAPL(directory->tableDirectory[table].tag) == tag) {
84 void *FontObject::readTable(LETag tag, le_uint32 *length) argument
86 DirectoryEntry *entry = findTable(tag);
/external/qemu/elff/
H A Ddwarf_die.cc38 Dwarf_Tag tag; local
39 return advance(NULL, &tag) != NULL ? tag : 0;
194 Dwarf_Tag tag; local
196 const Elf_Byte* die_attr = advance(&at_abbr, &tag);
199 die_, parent_cu()->get_die_reference(die_), dwarf_tag_name(tag),
251 Dwarf_Tag* tag) const {
265 if (tag != NULL) {
266 *tag = die_tag;
/external/sonivox/arm-fm-22k/host_src/
H A Deas_wave.c296 EAS_U32 tag; member in struct:__anon12166
299 EAS_U32 tag; local
319 chunk.tag = chunk.size = 0;
322 /* read the RIFF tag and file size */
330 /* read the RIFF tag */
336 if (chunk.tag != riffTag)
343 /* read the WAVE tag */
345 if (fread(&tag, sizeof(tag), 1, wFile->file) != 1)
349 if (tag !
[all...]
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_wave.c296 EAS_U32 tag; member in struct:__anon12216
299 EAS_U32 tag; local
319 chunk.tag = chunk.size = 0;
322 /* read the RIFF tag and file size */
330 /* read the RIFF tag */
336 if (chunk.tag != riffTag)
343 /* read the WAVE tag */
345 if (fread(&tag, sizeof(tag), 1, wFile->file) != 1)
349 if (tag !
[all...]

Completed in 401 milliseconds

1234567891011>>