HomeSort by relevance Sort by last modified time
    Searched full:getelement (Results 1 - 25 of 462) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
options.js 14 this.getElement('matcher').value = data.matcher;
15 this.getElement('match-param').value = data.match_param;
16 this.getElement('action').value = data.action;
17 this.getElement('action-js').value = data.action_js;
18 this.getElement('enabled').checked = data.enabled;
21 this.getElement('enabled-label').htmlFor = this.getElement('enabled').id =
26 this.getElement('matcher').onchange = storeRules;
27 this.getElement('match-param').onkeyup = storeRules;
28 this.getElement('action').onchange = storeRules
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetNavigationTester.java 88 container.addAll(Collections.nCopies(a.getCount(), a.getElement()));
89 container.addAll(Collections.nCopies(c.getCount(), c.getElement()));
189 assertEquals(null, sortedMultiset.headMultiset(a.getElement(), OPEN).lastEntry());
190 assertEquals(a, sortedMultiset.headMultiset(b.getElement(), OPEN).lastEntry());
191 assertEquals(a, sortedMultiset.headMultiset(c.getElement(), OPEN).lastEntry());
197 assertEquals(a, sortedMultiset.headMultiset(a.getElement(), CLOSED).lastEntry());
198 assertEquals(a, sortedMultiset.headMultiset(b.getElement(), CLOSED).lastEntry());
199 assertEquals(c, sortedMultiset.headMultiset(c.getElement(), CLOSED).lastEntry());
206 assertEquals(a, sortedMultiset.tailMultiset(a.getElement(), CLOSED).firstEntry());
207 assertEquals(c, sortedMultiset.tailMultiset(b.getElement(), CLOSED).firstEntry())
    [all...]
  /external/lldb/test/expression_command/two-files/
main.m 5 extern char *GetElement (int idx);
16 char *string = GetElement (0); // Set breakpoint here, then do 'expr (NSArray*)array_token'.
foo.m 22 GetElement (int idx)
  /external/chromium_org/net/cert/
asn1_util.cc 84 bool GetElement(base::StringPiece* in,
115 if (!GetElement(cert, kSEQUENCE, &certificate))
123 if (!GetElement(&certificate, kSEQUENCE, &tbs_certificate))
126 if (!GetElement(&tbs_certificate,
133 if (!GetElement(&tbs_certificate, kINTEGER, NULL))
136 if (!GetElement(&tbs_certificate, kSEQUENCE, NULL))
139 if (!GetElement(&tbs_certificate, kSEQUENCE, NULL))
142 if (!GetElement(&tbs_certificate, kSEQUENCE, NULL))
145 if (!GetElement(&tbs_certificate, kSEQUENCE, NULL))
173 if (!asn1::GetElement(&spki, asn1::kSEQUENCE, &spki_contents)
    [all...]
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 48 if (ain->getType()->getElement()->isCompatible(mElement) == false ||
49 aout->getType()->getElement()->isCompatible(mElement) == false) {
57 if (!t->getElement()->isCompatible(mElement)) {
82 if (in->getType()->getElement()->isCompatible(mElement) == false ||
83 out->getType()->getElement()->isCompatible(mElement) == false) {
90 if (in->getType()->getElement()->isCompatible(mElement) == false ||
91 out->getType()->getElement()->isCompatible(mElement) == false) {
98 if (in->getType()->getElement()->isCompatible(mElement) == false ||
99 out->getType()->getElement()->isCompatible(mElement) == false) {
106 if (in->getType()->getElement()->isCompatible(mElement) == false |
    [all...]
Allocation.cpp 76 RsDataType dt = mType->getElement()->getDataType();
84 RsDataType dt = mType->getElement()->getDataType();
92 RsDataType dt = mType->getElement()->getDataType();
100 RsDataType dt = mType->getElement()->getDataType();
108 RsDataType dt = mType->getElement()->getDataType();
207 count, data, count * mType->getElement()->getSizeBytes()));
222 count, data, count * mType->getElement()->getSizeBytes()));
258 w, h, data, w * h * mType->getElement()->getSizeBytes(),
259 w * mType->getElement()->getSizeBytes()));
276 w * h * mType->getElement()->getSizeBytes()
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 190 item.getElement('referrer').onclick = function() {
194 item.getElement('by-ext').onclick = function() {
198 item.getElement('open-filename').onclick = function() {
202 item.getElement('open-filename').ondragstart = function() {
206 item.getElement('pause').onclick = function() {
210 item.getElement('cancel').onclick = function() {
214 item.getElement('resume').onclick = function() {
218 item.getElement('show-folder').onclick = function() {
222 item.getElement('remove-file').onclick = function() {
226 item.getElement('erase').onclick = function()
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/search/
fedex_tos.js 33 var heightHelperEl = this.getElement().querySelector('.height-helper');
34 this.getElement().style.height = heightHelperEl.offsetHeight + 'px';
36 this.getElement().style.height = 0;
43 var tosTextEl = this.getElement().querySelector('.tos-text');
53 var agreeCheckbox = this.getElement().querySelector('.agree-checkbox');
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicHistogram.java 88 if (ain.getType().getElement().getVectorSize() <
89 mOut.getType().getElement().getVectorSize()) {
94 if (!ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
95 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &&
96 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) &&
97 !ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
141 if (mOut.getType().getElement() != Element.U32(mRS) &&
142 mOut.getType().getElement() != Element.U32_2(mRS) &&
143 mOut.getType().getElement() != Element.U32_3(mRS) &&
144 mOut.getType().getElement() != Element.U32_4(mRS) &
    [all...]
ScriptIntrinsicColorMatrix.java 245 if (!ain.getElement().isCompatible(Element.U8(mRS)) &&
246 !ain.getElement().isCompatible(Element.U8_2(mRS)) &&
247 !ain.getElement().isCompatible(Element.U8_3(mRS)) &&
248 !ain.getElement().isCompatible(Element.U8_4(mRS)) &&
249 !ain.getElement().isCompatible(Element.F32(mRS)) &&
250 !ain.getElement().isCompatible(Element.F32_2(mRS)) &&
251 !ain.getElement().isCompatible(Element.F32_3(mRS)) &&
252 !ain.getElement().isCompatible(Element.F32_4(mRS))) {
257 if (!aout.getElement().isCompatible(Element.U8(mRS)) &&
258 !aout.getElement().isCompatible(Element.U8_2(mRS)) &
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_metadata.cpp 77 pElmntRdf = pXmlElmnt->GetElement(NULL, FX_BSTRC("RDF"));
100 CXML_Element *pTag = pElmntRdf->GetElement(NULL, FX_BSTRC("Description"), i);
105 CXML_Element *pElmnt = pTag->GetElement(NULL, bsTag);
109 pElmnt = pElmnt->GetElement(NULL, FX_BSTRC("Alt"));
113 pElmnt = pElmnt->GetElement(NULL, FX_BSTRC("li"));
120 CXML_Element *pElmnt = pTag->GetElement(NULL, bsTag);
124 pElmnt = pElmnt->GetElement(NULL, FX_BSTRC("Seq"));
128 pElmnt = pElmnt->GetElement(NULL, FX_BSTRC("li"));
135 CXML_Element *pElmnt = pTag->GetElement(NULL, bsTag);
  /external/chromium_org/chrome/browser/resources/print_preview/common/
overlay.js 34 this.getElement().addEventListener('webkitTransitionEnd', function f(e) {
41 this.getElement().addEventListener('keydown', function f(e) {
67 this.getElement(), 'click', this.onOverlayClick_.bind(this));
76 return !this.getElement().classList.contains('transparent');
84 setIsVisible(this.getElement(), true);
87 }.bind(this, this.getElement()), 0);
89 this.getElement().classList.add('transparent');
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 106 || pPage->m_pFormDict->GetElement("Type")->GetDirect()->GetString().Compare("Page"))
116 rotate = pDict->GetElement("Rotate")->GetDirect()->GetInteger() / 90;
121 CPDF_Dictionary* pPages = (CPDF_Dictionary*)pDict->GetElement("Parent")->GetDirect();
126 rotate = pPages->GetElement("Rotate")->GetDirect()->GetInteger() / 90;
130 pPages = (CPDF_Dictionary*)pPages->GetElement("Parent")->GetDirect();
148 || pPage->m_pFormDict->GetElement("Type")->GetDirect()->GetString().Compare("Page"))
203 || pPage->m_pFormDict->GetElement("Type")->GetDirect()->GetString().Compare("Page"))
215 || pPage->m_pFormDict->GetElement("Type")->GetDirect()->GetString().Compare("Page"))
267 || pPage->m_pFormDict->GetElement("Type")->GetDirect()->GetString().Compare("Page"))
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
ScriptYuvMeans2dTo1d.java 44 return AllocationInfo.newInstance(inputInfo.getElement(),
57 + inputInfo.getElement());
74 + mInputInfo.getElement());
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
settings_section.js 84 fadeOutOption(this.getElement(), true);
99 fadeInOption(this.getElement(), opt_noAnimation);
101 fadeOutOption(this.getElement(), opt_noAnimation);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBlur.java 62 if (mAllocSrc.getType().getElement().isCompatible(Element.U8(mRS))) {
66 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) {
74 if (mAllocSrc.getType().getElement().isCompatible(Element.U8(mRS))) {
78 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) {
TestFrexp.java 46 Allocation outIptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation outIptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
123 Allocation outIptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE);
124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
132 Allocation outIptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE);
133 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
200 Allocation outIptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE);
201 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE)
    [all...]
TestModf.java 46 Allocation outIret = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation outIret = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
124 Allocation outIret = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
125 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
133 Allocation outIret = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
134 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
202 Allocation outIret = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
203 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE)
    [all...]
TestNativeSincos.java 46 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
124 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
125 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
133 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
134 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
202 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
203 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE)
    [all...]
TestRemquo.java 48 Allocation outD = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
49 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
58 Allocation outD = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
59 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
119 Allocation outD = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE);
120 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
129 Allocation outD = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE);
130 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
190 Allocation outD = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE);
191 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE)
    [all...]
TestSincos.java 46 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
124 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
125 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
133 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
134 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
202 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
203 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE)
    [all...]
TestAbs.java 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE);
101 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE);
108 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE);
157 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE);
164 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE);
213 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE);
220 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE);
274 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE);
281 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE)
    [all...]
TestFract.java 46 Allocation outFloor = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation outFloor = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
124 Allocation outFloor = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
125 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
133 Allocation outFloor = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
134 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
202 Allocation outFloor = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
203 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE)
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_xml.h 170 CXML_Element* GetElement(FX_DWORD index) const;
172 CXML_Element* GetElement(FX_BSTR space, FX_BSTR tag) const
174 return GetElement(space, tag, 0);
179 CXML_Element* GetElement(FX_BSTR space, FX_BSTR tag, int index) const;

Completed in 413 milliseconds

1 2 3 4 5 6 7 8 91011>>