Home
last modified time | relevance | path

Searched refs:setType (Results 1 – 25 of 102) sorted by relevance

12345

/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc141 pFileStatus.setType(FileNotFound);
144 pFileStatus.setType(StatusError);
147 pFileStatus.setType(DirectoryFile);
149 pFileStatus.setType(RegularFile);
151 pFileStatus.setType(BlockFile);
153 pFileStatus.setType(CharacterFile);
155 pFileStatus.setType(FifoFile);
157 pFileStatus.setType(SocketFile);
159 pFileStatus.setType(TypeUnknown);
169 pFileStatus.setType(FileNotFound);
[all …]
/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc134 pFileStatus.setType(FileNotFound);
137 pFileStatus.setType(StatusError);
140 pFileStatus.setType(DirectoryFile);
142 pFileStatus.setType(RegularFile);
144 pFileStatus.setType(BlockFile);
146 pFileStatus.setType(CharacterFile);
148 pFileStatus.setType(FifoFile);
150 pFileStatus.setType(TypeUnknown);
155 pFileStatus.setType(FileNotFound);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DTestActivity.java75 intent.setType("*/*"); in onCreate()
94 intent.setType("image/*"); in onCreate()
113 intent.setType("audio/ogg"); in onCreate()
132 intent.setType("*/*"); in onCreate()
153 intent.setType("text/plain"); in onCreate()
170 intent.setType("image/png"); in onCreate()
187 intent.setType("*/*"); in onCreate()
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp80 (*input)->setType(Input::Archive); in readGroup()
91 (*input)->setType(Input::Object); in readGroup()
97 (*input)->setType(Input::Object); in readGroup()
107 (*input)->setType(Input::DynObj); in readGroup()
DNamePool.cpp45 (*result)->setType(pType); in createSymbol()
83 new_symbol->setType(pType); in insertSymbol()
/frameworks/native/opengl/tools/glgen/src/
DCFunc.java49 public void setType(CType ftype) { in setType() method in CFunc
138 cfunc.setType(ftype); in parseCFunc()
DJFunc.java52 public void setType(JType ftype) { in setType() method in JFunc
125 jfunc.setType(JType.convert(cfunc.getType(), false)); in convert()
/frameworks/native/services/surfaceflinger/Effects/
DDaltonizer.h43 void setType(ColorBlindnessTypes type);
DDaltonizer.cpp29 void Daltonizer::setType(Daltonizer::ColorBlindnessTypes type) { in setType() function in android::Daltonizer
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DUUSInfo.java89 public void setType(int uusType) { in setType() method in UUSInfo
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp148 (*input)->setType(Input::Object); in normalize()
154 (*input)->setType(Input::Object); in normalize()
162 (*input)->setType(Input::DynObj); in normalize()
169 (*input)->setType(Input::Archive); in normalize()
/frameworks/opt/mailcommon/java/com/android/mailcommon/
DWebViewContextMenu.java119 send.setType("text/plain"); in showShareLinkMenuItem()
126 send.setType("text/plain"); in shareLink()
222 addIntent.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE); in onCreateContextMenu()
/frameworks/base/core/java/android/view/
DSurfaceHolder.java154 public void setType(int type); in setType() method
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphOutputTarget.java21 public void setType(FrameType type) { in setType() method in GraphOutputTarget
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DSurfaceView.java80 public void setType(int type) {
/frameworks/base/media/java/android/media/
DRingtoneManager.java234 setType(mType); in RingtoneManager()
246 setType(mType); in RingtoneManager()
257 public void setType(int type) { in setType() method in RingtoneManager
/frameworks/base/core/java/android/net/
DWifiLinkQualityInfo.java86 public void setType(int type) { in setType() method in WifiLinkQualityInfo
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp83 rel_entry.setType(llvm::ELF::R_ARM_COPY); in addCopyReloc()
184 pReloc.setType(llvm::ELF::R_ARM_ABS32); in scanLocalReloc()
225 pReloc.setType(llvm::ELF::R_ARM_GOT_PREL); in scanLocalReloc()
285 pReloc.setType(llvm::ELF::R_ARM_ABS32); in scanGlobalReloc()
450 pReloc.setType(llvm::ELF::R_ARM_GOT_PREL); in scanGlobalReloc()
604 rel_entry.setType(llvm::ELF::R_ARM_RELATIVE); in helper_get_GOT_and_init()
610 rel_entry.setType(llvm::ELF::R_ARM_GLOB_DAT); in helper_get_GOT_and_init()
660 rel_entry.setType(llvm::ELF::R_ARM_JUMP_SLOT); in helper_get_PLT_and_init()
698 rel_entry.setType(pType); in helper_DynRel()
/frameworks/compile/mclinker/include/mcld/Fragment/
DRelocation.h106 void setType(Type pType);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSimPinView.java200 mSimUnlockProgressDialog.getWindow().setType( in getSimUnlockProgressDialog()
214 mRemainingAttemptsDialog.getWindow().setType( in getSimRemainingAttemptsDialog()
/frameworks/base/services/java/com/android/server/am/
DBaseErrorDialog.java33 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); in BaseErrorDialog()
DLaunchWarningWindow.java34 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); in LaunchWarningWindow()
/frameworks/base/core/java/com/android/internal/os/storage/
DExternalStorageFormatter.java93 mProgressDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); in onStartCommand()
226 mProgressDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); in updateProgressDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DBrightnessDialog.java70 window.setType(WindowManager.LayoutParams.TYPE_VOLUME_OVERLAY); in onCreate()
/frameworks/compile/mclinker/include/mcld/MC/
DMCLDInput.h78 void setType(unsigned int pType) in setType() function

12345