/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/compile/mclinker/lib/LD/ |
D | GroupReader.cpp | 78 (*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()
|
D | NamePool.cpp | 45 (*result)->setType(pType); in createSymbol() 84 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/base/location/java/android/location/ |
D | GpsNavigationMessage.java | 104 public void setType(byte value) { in setType() method in GpsNavigationMessage 216 navigationMessage.setType(parcel.readByte());
|
D | GpsClock.java | 111 public void setType(byte value) { in setType() method in GpsClock 494 setType(TYPE_UNKNOWN); in initialize()
|
/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/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 | 233 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/ |
D | AArch64RelocationHelpers.h | 123 rel_entry.setType(R_AARCH64_JUMP_SLOT); in helper_PLT_init() 139 rel_entry.setType(pType); in helper_DynRela_init()
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.cpp | 43 setType(kLayerTypeNone); in ~LayerProperties() 69 setType(other.type()); in operator =()
|
/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/compile/mclinker/include/mcld/Target/ |
D | ELFAttributeValue.h | 51 void setType(unsigned int pType) in setType() function
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SystemUIDialog.java | 36 getWindow().setType(WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL); in SystemUIDialog()
|
/frameworks/base/core/java/android/net/ |
D | WifiLinkQualityInfo.java | 86 public void setType(int type) { in setType() method in WifiLinkQualityInfo
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | SurfaceView.java | 84 public void setType(int type) {
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Relocation.h | 103 void setType(Type pType);
|
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
D | FileChooserParamsAdapter.java | 86 i.setType(mimeType); in createIntent()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 113 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/ |
D | BaseErrorDialog.java | 38 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); in BaseErrorDialog()
|
D | UserSwitchingDialog.java | 60 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ERROR); in UserSwitchingDialog()
|