Searched defs:Type (Results 76 - 100 of 548) sorted by relevance

1234567891011>>

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfPDF_XOutputIntentDictionary_autogen.cpp11 SkString SkPdfPDF_XOutputIntentDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfPDF_XOutputIntentDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfSoundObjectDictionary_autogen.cpp11 SkString SkPdfSoundObjectDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfSoundObjectDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType0FontDictionary_autogen.cpp11 SkString SkPdfType0FontDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType0FontDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType10HalftoneDictionary_autogen.cpp11 SkString SkPdfType10HalftoneDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType10HalftoneDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType6HalftoneDictionary_autogen.cpp11 SkString SkPdfType6HalftoneDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType6HalftoneDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfWebCaptureDictionary_autogen.cpp11 SkString SkPdfWebCaptureDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfWebCaptureDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
/external/skia/include/utils/
H A DSkPaintFilterCanvas.h21 enum Type { enum in class:SkPaintFilterCanvas
48 virtual void onFilterPaint(SkPaint* paint, Type type) const = 0;
/external/skia/include/xml/
H A DSkDOM.h41 enum Type { enum in class:SkDOM
45 Type getType(const Node*) const;
/external/skia/src/core/
H A DSkEdge.h21 enum Type { enum in struct:SkEdge
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DCommonToken.cs87 type = oldToken.Type;
124 public int Type { property in class:Antlr.Runtime.CommonToken
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTree.cs172 public override int Type { property in class:Antlr.Runtime.Tree.CommonTree
177 return token.Type;
218 if (Type == TokenTypes.Invalid) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DCommonToken.cs94 type = oldToken.Type;
134 public int Type property in class:Antlr.Runtime.CommonToken
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTree.cs223 public override int Type property in class:Antlr.Runtime.Tree.CommonTree
230 return Token.Type;
287 if (Type == TokenTypes.Invalid)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimToken.cs66 public int Type property in struct:Antlr.Runtime.SlimToken
/external/ceres-solver/google3/
H A Djet_traits.h0 // Type traits for google3's custom MathUtil traits class. This is needed to
28 typedef ceres::Jet<T, N> Type; typedef in struct:MathLimits
32 static const Type kPosMin;
33 static const Type kPosMax;
34 static const Type kMin;
35 static const Type kMax;
36 static const Type kNegMin;
37 static const Type kNegMax;
40 static const Type kEpsilon;
41 static const Type kStdErro
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Derror_fixer.py33 Type = javascripttokens.JavaScriptTokenType variable
104 if iterator.type == Type.DOC_START_BRACE or iterator.string.isspace():
123 if iterator.type == Type.DOC_END_BRACE or iterator.string.isspace():
136 semicolon_token = Token(';', Type.SEMICOLON, token.line,
209 end_quote = tokenutil.Search(token, Type.DOUBLE_QUOTE_STRING_END)
212 "'", Type.SINGLE_QUOTE_STRING_START, token.line, token.line_number)
214 "'", Type.SINGLE_QUOTE_STRING_START, end_quote.line,
227 if start_token.type != Type.DOC_START_BRACE:
236 new_token = Token('{', Type.DOC_START_BRACE, start_token.line,
243 if end_token.type != Type
[all...]
H A Djavascriptlintrules.py43 Type = javascripttokens.JavaScriptTokenType variable
74 token and token.type == Type.DOC_FLAG and
99 if token.type == Type.SIMPLE_LVALUE:
123 if token.type == Type.IDENTIFIER:
128 if token.type == Type.DOC_FLAG:
164 'Type should be immediately after %s tag' % token.string,
167 elif token.type == Type.DOUBLE_QUOTE_STRING_START:
169 while next_token.type == Type.STRING_TEXT:
181 elif token.type == Type.END_DOC_COMMENT:
204 (not is_file_overview and next_token.type in Type
[all...]
H A Dtokenutil.py29 Type = tokens.TokenType variable
302 space_token = JavaScriptToken(' ', Type.WHITESPACE, token.line,
316 blank_token = JavaScriptToken('', Type.BLANK_LINE, '',
/external/clang/lib/Driver/
H A DInputInfo.h1 //===--- InputInfo.h - Input Source & Type Information ----------*- C++ -*-===//
41 types::ID Type; member in class:clang::driver::InputInfo
47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) {
50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) {
55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
62 types::ID getType() const { return Type; }
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-template-callback.cpp22 class Type {}; class
26 C<Type(void)> callback_Type;
33 C<void(Type)> callback_void_Type;
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h22 const TypeDescriptor &Type; member in struct:__ubsan::TypeMismatchData
44 const TypeDescriptor &Type; member in struct:__ubsan::OverflowData
94 const TypeDescriptor &Type; member in struct:__ubsan::VLABoundData
111 const TypeDescriptor &Type; member in struct:__ubsan::InvalidValueData
119 const TypeDescriptor &Type; member in struct:__ubsan::FunctionTypeMismatchData
/external/deqp/framework/delibs/decpp/
H A DdeFilePath.hpp39 enum Type enum in class:de::FilePath
57 Type getType (void) const;
/external/deqp/framework/egl/
H A DegluConfigFilter.hpp66 enum Type enum in class:eglu::CandidateConfig
74 const Type m_type;
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeTransform.java16 public enum Type { enum in class:UnicodeTransform
21 public UnicodeTransform getInstance(Type type);
34 public static synchronized UnicodeTransform getInstance(Type type) {
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DLight.java50 public enum Type { enum in class:Light
82 Type(int type){ method in class:Light.Type
206 * @see Type
208 public abstract Type getType();

Completed in 846 milliseconds

1234567891011>>