Searched defs:Mode (Results 26 - 50 of 208) sorted by relevance

123456789

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMSubtarget.cpp213 TargetSubtargetInfo::AntiDepBreakMode& Mode,
215 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
211 enablePostRAScheduler( CodeGenOpt::Level OptLevel, TargetSubtargetInfo::AntiDepBreakMode& Mode, RegClassVector& CriticalPathRCs) const argument
/external/autotest/frontend/client/src/autotest/moblab/wizard/
H A DConfigWizard.java45 private Mode mode;
78 setMode(Mode.View);
194 public Mode getMode() {
199 setMode(Mode.View);
203 setMode(Mode.View);
207 setMode(Mode.Edit);
210 private void setMode(Mode mode) {
212 headerContainer.setVisible(Mode.View == mode);
213 footerContainer.setVisible(Mode.View == mode);
230 public enum Mode { enum in class:ConfigWizard
[all...]
/external/libchrome/base/trace_event/
H A Dtrace_event_synthetic_delay.h82 enum Mode { enum in class:base::trace_event::TraceEventSyntheticDelay
92 void SetMode(Mode mode);
125 Mode mode_;
/external/skia/include/utils/
H A DSkTextBox.h30 enum Mode { enum in class:SkTextBox
36 Mode getMode() const { return (Mode)fMode; }
37 void setMode(Mode);
/external/skqp/include/utils/
H A DSkTextBox.h30 enum Mode { enum in class:SkTextBox
36 Mode getMode() const { return (Mode)fMode; }
37 void setMode(Mode);
/external/boringssl/src/fipstools/
H A Dcavp_aes_test.cc33 enum Mode { enum in struct:__anon989::TestCtx
37 Mode mode;
197 enum TestCtx::Mode test_mode;
H A Dcavp_tdes_test.cc32 enum Mode { enum in struct:__anon996::TestCtx
37 Mode mode;
315 enum TestCtx::Mode test_mode;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNormalizer2.java36 * but additional modes are provided as documented in the Mode enum.
70 public enum Mode { enum in class:Normalizer2
112 * Same as getInstance(null, "nfc", Mode.COMPOSE).
122 * Same as getInstance(null, "nfc", Mode.DECOMPOSE).
132 * Same as getInstance(null, "nfkc", Mode.COMPOSE).
142 * Same as getInstance(null, "nfkc", Mode.DECOMPOSE).
152 * Same as getInstance(null, "nfkc_cf", Mode.COMPOSE).
181 public static Normalizer2 getInstance(InputStream data, String name, Mode mode) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer2.java35 * but additional modes are provided as documented in the Mode enum.
71 public enum Mode { enum in class:Normalizer2
117 * Same as getInstance(null, "nfc", Mode.COMPOSE).
128 * Same as getInstance(null, "nfc", Mode.DECOMPOSE).
139 * Same as getInstance(null, "nfkc", Mode.COMPOSE).
150 * Same as getInstance(null, "nfkc", Mode.DECOMPOSE).
161 * Same as getInstance(null, "nfkc_cf", Mode.COMPOSE).
192 public static Normalizer2 getInstance(InputStream data, String name, Mode mode) {
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java32 * The Parser Mode requested for parsing a given template.
51 public enum Mode { enum in interface:HtmlParser
110 * is (re)set with {@link Mode#JS}.
246 * <p>See the {@link HtmlParser.Mode} enum for information on all
251 public void resetMode(HtmlParser.Mode mode);
/external/libchrome/base/message_loop/
H A Dmessage_pump_libevent.h86 enum Mode { enum in class:base::MessagePumpLibevent
/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h138 /// If Mode is Min or Max the size will be evaluated even if it depends on
142 ObjSizeMode Mode = ObjSizeMode::Exact);
154 ObjSizeMode Mode; member in class:llvm::ObjSizeMode::ObjectSizeOffsetVisitor
168 ObjSizeMode Mode = ObjSizeMode::Exact);
/external/llvm/lib/DebugInfo/CodeView/
H A DTypeRecord.cpp91 PointerMode Mode = L->getPtrMode(); local
100 return PointerRecord(L->PointeeType, PtrKind, Mode, Options, Size, *E);
103 return PointerRecord(L->PointeeType, PtrKind, Mode, Options, Size);
/external/llvm/lib/Support/
H A DPath.cpp163 bool MakeAbsolute, unsigned Mode,
197 sys::fs::F_RW | sys::fs::F_Excl, Mode)) {
752 unsigned Mode) {
753 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File);
161 createUniqueEntity(const Twine &Model, int &ResultFD, SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, unsigned Mode, FSEntity Type) argument
/external/skia/src/gpu/effects/
H A DGrTextureDomain.h30 enum Mode { enum in class:GrTextureDomain
56 GrTextureDomain(GrTextureProxy*, const SkRect& domain, Mode, int index = -1);
61 Mode mode() const { return fMode; }
69 static const SkRect MakeTexelDomainForMode(const SkIRect& texelRect, Mode mode) {
135 SkDEBUGCODE(Mode fMode;)
143 Mode fMode;
156 GrTextureDomain::Mode,
182 GrTextureDomain::Mode,
187 static OptimizationFlags OptFlags(GrPixelConfig config, GrTextureDomain::Mode mode);
/external/skqp/src/gpu/effects/
H A DGrTextureDomain.h30 enum Mode { enum in class:GrTextureDomain
56 GrTextureDomain(GrTextureProxy*, const SkRect& domain, Mode, int index = -1);
61 Mode mode() const { return fMode; }
69 static const SkRect MakeTexelDomainForMode(const SkIRect& texelRect, Mode mode) {
135 SkDEBUGCODE(Mode fMode;)
143 Mode fMode;
156 GrTextureDomain::Mode,
182 GrTextureDomain::Mode,
187 static OptimizationFlags OptFlags(GrPixelConfig config, GrTextureDomain::Mode mode);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp163 bool MakeAbsolute, unsigned Mode,
197 sys::fs::F_RW | sys::fs::F_Excl, Mode)) {
754 unsigned Mode) {
755 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File);
161 createUniqueEntity(const Twine &Model, int &ResultFD, SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, unsigned Mode, FSEntity Type) argument
/external/v8/src/compiler/
H A Djs-inlining-heuristic.h16 enum Mode { kGeneralInlining, kRestrictedInlining, kStressInlining }; enum in class:v8::internal::compiler::final
17 JSInliningHeuristic(Editor* editor, Mode mode, Zone* local_zone,
67 Mode const mode_;
/external/v8/src/crankshaft/
H A Dhydrogen-removable-simulates.cc119 enum Mode { NORMAL, COLLECT_CONSECUTIVE_SIMULATES }; enum in class:v8::internal::State
168 Mode mode_;
/external/webrtc/webrtc/base/
H A Dfilerotatingstream.h84 enum Mode { kRead, kWrite }; enum in class:rtc::FileRotatingStream
90 Mode mode);
110 const Mode mode_;
/external/clang/include/clang/Lex/
H A DLexer.h187 void SetCommentRetentionState(bool Mode) { argument
190 ExtendedTokenMode = Mode ? 1 : 0;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.hpp162 enum Mode enum in class:vk::DeterministicFailAllocator
170 DeterministicFailAllocator (const VkAllocationCallbacks* allocator, Mode mode, deUint32 numPassingAllocs);
173 void reset (Mode mode, deUint32 numPassingAllocs);
179 Mode m_mode;
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp345 char Mode, raw_ostream &O) {
347 switch (Mode) {
344 printAsmMRegister(X86AsmPrinter &P, const MachineOperand &MO, char Mode, raw_ostream &O) argument
/external/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h94 NMode::EEnum Mode; member in struct:NWorkDir::CInfo
101 Mode = NMode::kSystem;
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs66 Mode, enumerator in enum:SevenZip.LzmaAlone.Key
255 if (parser[(int)Key.Mode].ThereIs)
256 if (!GetNumber((string)parser[(int)Key.Mode].PostStrings[0], out algorithm))

Completed in 640 milliseconds

123456789