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

12345678

/external/skia/dm/
H A DDMReplayTask.h17 enum Mode { enum in class:DM::ReplayTask
24 Mode);
/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;
/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;
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.h29 enum Mode { enum in class:ash::TouchHudDebug
49 Mode mode() const { return mode_; }
57 void SetMode(Mode mode);
72 Mode mode_;
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_controller.h38 enum Mode { enum in class:chromeos::AutoEnrollmentController
49 static Mode GetMode();
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_infobar_delegates.h197 enum Mode { enum in class:PluginMetroModeInfoBarDelegate
205 Mode mode,
209 PluginMetroModeInfoBarDelegate(Mode mode, const base::string16& name);
221 const Mode mode_;
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dreload_button.h32 enum Mode { MODE_RELOAD = 0, MODE_STOP }; enum in class:ReloadButton
42 void ChangeMode(Mode mode, bool force);
77 void ChangeModeInternal(Mode mode);
89 Mode intended_mode_;
92 Mode visible_mode_;
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketHandshake.h53 enum Mode { enum in class:blink::WebSocketHandshake
85 Mode mode() const;
118 Mode m_mode;
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dencode.h31 enum Mode { enum in struct:brotli::BrotliParams
35 Mode mode;
/external/chromium_org/third_party/skia/src/animator/
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/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.cpp63 unsigned Mode = sys::fs::all_read | sys::fs::all_write; local
66 Mode |= sys::fs::all_exe;
72 TempFilePath, Mode);
/external/chromium_org/base/debug/
H A Dtrace_event_synthetic_delay.h84 enum Mode { enum in class:base::debug::TraceEventSyntheticDelay
94 void SetMode(Mode mode);
127 Mode mode_;
/external/chromium_org/base/message_loop/
H A Dmessage_pump_io_ios.h93 enum Mode { enum in class:base::MessagePumpIOSForIO
/external/chromium_org/chrome/browser/chromeos/
H A Dui_proxy_config.h40 enum Mode { enum in struct:chromeos::UIProxyConfig
87 Mode mode;
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dweb_auth_flow.h44 // A WebAuthFlow can be started in Mode::SILENT, which never displays
50 enum Mode { enum in class:extensions::WebAuthFlow
81 Mode mode);
127 Mode mode_;
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_common.h67 enum Mode { enum in struct:predictors::ResourcePrefetchPredictorConfig
/external/chromium_org/ipc/
H A Dipc_channel.h60 enum Mode { enum in class:IPC::Channel
121 const IPC::ChannelHandle &channel_handle, Mode mode, Listener* listener);
/external/chromium_org/ppapi/proxy/
H A Durl_loader_resource.h74 enum Mode { enum in class:ppapi::proxy::URLLoaderResource
119 Mode mode_;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEBlendElement.h32 enum Mode { enum in class:blink::FINAL
58 SVGAnimatedEnumeration<Mode>* mode() { return m_mode.get(); }
71 RefPtr<SVGAnimatedEnumeration<Mode> > m_mode;
74 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGFEBlendElement::Mode>();
75 template<> unsigned short getMaxExposedEnumValue<SVGFEBlendElement::Mode>();
/external/chromium_org/third_party/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/chromium_org/third_party/skia/include/effects/
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/chromium_org/third_party/skia/include/views/
H A DSkTextBox.h30 enum Mode { enum in class:SkTextBox
36 Mode getMode() const { return (Mode)fMode; }
37 void setMode(Mode);

Completed in 947 milliseconds

12345678