Home
last modified time | relevance | path

Searched defs:elem (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardImporterTests.java486 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
947 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV21MultipleEntryCase() local
1032 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testIgnoreAgentV21() local
[all …]
DVCardEntryTests.java151 public void addExpectedElement(EntryElement elem) { in addExpectedElement()
152 mExpectedElements.put(elem.getEntryLabel(), elem); in addExpectedElement() local
190 public boolean onElement(EntryElement elem) { in onElement()
DVCardJapanizationTests.java124 PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElemWithEmptyName(); in testPhoneticNameCommon() local
226 PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElemWithEmptyName(); in testPostalAddressWithJapaneseCommon() local
DVCardExporterTests.java199 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/
DrsApiElement.cpp22 extern "C" void rsaElementGetNativeData(RsContext con, RsElement elem, in rsaElementGetNativeData()
35 extern "C" void rsaElementGetSubElements(RsContext con, RsElement elem, uintptr_t *ids, in rsaElementGetSubElements()
DrsElement.h119 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
DrsType.cpp189 Element *elem = Element::createFromStream(rsc, stream); in createFromStream() local
DrsElement.cpp157 const Element *elem = Element::create(rsc, fieldCount, subElems, subElemNames, in createFromStream() local
/frameworks/av/include/media/stagefright/foundation/
DALookup.h50 for (auto elem : mTable) { in lookup() local
61 for (auto elem : mTable) { in rlookup() local
/frameworks/rs/driver/
DrsdMeshObj.cpp52 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
DrsdShader.cpp578 const Element *elem = mRSProgram->mHal.state.inputElements[ct]; in initAttribAndUniformArray() local
584 const Element *elem = mRSProgram->mHal.state.constantTypes[ct]->getElement(); in initAttribAndUniformArray() local
DrsdBcc.cpp151 const android::renderscript::Element *elem, in rsdScriptSetGlobalVarWithElemDims()
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableArray.java93 Object elem = mComponentMarshaler.unmarshal(buffer); in unmarshal() local
102 Object elem = mComponentMarshaler.unmarshal(buffer); in unmarshal() local
160 Object elem = Array.get(array, index); in calculateElementMarshalSize() local
/frameworks/native/opengl/tools/glgen2/registry/
Dreg.py70 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/
DArrayUtils.java166 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/
DContentValuesVerifier.java32 ContentValuesVerifierElem elem = new ContentValuesVerifierElem(androidTestCase); in addElem() local
DVCardVerifier.java175 final PropertyNodesVerifierElem elem = addPropertyNodesVerifierElemWithoutVersion(); in addPropertyNodesVerifierElem() local
195 final PropertyNodesVerifierElem elem = addPropertyNodesVerifierElem(); in addPropertyNodesVerifierElemWithEmptyName() local
DPropertyNodesVerifier.java41 PropertyNodesVerifierElem elem = new PropertyNodesVerifierElem(mAndroidTestCase); in addPropertyNodesVerifierElem() local
/frameworks/native/opengl/tools/glgen2/
Dglgen.py59 def parseProto(elem): argument
71 def parseParam(elem): argument
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_apitest.java35 Element elem = Element.I8(pRS); in run() local
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_apitest.java35 Element elem = Element.I8(pRS); in run() local
/frameworks/opt/net/wifi/service/jni/
Djni_helper.cpp233 jlong *elem = mEnv->GetLongArrayElements(array, 0); in getLongArrayField() local
258 jbyte *elem = mEnv->GetByteArrayElements(array, 0); in getByteArrayField() local
283 jlong *elem = mEnv->GetLongArrayElements(array, 0); in getStaticLongArrayField() local
305 JNIObject<jobject> elem(*this, mEnv->GetObjectArrayElement(array, index)); in getObjectArrayField() local
463 jlong *elem = mEnv->GetLongArrayElements(array, NULL); in setLongArrayElement() local
/frameworks/base/core/jni/android/opengl/
Dpoly_clip.cpp41 #define CLIP_AND_SWAP(elem, sign, k, p, q, r) { \ argument
/frameworks/native/cmds/flatland/
DMain.cpp673 size_t elem = (samples.size() * (outlierFraction-1) / outlierFraction); in runTest() local
/frameworks/rs/driver/runtime/
Drs_sample.c539 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

12