Searched defs:Mode (Results 1 - 25 of 178) sorted by last modified time

12345678

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h415 enum Mode { enum in class:webrtc::GainControl
443 virtual int set_mode(Mode mode) = 0;
444 virtual Mode mode() const = 0;
/external/webp/src/enc/
H A Dbackward_references.h36 enum Mode { enum
/external/skia/src/animator/
H A DSkDisplayAdd.h20 enum Mode { enum in class:SkAdd
36 Mode mode;
H A DSkDisplayApply.h31 enum Mode { enum in class:SkApply
53 Mode getMode() { return mode; }
82 Mode mode;
H A DSkDisplayPost.h24 enum Mode { enum in class:SkPost
45 Mode mode;
/external/skia/src/gpu/
H A DGrOvalRenderer.cpp307 enum Mode { kStroke = 0, kHairline, kFill }; enum in class:DIEllipseEdgeEffect
309 static GrEffectRef* Create(Mode mode) {
339 inline Mode getMode() const { return fMode; }
423 DIEllipseEdgeEffect(Mode mode) : GrVertexEffect() {
434 Mode fMode;
447 return DIEllipseEdgeEffect::Create((Mode)(random->nextRangeU(0,2)));
748 DIEllipseEdgeEffect::Mode mode = (SkStrokeRec::kStroke_Style == style) ?
/external/skia/src/gpu/effects/
H A DGrTextureDomain.h25 enum Mode { enum in class:GrTextureDomain
44 GrTextureDomain(const SkRect& domain, Mode, int index = -1);
47 Mode mode() const { return fMode; }
77 SkDEBUGCODE(fMode = (Mode) -1;)
117 SkDEBUGCODE(Mode fMode;)
124 Mode fMode;
142 GrTextureDomain::Mode,
164 GrTextureDomain::Mode,
/external/smack/src/org/jivesoftware/smack/packet/
H A DPresence.java47 * <li>Mode -- one of five presence modes: {@link Mode#available available} (the default),
48 * {@link Mode#chat chat}, {@link Mode#away away}, {@link Mode#xa xa} (extended away), and
49 * {@link Mode#dnd dnd} (do not disturb).
64 private Mode mode = null;
84 public Presence(Type type, String status, int priority, Mode mode) {
96 * when the user is available, their presence mode may be {@link Mode#away away},
97 * {@link Mode#x
331 public enum Mode { enum in class:Presence
[all...]
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/
H A DBytestream.java33 private Mode mode = Mode.tcp;
83 * @see Mode
85 public void setMode(final Mode mode) {
93 * @see #setMode(Mode)
95 public Mode getMode() {
450 public enum Mode { enum in class:Bytestream
462 public static Mode fromName(String name) {
463 Mode mode;
465 mode = Mode
[all...]
/external/skia/dm/
H A DDMPipeTask.h17 enum Mode { enum in class:DM::PipeTask
26 Mode);
H A DDMRecordTask.h18 enum Mode { enum in class:DM::RecordTask
22 RecordTask(const Task& parent, skiagm::GM*, SkBitmap reference, Mode);
23 RecordTask(const Task& parent, SkPicture*, SkBitmap reference, Mode);
H A DDMReplayTask.h17 enum Mode { enum in class:DM::ReplayTask
24 Mode);
/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/gm/
H A Dgm.h49 enum Mode { enum in class:skiagm::GM
55 void setMode(Mode mode) { fMode = mode; }
56 Mode getMode() const { return fMode; }
113 Mode fMode;
/external/skia/include/core/
H A DSkImageDecoder.h245 enum Mode { enum in class:SkImageDecoder
258 kSuccess = 2 //!< The entire image was decoded, if Mode is
265 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
282 Result decode(SkStream*, SkBitmap* bitmap, SkColorType pref, Mode);
283 Result decode(SkStream* stream, SkBitmap* bitmap, Mode mode) {
319 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkColorType pref, Mode,
335 Mode, Format* format = NULL);
364 static bool DecodeStream(SkStreamRewindable* stream, SkBitmap* bitmap, SkColorType pref, Mode,
371 bool decode(SkStream* stream, SkBitmap* bitmap, SkBitmap::Config pref, Mode mode) {
377 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkBitmap::Config pref, Mode mod
[all...]
H A DSkXfermode.h93 enum Mode { enum in class:SkXfermode
134 * Gets the name of the Mode as a string.
136 static const char* ModeName(Mode);
139 * If the xfermode is one of the modes in the Mode enum, then asMode()
143 virtual bool asMode(Mode* mode) const;
149 static bool AsMode(const SkXfermode*, Mode* mode);
152 * Returns true if the xfermode claims to be the specified Mode. This works
161 static bool IsMode(const SkXfermode* xfer, Mode mode);
165 static SkXfermode* Create(Mode mode);
170 static SkXfermodeProc GetProc(Mode mod
[all...]
/external/skia/include/effects/
H A DSkAvoidXfermode.h20 enum Mode { enum in class:SkAvoidXfermode
40 static SkAvoidXfermode* Create(SkColor opColor, U8CPU tolerance, Mode mode) {
56 SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode);
63 Mode fMode;
H A DSkPorterDuff.h26 enum Mode { enum in class:SkPorterDuff
53 static SkXfermode* CreateXfermode(Mode mode);
58 static SkXfermodeProc GetXfermodeProc(Mode mode);
65 static SkXfermodeProc16 GetXfermodeProc16(Mode mode, SkColor srcColor);
72 static bool IsMode(SkXfermode*, Mode* mode);
74 /** Return the corersponding SkXfermode::Mode
76 static SkXfermode::Mode ToXfermodeMode(Mode);
77 } SK_ATTR_DEPRECATED("use SkXfermode::Mode");
/external/skia/include/views/
H A DSkTextBox.h30 enum Mode { enum in class:SkTextBox
36 Mode getMode() const { return (Mode)fMode; }
37 void setMode(Mode);
H A DSkWidget.h135 enum Mode { enum in class:SkStaticTextView
142 Mode getMode() const { return (Mode)fMode; }
143 void setMode(Mode);
/external/skia/include/views/animated/
H A DSkWidgetViews.h162 enum Mode { enum in class:SkStaticTextView
169 Mode getMode() const { return (Mode)fMode; }
170 void setMode(Mode);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h264 enum Mode { enum in class:google::protobuf::compiler::CommandLineInterface
270 Mode mode_;

Completed in 430 milliseconds

12345678