Searched refs:type (Results 701 - 725 of 19236) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/skia/ext/
H A Dpaint_simplifier.cc34 bool PaintSimplifier::filter(SkPaint* paint, Type type) { argument
35 // Bitmaps are expensive. Skip draw if type has a bitmap.
36 if (type == kBitmap_Type || PaintHasBitmap(*paint))
41 if (type != kText_Type) {
/external/chromium_org/storage/browser/fileapi/quota/
H A Dquota_reservation_manager.h44 // Reserves or reclaims |delta| of quota for |origin| and |type| pair.
51 FileSystemType type,
55 // Reclaims |size| of quota for |origin| and |type|.
57 FileSystemType type,
60 // Updates disk usage of |origin| and |type|.
63 FileSystemType type,
67 FileSystemType type) = 0;
69 FileSystemType type) = 0;
79 // for |origin| and |type|.
82 FileSystemType type);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DPseudoStyleRequest.h40 , type(ForRenderer)
48 , type(requestType)
61 RequestType type; member in class:blink::PseudoStyleRequest
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNameNodeList.h35 static PassRefPtrWillBeRawPtr<NameNodeList> create(ContainerNode& rootNode, CollectionType type, const AtomicString& name) argument
37 ASSERT_UNUSED(type, type == NameNodeListType);
H A DTagCollection.cpp32 TagCollection::TagCollection(ContainerNode& rootNode, CollectionType type, const AtomicString& namespaceURI, const AtomicString& localName) argument
33 : HTMLCollection(rootNode, type, DoesNotOverrideItemAfter)
44 ownerNode().nodeLists()->removeCache(this, type(), m_localName);
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventListener.h49 Type type() const { return m_type; } function in class:blink::EventListener
52 explicit EventListener(Type type) argument
53 : m_type(type)
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTextInputType.cpp52 const AtomicString& type = element().fastGetAttribute(typeAttr); local
53 if (equalIgnoringCase(type, InputTypeNames::datetime))
55 else if (equalIgnoringCase(type, InputTypeNames::week))
/external/chromium_org/third_party/icu/source/test/letest/
H A Dletest.h29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
/external/chromium_org/third_party/libjpeg_turbo/
H A Djmorecfg.h43 * type sizes; for example, "char" not 8 bits, "short" not 16 bits,
55 /* JSAMPLE should be the smallest type that will hold the values 0..255.
82 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
107 * managers, this is also the data type passed to fread/fwrite.
190 #define METHODDEF(type) static type
192 #define LOCAL(type) static type
194 #define GLOBAL(type) type
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c39 enum state_struct_type type,
55 brw->state_batch_list[brw->state_batch_count].type = type;
64 make_annotation(drm_intel_aub_annotation *annotation, uint32_t type, argument
67 annotation->type = type;
79 * is annotated according to the type of each data structure.
92 uint32_t type = brw->state_batch_list[i].type; local
97 make_annotation(&annotations[a++], AUB_TRACE_TYPE(type),
38 brw_track_state_batch(struct brw_context *brw, enum state_struct_type type, uint32_t offset, int size) argument
120 brw_state_batch(struct brw_context *brw, enum state_struct_type type, int size, int alignment, uint32_t *out_offset) argument
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFResourceDict.h43 * with the give type and key.
45 * resource will be named by concatenating a type-specific prefix and
48 * @param type The type of resource being entered, like
50 * @param key The resource key, should be unique within its type.
54 SkPDFObject* insertResourceAsReference(SkPDFResourceType type, int key,
75 * @param type The type of resource being entered, like
77 * @param key The resource key, should be unique within its type.
79 static SkString getResourceName(SkPDFResourceType type, in
[all...]
/external/chromium_org/tools/ipc_fuzzer/message_lib/
H A Dmessage_cracker.h20 static void SetMessageType(IPC::Message* message, uint32 type) { argument
21 ToCracker(message)->header()->type = type;
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data.h30 GestureEventData(EventType type, const GestureEventData&);
32 EventType type() const { return details.type(); } function in struct:ui::GestureEventData
47 // Initializes type to GESTURE_TYPE_INVALID.
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dfunc-decl.js26 function shouldBeOfType(msg, val, type) {
27 if (typeof(val) != type)
28 testFailed(msg + ": value has type " + typeof(val) + " , not:" + type);
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp8 // an enumeration type that is a member of a base class of the class
16 typedef int type; typedef in namespace:test0::NonClass
24 using NonClass::type; // expected-error {{not a class}}
35 typedef int type; typedef in struct:test1::A
43 using A::type;
50 type t = 0;
59 union hiding _; // expected-error {{tag type that does not match previous}}
78 typedef int type; typedef in struct:test2::A
86 using A::type;
93 type
123 typedef int type; // expected-note {{target of using declaration}} typedef in struct:test3::A
[all...]
/external/clang/test/Sema/
H A Dinvalid-struct-init.c5 _efree((p)); // expected-error{{type name requires a specifier or qualifier}} \
6 expected-warning {{type specifier missing, defaults to 'int'}}
16 static int zm_startup_pcre(int type, int module_number ) { } argument
18 static int zm_shutdown_pcre(int type, int module_number ) { argument
/external/icu/icu4c/source/test/letest/
H A Dletest.h29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
/external/jpeg/
H A Djmorecfg.h68 * type sizes; for example, "char" not 8 bits, "short" not 16 bits,
80 /* JSAMPLE should be the smallest type that will hold the values 0..255.
107 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
132 * managers, this is also the data type passed to fread/fwrite.
211 #define METHODDEF(type) static type
213 #define LOCAL(type) static type
215 #define GLOBAL(type) type
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsysfs.c30 char type[100]; local
53 sysfs_mountpoint, type) == 2) {
55 if (strcmp(type, "sysfs") == 0)
/external/lldb/include/lldb/Expression/
H A DASTDumper.h28 ASTDumper (const clang::Type *type);
29 ASTDumper (clang::QualType type);
30 ASTDumper (lldb::clang_type_t type);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml5 (* expr - Base type for all expression nodes. *)
6 type expr =
19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array
24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml5 (* expr - Base type for all expression nodes. *)
6 type expr =
19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array
24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml5 (* expr - Base type for all expression nodes. *)
6 type expr =
19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array
24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr
/external/llvm/test/MC/ARM/
H A Dbkpt.s7 .type thumb_default_bkpt, %function
16 .type normal_bkpt, %function
26 .type arm_default_bkpt, %function
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c39 enum state_struct_type type,
55 brw->state_batch_list[brw->state_batch_count].type = type;
64 make_annotation(drm_intel_aub_annotation *annotation, uint32_t type, argument
67 annotation->type = type;
79 * is annotated according to the type of each data structure.
92 uint32_t type = brw->state_batch_list[i].type; local
97 make_annotation(&annotations[a++], AUB_TRACE_TYPE(type),
38 brw_track_state_batch(struct brw_context *brw, enum state_struct_type type, uint32_t offset, int size) argument
120 brw_state_batch(struct brw_context *brw, enum state_struct_type type, int size, int alignment, uint32_t *out_offset) argument
[all...]

Completed in 723 milliseconds

<<21222324252627282930>>