Searched refs:Mode (Results 1 - 25 of 303) sorted by relevance

1234567891011>>

/external/skia/include/effects/
H A DSkPorterDuff.h18 /** DEPRECATED - use SkXfermode::Mode instead
30 enum Mode { enum in class:SkPorterDuff
57 static SkXfermode* CreateXfermode(Mode mode);
62 static SkXfermodeProc GetXfermodeProc(Mode mode);
69 static SkXfermodeProc16 GetXfermodeProc16(Mode mode, SkColor srcColor);
76 static bool IsMode(SkXfermode*, Mode* mode);
78 /** Return the corersponding SkXfermode::Mode
80 static SkXfermode::Mode ToXfermodeMode(Mode);
H A DSkAvoidXfermode.h22 enum Mode { enum in class:SkAvoidXfermode
42 SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode);
70 Mode fMode;
/external/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp27 AntiDepBreakMode& Mode,
29 Mode = ANTIDEP_NONE;
25 enablePostRAScheduler( CodeGenOpt::Level OptLevel, AntiDepBreakMode& Mode, RegClassVector& CriticalPathRCs) const argument
/external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/
H A DVirtualIndexBuffer.java3 import com.jme3.scene.Mesh.Mode;
8 * based on a specific Mesh {@link Mode}.
15 * <li>{@link Mode#Triangles}: 0, 1, 2 | 3, 4, 5 | 6, 7, 8 | ...</li>
16 * <li>{@link Mode#TriangleStrip}: 0, 1, 2 | 2, 1, 3 | 2, 3, 4 | ...</li>
17 * <li>{@link Mode#TriangleFan}: 0, 1, 2 | 0, 2, 3 | 0, 3, 4 | ...</li>
26 protected Mode meshMode;
28 public VirtualIndexBuffer(int numVerts, Mode meshMode){
60 if (meshMode == Mode.Triangles || meshMode == Mode.Lines || meshMode == Mode
[all...]
H A DWrappedIndexBuffer.java4 import com.jme3.scene.Mesh.Mode;
12 * mesh mode such as {@link Mode#TriangleStrip} or {@link Mode#LineLoop}
13 * into a list based mode such as {@link Mode#Triangles} or {@link Mode#Lines}.
70 mesh.setMode(Mode.Lines);
74 mesh.setMode(Mode.Triangles);
/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/skia/src/effects/
H A DSkPorterDuff.cpp19 // this table must be in SkPorterDuff::Mode order, so it can be indexed directly
22 SkPorterDuff::Mode fPD;
23 SkXfermode::Mode fXF;
47 static bool find_pdmode(SkXfermode::Mode src, SkPorterDuff::Mode* dst) {
60 SkXfermode::Mode SkPorterDuff::ToXfermodeMode(Mode mode) {
67 SkXfermode* SkPorterDuff::CreateXfermode(SkPorterDuff::Mode mode) {
73 bool SkPorterDuff::IsMode(SkXfermode* xfer, Mode* pdmode) {
74 SkXfermode::Mode xfmod
[all...]
/external/llvm/include/llvm-c/
H A DLinker.h36 LLVMLinkerMode Mode, char **OutMessage);
/external/skia/tests/
H A DXfermodeTest.cpp16 #define ILLEGAL_MODE ((SkXfermode::Mode)-1)
20 SkXfermode* xfer = SkXfermode::Create((SkXfermode::Mode) mode);
22 SkXfermode::Mode reportedMode = ILLEGAL_MODE;
31 reportedMode = (SkXfermode::Mode) -1;
41 SkXfermode::Mode reportedMode = (SkXfermode::Mode) -1;
54 SkXfermode::Mode mode = (SkXfermode::Mode)i;
H A DColorFilterTest.cpp38 #define ILLEGAL_MODE ((SkXfermode::Mode)-1)
51 (SkXfermode::Mode)mode);
62 SkXfermode::Mode m = ILLEGAL_MODE;
65 SkXfermode::Mode expectedMode = (SkXfermode::Mode)mode;
91 SkXfermode::Mode m2 = ILLEGAL_MODE;
/external/chromium/chrome/browser/ui/gtk/
H A Dreload_button_gtk.h26 enum Mode { MODE_RELOAD = 0, MODE_STOP }; enum in class:ReloadButtonGtk
35 void ChangeMode(Mode mode, bool force);
72 Mode intended_mode_;
75 Mode visible_mode_;
H A Dreload_button_gtk_unittest.cc14 ReloadButtonGtk::Mode intended_mode,
15 ReloadButtonGtk::Mode visible_mode,
41 ReloadButtonGtk::Mode intended_mode,
42 ReloadButtonGtk::Mode visible_mode,
/external/chromium/chrome/browser/ui/views/
H A Dreload_button.h31 enum Mode { MODE_RELOAD = 0, MODE_STOP }; enum in class:ReloadButton
38 void ChangeMode(Mode mode, bool force);
63 Mode intended_mode_;
66 Mode visible_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/skia/include/core/
H A DSkXfermode.h85 enum Mode { enum in class:SkXfermode
122 * If the xfermode is one of the modes in the Mode enum, then asMode()
126 virtual bool asMode(Mode* mode);
132 static bool AsMode(SkXfermode*, Mode* mode);
135 * Returns true if the xfermode claims to be the specified Mode. This works
144 static bool IsMode(SkXfermode* xfer, Mode mode);
148 static SkXfermode* Create(Mode mode);
153 static SkXfermodeProc GetProc(Mode mode);
160 static SkXfermodeProc16 GetProc16(Mode mode, SkColor srcColor);
168 static bool ModeAsCoeff(Mode mod
[all...]
/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/llvm/lib/Target/CellSPU/
H A DSPUSubtarget.cpp51 TargetSubtargetInfo::AntiDepBreakMode& Mode,
53 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
49 enablePostRAScheduler( CodeGenOpt::Level OptLevel, TargetSubtargetInfo::AntiDepBreakMode& Mode, RegClassVector& CriticalPathRCs) const argument
/external/llvm/lib/Target/MBlaze/
H A DMBlazeSubtarget.cpp50 TargetSubtargetInfo::AntiDepBreakMode& Mode,
52 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
49 enablePostRAScheduler(CodeGenOpt::Level OptLevel, TargetSubtargetInfo::AntiDepBreakMode& Mode, RegClassVector& CriticalPathRCs) const argument
/external/skia/src/animator/
H A DSkDisplayPost.h24 enum Mode { enum in class:SkPost
45 Mode mode;
/external/chromium/crypto/
H A Dencryptor.h25 enum Mode { enum in class:crypto::Encryptor
33 bool Init(SymmetricKey* key, Mode mode, const std::string& iv);
45 Mode mode_;
/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshake.h48 enum Mode { enum in class:WebCore::WebSocketHandshake
73 Mode mode() const;
100 Mode m_mode;
/external/webrtc/src/modules/audio_processing/
H A Dgain_control_impl.h45 virtual int set_mode(Mode mode);
46 virtual Mode mode() const;
67 Mode mode_;
/external/v8/test/cctest/
H A Dtest-reloc-info.cc36 byte* pc, RelocInfo::Mode mode, intptr_t data) {
56 RelocInfo::Mode mode = (i % 2 == 0) ?
71 RelocInfo::Mode mode = (i % 2 == 0) ?
88 RelocInfo::Mode mode = (i % 2 == 0) ?
105 RelocInfo::Mode mode = (i % 2 == 0) ?
/external/chromium/net/websockets/
H A Dwebsocket_handshake.h24 enum Mode { enum in class:net::WebSocketHandshake
43 Mode mode() const { return mode_; }
65 Mode mode_;
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java50 * Map of content-type to corresponding {@code HtmlParser.Mode}, used by {@code setContentType} to
55 * <td>HtmlParser.Mode.HTML</td>
59 * <td>HtmlParser.Mode.HTML</td>
63 * <td>HtmlParser.Mode.JS</td>
67 * <td>HtmlParser.Mode.JS</td>
71 * <td>HtmlParser.Mode.JS</td>
75 * <td>HtmlParser.Mode.CSS</td>
81 public static final Map<String, HtmlParser.Mode> CONTENT_TYPE_LIST;
101 CONTENT_TYPE_LIST = new HashMap<String, HtmlParser.Mode>();
102 CONTENT_TYPE_LIST.put("text/html", HtmlParser.Mode
[all...]

Completed in 3256 milliseconds

1234567891011>>