Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 1922) sorted by relevance

12345678910>>...77

/external/icu4c/data/curr/
DsupplementalData.txt17 id{"EUR"}
24 id{"ESP"}
35 id{"FRF"}
46 id{"ADP"}
59 id{"AED"}
68 id{"AFN"}
75 id{"AFA"}
88 id{"XCD"}
97 id{"XCD"}
106 id{"ALL"}
[all …]
/external/webkit/WebKit/mac/WebView/
DWebDelegateImplementationCaching.h101 id CallFormDelegate(WebView *, SEL, id, id);
102 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2, id object3, id object4, id
103 BOOL CallFormDelegateReturningBoolean(BOOL, WebView *, SEL, id, SEL, id);
105 id CallUIDelegate(WebView *, SEL);
106 id CallUIDelegate(WebView *, SEL, id);
107 id CallUIDelegate(WebView *, SEL, NSRect);
108 id CallUIDelegate(WebView *, SEL, id, id);
109 id CallUIDelegate(WebView *, SEL, id, BOOL);
110 id CallUIDelegate(WebView *, SEL, id, id, id);
111 id CallUIDelegate(WebView *, SEL, id, NSUInteger);
[all …]
DWebDelegateImplementationCaching.mm75 typedef float (*ObjCMsgSendFPRet)(id, SEL, ...); category
82 static inline id CallDelegate(WebView *self, id delegate, SEL selector)
90 } @catch(id exception) {
96 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object)
104 } @catch(id exception) {
110 static inline id CallDelegate(WebView *self, id delegate, SEL selector, NSRect rect)
115 …return reinterpret_cast<id (*)(id, SEL, WebView *, NSRect)>(objc_msgSend)(delegate, selector, self…
117 …return reinterpret_cast<id (*)(id, SEL, WebView *, NSRect)>(objc_msgSend)(delegate, selector, self…
118 } @catch(id exception) {
124 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2)
[all …]
DWebView.h192 - (id)initWithFrame:(NSRect)frame frameName:(NSString *)frameName groupName:(NSString *)groupName;
226 - (void)setUIDelegate:(id)delegate;
233 - (id)UIDelegate;
240 - (void)setResourceLoadDelegate:(id)delegate;
246 - (id)resourceLoadDelegate;
254 - (void)setDownloadDelegate:(id)delegate;
261 - (id)downloadDelegate;
268 - (void)setFrameLoadDelegate:(id)delegate;
275 - (id)frameLoadDelegate;
282 - (void)setPolicyDelegate:(id)delegate;
[all …]
/external/icu4c/data/zone/
Dhu.txt232 ec{"madeirai idő"}
367 ld{"Acre nyári idő"}
368 ls{"Acre idő"}
371 ls{"Afganisztáni idő"}
374 lg{"Mozambiki idő"}
375 ls{"Közép-afrikai idő"}
378 lg{"Kenyai idő"}
379 ls{"Kelet-afrikai idő"}
382 lg{"Nyugat-szaharai idő"}
385 lg{"Dél-afrikai idő"}
[all …]
/external/openssl/crypto/objects/
Dobjects.txt40 !Alias id-fieldType ansi-X9-62 1
43 X9-62_characteristic-two-field 3 : id-characteristic-two-basis
47 !Alias id-publicKeyType ansi-X9-62 2
48 X9-62_id-publicKeyType 1 : id-ecPublicKey
79 !Alias id-ecSigType ansi-X9-62 4
155 ISO-US 113533 7 66 13 : id-PasswordBasedMAC : password based MAC
156 ISO-US 113533 7 66 30 : id-DHBasedMac : Diffie-Hellman based MAC
227 SMIME 0 : id-smime-mod
228 SMIME 1 : id-smime-ct
229 SMIME 2 : id-smime-aa
[all …]
/external/iproute2/lib/
Drt_names.c29 unsigned int id; member
44 int id; in rtnl_hash_initialize() local
51 if (sscanf(p, "0x%x %s\n", &id, namebuf) != 2 && in rtnl_hash_initialize()
52 sscanf(p, "0x%x %s #", &id, namebuf) != 2 && in rtnl_hash_initialize()
53 sscanf(p, "%d %s\n", &id, namebuf) != 2 && in rtnl_hash_initialize()
54 sscanf(p, "%d %s #", &id, namebuf) != 2) { in rtnl_hash_initialize()
60 if (id<0) in rtnl_hash_initialize()
63 entry->id = id; in rtnl_hash_initialize()
65 entry->next = hash[id & (size - 1)]; in rtnl_hash_initialize()
66 hash[id & (size - 1)] = entry; in rtnl_hash_initialize()
[all …]
/external/kernel-headers/original/linux/
Data.h274 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0) argument
275 #define ata_id_is_cfa(id) ((id)[0] == 0x848A) argument
276 #define ata_id_is_sata(id) ((id)[93] == 0) argument
277 #define ata_id_rahead_enabled(id) ((id)[85] & (1 << 6)) argument
278 #define ata_id_wcache_enabled(id) ((id)[85] & (1 << 5)) argument
279 #define ata_id_hpa_enabled(id) ((id)[85] & (1 << 10)) argument
280 #define ata_id_has_fua(id) ((id)[84] & (1 << 6)) argument
281 #define ata_id_has_flush(id) ((id)[83] & (1 << 12)) argument
282 #define ata_id_has_flush_ext(id) ((id)[83] & (1 << 13)) argument
283 #define ata_id_has_lba48(id) ((id)[83] & (1 << 10)) argument
[all …]
/external/webkit/WebCore/css/
DSVGCSSParser.cpp46 int id = value->id; in parseSVGValue() local
58 if (id == CSSValueAuto || id == CSSValueBaseline || id == CSSValueMiddle || in parseSVGValue()
59 (id >= CSSValueBeforeEdge && id <= CSSValueMathematical)) in parseSVGValue()
65 if (id == CSSValueBaseline || id == CSSValueSub || in parseSVGValue()
66 id >= CSSValueSuper) in parseSVGValue()
76 if (id == CSSValueAuto || id == CSSValueMiddle || in parseSVGValue()
77 (id >= CSSValueUseScript && id <= CSSValueResetSize) || in parseSVGValue()
78 (id >= CSSValueCentral && id <= CSSValueMathematical)) in parseSVGValue()
84 if (id == CSSValueAccumulate) // TODO : new in parseSVGValue()
92 if (id == CSSValueNone) in parseSVGValue()
[all …]
DCSSParser.cpp272 bool CSSParser::parseValue(CSSMutableStyleDeclaration* declaration, int id, const String& string, b… in parseValue() argument
282 m_id = id; in parseValue()
515 if (value->unit != CSSPrimitiveValue::CSS_IDENT || value->id) in unitFromString()
597 int id = value->id; in parseValue() local
605 if (id == CSSValueInherit) { in parseValue()
611 else if (id == CSSValueInitial) { in parseValue()
641 if (id) in parseValue()
645 if (id == CSSValueNormal || in parseValue()
646 id == CSSValueEmbed || in parseValue()
647 id == CSSValueBidiOverride) in parseValue()
[all …]
/external/stlport/src/
Dlocale_impl.cpp51 size_t locale::id::_S_max = 27;
76 facets_vec.reserve( locale::id::_S_max ); in _Locale_impl()
120 void _Locale_impl::insert(_Locale_impl *from, const locale::id& n) { in insert()
126 locale::facet* _Locale_impl::insert(locale::facet *f, const locale::id& n) { in insert()
156 this->insert(i2, ctype<char>::id); in insert_ctype_facets()
157 this->insert(i2, codecvt<char, char, mbstate_t>::id); in insert_ctype_facets()
159 this->insert(i2, ctype<wchar_t>::id); in insert_ctype_facets()
160 this->insert(i2, codecvt<wchar_t, char, mbstate_t>::id); in insert_ctype_facets()
212 this->insert(ct, ctype<char>::id); in insert_ctype_facets()
213 this->insert(cvt, codecvt<char, char, mbstate_t>::id); in insert_ctype_facets()
[all …]
/external/speex/libspeex/
Dquant_lsp.c162 int id; in lsp_quant_nb() local
177 id = lsp_quant(qlsp, cdbk_nb, NB_CDBK_SIZE, order); in lsp_quant_nb()
178 speex_bits_pack(bits, id, 6); in lsp_quant_nb()
183 id = lsp_weight_quant(qlsp, quant_weight, cdbk_nb_low1, NB_CDBK_SIZE_LOW1, 5); in lsp_quant_nb()
184 speex_bits_pack(bits, id, 6); in lsp_quant_nb()
189 id = lsp_weight_quant(qlsp, quant_weight, cdbk_nb_low2, NB_CDBK_SIZE_LOW2, 5); in lsp_quant_nb()
190 speex_bits_pack(bits, id, 6); in lsp_quant_nb()
192 id = lsp_weight_quant(qlsp+5, quant_weight+5, cdbk_nb_high1, NB_CDBK_SIZE_HIGH1, 5); in lsp_quant_nb()
193 speex_bits_pack(bits, id, 6); in lsp_quant_nb()
198 id = lsp_weight_quant(qlsp+5, quant_weight+5, cdbk_nb_high2, NB_CDBK_SIZE_HIGH2, 5); in lsp_quant_nb()
[all …]
/external/tcpdump/
Dpacketdat.awk23 id = 1.5 + (strtSeq - 1) / packetsize
24 id -= id % 1
25 if (maxId < id)
26 maxId = id
27 if (firstSend[id] == 0) {
28 firstSend[id] = tim
29 seqNo[id] = strtSeq
31 lastSend[id] = tim
32 timesSent[id]++
35 id = 1 + ($7 - 2) / packetsize
[all …]
/external/icu4c/i18n/
Dtridpars.cpp107 TransliteratorIDParser::parseSingleID(const UnicodeString& id, int32_t& pos, in parseSingleID() argument
122 specsA = parseFilterID(id, pos, TRUE); in parseSingleID()
128 if (ICU_Utility::parseChar(id, pos, OPEN_REV)) { in parseSingleID()
130 if (!ICU_Utility::parseChar(id, pos, CLOSE_REV)) { in parseSingleID()
131 specsB = parseFilterID(id, pos, TRUE); in parseSingleID()
133 if (specsB == NULL || !ICU_Utility::parseChar(id, pos, CLOSE_REV)) { in parseSingleID()
213 TransliteratorIDParser::parseFilterID(const UnicodeString& id, int32_t& pos) { in parseFilterID() argument
217 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID()
254 UnicodeSet* TransliteratorIDParser::parseGlobalFilter(const UnicodeString& id, int32_t& pos, in parseGlobalFilter() argument
262 withParens = ICU_Utility::parseChar(id, pos, OPEN_REV) ? 1 : 0; in parseGlobalFilter()
[all …]
/external/chromium/third_party/icu/source/i18n/
Dtridpars.cpp107 TransliteratorIDParser::parseSingleID(const UnicodeString& id, int32_t& pos, in parseSingleID() argument
122 specsA = parseFilterID(id, pos, TRUE); in parseSingleID()
128 if (ICU_Utility::parseChar(id, pos, OPEN_REV)) { in parseSingleID()
130 if (!ICU_Utility::parseChar(id, pos, CLOSE_REV)) { in parseSingleID()
131 specsB = parseFilterID(id, pos, TRUE); in parseSingleID()
133 if (specsB == NULL || !ICU_Utility::parseChar(id, pos, CLOSE_REV)) { in parseSingleID()
213 TransliteratorIDParser::parseFilterID(const UnicodeString& id, int32_t& pos) { in parseFilterID() argument
217 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID()
254 UnicodeSet* TransliteratorIDParser::parseGlobalFilter(const UnicodeString& id, int32_t& pos, in parseGlobalFilter() argument
262 withParens = ICU_Utility::parseChar(id, pos, OPEN_REV) ? 1 : 0; in parseGlobalFilter()
[all …]
/external/clearsilver/util/
Ddict.c39 char *id; /* string id */ member
86 const char *id, dictValuePtr newval, dictItemPtr *item) in dictNewItem() argument
100 if(! (my_item->id = strdup(id))) { in dictNewItem()
112 err = newval->new(id, newval->rock, &(my_item->value)); in dictNewItem()
116 free(my_item->id); in dictNewItem()
135 free(item->id); in dictFreeItem()
143 const char *id, BOOL unlink) { in dictFindItem() argument
151 if(! dict->comp(item->id, id)) { in dictFindItem()
165 static NEOERR *dictUpdate(dictCtx dict, dictEntryPtr entry, const char *id, in dictUpdate() argument
180 if((item = dictFindItem(dict, entry, id, FALSE))) { in dictUpdate()
[all …]
/external/iptables/extensions/
Dlibipt_realm.c34 int id; member
52 int id; in load_realms() local
70 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) ? 10 : 16); in load_realms()
75 if (id < 0 || id > 255) in load_realms()
97 newnm->id = id; in load_realms()
130 return cur->id; in realm_name2id()
137 const char* realm_id2name(int id) in realm_id2name() argument
147 if (id == cur->id) in realm_id2name()
164 int id; in parse() local
171 realminfo->id = strtoul(optarg, &end, 0); in parse()
[all …]
/external/bluetooth/bluez/test/
Dsimple-service10 <attribute id="0x0001"> \
16 <attribute id="0x0002"> \
20 <attribute id="0x0003"> \
24 <attribute id="0x0004"> \
36 <attribute id="0x0005"> \
42 <attribute id="0x0006"> \
50 <attribute id="0x0007"> \
54 <attribute id="0x0008"> \
58 <attribute id="0x0009"> \
67 <attribute id="0x000a"> \
[all …]
/external/protobuf/gtest/test/
Dgtest_stress_test.cc55 String IdToKey(int id, const char* suffix) { in IdToKey() argument
57 key << "key_" << id << "_" << suffix; in IdToKey()
61 String IdToString(int id) { in IdToString() argument
63 id_message << id; in IdToString()
68 int id, in ExpectKeyAndValueWereRecordedForId() argument
70 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId()
73 << "expecting " << suffix << " value for id " << id; in ExpectKeyAndValueWereRecordedForId()
74 EXPECT_STREQ(IdToString(id).c_str(), property->value()); in ExpectKeyAndValueWereRecordedForId()
79 void ManyAsserts(int id) { in ManyAsserts() argument
80 ::std::cout << "Thread #" << id << " running...\n"; in ManyAsserts()
[all …]
/external/v8/tools/
Dutils.py47 id = platform.system()
48 if id == 'Linux':
50 elif id == 'Darwin':
52 elif id == 'Windows' or id == 'Microsoft':
56 elif id == 'FreeBSD':
58 elif id == 'OpenBSD':
60 elif id == 'SunOS':
67 id = platform.machine()
68 if id.startswith('arm'):
70 elif (not id) or (not re.match('(x|i[3-6])86', id) is None):
[all …]
/external/gtest/test/
Dgtest_stress_test.cc57 String IdToKey(int id, const char* suffix) { in IdToKey() argument
59 key << "key_" << id << "_" << suffix; in IdToKey()
63 String IdToString(int id) { in IdToString() argument
65 id_message << id; in IdToString()
70 int id, in ExpectKeyAndValueWereRecordedForId() argument
72 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId()
74 EXPECT_TRUE(node != NULL) << "expecting " << suffix << " node for id " << id; in ExpectKeyAndValueWereRecordedForId()
75 EXPECT_STREQ(IdToString(id).c_str(), node->element().value()); in ExpectKeyAndValueWereRecordedForId()
80 void ManyAsserts(int id) { in ManyAsserts() argument
81 ::std::cout << "Thread #" << id << " running...\n"; in ManyAsserts()
[all …]
/external/chromium/third_party/icu/source/data/locales/
Dhu.txt1792 id{"indonéz"}
1802 io{"idó"}
2396 "időszámításunk előtt",
2397 "időszámításunk szerint",
2927 ec{"madeirai idő"}
3062 ld{"Acre nyári idő"}
3063 ls{"Acre idő"}
3066 ls{"Afganisztáni idő"}
3069 lg{"Mozambiki idő"}
3070 ls{"Közép-afrikai idő"}
[all …]
/external/tcpdump/tests/
Deapon1.new14 EAP code=1 id=0 length=5
17 EAP code=1 id=1 length=0
18 EAP code=1 id=0 length=5
19 EAP code=1 id=0 length=45
20 EAP code=1 id=0 length=20
21 EAP code=1 id=0 length=76
22 EAP code=1 id=0 length=80
23 EAP code=1 id=0 length=28
24 EAP code=1 id=0 length=4
25 EAP code=1 id=3 length=57
[all …]
Deapon1.out14 EAP code=1 id=0 length=5
17 EAP code=1 id=1 length=0
18 EAP code=1 id=0 length=5
19 EAP code=1 id=0 length=45
20 EAP code=1 id=0 length=20
21 EAP code=1 id=0 length=76
22 EAP code=1 id=0 length=80
23 EAP code=1 id=0 length=28
24 EAP code=1 id=0 length=4
25 EAP code=1 id=3 length=57
[all …]
/external/libvpx/vpx/
Dvpx_codec.h377 # define vpx_codec_control(ctx,id,data) vpx_codec_control_(ctx,id,data) argument
378 # define VPX_CTRL_USE_TYPE(id, typ) argument
379 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) argument
380 # define VPX_CTRL_VOID(id, typ) argument
392 # define vpx_codec_control(ctx,id,data) vpx_codec_control_##id(ctx,id,data)\ argument
407 # define VPX_CTRL_USE_TYPE(id, typ) \ argument
409 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
412 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
427 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
429 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
[all …]

12345678910>>...77