Searched refs:getType (Results 201 - 225 of 459) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java157 boolean isVoid = jfunc.getType().isVoid();
162 jfunc.getType() + " _returnValue;");
295 CType returnType = cfunc.getType();
536 jfunc.getType() + " " +
544 jfunc.getType() + " " +
655 boolean isVoid = jfunc.getType().isVoid();
771 out.println(getJniType(jfunc.getType()));
774 String rsignature = getJniName(jfunc.getType());
883 CType returnType = cfunc.getType();
894 if (cfunc.getType()
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java100 public Type getType() { method in class:BluetoothMapBmessage
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java47 dInElement = ain.getType().getElement().getDummyElement(mRS);
48 dInType = ain.getType().getDummyType(mRS, dInElement);
445 public Type getType() { method in class:Script.FieldBase
446 return mAllocation.getType();
/frameworks/base/tools/aapt/
H A DXMLNode.cpp660 XMLNode::type XMLNode::getType() const
755 if (getType() == XMLNode::TYPE_ELEMENT
775 if (child->getType() == XMLNode::TYPE_ELEMENT
787 if (getType() == TYPE_CDATA) {
798 if (getType() == TYPE_CDATA) {
810 if (getType() == TYPE_CDATA) {
829 if (getType() == TYPE_CDATA) {
874 if (getType() != TYPE_CDATA) {
917 if (node->getType() == TYPE_CDATA) {
964 if (getType()
[all...]
/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp129 output.appendFormat("[id: %x, type: %d, count: %u, value: '", getTag(), getType(), count);
136 TagType type = getType();
/frameworks/base/core/java/android/animation/
H A DKeyframeSet.java175 public Class getType() { method in class:KeyframeSet
176 return mFirstKeyframe.getType();
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java210 if (restriction.getType() != TYPE_BUNDLE) {
257 public int getType() { method in class:RestrictionEntry
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java83 public Type getType() { method in class:TypeReference
363 toString(getType(), builder);
/frameworks/base/core/java/android/net/
H A DRouteInfo.java311 public int getType() { method in class:RouteInfo
435 mType == target.getType();
/frameworks/base/core/java/android/util/
H A DDebugUtils.java219 && field.getType().equals(int.class) && field.getName().startsWith(prefix)) {
243 && field.getType().equals(int.class) && field.getName().startsWith(prefix)) {
/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java221 public int getType(int column) { method in class:SortCursor
222 return mCursor.getType(column);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java93 assertEquals("active network is not mobile", ConnectivityManager.TYPE_MOBILE, ni.getType());
334 extraNetInfo.getType());
/frameworks/base/keystore/java/android/security/
H A DCredentials.java155 if (o.getType().equals("CERTIFICATE")) {
159 throw new IllegalArgumentException("Unknown type " + o.getType());
/frameworks/base/libs/hwui/
H A DMatrix.h131 uint8_t getType() const;
148 if ((getType() & sGeometryMask) <= kTypeTranslate) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSortingCursorWrapper.java158 public int getType(int column) { method in class:SortingCursorWrapper
159 return mCursor.getType(column);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java195 int type = GLUtils.getType(bitmap);
232 int type = GLUtils.getType(bitmap);
/frameworks/base/rs/java/android/renderscript/
H A DProgram.java150 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) {
170 if (va != null && va.getType().hasFaces() &&
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNat464Xlat.java87 final int netType = nai.networkInfo.getType();
224 if (mNetwork.networkInfo.getType() != TYPE_WIFI) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java119 EntryType getType() { method in class:TrackerEntry
214 if (entry.getType() == EntryType.LOCATION_TYPE) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DRenderable.java182 Element vertexConst = vertexConstants.getType().getElement();
195 Element fragmentConst = fragmentConstants.getType().getElement();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java219 return getChildItem(groupPosition, childPosition).getType();
229 return mItems.get(groupPosition).getType();
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInvokeHelperPass.cpp176 llvm::Type *argType = arg->getType();
202 llvm::Type *T = V->getType();
/frameworks/compile/slang/
H A Dslang_backend.cpp534 const RSExportType *ET = EV->getType();
548 mLLVMContext, llvm::utostr_32(PT->getType())));
581 EV->getType()->getName().c_str()));
638 if (AI->getType()->isPointerTy() && AI->getType()->getPointerElementType()->isStructTy()) {
639 HelperFunctionParameterTys.push_back(AI->getType()->getPointerElementType());
642 HelperFunctionParameterTys.push_back(AI->getType());
830 F->getType()->getName().c_str()));
/frameworks/rs/driver/
H A DrsdMeshObj.cpp78 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement();
101 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement();
/frameworks/rs/
H A DrsProgram.cpp160 if (alloc->getType() != mConstantTypes[slot].get()) {
188 if (a && a->getType()->getDimFaces() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) {

Completed in 736 milliseconds

1234567891011>>