HomeSort by relevance Sort by last modified time
    Searched defs:mElement (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/parameter-framework/upstream/parameter/include/
ElementHandle.h 262 CConfigurableElement &mElement;
  /frameworks/rs/
rsScriptIntrinsic.h 31 ObjectBaseRef<const Element> mElement;
  /system/chre/util/include/chre/util/
memory_pool.h 90 ElementType mElement;
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsic3DLUT.java 29 private Element mElement;
33 mElement = e;
70 if (!t.getElement().isCompatible(mElement)) {
Type.java 54 Element mElement;
85 return mElement;
235 // mDimLOD; mDimFaces; mElement;
247 mElement = new Element(elementID, mRS);
248 mElement.updateFromNative();
270 t.mElement = e;
294 t.mElement = e;
320 t.mElement = e;
342 Element mElement;
353 mElement = e
    [all...]
Mesh.java 561 Element mElement;
806 mElement = b.create();
814 smb.addVertexType(mElement, mMaxIndex);
Script.java 491 protected Element mElement;
495 mAllocation = Allocation.createSized(rs, mElement, dimx,
501 Allocation.createSized(rs, mElement, dimx,
509 return mElement;
Allocation.java 104 return mType.mElement.mType;
112 return mType.mElement.mType;
120 return mType.mElement.mType;
128 return mType.mElement.mType;
148 "[] is not compatible with data type " + mType.mElement.mType.name() +
436 if ((mType.mElement.mType == Element.DataType.SIGNED_64) ||
437 (mType.mElement.mType == Element.DataType.UNSIGNED_64)) {
441 "64 bit integer source does not match allocation type " + mType.mElement.mType);
445 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
446 (mType.mElement.mType == Element.DataType.UNSIGNED_32))
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.h 84 ObjectBaseRef<const Element> mElement;
rsCpuIntrinsicConvolve3x3.cpp 40 ObjectBaseRef<const Element> mElement;
rsCpuIntrinsicResize.cpp 44 ObjectBaseRef<const Element> mElement;
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUT.java 31 private Element mElement;
37 mElement = e;
81 if (!t.getElement().isCompatible(mElement)) {
Type.java 62 Element mElement;
84 return mElement;
217 t.mElement = e;
241 t.mElement = e;
267 t.mElement = e;
288 Element mElement;
299 mElement = e;
394 long id = mRS.nTypeCreate(mElement.getID(mRS),
398 t.mElement = mElement;
    [all...]
Script.java 535 protected Element mElement;
539 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
543 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
550 return mElement;
Allocation.java 97 return mType.mElement.mType;
105 return mType.mElement.mType;
113 return mType.mElement.mType;
121 return mType.mElement.mType;
400 if ((mType.mElement.mType == Element.DataType.SIGNED_64) ||
401 (mType.mElement.mType == Element.DataType.UNSIGNED_64)) {
405 "64 bit integer source does not match allocation type " + mType.mElement.mType);
409 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
410 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
414 "32 bit integer source does not match allocation type " + mType.mElement.mType)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
ListElementAddTransform.java 28 private final IGLProperty mElement;
32 mElement = element;
39 list.add(mElement);
47 list.remove(mElement);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 254 Document document = ((TestXmlNode) node).mElement.getOwnerDocument();
332 private final Element mElement;
336 mElement = element;
343 NamedNodeMap attributes = mElement.getAttributes();
354 mElement.removeAttributeNS(uri, localName);
356 mElement.setAttributeNS(uri, localName, value);
363 Element child = mElement.getOwnerDocument().createElement(getTagName(viewFqcn));
364 mElement.appendChild(child);
373 Element child = mElement.getOwnerDocument().createElement(getTagName(viewFqcn));
374 List<Element> children = DomUtilities.getChildren(mElement);
    [all...]
  /external/doclava/src/com/google/doclava/
AnnotationValueInfo.java 23 private MethodInfo mElement;
28 mElement = null;
34 mElement = element;
42 return mElement;
46 mElement = element;
124 mElement = m;
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationInfo.java 45 private final Element mElement;
177 return new AllocationInfo(mElement, mSize, mUsage | usage);
230 mElement = element;
281 return mElement;
350 return mElement.equals(comparison);
359 ElementInfo.fromElement(mElement), mUsage);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 58 private final Element mElement;
77 mElement = element;
118 AdtUtils.setToolsAttribute(mEditor, mElement, mDescription, attribute, value,
  /packages/apps/Camera2/src/com/android/camera/util/
ConcurrentSharedRingBuffer.java 113 private E mElement;
119 mElement = element;
124 return mElement;
308 toSwap.mElement = swapper.swap(toSwap.mElement);
510 task.run(element.mElement);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 303 testInfo.mElement = element;
322 protected Element mElement;
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 57 int mElement;
66 Integer.toHexString(mElement) + "(" +
129 put(tagInt(e.mGroup, e.mElement), e);
173 if (toAdd.contains(tagInt(e.mGroup, e.mElement))) {
176 if (e.mGroup == 0x7fe0 && e.mElement == 0x10) {
182 if (e.mGroup == 0x7fe0 && e.mElement == 0x10) {
194 e.mElement = mMappedByteBuffer.getShort() & 0xFFFF;
196 if (e.mGroup == 0xFFFE && e.mElement == 0xE000) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 181 if (view.mElement == mLayout) {
282 Element child = view.mElement;
507 private final Element mElement;
521 mElement = element;
536 return mElement;
613 return "View(" + VisualRefactoring.getId(mElement) + ": " + mX1 + "," + mY1 + ")";
683 if (view.mElement == mLayout) {
710 if (view.mElement == mLayout) {
738 if (view.mElement == mLayout) {
766 if (view.mElement == mLayout)
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h     [all...]

Completed in 688 milliseconds

1 2 3