Searched defs:Type (Results 276 - 300 of 887) sorted by relevance

<<11121314151617181920>>

/external/skia/include/core/
H A DSkImageEncoder.h20 enum Type { enum in class:SkImageEncoder
31 static SkImageEncoder* Create(Type);
62 static SkData* EncodeData(const SkBitmap&, Type, int quality);
63 static bool EncodeFile(const char file[], const SkBitmap&, Type,
65 static bool EncodeStream(SkWStream*, const SkBitmap&, Type,
105 typedef SkTRegistry<SkImageEncoder*(*)(SkImageEncoder::Type)> SkImageEncoder_EncodeReg;
/external/skia/include/effects/
H A DSkPerlinNoiseShader.h38 enum Type { enum in class:SkPerlinNoiseShader
110 SkPerlinNoiseShader(SkPerlinNoiseShader::Type type, SkScalar baseFrequencyX,
118 /*const*/ SkPerlinNoiseShader::Type fType;
/external/smack/src/org/jivesoftware/smack/packet/
H A DIQ.java44 private Type type = Type.GET;
59 public Type getType() {
68 public void setType(Type type) {
70 this.type = Type.GET;
120 * Convenience method to create a new empty {@link Type#RESULT IQ.Type.RESULT}
121 * IQ based on a {@link Type#GET IQ.Type.GET} or {@link Type#SE
198 public static class Type { class in class:IQ
236 private Type(String value) { method in class:IQ.Type
[all...]
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DAffiliation.java33 protected Type type;
35 public enum Type enum in class:Affiliation
46 public Affiliation(String jid, Type affiliation)
58 public Affiliation(String jid, String node, Type affiliation)
75 public Type getType()
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DRoomInvitation.java44 * Type of entity being invited to a groupchat support session.
46 private Type type;
69 public RoomInvitation(Type type, String invitee, String sessionID, String reason) {
125 * Type of entity being invited to a groupchat support session.
127 public static enum Type { enum in class:RoomInvitation
147 invitation.type = Type.valueOf(parser.getAttributeValue("", "type"));
H A DRoomTransfer.java44 * Type of entity being invited to a groupchat support session.
46 private RoomTransfer.Type type;
69 public RoomTransfer(RoomTransfer.Type type, String invitee, String sessionID, String reason) {
125 * Type of entity being invited to a groupchat support session.
127 public static enum Type { enum in class:RoomTransfer
147 invitation.type = RoomTransfer.Type.valueOf(parser.getAttributeValue("", "type"));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darc.h40 static const string &Type() { // Arc type name function in struct:fst::StdArc
64 static const string &Type() { // Arc type name function in struct:fst::LogArc
89 static const string &Type() { // Arc type name function in class:fst::StringArc
123 static const string &Type() { // Arc type name function in struct:fst::GallicArc
128 "right_restricted_gallic_"))) + A::Type();
152 static const string &Type() { // Arc type name function in struct:fst::ReverseArc
153 static const string type = "reverse_" + Arc::Type();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITree.cs140 int Type { property in interface:Antlr.Runtime.Tree.ITree
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs143 public abstract int Type property in class:Antlr.Runtime.Tree.BaseTree
184 if ( child.Type == type )
467 if ( t.Type == ttype )
H A DITree.cs148 int Type property in interface:Antlr.Runtime.Tree.ITree
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dindentation.py38 Type = javascripttokens.JavaScriptTokenType variable
93 Type.START_PAREN, Type.START_PARAMETERS)
145 if token_type == Type.END_PAREN:
146 self._PopTo(Type.START_PAREN)
148 elif token_type == Type.END_PARAMETERS:
149 self._PopTo(Type.START_PARAMETERS)
151 elif token_type == Type.END_BRACKET:
152 self._PopTo(Type.START_BRACKET)
154 elif token_type == Type
[all...]
/external/chromium_org/base/strings/
H A Dsafe_sprintf.h139 enum Type { INT, UINT, STRING, POINTER }; enum in struct:base::strings::internal::Arg
203 const enum Type type;
/external/chromium_org/base/test/
H A Dsequenced_task_runner_test_template.h31 enum Type { POST, START, END }; enum in struct:base::internal::TaskEvent
32 TaskEvent(int i, Type type);
34 Type type;
/external/chromium_org/cc/animation/
H A Dscroll_offset_animation_curve.cc89 AnimationCurve::CurveType ScrollOffsetAnimationCurve::Type() const { function in class:cc::ScrollOffsetAnimationCurve
/external/chromium_org/chrome/browser/
H A Dabout_flags.h41 enum Type { enum in struct:about_flags::Experiment
86 // Type of experiment.
87 Type type;
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_handler.h78 enum Type { enum in class:FaviconHandler
85 Type icon_type,
/external/chromium_org/chrome/browser/printing/
H A Dprint_job.h169 enum Type { enum in class:printing::JobEventDetails
203 JobEventDetails(Type type, PrintedDocument* document, PrintedPage* page);
208 Type type() const {
219 const Type type_;
/external/chromium_org/chrome/browser/ui/tabs/
H A Ddock_info.h28 enum Type { enum in class:DockInfo
62 DockInfo::Type type,
105 // Type of docking to occur.
106 void set_type(Type type) { type_ = type; }
107 Type type() const { return type_; }
153 Type type);
162 Type type_;
/external/chromium_org/chromeos/cryptohome/
H A Dcryptohome_parameters.h39 enum Type { enum in struct:cryptohome::KeyDefinition
44 enum Type { enum in struct:cryptohome::KeyDefinition::AuthorizationData
74 Type type;
108 Type type;
/external/chromium_org/content/browser/appcache/
H A Dappcache_entry.h20 enum Type { enum in class:content::AppCacheEntry
/external/chromium_org/device/hid/
H A Dinput_service_linux.h29 enum Type { TYPE_BLUETOOTH, TYPE_USB, TYPE_SERIO, TYPE_UNKNOWN }; enum in struct:device::InputServiceLinux::InputDeviceInfo
36 Type type;
/external/chromium_org/device/nfc/
H A Dnfc_ndef_record.h24 enum Type { enum in class:device::NfcNdefRecord
103 Type type() const { return type_; }
120 bool Populate(Type type, const base::DictionaryValue* data);
124 Type type_;
/external/chromium_org/extensions/browser/guest_view/mime_handler_view/
H A Dmime_handler_view_guest.cc29 const char MimeHandlerViewGuest::Type[] = "mimehandler"; member in class:extensions::MimeHandlerViewGuest
/external/chromium_org/media/base/
H A Dmedia_log_event.h29 enum Type { enum in struct:media::MediaLogEvent
96 Type type;
/external/chromium_org/mojo/public/cpp/utility/tests/
H A Dmutex_unittest.cc41 enum Type { kTypeLock, kTypeTry }; enum in class:mojo::__anon8798::Fiddler
43 Type type,
98 const Type type_;

Completed in 1453 milliseconds

<<11121314151617181920>>