Searched defs:Type (Results 176 - 200 of 887) 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/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/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/chromium_org/athena/test/
H A Dtest_app_model_builder.cc18 enum Type { enum in class:athena::__anon2158::DummyItem
27 static std::string GetTitle(Type type) {
46 static std::string GetId(Type type) {
50 explicit DummyItem(Type type)
86 Type type_;
102 new DummyItem(static_cast<DummyItem::Type>(i))));
/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle_unittest.cc18 enum Type { enum in struct:base::Action
24 Action(Type in_type, int in_fd1, int in_fd2 = -1)
36 Type type;
/external/chromium_org/base/win/
H A Dregistry.h176 DWORD Type() const { return type_; } function in class:base::win::RegistryValueIterator
/external/chromium_org/cc/animation/
H A Dtransform_operation.h17 enum Type { enum in struct:cc::TransformOperation
31 Type type;
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_action.h31 // Type identifiers for concrete ContentActions.
32 enum Type { enum in class:extensions::ContentAction
46 virtual Type GetType() const = 0;
125 virtual Type GetType() const OVERRIDE;
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service.h51 enum Type { enum in class:TabRestoreService
58 explicit Entry(Type type);
66 Type type;
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service.h48 enum Type { enum in class:EasyUnlockService
73 virtual Type GetType() const = 0;
/external/chromium_org/chrome/browser/task_manager/
H A Dresource_provider.h54 enum Type { enum in class:task_manager::Resource
64 virtual Type GetType() const = 0;
102 static const char* GetResourceTypeAsString(const Type type) {
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_item_controller.h34 enum Type { enum in class:LauncherItemController
41 LauncherItemController(Type type,
46 Type type() const { return type_; }
93 const Type type_;

Completed in 596 milliseconds

1234567891011>>