/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardImporterTests.java | 486 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testOrgBeforTitle() local 498 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testTitleBeforOrg() local 514 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV21PrefToIsPrimary() local 611 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV21ComplicatedCase() local 687 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testInvalidMultipleLineV21() local 737 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV30Simple() local 772 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV21Japanese1Common() local 845 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV21Japanese2_Type_Generic_Utf8() local 914 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV21MultipleEntryCase() local 999 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testIgnoreAgentV21() local [all …]
|
D | VCardEntryTests.java | 151 public void addExpectedElement(EntryElement elem) { in addExpectedElement() 152 mExpectedElements.put(elem.getEntryLabel(), elem); in addExpectedElement() local 190 public boolean onElement(EntryElement elem) { in onElement()
|
D | VCardJapanizationTests.java | 124 PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElemWithEmptyName(); in testPhoneticNameCommon() local 226 PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElemWithEmptyName(); in testPostalAddressWithJapaneseCommon() local
|
D | VCardExporterTests.java | 199 final PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElem(); in testStructuredNameUseSuperPrimaryCommon() local 243 final PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElem(); in testStructuredNamePhoneticNameCommon() local 342 final PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElem(); in testStructuredNameComplicatedCommon() local 631 PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElemWithEmptyName(); in testMiscPhoneTypeHandling() local
|
/frameworks/rs/driver/ |
D | rsdMeshObj.cpp | 52 bool RsdMeshObj::isValidGLComponent(const Element *elem, uint32_t fieldIdx) { in isValidGLComponent() 78 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement(); in init() local 101 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement(); in init() local
|
D | rsdShader.cpp | 576 const Element *elem = mRSProgram->mHal.state.inputElements[ct]; in initAttribAndUniformArray() local 582 const Element *elem = mRSProgram->mHal.state.constantTypes[ct]->getElement(); in initAttribAndUniformArray() local
|
D | rsdBcc.cpp | 133 const android::renderscript::Element *elem, in rsdScriptSetGlobalVarWithElemDims()
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | ColladaParser.java | 500 private String getString(Element elem, String name) { in getString() 509 private String getString(Element elem) { in getString() 515 private int getInt(Element elem, String name) { in getInt() 519 private float getFloat(Element elem, String name) { in getFloat() 523 private float getFloat(Element elem) { in getFloat() 544 private Float3 getFloat3(Element elem, String name) { in getFloat3() 549 private Float4 getFloat4(Element elem, String name) { in getFloat4() 554 private Float3 getFloat3(Element elem) { in getFloat3() 559 private Float4 getFloat4(Element elem) { in getFloat4()
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
D | MarshalQueryableArray.java | 96 Object elem = mComponentMarshaler.unmarshal(buffer); in unmarshal() local 105 Object elem = mComponentMarshaler.unmarshal(buffer); in unmarshal() local 163 Object elem = Array.get(array, index); in calculateElementMarshalSize() local
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 70 def matchAPIProfile(api, profile, elem): argument 100 def __init__(self, elem): argument 112 def __init__(self, elem): argument 119 def __init__(self, elem): argument 128 def __init__(self, elem): argument 142 def __init__(self, elem): argument 158 def __init__(self, elem): argument 711 def addElementInfo(self, elem, info, infoName, dictionary): argument
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | ArrayUtils.java | 166 public static boolean contains(int[] array, int elem) { in contains() 177 public static <T> boolean contains(T[] array, T elem) { in contains()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | ContentValuesVerifier.java | 32 ContentValuesVerifierElem elem = new ContentValuesVerifierElem(androidTestCase); in addElem() local
|
D | VCardVerifier.java | 175 final PropertyNodesVerifierElem elem = addPropertyNodesVerifierElemWithoutVersion(); in addPropertyNodesVerifierElem() local 195 final PropertyNodesVerifierElem elem = addPropertyNodesVerifierElem(); in addPropertyNodesVerifierElemWithEmptyName() local
|
D | PropertyNodesVerifier.java | 41 PropertyNodesVerifierElem elem = new PropertyNodesVerifierElem(mAndroidTestCase); in addPropertyNodesVerifierElem() local
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_apitest.java | 35 Element elem = Element.I8(pRS); in run() local
|
/frameworks/opt/net/wifi/service/jni/ |
D | jni_helper.cpp | 141 jlong *elem = (env)->GetLongArrayElements(array, 0); in getLongArrayField() local 173 jlong *elem = (env)->GetLongArrayElements(array, 0); in getStaticLongArrayField() local 196 jobject elem = (env)->GetObjectArrayElement(array, index); in getObjectArrayField() local 340 jlong *elem = (env)->GetLongArrayElements(array, NULL); in setLongArrayElement() local
|
/frameworks/rs/ |
D | rsElement.cpp | 157 const Element *elem = Element::create(rsc, fieldCount, subElems, subElemNames, in createFromStream() local 439 extern "C" void rsaElementGetNativeData(RsContext con, RsElement elem, in rsaElementGetNativeData() 452 extern "C" void rsaElementGetSubElements(RsContext con, RsElement elem, uintptr_t *ids, in rsaElementGetSubElements()
|
D | rsElement.h | 119 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize); in create() local 128 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin); variable
|
D | rsType.cpp | 186 Element *elem = Element::createFromStream(rsc, stream); in createFromStream() local
|
/frameworks/base/core/jni/android/opengl/ |
D | poly_clip.cpp | 41 #define CLIP_AND_SWAP(elem, sign, k, p, q, r) { \ argument
|
/frameworks/native/opengl/tools/glgen2/ |
D | glgen.py | 60 def parseTypedName(elem): argument
|
/frameworks/native/cmds/flatland/ |
D | Main.cpp | 673 size_t elem = (samples.size() * (outlierFraction-1) / outlierFraction); in runTest() local
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 539 const Element_t *elem = type->mHal.state.element; in rsSample() local 591 const Element_t *elem = type->mHal.state.element; in rsSample() local 638 const Element_t *elem = type->mHal.state.element; in rsSample() local
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 1581 public boolean onElement(EntryElement elem); in onElement() 1646 public boolean onElement(EntryElement elem) { in onElement() 1679 public boolean onElement(EntryElement elem) { in onElement() 1732 public boolean onElement(EntryElement elem) { in onElement()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.cpp | 1176 const Element *elem, in setGlobalVarWithElemDims()
|