Searched refs:elems (Results 1 - 25 of 172) sorted by relevance

1234567

/external/chromium_org/components/dom_distiller/core/javascript/
H A Dis_distillable_trigger.js6 var elems = document.querySelectorAll(
8 for (var i in elems) {
9 if (elems[i].content && elems[i].content.toUpperCase() == 'ARTICLE') {
13 var elems = document.querySelectorAll( variable
15 for (var i in elems) {
16 if (elems[i].itemscope) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducoleitr.cpp211 UCollationPCE(UCollationElements *elems);
222 UCollationPCE::UCollationPCE(UCollationElements *elems) argument
224 init(elems->iteratordata_.coll);
246 inline uint64_t processCE(UCollationElements *elems, uint32_t ce) argument
253 switch(elems->pce->strength) {
274 if ((elems->pce->toShift && elems->pce->variableTop > ce && primary != 0)
275 || (elems->pce->isShifted && primary == 0)) {
281 if (elems->pce->strength >= UCOL_QUATERNARY) {
286 elems
299 uprv_init_pce(const UCollationElements *elems) argument
340 ucol_closeElements(UCollationElements *elems) argument
367 ucol_reset(UCollationElements *elems) argument
389 ucol_forceHanImplicit(UCollationElements *elems, UErrorCode *status) argument
404 ucol_next(UCollationElements *elems, UErrorCode *status) argument
425 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
471 ucol_previous(UCollationElements *elems, UErrorCode *status) argument
506 ucol_previousProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
605 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order) argument
665 ucol_setText( UCollationElements *elems, const UChar *text, int32_t textLength, UErrorCode *status) argument
698 ucol_getOffset(const UCollationElements *elems) argument
727 ucol_setOffset(UCollationElements *elems, int32_t offset, UErrorCode *status) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c18 struct ieee802_11_elems *elems,
44 elems->wpa_ie = pos;
45 elems->wpa_ie_len = elen;
65 elems->wmm = pos;
66 elems->wmm_len = elen;
69 elems->wmm_tspec = pos;
70 elems->wmm_tspec_len = elen;
82 elems->wps_ie = pos;
83 elems->wps_ie_len = elen;
98 elems
17 ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, struct ieee802_11_elems *elems, int show_errors) argument
160 ieee802_11_parse_elems(const u8 *start, size_t len, struct ieee802_11_elems *elems, int show_errors) argument
524 supp_rates_11b_only(struct ieee802_11_elems *elems) argument
[all...]
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c18 struct ieee802_11_elems *elems,
44 elems->wpa_ie = pos;
45 elems->wpa_ie_len = elen;
65 elems->wmm = pos;
66 elems->wmm_len = elen;
69 elems->wmm_tspec = pos;
70 elems->wmm_tspec_len = elen;
82 elems->wps_ie = pos;
83 elems->wps_ie_len = elen;
98 elems
17 ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, struct ieee802_11_elems *elems, int show_errors) argument
160 ieee802_11_parse_elems(const u8 *start, size_t len, struct ieee802_11_elems *elems, int show_errors) argument
524 supp_rates_11b_only(struct ieee802_11_elems *elems) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c18 struct ieee802_11_elems *elems,
44 elems->wpa_ie = pos;
45 elems->wpa_ie_len = elen;
65 elems->wmm = pos;
66 elems->wmm_len = elen;
69 elems->wmm_tspec = pos;
70 elems->wmm_tspec_len = elen;
82 elems->wps_ie = pos;
83 elems->wps_ie_len = elen;
98 elems
17 ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, struct ieee802_11_elems *elems, int show_errors) argument
160 ieee802_11_parse_elems(const u8 *start, size_t len, struct ieee802_11_elems *elems, int show_errors) argument
524 supp_rates_11b_only(struct ieee802_11_elems *elems) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-array.cpp13 int elems[N]; member in class:IntArray
20 int elems[10]; member in class:TenElementArray
26 T elems[N]; member in class:Array
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducoleitr.h140 * @param elems The UCollationElements to close.
144 ucol_closeElements(UCollationElements *elems);
150 * @param elems The UCollationElements to reset.
156 ucol_reset(UCollationElements *elems);
165 * @param elems The UCollationElements containing the text.
171 ucol_forceHanImplicit(UCollationElements *elems, UErrorCode *status);
177 * @param elems The UCollationElements containing the text.
184 ucol_next(UCollationElements *elems, UErrorCode *status);
193 * @param elems The UCollationElements containing the text.
203 ucol_previous(UCollationElements *elems, UErrorCod
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ducoleitr.h130 * @param elems The UCollationElements to close.
134 ucol_closeElements(UCollationElements *elems);
140 * @param elems The UCollationElements to reset.
146 ucol_reset(UCollationElements *elems);
151 * @param elems The UCollationElements containing the text.
158 ucol_next(UCollationElements *elems, UErrorCode *status);
164 * @param elems The UCollationElements containing the text.
174 ucol_previous(UCollationElements *elems, UErrorCode *status);
180 * @param elems The UCollationElements containing the text.
188 ucol_getMaxExpansion(const UCollationElements *elems, int32_
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_noop_swizzle.cpp63 int elems = swiz->val->type->vector_elements; local
66 if (elems >= 2 && swiz->mask.y != 1)
68 if (elems >= 3 && swiz->mask.z != 2)
70 if (elems >= 4 && swiz->mask.w != 3)
/external/mesa3d/src/glsl/
H A Dopt_noop_swizzle.cpp63 int elems = swiz->val->type->vector_elements; local
66 if (elems >= 2 && swiz->mask.y != 1)
68 if (elems >= 3 && swiz->mask.z != 2)
70 if (elems >= 4 && swiz->mask.w != 3)
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DWhitespaceInfoPaths.java43 * @param elems Should be a non-null reference to a list
46 public void setElements(Vector elems) argument
48 m_elements = elems;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c252 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
260 elems[0] = LLVMConstInt(elem_type, util_float_to_half(1.0f), 0);
262 elems[0] = LLVMConstReal(elem_type, 1.0);
264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0);
266 elems[0] = LLVMConstInt(elem_type, 1, 0);
268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0);
286 elems[i] = elems[0];
289 return elems[0];
291 return LLVMConstVector(elems, typ
331 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
346 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
369 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
[all...]
H A Dlp_bld_pack.c90 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
99 elems[i + 0] = lp_build_const_int32(gallivm, 0 + j);
100 elems[i + 1] = lp_build_const_int32(gallivm, n + j);
103 return LLVMConstVector(elems, n);
114 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
124 elems[i + 0] = lp_build_const_int32(gallivm, 0 + j);
125 elems[i + 1] = lp_build_const_int32(gallivm, n + j);
128 return LLVMConstVector(elems, n);
137 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
143 elems[
159 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
753 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c252 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
260 elems[0] = LLVMConstInt(elem_type, util_float_to_half(1.0f), 0);
262 elems[0] = LLVMConstReal(elem_type, 1.0);
264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0);
266 elems[0] = LLVMConstInt(elem_type, 1, 0);
268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0);
286 elems[i] = elems[0];
289 return elems[0];
291 return LLVMConstVector(elems, typ
331 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
346 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
369 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
[all...]
/external/icu/icu4c/source/i18n/
H A Ducoleitr.cpp178 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); } argument
182 void UCollationPCE::init(UCollationElements *elems) { argument
183 init(CollationElementIterator::fromUCollationElements(elems));
294 ucol_closeElements(UCollationElements *elems) argument
296 delete CollationElementIterator::fromUCollationElements(elems);
300 ucol_reset(UCollationElements *elems) argument
302 CollationElementIterator::fromUCollationElements(elems)->reset();
306 ucol_next(UCollationElements *elems, argument
313 return CollationElementIterator::fromUCollationElements(elems)
360 ucol_previous(UCollationElements *elems, UErrorCode *status) argument
450 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order) argument
465 ucol_setText( UCollationElements *elems, const UChar *text, int32_t textLength, UErrorCode *status) argument
483 ucol_getOffset(const UCollationElements *elems) argument
489 ucol_setOffset(UCollationElements *elems, int32_t offset, UErrorCode *status) argument
[all...]
/external/chromium_org/chrome/utility/media_galleries/
H A Dpmp_column_reader_unittest.cc68 const std::vector<T>& elems) {
71 PmpTestUtil::MakeHeaderAndBody(field_type, elems.size(), elems);
73 EXPECT_EQ(elems.size(), reader.rows_read());
75 for (uint32 i = 0; i < elems.size() && i < reader.rows_read(); i++) {
78 EXPECT_EQ(elems[i], target);
84 const std::vector<T>& elems) {
87 PmpTestUtil::MakeHeaderAndBody(field_type, elems.size()-1, elems);
94 PmpTestUtil::MakeHeaderAndBody(field_type, elems
67 TestValid(const PmpFieldType field_type, const std::vector<T>& elems) argument
83 TestMalformed(const PmpFieldType field_type, const std::vector<T>& elems) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.c171 struct ieee802_11_elems *elems,
192 elems->supp_rates, elems->supp_rates_len,
193 elems->ext_supp_rates, elems->ext_supp_rates_len);
195 if (elems->erp_info && elems->erp_info_len == 1)
196 ap->erp = elems->erp_info[0];
200 if (elems->ds_params && elems
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
[all...]
H A Dap_list.h37 struct ieee802_11_elems *elems,
/external/wpa_supplicant_8/src/ap/
H A Dap_list.c171 struct ieee802_11_elems *elems,
192 elems->supp_rates, elems->supp_rates_len,
193 elems->ext_supp_rates, elems->ext_supp_rates_len);
195 if (elems->erp_info && elems->erp_info_len == 1)
196 ap->erp = elems->erp_info[0];
200 if (elems->ds_params && elems
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
[all...]
H A Dap_list.h37 struct ieee802_11_elems *elems,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.c171 struct ieee802_11_elems *elems,
192 elems->supp_rates, elems->supp_rates_len,
193 elems->ext_supp_rates, elems->ext_supp_rates_len);
195 if (elems->erp_info && elems->erp_info_len == 1)
196 ap->erp = elems->erp_info[0];
200 if (elems->ds_params && elems
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
[all...]
H A Dap_list.h37 struct ieee802_11_elems *elems,
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderValueFormatter.java93 * @param elems the header elements to format
102 String formatElements(final HeaderElement[] elems, argument
107 return formatter.formatElements(null, elems, quote).toString();
113 final HeaderElement[] elems,
115 if (elems == null) {
120 int len = estimateElementsLen(elems);
127 for (int i=0; i<elems.length; i++) {
131 formatHeaderElement(buffer, elems[i], quote);
141 * @param elems the header elements to format, or <code>null</code>
145 protected int estimateElementsLen(final HeaderElement[] elems) { argument
112 formatElements(CharArrayBuffer buffer, final HeaderElement[] elems, final boolean quote) argument
[all...]
H A DHeaderValueFormatter.java72 * @param elems the header elements to format
81 HeaderElement[] elems,
80 formatElements(CharArrayBuffer buffer, HeaderElement[] elems, boolean quote) argument
/external/chromium_org/chrome/common/media_galleries/
H A Dpmp_test_util.h38 const std::vector<T>& elems);

Completed in 1627 milliseconds

1234567