Home
last modified time | relevance | path

Searched refs:setType (Results 1 – 25 of 119) 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/compile/mclinker/lib/LD/
DGroupReader.cpp78 (*input)->setType(Input::Archive); in readGroup()
89 (*input)->setType(Input::Object); in readGroup()
95 (*input)->setType(Input::Object); in readGroup()
105 (*input)->setType(Input::DynObj); in readGroup()
DNamePool.cpp45 (*result)->setType(pType); in createSymbol()
84 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/base/location/java/android/location/
DGpsNavigationMessage.java104 public void setType(byte value) { in setType() method in GpsNavigationMessage
216 navigationMessage.setType(parcel.readByte());
DGpsClock.java111 public void setType(byte value) { in setType() method in GpsClock
494 setType(TYPE_UNKNOWN); in initialize()
/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/base/core/java/android/view/
DSurfaceHolder.java154 public void setType(int type); in setType() method
/frameworks/base/media/java/android/media/
DRingtoneManager.java233 setType(mType); in RingtoneManager()
245 setType(mType); in RingtoneManager()
256 public void setType(int type) { in setType() method in RingtoneManager
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64RelocationHelpers.h123 rel_entry.setType(R_AARCH64_JUMP_SLOT); in helper_PLT_init()
139 rel_entry.setType(pType); in helper_DynRela_init()
/frameworks/base/libs/hwui/
DRenderProperties.cpp43 setType(kLayerTypeNone); in ~LayerProperties()
69 setType(other.type()); in operator =()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphOutputTarget.java21 public void setType(FrameType type) { in setType() method in GraphOutputTarget
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h51 void setType(unsigned int pType) in setType() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java36 getWindow().setType(WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL); in SystemUIDialog()
/frameworks/base/core/java/android/net/
DWifiLinkQualityInfo.java86 public void setType(int type) { in setType() method in WifiLinkQualityInfo
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DSurfaceView.java84 public void setType(int type) {
/frameworks/compile/mclinker/include/mcld/Fragment/
DRelocation.h103 void setType(Type pType);
/frameworks/webview/chromium/java/com/android/webview/chromium/
DFileChooserParamsAdapter.java86 i.setType(mimeType); in createIntent()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp113 rel_entry.setType(llvm::ELF::R_ARM_RELATIVE); in helper_GOT_init()
119 rel_entry.setType(llvm::ELF::R_ARM_GLOB_DAT); in helper_GOT_init()
160 rel_entry.setType(llvm::ELF::R_ARM_JUMP_SLOT); in helper_PLT_init()
180 rel_entry.setType(pType); in helper_DynRel_init()
375 rel_entry.setType(llvm::ELF::R_ARM_COPY); in addCopyReloc()
499 pReloc.setType(llvm::ELF::R_ARM_ABS32); in scanLocalReloc()
540 pReloc.setType(llvm::ELF::R_ARM_GOT_PREL); in scanLocalReloc()
596 pReloc.setType(llvm::ELF::R_ARM_ABS32); in scanGlobalReloc()
761 pReloc.setType(llvm::ELF::R_ARM_GOT_PREL); in scanGlobalReloc()
/frameworks/base/services/core/java/com/android/server/am/
DBaseErrorDialog.java38 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); in BaseErrorDialog()
DUserSwitchingDialog.java60 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ERROR); in UserSwitchingDialog()

12345