Searched refs:getType (Results 176 - 200 of 513) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java86 public String getType(Uri url) { method in class:SuggestionProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DKeycodeSelectionHelper.java41 && field.getType().equals(int.class)) {
/frameworks/base/services/core/java/com/android/server/am/
H A DDumpHeapProvider.java57 public String getType(Uri uri) { method in class:DumpHeapProvider
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValues.java93 FrameValue result = Frame.create(getType().asSingle(), new int[0]).asFrameValue();
H A DBackingStore.java349 public abstract int getType(); method in class:BackingStore.Backing
435 switch (backing.getType()) {
456 public int getType() { method in class:BackingStore.ObjectBacking
543 public int getType() { method in class:BackingStore.BitmapBacking
647 public int getType() { method in class:BackingStore.TextureBacking
774 public int getType() { method in class:BackingStore.ByteBufferBacking
884 public int getType() { method in class:BackingStore.AllocationBacking
/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/Renderscript/
H A DRSInvariant.cpp79 const llvm::Type *ArgType = Arg.getType();
H A DRSKernelExpand.cpp131 RootArgTys.push_back(B->getType());
406 bccAssert(LowerBound->getType() == UpperBound->getType());
420 IVVar = Builder.CreateAlloca(LowerBound->getType(), nullptr, BCC_INDEX_VAR_NAME);
483 ContextArgType = Arg.getType();
631 llvm::Type *InType = ArgIter->getType();
807 InTy = (FunctionArgIter++)->getType();
820 OutTy = (FunctionArgIter++)->getType();
829 llvm::Type *UsrDataTy = (FunctionArgIter++)->getType();
969 OutTy = ArgIter->getType();
[all...]
H A DRSGlobalInfoPass.cpp75 auto GlobalType = GV.getType()->getPointerElementType();
154 auto GlobalType = GV.getType()->getPointerElementType();
173 llvm::Value *V = M.getOrInsertGlobal(VarName.str(), C->getType());
/frameworks/compile/slang/
H A Dslang_rs_export_var.cpp98 clang::QualType QT = VD->getTypeSourceInfo()->getType();
/frameworks/native/services/surfaceflinger/
H A DTransform.h64 uint32_t getType() const;
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBalls.java62 if (event.sensor.getType() == Sensor.TYPE_ACCELEROMETER) {
/frameworks/support/v4/java/android/support/v4/provider/
H A DDocumentFile.java205 public abstract String getType(); method in class:DocumentFile
332 * {@link #getType()} may change to reflect the rename.
/frameworks/webview/chromium/plat_support/
H A Dgraphics_utils.cpp71 (canvas->getTotalMatrix().getType() &
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp416 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV.getType()));
484 Vals.push_back(VE.getTypeID(GV.getType()));
510 Vals.push_back(VE.getTypeID(F.getType()));
529 Vals.push_back(VE.getTypeID(A.getType()));
575 Record.push_back(VE.getTypeID(V->getType()));
593 Record.push_back(VE.getTypeID(MDC->getType()));
850 if (V->getType() != LastTy) {
851 LastTy = V->getType();
905 Type *Ty = CFP->getType();
953 Type *EltTy = CDS->getType()
[all...]
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DPhoneWindowActionModeTest.java146 assertEquals(ActionMode.TYPE_PRIMARY, mode.getType());
159 assertEquals(ActionMode.TYPE_FLOATING, mode.getType());
324 public int getType() { method in class:PhoneWindowActionModeTest.MockActionMode
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraUtilsTypeReferenceTest.java111 Integer.class, typeRefInt.getType());
117 Float.class, typeRefFloat.getType());
138 klass, typeRef.getType());
/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/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java75 public String getType(Uri url) throws RemoteException { method in class:MockContentProvider.InversionIContentProvider
76 return MockContentProvider.this.getType(url);
194 public String getType(Uri uri) { method in class:MockContentProvider
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp403 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV.getType()));
471 Vals.push_back(VE.getTypeID(GV.getType()));
496 Vals.push_back(VE.getTypeID(F.getType()));
514 Vals.push_back(VE.getTypeID(A.getType()));
546 Record.push_back(VE.getTypeID(V->getType()));
564 Record.push_back(VE.getTypeID(MDC->getType()));
814 if (V->getType() != LastTy) {
815 LastTy = V->getType();
875 Type *Ty = CFP->getType();
942 Record.push_back(VE.getTypeID(C->getOperand(0)->getType()));
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp405 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV.getType()));
473 Vals.push_back(VE.getTypeID(GV.getType()));
498 Vals.push_back(VE.getTypeID(F.getType()));
516 Vals.push_back(VE.getTypeID(A.getType()));
548 Record.push_back(VE.getTypeID(V->getType()));
566 Record.push_back(VE.getTypeID(MDC->getType()));
816 if (V->getType() != LastTy) {
817 LastTy = V->getType();
877 Type *Ty = CFP->getType();
944 Record.push_back(VE.getTypeID(C->getOperand(0)->getType()));
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp391 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), nullptr, requiredAlignment);
405 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
421 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
428 if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % requiredAlignment) != 0) {
452 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr, requiredAlignment);
473 drv->glType = rsdTypeToGLType(alloc->mHal.state.type->getElement()->getComponent().getType());
489 rsdAllocationData2D(rsc, alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java355 public int getType() { method in class:RadioManager.BandDescriptor
440 if (mType != other.getType())
691 public int getType() { method in class:RadioManager.BandConfig
692 return mDescriptor.getType();
921 mDescriptor = new BandDescriptor(descriptor.getRegion(), descriptor.getType(),
936 mDescriptor = new BandDescriptor(config.getRegion(), config.getType(),
952 mDescriptor.getType(), mDescriptor.getLowerLimit(),
1095 mDescriptor = new BandDescriptor(descriptor.getRegion(), descriptor.getType(),
1106 mDescriptor = new BandDescriptor(config.getRegion(), config.getType(),
1118 mDescriptor.getType(), mDescripto
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java406 if (svc.getType() == type &&
540 service.getType(), service.getInstanceId(),
574 mService.beginServiceDeclaration(mServerIf, service.getType(),
581 includedService.getType(),
625 service.getInstanceId(), service.getType());
629 mService.removeService(mServerIf, service.getType(),
/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java660 && childEntry.getType() != RestrictionEntry.TYPE_BUNDLE) {
700 switch (entry.getType()) {
731 "Unsupported restrictionEntry type: " + entry.getType());

Completed in 1424 milliseconds

1234567891011>>