Searched defs:Type (Results 1 - 25 of 425) sorted by relevance

1234567891011>>

/external/llvm/lib/MC/
H A DMCModule.cpp15 MCAtom *MCModule::createAtom(MCAtom::AtomType Type, argument
24 MCAtom *NewAtom = new MCAtom(Type, this, Begin, End);
/external/chromium/base/i18n/
H A Dicu_string_conversions.h19 enum Type { enum in class:base::OnStringConversionError
48 OnStringConversionError::Type on_error,
52 OnStringConversionError::Type on_error,
60 OnStringConversionError::Type on_error,
64 OnStringConversionError::Type on_error,
/external/chromium/chrome/browser/tab_contents/
H A Dinfobar_delegate.h49 enum Type { enum in class:InfoBarDelegate
87 virtual Type GetInfoBarType() const;
89 // Type-checking downcast routines:
/external/skia/include/images/
H A DSkImageEncoder.h18 enum Type { enum in class:SkImageEncoder
23 static SkImageEncoder* Create(Type);
35 static bool EncodeFile(const char file[], const SkBitmap&, Type,
37 static bool EncodeStream(SkWStream*, const SkBitmap&, Type,
/external/webkit/Source/WebCore/inspector/front-end/
H A DResource.js39 // Keep these in sync with WebCore::InspectorResource::Type
40 WebInspector.Resource.Type = {
379 case WebInspector.Resource.Type.Document:
382 case WebInspector.Resource.Type.Stylesheet:
385 case WebInspector.Resource.Type.Script:
388 case WebInspector.Resource.Type.Image:
391 case WebInspector.Resource.Type.Font:
394 case WebInspector.Resource.Type.XHR:
397 case WebInspector.Resource.Type.WebSocket:
400 case WebInspector.Resource.Type
[all...]
H A DCookieParser.js57 this._addCookie(kv, WebInspector.Cookie.Type.Request);
72 this._addCookie(kv, WebInspector.Cookie.Type.Response);
207 WebInspector.Cookie.Type = {
/external/chromium/chrome/browser/prefs/
H A Dsession_startup_pref.h19 enum Type { enum in struct:SessionStartupPref
46 explicit SessionStartupPref(Type type);
51 Type type;
/external/chromium/chrome/common/
H A Dtranslate_errors.h13 enum Type { enum in class:TranslateErrors
H A Dlaunchd_mac.h15 enum Type { enum in class:Launchd
55 Type type,
62 Type type,
67 Type type,
73 virtual bool DeletePlist(Domain domain, Type type, CFStringRef name);
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dtokenizer.py25 Type = tokens.TokenType variable
37 non-matched text when in the given mode. Defaults to Type.NORMAL.
48 non-matched text when in the given mode. Defaults to Type.NORMAL.
106 self.__AddToken(self._CreateToken('', Type.BLANK_LINE, line, line_number))
161 type = Type.NORMAL
/external/clang/include/clang/AST/
H A DTypeVisitor.h1 //===--- TypeVisitor.h - Visitor for Type subclasses ------------*- C++ -*-===//
17 #include "clang/AST/Type.h"
28 RetTy Visit(const Type *T) {
32 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
40 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \
46 RetTy VisitType(const Type*) { return RetTy(); } argument
/external/llvm/lib/Object/
H A DObjectFile.cpp26 ObjectFile::ObjectFile(unsigned int Type, MemoryBuffer *source, error_code &ec) argument
27 : Binary(Type, source) {
55 llvm_unreachable("Unknown Object File Type");
/external/skia/include/core/
H A DSkDrawFilter.h26 enum Type { enum in class:SkDrawFilter
40 virtual void filter(SkPaint*, Type) = 0;
/external/llvm/utils/TableGen/
H A DTGValueTypes.cpp23 class Type { class in namespace:llvm
26 virtual ~Type() {}
31 class ExtendedIntegerType : public Type {
44 class ExtendedVectorType : public Type {
61 static std::map<unsigned, const Type *>
63 static std::map<std::pair<uintptr_t, uintptr_t>, const Type *>
67 assert(isExtended() && "Type is not extended!");
73 assert(isExtended() && "Type is not extended!");
78 assert(isExtended() && "Type is not extended!");
83 assert(isExtended() && "Type i
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DIToken.cs42 int Type { property in interface:Antlr.Runtime.IToken
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonErrorNode.cs48 stop.Type != TokenTypes.EndOfFile)) {
73 if (((IToken)stop).Type == TokenTypes.EndOfFile) {
89 public override int Type { property in class:Antlr.Runtime.Tree.CommonErrorNode
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIToken.cs45 int Type property in interface:Antlr.Runtime.IToken
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonErrorNode.cs51 stop.Type != TokenTypes.EndOfFile ) )
82 if ( ( (IToken)stop ).Type == TokenTypes.EndOfFile )
104 public override int Type property in class:Antlr.Runtime.Tree.CommonErrorNode
H A DParseTree.cs88 public override int Type property in class:Antlr.Runtime.Tree.ParseTree
110 if ( t.Type == TokenTypes.EndOfFile )
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_editor.h31 enum Type { enum in struct:BookmarkEditor::EditDetails
51 Type type;
H A Dbookmark_folder_editor_controller.h23 enum Type { enum in class:BookmarkFolderEditorController
34 Type type);
41 Type type);
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_change.h15 enum Type { enum in class:PasswordStoreChange
21 PasswordStoreChange(Type type, const webkit_glue::PasswordForm& form)
26 Type type() const { return type_; }
48 Type type_;
/external/chromium/net/base/
H A Descape.h50 typedef uint32 Type; typedef in class:UnescapeRule
97 UnescapeRule::Type rules);
99 UnescapeRule::Type rules);
112 UnescapeRule::Type rules,
116 UnescapeRule::Type rules,
H A Dstatic_cookie_policy.h28 enum Type { enum in class:net::StaticCookiePolicy
43 explicit StaticCookiePolicy(Type type)
49 void set_type(Type type) { type_ = type; }
50 Type type() const { return type_; }
66 Type type_;
/external/chromium/net/ftp/
H A Dftp_directory_listing_parser.h19 enum Type { enum in struct:net::FtpDirectoryListingEntry
27 Type type;

Completed in 2840 milliseconds

1234567891011>>