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

1234567891011>>

/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.c296 EAS_U32 tag; member in struct:__anon9746
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/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/v8/src/
H A Dvm-state.h39 inline VMState(Isolate* isolate, StateTag tag);
H A Dlog.h183 // Emits an event with a tag, and some resource usage information.
184 // -> (name, tag, <rusage information>).
187 void ResourceEvent(const char* name, const char* tag);
202 void ApiNamedPropertyAccess(const char* tag, JSObject* holder, Object* name);
203 void ApiIndexedPropertyAccess(const char* tag,
206 void ApiObjectAccess(const char* tag, JSObject* obj);
216 void CodeCreateEvent(LogEventsAndTags tag,
218 void CodeCreateEvent(LogEventsAndTags tag,
220 void CodeCreateEvent(LogEventsAndTags tag,
224 void CodeCreateEvent(LogEventsAndTags tag,
[all...]
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated_comparison.cpp1155 QString tag = QString::fromLatin1("%20 <=> %21").arg(value1.first, value2.first); local
1156 QTest::newRow(tag.toAscii().constData()) << value1.second << value2.second << equals.contains(tag); }
1693 QString tag = QString::fromLatin1("%20 <=> %21").arg(value1.first, value2.first); local
1694 QTest::newRow(tag.toAscii().constData()) << value1.second << value2.second << equals.contains(tag); }
1788 QString tag = QString::fromLatin1("%20 <=> %21").arg(value1.first, value2.first); local
1789 QTest::newRow(tag.toAscii().constData()) << value1.second << value2.second << equals.contains(tag); }
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
H A Diexploder.rb117 def inventCssValue(tag)
136 def mangleTag(tag)
140 # 20% chance of closing a tag instead of opening it. This
143 out = "</" + tag + ">"
148 out = "<" + tag
150 # forgot the space between the tag and the attributes
198 # very small chance we let the tag run on.
203 out << inventCssValue(tag)
216 if tag =~ /html|body|head/
217 return '<' + tag
[all...]
/external/webrtc/src/modules/audio_processing/main/test/unit_test/
H A Daudio_processing_unittest.pb.cc116 ::google::protobuf::uint32 tag; local
117 while ((tag = input->ReadTag()) != 0) {
118 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
121 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
136 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
152 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
168 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
184 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
188 DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag, NULL));
395 ::google::protobuf::uint32 tag; local
667 ::google::protobuf::uint32 tag; local
1013 ::google::protobuf::uint32 tag; local
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-eax.c31 * @tag: 16-byte tag value
36 u8 *data, size_t data_len, u8 *tag)
76 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
95 * @tag: 16-byte tag value
96 * Returns: 0 on success, -1 on failure, -2 if tag does not match
100 u8 *data, size_t data_len, const u8 *tag)
146 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))
34 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
98 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.h43 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
H A Dhttp_server.h29 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
/external/wpa_supplicant_8/src/crypto/
H A Daes-eax.c31 * @tag: 16-byte tag value
36 u8 *data, size_t data_len, u8 *tag)
76 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
95 * @tag: 16-byte tag value
96 * Returns: 0 on success, -1 on failure, -2 if tag does not match
100 u8 *data, size_t data_len, const u8 *tag)
146 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))
34 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
98 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.h43 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
H A Dhttp_server.h29 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.c31 * @tag: 16-byte tag value
36 u8 *data, size_t data_len, u8 *tag)
76 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
95 * @tag: 16-byte tag value
96 * Returns: 0 on success, -1 on failure, -2 if tag does not match
100 u8 *data, size_t data_len, const u8 *tag)
146 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))
34 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
98 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.h43 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
H A Dhttp_server.h29 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
/external/icu4c/tools/gencnval/
H A Dgencnval.c52 /* The combined tag and converter count can affect the number of lists
60 /* The maximum number of aliases that a standard tag/converter combination can have.
117 uint16_t tag; /* Index into tagStore */ member in struct:__anon5028
181 getTagNumber(const char *tag, uint16_t tagLen);
184 addTaggedAlias(uint16_t tag, const char *alias, uint16_t converter);*/
298 /* write the table of aliases based on a tag/converter name combination */
321 /* Add the empty tag, which is for untagged aliases */
487 /* add the tag to the tag table */
488 uint16_t tag local
510 getTagNumber(const char *tag, uint16_t tagLen) argument
568 char *tag; local
900 createOneAliasList(uint16_t *aliasArrLists, uint32_t tag, uint32_t converter, uint16_t offset) argument
[all...]
/external/srec/portable/src/
H A Dpmemory.c80 * Pointer to next memory allocation associated with the same tag.
84 * Pointer to last memory allocation associated with the same tag.
95 * Memory tag/ID associated with allocation.
97 const LCHAR* tag; member in struct:MemMapEntry_t
102 * First memory allocation associated with this tag.
107 * Last memory allocation associated with this tag.
183 if (gMemoryMap[idx].tag == NULL)
186 gMemoryMap[idx].tag = key;
200 LSTRCMP(gMemoryMap[idx].tag, key) == 0)
313 free((LCHAR*) gMemoryMap[i].tag);
568 pmalloc(size_t nbBytes, const LCHAR* tag, const LCHAR* file, int line) argument
701 pcalloc(size_t nbItems, size_t itemSize, const LCHAR* tag, const LCHAR* file, int line) argument
[all...]
/external/openssl/crypto/asn1/
H A Dtasn_enc.c69 int tag, int aclass);
75 int tag, int aclass);
131 const ASN1_ITEM *it, int tag, int aclass)
153 tag, aclass);
154 return asn1_i2d_ex_primitive(pval, out, it, tag, aclass);
181 return ef->asn1_ex_i2d(pval, out, it, tag, aclass);
189 /* Fixup for IMPLICIT tag: note this messes up for tags > 30,
192 if (out && (tag != -1))
193 *p = aclass | tag | (*p & V_ASN1_CONSTRUCTED);
212 if (tag
130 ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
270 asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt, int tag, int iclass) argument
504 asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.c202 hdr.tag != ASN1_TAG_SEQUENCE) {
204 "(AlgorithmIdentifier) - found class %d tag 0x%x",
205 hdr.class, hdr.tag);
244 hdr.tag != ASN1_TAG_SEQUENCE) {
246 "(SubjectPublicKeyInfo) - found class %d tag 0x%x",
247 hdr.class, hdr.tag);
263 hdr.tag != ASN1_TAG_BITSTRING) {
265 "(subjectPublicKey) - found class %d tag 0x%x",
266 hdr.class, hdr.tag);
320 hdr.tag !
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.c202 hdr.tag != ASN1_TAG_SEQUENCE) {
204 "(AlgorithmIdentifier) - found class %d tag 0x%x",
205 hdr.class, hdr.tag);
244 hdr.tag != ASN1_TAG_SEQUENCE) {
246 "(SubjectPublicKeyInfo) - found class %d tag 0x%x",
247 hdr.class, hdr.tag);
263 hdr.tag != ASN1_TAG_BITSTRING) {
265 "(subjectPublicKey) - found class %d tag 0x%x",
266 hdr.class, hdr.tag);
320 hdr.tag !
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.c202 hdr.tag != ASN1_TAG_SEQUENCE) {
204 "(AlgorithmIdentifier) - found class %d tag 0x%x",
205 hdr.class, hdr.tag);
244 hdr.tag != ASN1_TAG_SEQUENCE) {
246 "(SubjectPublicKeyInfo) - found class %d tag 0x%x",
247 hdr.class, hdr.tag);
263 hdr.tag != ASN1_TAG_BITSTRING) {
265 "(subjectPublicKey) - found class %d tag 0x%x",
266 hdr.class, hdr.tag);
320 hdr.tag !
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DClassFileWriter.java209 * final int tag = cpw.addUtf8Info("Synthetic");
215 * out.writeShort(tag);
385 codeIndex = constPool.addUtf8Info(CodeAttribute.tag);
398 throwsIndex = constPool.addUtf8Info(ExceptionsAttribute.tag);
493 stackIndex = constPool.addUtf8Info(StackMapTable.tag);
558 output.write(ClassInfo.tag);
570 output.write(ClassInfo.tag);
594 output.write(NameAndTypeInfo.tag);
608 output.write(FieldrefInfo.tag);
622 output.write(MethodrefInfo.tag);
[all...]
/external/qemu/elff/
H A Ddwarf_defs.h34 /* Type for DWARF tag ID. */
345 * tag value, and the second one is one byte flag specifying whether or not
362 /* Gets DIE tag for this descriptor. */
364 Dwarf_Tag tag; local
365 process(NULL, &tag);
366 return tag;
374 * tag - Upon return contains tag of the DIE for this descriptor. This
381 Dwarf_Tag* tag) const {
389 /* Next one is a "tag"
689 collect_die(const DwarfParseContext* parse_context, Dwarf_Tag tag) argument
987 dwarf_tag_is_routine(Dwarf_Tag tag) argument
995 dwarf_tag_is_cu(Dwarf_Tag tag) argument
[all...]
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h118 int eax_done(eax_state *eax, unsigned char *tag, unsigned long *taglen);
126 unsigned char *tag, unsigned long *taglen);
134 unsigned char *tag, unsigned long taglen,
164 unsigned char *tag, unsigned long *taglen);
169 const unsigned char *tag, unsigned long taglen, int *stat);
176 unsigned char *tag, unsigned long *taglen);
183 const unsigned char *tag, unsigned long taglen,
192 unsigned char *ct, unsigned char *tag, unsigned long *taglen, int mode);
208 unsigned char *tag, unsigned long *taglen,
278 unsigned char *tag, unsigne
[all...]

Completed in 511 milliseconds

1234567891011>>