/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 141 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/ |
D | PathV3.inc | 134 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/ |
D | TestActivity.java | 75 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/ |
D | GroupReader.cpp | 80 (*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()
|
D | NamePool.cpp | 45 (*result)->setType(pType); in createSymbol() 83 new_symbol->setType(pType); in insertSymbol()
|
/frameworks/native/opengl/tools/glgen/src/ |
D | CFunc.java | 49 public void setType(CType ftype) { in setType() method in CFunc 138 cfunc.setType(ftype); in parseCFunc()
|
D | JFunc.java | 52 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/ |
D | Daltonizer.h | 43 void setType(ColorBlindnessTypes type);
|
D | Daltonizer.cpp | 29 void Daltonizer::setType(Daltonizer::ColorBlindnessTypes type) { in setType() function in android::Daltonizer
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | UUSInfo.java | 89 public void setType(int uusType) { in setType() method in UUSInfo
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 148 (*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/ |
D | WebViewContextMenu.java | 119 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/ |
D | SurfaceHolder.java | 154 public void setType(int type); in setType() method
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GraphOutputTarget.java | 21 public void setType(FrameType type) { in setType() method in GraphOutputTarget
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | SurfaceView.java | 80 public void setType(int type) {
|
/frameworks/base/media/java/android/media/ |
D | RingtoneManager.java | 234 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/ |
D | WifiLinkQualityInfo.java | 86 public void setType(int type) { in setType() method in WifiLinkQualityInfo
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 83 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/ |
D | Relocation.h | 106 void setType(Type pType);
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardSimPinView.java | 200 mSimUnlockProgressDialog.getWindow().setType( in getSimUnlockProgressDialog() 214 mRemainingAttemptsDialog.getWindow().setType( in getSimRemainingAttemptsDialog()
|
/frameworks/base/services/java/com/android/server/am/ |
D | BaseErrorDialog.java | 33 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); in BaseErrorDialog()
|
D | LaunchWarningWindow.java | 34 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); in LaunchWarningWindow()
|
/frameworks/base/core/java/com/android/internal/os/storage/ |
D | ExternalStorageFormatter.java | 93 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/ |
D | BrightnessDialog.java | 70 window.setType(WindowManager.LayoutParams.TYPE_VOLUME_OVERLAY); in onCreate()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | MCLDInput.h | 78 void setType(unsigned int pType) in setType() function
|