Home
last modified time | relevance | path

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

123456

/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc136 pFileStatus.setType(FileNotFound);
138 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(SocketFile);
152 pFileStatus.setType(TypeUnknown);
160 pFileStatus.setType(FileNotFound);
[all …]
/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc130 pFileStatus.setType(FileNotFound);
132 pFileStatus.setType(StatusError);
134 pFileStatus.setType(DirectoryFile);
136 pFileStatus.setType(RegularFile);
138 pFileStatus.setType(BlockFile);
140 pFileStatus.setType(CharacterFile);
142 pFileStatus.setType(FifoFile);
144 pFileStatus.setType(TypeUnknown);
148 pFileStatus.setType(FileNotFound);
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp76 (*input)->setType(Input::Archive); in readGroup()
86 (*input)->setType(Input::Object); in readGroup()
91 (*input)->setType(Input::Object); in readGroup()
100 (*input)->setType(Input::DynObj); in readGroup()
DNamePool.cpp45 (*result)->setType(pType); in createSymbol()
82 new_symbol->setType(pType); in insertSymbol()
/frameworks/compile/mclinker/lib/Script/
DInputCmd.cpp185 (*input)->setType(Input::Object); in activate()
191 (*input)->setType(Input::DynObj); in activate()
196 (*input)->setType(Input::Archive); in activate()
/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/core/java/com/android/internal/app/
DDumpHeapActivity.java70 intent.setType(clip.getDescription().getMimeType(0)); in onCreate()
106 intent.setType(clip.getDescription().getMimeType(0)); in onCreate()
/frameworks/base/location/java/android/location/
DGpsNavigationMessage.java121 public void setType(byte value) { in setType() method in GpsNavigationMessage
252 navigationMessage.setType(parcel.readByte());
DGpsClock.java109 public void setType(byte value) { in setType() method in GpsClock
482 setType(TYPE_UNKNOWN); in initialize()
/frameworks/native/services/surfaceflinger/Effects/
DDaltonizer.h43 void setType(ColorBlindnessTypes type);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DUUSInfo.java89 public void setType(int uusType) { in setType() method in UUSInfo
/frameworks/base/libs/hwui/
DRenderProperties.cpp41 setType(LayerType::None); in ~LayerProperties()
67 setType(other.type()); in operator =()
/frameworks/base/media/java/android/media/
DRingtoneManager.java244 setType(mType); in RingtoneManager()
256 setType(mType); in RingtoneManager()
267 public void setType(int type) { in setType() method in RingtoneManager
/frameworks/base/core/java/android/view/
DSurfaceHolder.java154 public void setType(int type); in setType() method
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64RelocationHelpers.h110 rel_entry.setType(llvm::ELF::R_AARCH64_JUMP_SLOT); in helper_PLT_init()
124 rel_entry.setType(pType); in helper_DynRela_init()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphOutputTarget.java21 public void setType(FrameType type) { in setType() method in GraphOutputTarget
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dsending.jd97 …未在意向中包含 {@link android.net.Uri},您通常应使用 {@link android.content.Intent#setType setType()} 指定与意向关联的数据…
109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dsending.jd97 若您未將 {@link android.net.Uri} 包括在意圖中,通常應使用 {@link android.content.Intent#setType setType()} 指定意圖所關聯資…
109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
Dsending.jd98 포함하지 않을 경우, 일반적으로 {@link android.content.Intent#setType setType()}을 사용하여 인텐트와 관련된 데이터의
109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dsending.jd97 …@link android.net.Uri} が含まれていない場合は、通常は {@link android.content.Intent#setType setType()} を使用して、インテン…
109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java36 getWindow().setType(WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL); in SystemUIDialog()
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h47 void setType(unsigned int pType) { m_Type = pType; } in setType() function
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DSurfaceView.java84 public void setType(int type) {
/frameworks/base/core/java/android/net/
DWifiLinkQualityInfo.java86 public void setType(int type) { in setType() method in WifiLinkQualityInfo

123456