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

1234567891011>>

/external/chromium_org/chrome/browser/android/
H A Dactivity_type_ids.h12 enum Type { enum in namespace:ActivityTypeIds
16 }; // enum Type
18 // Takes an int corresponding to a Type and returns the corresponding Type.
19 Type GetActivityType(int type_id);
/external/libcxx/test/utilities/function.objects/func.require/
H A Dinvoke.pass.cpp25 struct Type struct
40 static_assert(sizeof(std::__invoke(&Type::f1, std::declval<Type >())) == 1, "");
41 static_assert(sizeof(std::__invoke(&Type::f2, std::declval<Type const >())) == 2, "");
43 static_assert(sizeof(std::__invoke(&Type::g1, std::declval<Type &>())) == 1, "");
44 static_assert(sizeof(std::__invoke(&Type::g2, std::declval<Type const &>())) == 2, "");
46 static_assert(sizeof(std::__invoke(&Type
[all...]
/external/chromium_org/ipc/
H A Dipc_param_traits.h18 typedef P Type; typedef in struct:IPC::SimilarTypeTraits
/external/clang/test/CodeGenCXX/
H A Ddelayed-template-parsing.cpp5 struct Type { struct in namespace:ClassScopeSpecialization
13 Type T;
14 // CHECK: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QAEXXZ"
15 // X64: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QEAAXXZ"
/external/chromium_org/base/i18n/
H A Dicu_string_conversions.h20 enum Type { enum in class:base::OnStringConversionError
43 OnStringConversionError::Type on_error,
47 OnStringConversionError::Type on_error,
55 OnStringConversionError::Type on_error,
59 OnStringConversionError::Type on_error,
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_device.h30 enum Type { enum in class:content::V4L2Device
38 static scoped_ptr<V4L2Device> Create(Type type);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPassTraits.h42 typedef T Type; typedef in struct:WTF::PassTraits
44 static Type& transfer(Type& value) { return value; }
48 typedef OwnPtr<T> Type; typedef in struct:WTF::PassTraits
50 static PassType transfer(Type& value) { return value.release(); }
54 typedef RefPtr<T> Type; typedef in struct:WTF::PassTraits
56 static PassType transfer(Type& value) { return value.release(); }
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dapi_implementation.py82 def Type(): function
85 # See comment on 'Type' above.
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfGroupAttributesDictionary_autogen.cpp11 SkString SkPdfGroupAttributesDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfGroupAttributesDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfMetadataStreamDictionary_autogen.cpp11 SkString SkPdfMetadataStreamDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfMetadataStreamDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.h23 const TypeDescriptor &Type; member in struct:__ubsan::DynamicTypeCacheMissData
/external/llvm/lib/Object/
H A DELF.cpp19 StringRef getELFRelocationTypeName(uint32_t Machine, uint32_t Type) { argument
22 switch (Type) {
66 switch (Type) {
112 switch (Type) {
195 switch (Type) {
274 switch (Type) {
411 switch (Type) {
503 switch (Type) {
562 switch (Type) {
650 switch (Type) {
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfGroupAttributesDictionary_autogen.cpp11 SkString SkPdfGroupAttributesDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfGroupAttributesDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfMetadataStreamDictionary_autogen.cpp11 SkString SkPdfMetadataStreamDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfMetadataStreamDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
H A Ddevtools.js8 Console.Type = {
29 var console_types = Object.getOwnPropertyNames(Console.Type);
31 var method_name = Console.Type[console_types[type]];
82 var type = meta.Type;
84 Console.error("No Type for FirePHP message");
97 Console.addMessage(Console.Type[type], "%s%o",
/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/chromium_org/cc/animation/
H A Danimation_curve.cc13 DCHECK(Type() == AnimationCurve::Color);
17 AnimationCurve::CurveType ColorAnimationCurve::Type() const { return Color; } function in class:cc::ColorAnimationCurve
20 DCHECK(Type() == AnimationCurve::Float);
24 AnimationCurve::CurveType FloatAnimationCurve::Type() const { function in class:cc::FloatAnimationCurve
30 DCHECK(Type() == AnimationCurve::Transform);
34 AnimationCurve::CurveType TransformAnimationCurve::Type() const { function in class:cc::TransformAnimationCurve
39 DCHECK(Type() == AnimationCurve::Filter);
43 AnimationCurve::CurveType FilterAnimationCurve::Type() const { function in class:cc::FilterAnimationCurve
49 DCHECK(Type() == AnimationCurve::ScrollOffset);
54 DCHECK(Type()
[all...]
/external/chromium_org/content/browser/power_profiler/
H A Dpower_event.h13 enum Type { enum in struct:content::PowerEvent
25 Type type;
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_impl.h21 enum Type { enum in class:content::WebFileWriterImpl
28 Type type,
/external/chromium_org/content/common/android/
H A Dgin_java_bridge_value.h21 enum Type { enum in class:content::GinJavaBridgeValue
47 CONTENT_EXPORT Type GetType() const;
48 CONTENT_EXPORT bool IsType(Type type) const;
54 explicit GinJavaBridgeValue(Type type);
/external/chromium_org/mojo/shell/
H A Dchild_process.h23 enum Type { enum in class:mojo::shell::ChildProcess
/external/chromium_org/mojo/system/
H A Dmessage_pipe_endpoint.h39 enum Type { enum in class:mojo::system::MessagePipeEndpoint
43 virtual Type GetType() const = 0;
/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.h44 enum Type { SUBMIT, RESET, BUTTON }; enum in class:WebCore::FINAL
76 Type m_type;

Completed in 1068 milliseconds

1234567891011>>