Searched defs:Mode (Results 1 - 25 of 92) sorted by relevance

1234

/external/eigen/demos/opengl/
H A Dtrackball.h21 enum Mode {Around, Local}; enum in class:Trackball
25 void start(Mode m = Around) { mMode = m; mLastPointOk = false; }
37 Mode mMode;
/external/skia/src/animator/
H A DSkDisplayAdd.h20 enum Mode { enum in class:SkAdd
36 Mode mode;
H A DSkDisplayPost.h24 enum Mode { enum in class:SkPost
45 Mode mode;
H A DSkDisplayApply.h31 enum Mode { enum in class:SkApply
53 Mode getMode() { return mode; }
82 Mode mode;
/external/vogar/src/vogar/
H A DMode.java25 * A Mode for running actions. Examples including running in a virtual machine
29 public interface Mode { interface
/external/clang/utils/analyzer/
H A DSumTimerInfo.py34 Mode = 1 variable
37 Mode = 1 variable
38 if (("Analyzer Total Time" in line) and (Mode == 1)) :
44 if ((("warning generated." in line) or ("warnings generated" in line)) and Mode == 1) :
47 if (("The # of functions analysed (as top level)" in line) and (Mode == 1)) :
50 if (("The % of reachable basic blocks" in line) and (Mode == 1)) :
53 if (("The # of times we reached the max number of steps" in line) and (Mode == 1)) :
56 if (("The maximum number of basic blocks in a function" in line) and (Mode == 1)) :
60 if (("The # of steps executed" in line) and (Mode == 1)) :
63 if (("The # of times we inlined a call" in line) and (Mode
[all...]
/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp66 unsigned Mode = sys::fs::all_read | sys::fs::all_write; local
69 Mode |= sys::fs::all_exe;
75 TempFilePath, Mode);
H A DPath.cpp162 bool MakeAbsolute, unsigned Mode,
196 sys::fs::F_RW | sys::fs::F_Excl, Mode)) {
683 unsigned Mode) {
684 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File);
160 createUniqueEntity(const Twine &Model, int &ResultFD, SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, unsigned Mode, FSEntity Type) argument
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMovieActivationDictionary_autogen.cpp71 SkString SkPdfMovieActivationDictionary::Mode(SkPdfNativeDoc* doc) { function in class:SkPdfMovieActivationDictionary
72 SkPdfNativeObject* ret = get("Mode", "");
80 return get("Mode", "") != NULL;
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer2.java33 * but additional modes are provided as documented in the Mode enum.
69 public enum Mode { enum in class:Normalizer2
115 * Same as getInstance(null, "nfc", Mode.COMPOSE).
126 * Same as getInstance(null, "nfc", Mode.DECOMPOSE).
137 * Same as getInstance(null, "nfkc", Mode.COMPOSE).
148 * Same as getInstance(null, "nfkc", Mode.DECOMPOSE).
159 * Same as getInstance(null, "nfkc_cf", Mode.COMPOSE).
190 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/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h78 NMode::EEnum Mode; member in struct:NWorkDir::CInfo
85 Mode = NMode::kSystem;
/external/skia/src/gpu/effects/
H A DGrTextureDomain.h27 enum Mode { enum in class:GrTextureDomain
53 GrTextureDomain(const SkRect& domain, Mode, int index = -1);
56 Mode mode() const { return fMode; }
72 static const SkRect MakeTexelDomainForMode(const GrTexture* texture, const SkIRect& texelRect, Mode mode) {
99 SkDEBUGCODE(fMode = (Mode) -1;)
140 SkDEBUGCODE(Mode fMode;)
147 Mode fMode;
163 GrTextureDomain::Mode,
184 GrTextureDomain::Mode,
/external/v8/src/
H A Dhydrogen-removable-simulates.cc110 enum Mode { NORMAL, COLLECT_CONSECUTIVE_SIMULATES }; enum in class:v8::internal::State
159 Mode mode_;
/external/v8/test/cctest/compiler/
H A Dinstruction-selector-tester.h27 enum Mode { kTargetMode, kInternalMode }; enum in class:v8::internal::compiler::InstructionSelectorTester
53 void SelectInstructions(Mode mode = kTargetMode) {
58 Mode mode = kTargetMode) {
/external/libvorbis/doc/
H A D01-introduction.tex152 \subsubsection{Mode}
334 \paragraph{Mode decode}
150 \\subsubsection{Mode} subsubsection
/external/clang/include/clang/Driver/
H A DDriver.h62 } Mode; member in class:clang::driver::Driver
133 bool CCCIsCXX() const { return Mode == GXXMode; }
136 bool CCCIsCPP() const { return Mode == CPPMode; }
139 bool IsCLMode() const { return Mode == CLMode; }
/external/clang/include/clang/Lex/
H A DLexer.h187 void SetCommentRetentionState(bool Mode) { argument
190 ExtendedTokenMode = Mode ? 1 : 0;
/external/eigen/Eigen/src/Core/
H A DSelfAdjointView.h40 Mode = UpLo | SelfAdjoint, enumerator in enum:Eigen::internal::traits::__anon4079
68 Mode = internal::traits<SelfAdjointView>::Mode enumerator in enum:Eigen::SelfAdjointView::__anon4080
106 SelfadjointProductMatrix<MatrixType,Mode,false,OtherDerived,0,OtherDerived::IsVectorAtCompileTime>
110 <MatrixType,Mode,false,OtherDerived,0,OtherDerived::IsVectorAtCompileTime>
116 SelfadjointProductMatrix<OtherDerived,0,OtherDerived::IsVectorAtCompileTime,MatrixType,Mode,false>
120 <OtherDerived,0,OtherDerived::IsVectorAtCompileTime,MatrixType,Mode,false>
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h112 enum Mode enum in class:lldb_private::EmulateInstructionARM
217 Mode
221 SelectInstrSet(Mode arm_or_thumb);
981 Mode m_opcode_mode;
/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))
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h312 enum Mode { enum in class:google::protobuf::compiler::CommandLineInterface
319 Mode mode_;
/external/skia/bench/
H A DPicturePlaybackBench.cpp148 enum Mode { kTiled, kRandom }; enum
151 TiledPlaybackBench(BBH bbh, Mode mode) : fBBH(bbh), fMode(mode), fName("tiled_playback") {
211 Mode fMode;
/external/skia/gm/
H A Dgm.h45 enum Mode { enum in class:skiagm::GM
51 void setMode(Mode mode) { fMode = mode; }
52 Mode getMode() const { return fMode; }
112 Mode fMode;

Completed in 989 milliseconds

1234