Searched refs:tag (Results 226 - 250 of 1075) sorted by relevance

1234567891011>>

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDialogFragment.java30 public int show(FragmentTransaction transaction, String tag) { argument
31 show(((TestFragmentTransaction)transaction).getManager(), tag);
36 public void show(FragmentManager manager, String tag) { argument
51 testFragmentManager.addDialogFragment(tag, realDialogFragment);
H A DShadowKeyguardManager.java26 public KeyguardManager.KeyguardLock newKeyguardLock(String tag) { argument
/external/skia/src/core/
H A DSkTypeface.cpp111 size_t SkTypeface::getTableSize(SkFontTableTag tag) const {
112 return SkFontHost::GetTableSize(fUniqueID, tag);
115 size_t SkTypeface::getTableData(SkFontTableTag tag, size_t offset, size_t length, argument
117 return SkFontHost::GetTableData(fUniqueID, tag, offset, length, data);
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/pubsub/provider/
H A DItemProvider.java39 int tag = parser.next();
41 if (tag == XmlPullParser.END_TAG) {
54 if (tag == XmlPullParser.END_TAG && parser.getName().equals(elem)) {
82 tag = parser.next();
/external/smack/src/org/jivesoftware/smackx/pubsub/provider/
H A DItemProvider.java39 int tag = parser.next();
41 if (tag == XmlPullParser.END_TAG) {
54 if (tag == XmlPullParser.END_TAG && parser.getName().equals(elem)) {
82 tag = parser.next();
/external/sonivox/arm-fm-22k/host_src/
H A Deas_wave.c296 EAS_U32 tag; member in struct:__anon13225
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:__anon13275
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-wt-22k/host_src/
H A Deas_wave.c296 EAS_U32 tag; member in struct:__anon13326
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/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/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/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:__anon6982
181 getTagNumber(const char *tag, uint16_t tagLen);
184 addTaggedAlias(uint16_t tag, const char *alias, uint16_t converter);*/
299 /* write the table of aliases based on a tag/converter name combination */
331 /* Add the empty tag, which is for untagged aliases */
497 /* add the tag to the tag table */
498 uint16_t tag local
520 getTagNumber(const char *tag, uint16_t tagLen) argument
578 char *tag; local
908 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.c196 hdr.tag != ASN1_TAG_SEQUENCE) {
198 "(AlgorithmIdentifier) - found class %d tag 0x%x",
199 hdr.class, hdr.tag);
238 hdr.tag != ASN1_TAG_SEQUENCE) {
240 "(SubjectPublicKeyInfo) - found class %d tag 0x%x",
241 hdr.class, hdr.tag);
257 hdr.tag != ASN1_TAG_BITSTRING) {
259 "(subjectPublicKey) - found class %d tag 0x%x",
260 hdr.class, hdr.tag);
314 hdr.tag !
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.c196 hdr.tag != ASN1_TAG_SEQUENCE) {
198 "(AlgorithmIdentifier) - found class %d tag 0x%x",
199 hdr.class, hdr.tag);
238 hdr.tag != ASN1_TAG_SEQUENCE) {
240 "(SubjectPublicKeyInfo) - found class %d tag 0x%x",
241 hdr.class, hdr.tag);
257 hdr.tag != ASN1_TAG_BITSTRING) {
259 "(subjectPublicKey) - found class %d tag 0x%x",
260 hdr.class, hdr.tag);
314 hdr.tag !
[all...]

Completed in 557 milliseconds

1234567891011>>