Searched refs:currentType (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp193 SLint32 currentType = -1; local
203 SL_ANDROID_KEY_STREAM_TYPE, &valueSize, &currentType);
205 if (currentType != type) {
206 fprintf(stderr, "ERROR: stream type is %u, should be %u\n", currentType, type);
220 SL_ANDROID_KEY_STREAM_TYPE, &valueSize, &currentType);
222 if (currentType != type) {
223 fprintf(stderr, "ERROR: stream type is %u, should be %u\n", currentType, type);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInvokeHelperPass.cpp183 llvm::Type *currentType = argStructType->getElementType(i); variable
184 if (currentType->isStructTy() && currentType->getStructName().startswith("struct.rs_")) {
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1000 int currentType = Integer.MAX_VALUE;
1012 currentType = typeAsInteger;
1026 appendPostalLine(currentType, label, currentContentValues, false, true);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 162 milliseconds