Searched refs:type (Results 426 - 450 of 19236) sorted by relevance

<<11121314151617181920>>

/external/llvm/test/MC/COFF/
H A Dseh-stackalloc-zero.s6 .def smallFunc; .scl 2; .type 32; .endef
/external/llvm/test/MC/ELF/
H A Dgen-dwarf.s16 .type foo, @function
H A Dsymbol-names.s7 .type foo?bar, @function
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h54 * type * Array;
58 * memory_pool_array_reserve(pool, type, Array, Size, Reserved, k);
66 #define memory_pool_array_reserve(pool, type, array, size, reserved, num) do { \
70 type * newarray; \
73 newarray = memory_pool_malloc((pool), newreserve * sizeof(type)); \
74 memcpy(newarray, (array), (size) * sizeof(type)); \
/external/mesa3d/src/gbm/main/
H A Dcommon_drm.h40 enum gbm_drm_driver_type type; member in struct:gbm_drm_device
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCustomizer.java21 void customize(CodeEmitter e, Type type); argument
H A DProcessArrayCallback.java21 void processElement(Type type); argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DMediaRange.java47 * | ( type "/" STAR )
48 * | ( type "/" subtype )
61 /** type field
63 protected String type; field in class:MediaRange
74 /** get type field
78 return type;
89 * Set the type member
93 type = t;
113 return buffer.append(type)
/external/objenesis/main/src/org/objenesis/instantiator/sun/
H A DSun13InstantiatorBase.java49 protected final Class type; field in class:Sun13InstantiatorBase
51 public Sun13InstantiatorBase(Class type) { argument
52 this.type = type;
/external/objenesis/main/src/org/objenesis/strategy/
H A DInstantiatorStrategy.java30 * @param type Class that will be instantiate
33 ObjectInstantiator newInstantiatorOf(Class type); argument
/external/openssl/crypto/
H A Dcryptlib.h98 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
99 #define HEX_SIZE(type) (sizeof(type)*2)
/external/qemu/include/qemu/
H A Dmodule.h18 #define module_init(function, type) \
20 register_module_init(function, type); \
38 void register_module_init(void (*fn)(void), module_init_type type);
40 void module_call_init(module_init_type type);
/external/qemu/target-i386/
H A Dkvm-gs-restore.h5 int no_gs_ioctl(int fd, int type, void *arg);
/external/replicaisland/src/com/replica/replicaisland/
H A DGameComponentPool.java22 public GameComponentPool(Class<?> type) { argument
24 objectClass = type;
28 public GameComponentPool(Class<?> type, int size) { argument
30 objectClass = type;
/external/skia/src/opts/
H A DSkMorphology_opts.h20 SkMorphologyImageFilter::Proc SkMorphologyGetPlatformProc(SkMorphologyProcType type);
/external/chromium_org/components/storage_monitor/
H A Dstorage_info.cc74 std::string StorageInfo::MakeDeviceId(Type type, const std::string& unique_id) { argument
76 switch (type) {
100 Type* type, std::string* unique_id) {
127 if (type)
128 *type = found_type;
137 Type type; local
138 return CrackDeviceId(device_id, &type, NULL) &&
139 (type == REMOVABLE_MASS_STORAGE_WITH_DCIM || type == MTP_OR_PTP ||
140 type
99 CrackDeviceId(const std::string& device_id, Type* type, std::string* unique_id) argument
145 Type type; local
155 Type type; local
167 Type type; local
173 Type type; local
179 Type type; local
185 Type type; local
[all...]
/external/chromium_org/content/renderer/
H A Dclipboard_client.h37 virtual uint64 GetSequenceNumber(ui::ClipboardType type) = 0;
41 ui::ClipboardType type) = 0;
44 virtual void Clear(ui::ClipboardType type) = 0;
47 virtual void ReadAvailableTypes(ui::ClipboardType type,
53 virtual void ReadText(ui::ClipboardType type,
57 virtual void ReadHTML(ui::ClipboardType type,
64 virtual void ReadRTF(ui::ClipboardType type, std::string* result) = 0;
67 virtual void ReadImage(ui::ClipboardType type, std::string* data) = 0;
69 // Reads a custom data type from the clipboard, if available.
71 const base::string16& type,
[all...]
H A Drenderer_clipboard_client.h20 virtual uint64 GetSequenceNumber(ui::ClipboardType type) OVERRIDE;
22 ui::ClipboardType type) OVERRIDE;
23 virtual void Clear(ui::ClipboardType type) OVERRIDE;
24 virtual void ReadAvailableTypes(ui::ClipboardType type,
27 virtual void ReadText(ui::ClipboardType type,
29 virtual void ReadHTML(ui::ClipboardType type,
34 virtual void ReadRTF(ui::ClipboardType type, std::string* result) OVERRIDE;
35 virtual void ReadImage(ui::ClipboardType type, std::string* data) OVERRIDE;
37 const base::string16& type,
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dstatus.cc41 const char* type; local
44 type = "OK";
47 type = "NotFound: ";
50 type = "Corruption: ";
53 type = "Not implemented: ";
56 type = "Invalid argument: ";
59 type = "IO error: ";
64 type = tmp;
67 std::string result(type);
/external/chromium_org/ui/events/
H A Dgesture_event_details.cc13 GestureEventDetails::GestureEventDetails(ui::EventType type) argument
14 : type_(type), touch_points_(1), oldest_touch_id_(-1) {
15 DCHECK_GE(type, ET_GESTURE_TYPE_START);
16 DCHECK_LE(type, ET_GESTURE_TYPE_END);
19 GestureEventDetails::GestureEventDetails(ui::EventType type, argument
22 : type_(type), touch_points_(1), oldest_touch_id_(-1) {
23 DCHECK_GE(type, ET_GESTURE_TYPE_START);
24 DCHECK_LE(type, ET_GESTURE_TYPE_END);
54 NOTREACHED() << "Invalid event type for constructor: " << type;
[all...]
/external/elfutils/0.153/backends/
H A Dalpha_regs.c40 int *bits, int *type)
51 *type = DW_ATE_signed;
56 *type = DW_ATE_float;
99 *type = DW_ATE_address;
109 *type = DW_ATE_address;
113 *type = DW_ATE_address;
143 *type = DW_ATE_unsigned;
147 *type = DW_ATE_address;
151 *type = DW_ATE_address;
37 alpha_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
/external/jmdns/src/javax/jmdns/impl/
H A DNameRegister.java34 public void register(InetAddress networkInterface, String name, NameType type) { argument
44 public boolean checkName(InetAddress networkInterface, String name, NameType type) { argument
54 public String incrementHostName(InetAddress networkInterface, String name, NameType type) { argument
68 public void register(InetAddress networkInterface, String name, NameType type) { argument
78 public boolean checkName(InetAddress networkInterface, String name, NameType type) { argument
88 public String incrementHostName(InetAddress networkInterface, String name, NameType type) { argument
137 * @param type
138 * name type to register
140 public abstract void register(InetAddress networkInterface, String name, NameType type); argument
149 * @param type
153 checkName(InetAddress networkInterface, String name, NameType type) argument
166 incrementHostName(InetAddress networkInterface, String name, NameType type) argument
[all...]
/external/junit/src/org/junit/runners/model/
H A DNoGenericTypeParametersValidator.java23 private void validateNoTypeParameterOnType(Type type, List<Throwable> errors) { argument
24 if (type instanceof TypeVariable<?>) {
26 + "() contains unresolved type variable " + type));
27 } else if (type instanceof ParameterizedType)
28 validateNoTypeParameterOnParameterizedType((ParameterizedType) type, errors);
29 else if (type instanceof WildcardType)
30 validateNoTypeParameterOnWildcardType((WildcardType) type, errors);
31 else if (type instanceof GenericArrayType)
32 validateNoTypeParameterOnGenericArrayType((GenericArrayType) type, error
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c95 * \param type the desired type for rgba_out (type.length = n, above)
102 struct lp_type type,
115 assert(format_desc->block.bits <= type.width);
117 assert(type.floating);
118 assert(type.width == 32);
120 lp_build_context_init(&bld, gallivm, type);
131 switch(format_desc->channel[chan].type) {
133 input = lp_build_undef(gallivm, type);
100 lp_build_unpack_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, LLVMValueRef packed, LLVMValueRef rgba_out[4]) argument
309 lp_build_fetch_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef rgba_out[4]) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c95 * \param type the desired type for rgba_out (type.length = n, above)
102 struct lp_type type,
115 assert(format_desc->block.bits <= type.width);
117 assert(type.floating);
118 assert(type.width == 32);
120 lp_build_context_init(&bld, gallivm, type);
131 switch(format_desc->channel[chan].type) {
133 input = lp_build_undef(gallivm, type);
100 lp_build_unpack_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, LLVMValueRef packed, LLVMValueRef rgba_out[4]) argument
309 lp_build_fetch_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef rgba_out[4]) argument
[all...]

Completed in 448 milliseconds

<<11121314151617181920>>