Searched refs:getType (Results 101 - 125 of 309) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tools/glgen/src/
H A DJFunc.java56 public JType getType() { method in class:JFunc
125 jfunc.setType(JType.convert(cfunc.getType(), false));
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());
881 CType returnType = cfunc.getType();
892 if (cfunc.getType()
[all...]
/frameworks/rs/
H A DrsElement.h102 RsDataType getType() const {return mComponent.getType();} function in class:android::renderscript::Element
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java221 public int getType() { method in class:BluetoothGattService
H A DBluetoothGattServer.java376 if (svc.getType() == type &&
504 service.getType(), service.getInstanceId(),
538 mService.beginServiceDeclaration(mServerIf, service.getType(),
545 includedService.getType(),
589 service.getInstanceId(), service.getType());
593 mService.removeService(mServerIf, service.getType(),
/frameworks/base/core/java/android/nfc/tech/
H A DMifareUltralight.java132 public int getType() { method in class:MifareUltralight
/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java86 public String getType(Uri url) { method in class:SuggestionProvider
/frameworks/base/services/java/com/android/server/net/
H A DNetworkIdentitySet.java71 out.writeInt(ident.getType());
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java195 public int getType(int columnIndex) { method in class:MockCursor
H A DMockContentProvider.java75 public String getType(Uri url) throws RemoteException { method in class:MockContentProvider.InversionIContentProvider
76 return MockContentProvider.this.getType(url);
182 public String getType(Uri uri) { method in class:MockContentProvider
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DCSVFormatter.java49 //rowOutput.append(entry.getType());
51 if (entry.getType() == EntryType.LOCATION_TYPE) {
/frameworks/compile/libbcc/lib/AndroidBitcode/X86/
H A DX86ABCExpandVAArg.cpp42 llvm::Type *pty = pInst->getType();
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp68 Type *IntTy = SI->getCondition()->getType();
H A DBitcodeWriter.cpp442 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType()));
510 Vals.push_back(VE.getTypeID(GV->getType()));
535 Vals.push_back(VE.getTypeID(F->getType()));
554 Vals.push_back(VE.getTypeID(AI->getType()));
588 Record.push_back(VE.getTypeID(N->getOperand(i)->getType()));
791 if (V->getType() != LastTy) {
792 LastTy = V->getType();
852 Type *Ty = CFP->getType();
919 Record.push_back(VE.getTypeID(C->getOperand(0)->getType()));
938 Record.push_back(VE.getTypeID(C->getOperand(i)->getType()));
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp68 Type *IntTy = SI->getCondition()->getType();
H A DBitcodeWriter.cpp396 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType()));
464 Vals.push_back(VE.getTypeID(GV->getType()));
489 Vals.push_back(VE.getTypeID(F->getType()));
508 Vals.push_back(VE.getTypeID(AI->getType()));
542 Record.push_back(VE.getTypeID(N->getOperand(i)->getType()));
745 if (V->getType() != LastTy) {
746 LastTy = V->getType();
806 Type *Ty = CFP->getType();
873 Record.push_back(VE.getTypeID(C->getOperand(0)->getType()));
892 Record.push_back(VE.getTypeID(C->getOperand(i)->getType()));
[all...]
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBalls.java62 if (event.sensor.getType() == Sensor.TYPE_ACCELEROMETER) {
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java134 wifiConnected = activeInfo.getType() == ConnectivityManager.TYPE_WIFI;
135 mobileConnected = activeInfo.getType() == ConnectivityManager.TYPE_MOBILE;
299 && networkInfo.getType() == ConnectivityManager.TYPE_WIFI) {
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp416 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType()));
485 Vals.push_back(VE.getTypeID(GV->getType()));
511 Vals.push_back(VE.getTypeID(F->getType()));
531 Vals.push_back(VE.getTypeID(AI->getType()));
580 Record.push_back(VE.getTypeID(N->getOperand(i)->getType()));
818 if (V->getType() != LastTy) {
819 LastTy = V->getType();
857 Type *Ty = CFP->getType();
905 Type *EltTy = CDS->getType()->getElementType();
935 Record.push_back(VE.getTypeID(C->getOperand(0)->getType()));
[all...]
/frameworks/compile/slang/
H A Dslang_rs_backend.cpp216 const RSExportType *ET = EV->getType();
230 mLLVMContext, llvm::utostr_32(PT->getType())));
256 EV->getType()->getName().c_str()));
313 HelperFunctionParameterTys.push_back(AI->getType());
496 F->getType()->getName().c_str()));
/frameworks/rs/driver/
H A DrsdAllocation.cpp370 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), NULL);
386 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
393 if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % 16) != 0) {
417 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr);
438 drv->glType = rsdTypeToGLType(alloc->mHal.state.type->getElement()->getComponent().getType());
454 rsdAllocationData2D(rsc, alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->getDimY(), alloc->mHal.state.userProvidedPtr, allocSize, 0);
557 drv->readBackFBO->setDimensions(alloc->getType()
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestActivity.java148 recordNetworkState(mNetworkInfo.getType(), mNetworkInfo.getState());
150 recordNetworkState(mOtherNetworkInfo.getType(), mOtherNetworkInfo.getState());
393 if ((mNetworkInfo.getType() != networkType) ||
395 log("network state for " + mNetworkInfo.getType() +
490 return (mNetworkInfo.getType() == ConnectivityManager.TYPE_MOBILE);
495 return (mNetworkInfo.getType() == ConnectivityManager.TYPE_WIFI);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp70 RootArgTys.push_back(B->getType());
273 InTy = Args->getType();
285 OutTy = Args->getType();
296 llvm::Type *UsrDataTy = Args->getType();
497 OutTy = Args->getType();
514 InBaseTy = Args->getType();
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java73 switch (i.getType()) {
250 mTarget.onAccuracyChanged(getLegacySensorType(sensor.getType()), accuracy);
262 int type = event.sensor.getType();
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppRS.java156 Type camParamType = camParams.getAllocation().getType();
173 fb.setObjectConst(lightParams.getAllocation().getType());
178 fb.setObjectConst(lightParams.getAllocation().getType());

Completed in 779 milliseconds

1234567891011>>