Searched defs:Type (Results 26 - 50 of 887) sorted by relevance

1234567891011>>

/external/chromium_org/net/base/
H A Descape.h63 typedef uint32 Type; typedef in class:net::UnescapeRule
110 UnescapeRule::Type rules);
113 UnescapeRule::Type rules);
123 UnescapeRule::Type rules);
126 UnescapeRule::Type rules,
/external/chromium_org/ppapi/shared_impl/
H A Dsocket_option_data.h15 enum Type { TYPE_INVALID = 0, TYPE_BOOL = 1, TYPE_INT32 = 2 }; enum in class:ppapi::SocketOptionData
20 Type GetType() const;
29 Type type_;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLButtonElement.h45 enum Type { SUBMIT, RESET, BUTTON }; enum in class:blink::FINAL
79 Type m_type;
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DDeprecatedStorageQuota.h48 enum Type { enum in class:blink::FINAL
53 static DeprecatedStorageQuota* create(Type type)
65 explicit DeprecatedStorageQuota(Type);
66 Type m_type;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPluginAction.h37 enum Type { enum in struct:blink::WebPluginAction
44 Type type;
49 WebPluginAction(Type type, bool enable)
/external/chromium_org/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.
107 self.__AddToken(self._CreateToken('', Type.BLANK_LINE, line, line_number))
162 type = Type.NORMAL
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfArtifactsDictionary_autogen.cpp11 SkString SkPdfArtifactsDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfArtifactsDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfEmbeddedFileStreamDictionary_autogen.cpp11 SkString SkPdfEmbeddedFileStreamDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfEmbeddedFileStreamDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfEncodingDictionary_autogen.cpp11 SkString SkPdfEncodingDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfEncodingDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfObjectReferenceDictionary_autogen.cpp11 SkString SkPdfObjectReferenceDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfObjectReferenceDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfPSXobjectDictionary_autogen.cpp11 SkString SkPdfPSXobjectDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfPSXobjectDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfThreadDictionary_autogen.cpp11 SkString SkPdfThreadDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfThreadDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
/external/chromium_org/tools/clang/blink_gc_plugin/tests/
H A Dvirtual_and_trace_after_dispatch.h17 enum Type { TB }; enum in class:blink::A
18 A(Type type) : m_type(type) { }
20 Type m_type;
/external/clang/include/clang/AST/
H A DTypeVisitor.h1 //===--- TypeVisitor.h - Visitor for Type subclasses ------------*- C++ -*-===//
17 #include "clang/AST/Type.h"
29 /// \tparam RetTy %Type of result produced by the operation.
32 /// from Type. The operation is performed by calling method Visit. It then
43 /// Type *atype = ...
59 /// \li <tt>ImplClass::VisitType(const Type*)</tt>
60 /// \li <tt>TypeVisitor::VisitType(const Type*)</tt>
69 RetTy Visit(const Type *T) {
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
88 VisitType(const Type*) argument
[all...]
/external/libunwind/doc/
H A Dlibunwind-ia64.tex20 \Type{unw\_word\_t} is always defined to be 64 bits wide (independent
35 64-bit wide \Type{unw\_word\_t} values, \Prog{libunwind} treats the
194 \section{The Unwind-Context Type}
196 On IA-64, \Type{unw\_context\_t} is simply an alias for
197 \Type{ucontext\_t} (as defined by the Single UNIX Spec). This implies
/external/llvm/lib/Object/
H A DSymbolicFile.cpp22 SymbolicFile::SymbolicFile(unsigned int Type, argument
24 : Binary(Type, std::move(Source)) {}
30 sys::fs::file_magic Type,
32 if (Type == sys::fs::file_magic::unknown)
33 Type = sys::fs::identify_magic(Object->getBuffer());
35 switch (Type) {
62 return ObjectFile::createObjectFile(Object, Type);
64 llvm_unreachable("Unexpected Binary File Type");
29 createSymbolicFile(std::unique_ptr<MemoryBuffer> &Object, sys::fs::file_magic Type, LLVMContext *Context) argument
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfArtifactsDictionary_autogen.cpp11 SkString SkPdfArtifactsDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfArtifactsDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfEmbeddedFileStreamDictionary_autogen.cpp11 SkString SkPdfEmbeddedFileStreamDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfEmbeddedFileStreamDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfEncodingDictionary_autogen.cpp11 SkString SkPdfEncodingDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfEncodingDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfObjectReferenceDictionary_autogen.cpp11 SkString SkPdfObjectReferenceDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfObjectReferenceDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfPSXobjectDictionary_autogen.cpp11 SkString SkPdfPSXobjectDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfPSXobjectDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfThreadDictionary_autogen.cpp11 SkString SkPdfThreadDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfThreadDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dspeech_rule.js23 goog.provide('cvox.SpeechRule.Type');
66 cvox.SpeechRule.Type = {
77 * @return {cvox.SpeechRule.Type}
79 cvox.SpeechRule.Type.fromString = function(str) {
81 case '[n]': return cvox.SpeechRule.Type.NODE;
82 case '[m]': return cvox.SpeechRule.Type.MULTI;
83 case '[t]': return cvox.SpeechRule.Type.TEXT;
84 case '[p]': return cvox.SpeechRule.Type.PERSONALITY;
92 * @param {cvox.SpeechRule.Type} speechType
95 cvox.SpeechRule.Type
[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

Completed in 484 milliseconds

1234567891011>>