Home
last modified time | relevance | path

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

1234

/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc142 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/
DMCLDDriver.cpp137 (*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/
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/compile/mclinker/lib/Target/X86/
DX86RelocationFactory.cpp124 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/
DNamePool.cpp37 result->setType(pType); in createSymbol()
76 new_symbol->setType(pType); in insertSymbol()
DRelocation.cpp79 void Relocation::setType(Type pType) in setType() function in Relocation
/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/compile/mclinker/tools/mcld/lib/Core/
DLinker.cpp310 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/
DLinker.cpp317 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/
DUUSInfo.java89 public void setType(int uusType) { in setType() method in UUSInfo
/frameworks/base/core/java/android/view/
DSurfaceHolder.java154 public void setType(int type); in setType() method
/frameworks/base/media/java/android/media/
DRingtoneManager.java242 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/
DSurfaceView.java80 public void setType(int type) {
/frameworks/compile/mclinker/include/mcld/LD/
DRelocation.h86 void setType(Type pType);
DLDSection.h128 void setType(uint32_t type) in setType() function
/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/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp254 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/
DBaseErrorDialog.java33 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); in BaseErrorDialog()
DLaunchWarningWindow.java34 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); in LaunchWarningWindow()
DCompatModeDialog.java45 getWindow().setType(WindowManager.LayoutParams.TYPE_PHONE); in CompatModeDialog()
/frameworks/compile/mclinker/unittests/
DSymbolCategoryTest.cpp58 a->setType(ResolveInfo::File); in TEST_F()
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
DNetworkOverLimitActivity.java72 dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); in onCreate()
/frameworks/compile/mclinker/include/mcld/Support/
DFileSystem.h61 void setType(FileType v) { m_Value = v; } in setType() function
/frameworks/compile/mclinker/include/mcld/MC/
DMCLDFile.h67 void setType(unsigned int pType) in setType() function

1234