/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 142 pFileStatus.setType(FileNotFound); 145 pFileStatus.setType(StatusError); 148 pFileStatus.setType(DirectoryFile); 150 pFileStatus.setType(RegularFile); 152 pFileStatus.setType(BlockFile); 154 pFileStatus.setType(CharacterFile); 156 pFileStatus.setType(FifoFile); 158 pFileStatus.setType(SocketFile); 160 pFileStatus.setType(TypeUnknown); 170 pFileStatus.setType(FileNotFound); [all …]
|
/frameworks/compile/mclinker/lib/MC/ |
D | MCLDDriver.cpp | 137 (*input)->setType(Input::Object); in normalize() 144 (*input)->setType(Input::DynObj); in normalize() 150 (*input)->setType(Input::Archive); in normalize()
|
/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/compile/mclinker/lib/Target/X86/ |
D | X86RelocationFactory.cpp | 124 rel_entry.setType(llvm::ELF::R_386_RELATIVE); in helper_get_GOT_and_init() 129 rel_entry.setType(llvm::ELF::R_386_GLOB_DAT); in helper_get_GOT_and_init() 180 rel_entry.setType(llvm::ELF::R_386_JUMP_SLOT); in helper_get_PLT_and_init() 222 rel_entry.setType(pType); in helper_DynRel()
|
/frameworks/compile/mclinker/lib/LD/ |
D | NamePool.cpp | 37 result->setType(pType); in createSymbol() 76 new_symbol->setType(pType); in insertSymbol()
|
D | Relocation.cpp | 79 void Relocation::setType(Type pType) in setType() function in Relocation
|
/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/compile/mclinker/tools/mcld/lib/Core/ |
D | Linker.cpp | 310 mLDInfo->output().setType(mcld::Output::DynObj); in setOutput() 312 mLDInfo->output().setType(mcld::Output::Exec); in setOutput() 339 mLDInfo->output().setType(mcld::Output::DynObj); in setOutput()
|
/frameworks/compile/libbcc/lib/Core/ |
D | Linker.cpp | 317 mLDInfo->output().setType(mcld::Output::DynObj); in setOutput() 319 mLDInfo->output().setType(mcld::Output::Exec); in setOutput() 346 mLDInfo->output().setType(mcld::Output::DynObj); in setOutput()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | UUSInfo.java | 89 public void setType(int uusType) { in setType() method in UUSInfo
|
/frameworks/base/core/java/android/view/ |
D | SurfaceHolder.java | 154 public void setType(int type); in setType() method
|
/frameworks/base/media/java/android/media/ |
D | RingtoneManager.java | 242 setType(mType); in RingtoneManager() 254 setType(mType); in RingtoneManager() 265 public void setType(int type) { in setType() method in RingtoneManager
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | SurfaceView.java | 80 public void setType(int type) {
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Relocation.h | 86 void setType(Type pType);
|
D | LDSection.h | 128 void setType(uint32_t type) in setType() function
|
/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/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 254 rel_entry.setType(llvm::ELF::R_ARM_COPY); in addCopyReloc() 378 pReloc.setType(llvm::ELF::R_ARM_ABS32); in scanLocalReloc() 423 pReloc.setType(llvm::ELF::R_ARM_GOT_PREL); in scanLocalReloc() 489 pReloc.setType(llvm::ELF::R_ARM_ABS32); in scanGlobalReloc() 672 pReloc.setType(llvm::ELF::R_ARM_GOT_PREL); in scanGlobalReloc()
|
/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()
|
D | CompatModeDialog.java | 45 getWindow().setType(WindowManager.LayoutParams.TYPE_PHONE); in CompatModeDialog()
|
/frameworks/compile/mclinker/unittests/ |
D | SymbolCategoryTest.cpp | 58 a->setType(ResolveInfo::File); in TEST_F()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/ |
D | NetworkOverLimitActivity.java | 72 dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); in onCreate()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | FileSystem.h | 61 void setType(FileType v) { m_Value = v; } in setType() function
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | MCLDFile.h | 67 void setType(unsigned int pType) in setType() function
|