HomeSort by relevance Sort by last modified time
    Searched refs:getElement (Results 201 - 225 of 907) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/compile/slang/tests/P_reduce_general_struct/
ScriptC_reduce_general_struct.java.expect 94 if (!ain1.getType().getElement().isCompatible(__ScriptField_MyStruct)) {
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicBlend.java 55 if (!ain.getElement().isCompatible(Element.U8_4(mRS))) {
58 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) {
ScriptIntrinsicResize.java 63 Element e = ain.getElement();
ScriptIntrinsicBLAS.java 286 if (!A.getType().getElement().isCompatible(e) ||
287 !X.getType().getElement().isCompatible(e) ||
288 !Y.getType().getElement().isCompatible(e)) {
628 if (!A.getType().getElement().isCompatible(e) ||
629 !X.getType().getElement().isCompatible(e)) {
649 if (!Ap.getType().getElement().isCompatible(e) ||
650 !X.getType().getElement().isCompatible(e)) {
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptYuvCrop.java 86 + inputInfo.getElement());
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFma.java 59 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
69 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
153 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
247 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
257 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
341 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE);
351 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE);
445 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE);
455 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE)
    [all...]
TestMad.java 59 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
69 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
153 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
247 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
257 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
341 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE);
351 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE);
445 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE);
455 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE)
    [all...]
TestMix.java 59 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
69 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
153 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
247 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
257 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
341 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE);
351 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE);
445 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE);
455 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE)
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
RightClickTable.java 54 public Element getElement() {
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliAnnotationElementName.java 73 @Override public PsiElement getElement() {
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Resize.java 49 Type t = Type.createXY(mRS, mInPixelsAllocation.getElement(),
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Resize.java 49 Type t = Type.createXY(mRS, mInPixelsAllocation.getElement(),
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_element.java 88 s.get_complexStruct().getElement().destroy();
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_element.java 90 s.get_complexStruct().getElement().destroy();
  /packages/apps/Camera2/src/com/android/camera/util/
ConcurrentSharedRingBuffer.java 123 public E getElement() {
241 swapper.update(existingElement.getElement());
377 return Pair.create(key, entry.getElement());
534 return Pair.create(element.getKey(), element.getValue().getElement());
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
AllocationStats.java 86 int superCount = allocations.count(entry.getElement());
93 entry.getElement(),
131 System.out.printf("Allocated %f allocs per rep of %s%n", allocsPerRep, entry.getElement());
  /external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
FindUsagesTest.java 121 targetElement = ((PsiElementUsageTarget)target).getElement();
159 int startOffset = usage.getElement().getNode().getStartOffset();
160 int length = usage.getElement().getTextLength();
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlUtils.java 124 HTML.Element element = tag.getElement();
125 while ((lastSeen = mSeenTags.poll()) != null && lastSeen.tag.getElement() != null &&
126 !lastSeen.tag.getElement().equals(element)) { }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 338 Element element = view.getElement();
402 Element element = view.getElement();
480 if (getElement(info) == element) {
495 private static Element getElement(CanvasViewInfo info) {
535 public Element getElement() {
633 mDelete.remove(getElement(view));
663 if (view.getElement() == mLayout) {
805 mDelete.add(getElement(view));
810 Element childElement = getElement(child);
833 Element element = getElement(info)
    [all...]
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBLAS.java 279 if (!A.getType().getElement().isCompatible(e) ||
280 !X.getType().getElement().isCompatible(e) ||
281 !Y.getType().getElement().isCompatible(e)) {
541 if (!A.getType().getElement().isCompatible(e) ||
542 !X.getType().getElement().isCompatible(e)) {
562 if (!Ap.getType().getElement().isCompatible(e) ||
563 !X.getType().getElement().isCompatible(e)) {
    [all...]
  /frameworks/rs/cpp/
ScriptIntrinsicBLAS.cpp 187 if (!A->getType()->getElement()->isCompatible(e) ||
188 !X->getType()->getElement()->isCompatible(e) ||
189 !Y->getType()->getElement()->isCompatible(e)) {
327 if (!A->getType()->getElement()->isCompatible(e) ||
328 !X->getType()->getElement()->isCompatible(e)) {
346 if (!Ap->getType()->getElement()->isCompatible(e) ||
347 !X->getType()->getElement()->isCompatible(e)) {
634 if (!A->getType()->getElement()->isCompatible(e) ||
635 !X->getType()->getElement()->isCompatible(e) ||
636 !Y->getType()->getElement()->isCompatible(e) )
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMultiset.java 206 builder.put(entry.getElement(), count);
252 element = entry.getElement();
383 int count = count(entry.getElement());
426 elements[i] = entry.getElement();
562 addCopies(entry.getElement(), entry.getCount());
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 233 ((HtmlDocument.Tag) node).getElement().breaksFlow()) ||
235 ((HtmlDocument.EndTag) node).getElement().breaksFlow())) {
278 ((HtmlDocument.Tag) node).getElement())) {
284 ((HtmlDocument.EndTag) node).getElement())) {
337 if (((HtmlDocument.Tag) node).getElement().isEmpty()) {
911 HTML.Element element = tag.getElement();
943 HTML.Element element = endTag.getElement();
    [all...]
  /frameworks/rs/
rsAllocation.cpp 77 success = rsc->mHal.funcs.allocation.initOem(rsc, a, type->getElement()->getHasReferences(), ptr);
85 success = rsc->mHal.funcs.allocation.initStrided(rsc, a, type->getElement()->getHasReferences(), requiredAlignment);
89 success = rsc->mHal.funcs.allocation.init(rsc, a, type->getElement()->getHasReferences());
150 mHal.state.hasReferences = mHal.state.type->getElement()->getHasReferences();
290 if (cIdx >= mHal.state.type->getElement()->getFieldCount()) {
295 const Element * e = mHal.state.type->getElement()->getField(cIdx);
296 uint32_t elemArraySize = mHal.state.type->getElement()->getFieldArraySize(cIdx);
323 if (cIdx >= mHal.state.type->getElement()->getFieldCount()) {
328 const Element * e = mHal.state.type->getElement()->getField(cIdx);
329 uint32_t elemArraySize = mHal.state.type->getElement()->getFieldArraySize(cIdx)
    [all...]
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 389 Element td = table.getCellFormatter().getElement(row, column);
457 return table.getCellFormatter().getElement(row, column);
479 return table.getCellFormatter().getElement(numRows - 1, column).getOffsetWidth() -
486 return table.getCellFormatter().getElement(row, numCols - 1).getOffsetHeight() -
503 rowHeaders.getElement().getStyle().setPropertyPx("top", offset);
507 columnHeaders.getElement().getStyle().setPropertyPx("left", offset);

Completed in 1960 milliseconds

1 2 3 4 5 6 7 891011>>