Searched refs:type (Results 226 - 250 of 19236) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/animator/
H A DSkTypedArray.h19 SkTypedArray(SkDisplayTypes type);
23 void setType(SkDisplayTypes type) { argument
25 fType = type;
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp12-1y.cpp4 template<typename T> struct S { typedef int type; }; typedef in struct:S
9 S<decltype(x)>::type n; // expected-error 2{{}}
15 S<decltype(x)>::type n; // expected-error 2{{}}
/external/clang/test/SemaTemplate/
H A Dinstantiation-depth-defarg.cpp4 typedef typename S<N-1>::type type; typedef in struct:S
13 typedef int type; typedef in struct:S
/external/doclava/res/assets/templates/
H A Dhead_tag.cs6 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
16 <link href="<?cs var:toroot ?>assets/doclava-developer-docs.css" rel="stylesheet" type="text/css" />
17 <link href="<?cs var:toroot ?>assets/customizations.css" rel="stylesheet" type="text/css" />
18 <script src="<?cs var:toroot ?>assets/search_autocomplete.js" type="text/javascript"></script>
19 <script src="<?cs var:toroot ?>assets/jquery-resizable.min.js" type="text/javascript"></script>
20 <script src="<?cs var:toroot ?>assets/doclava-developer-docs.js" type="text/javascript"></script>
21 <script src="<?cs var:toroot ?>assets/prettify.js" type="text/javascript"></script>
22 <script type="text/javascript">
26 <script src="<?cs var:toroot ?>assets/doclava-developer-reference.js" type="text/javascript"></script>
27 <script src="<?cs var:toroot ?>navtree_data.js" type
[all...]
/external/icu/icu4c/source/common/
H A Ducln_cmn.c62 ucln_common_registerCleanup(ECleanupCommonType type, argument
65 U_ASSERT(UCLN_COMMON_START < type && type < UCLN_COMMON_COUNT);
66 if (UCLN_COMMON_START < type && type < UCLN_COMMON_COUNT)
68 gCommonCleanupFunctions[type] = func;
76 ucln_registerCleanup(ECleanupLibraryType type, argument
79 U_ASSERT(UCLN_START < type && type < UCLN_COMMON);
80 if (UCLN_START < type
[all...]
/external/llvm/test/MC/Mips/
H A Delf_st_other.s5 .type f1, @function
11 .type d1, @object
16 .type f2, @function
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.c37 lp_build_elem_type(struct gallivm_state *gallivm, struct lp_type type) argument
39 if (type.floating) {
40 switch(type.width) {
56 return LLVMIntTypeInContext(gallivm->context, type.width);
62 lp_build_vec_type(struct gallivm_state *gallivm,struct lp_type type) argument
64 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type);
65 if (type.length == 1)
68 return LLVMVectorType(elem_type, type.length);
76 * type and check for identity.
79 lp_check_elem_type(struct lp_type type, LLVMTypeRe argument
121 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type) argument
145 lp_check_value(struct lp_type type, LLVMValueRef val) argument
160 lp_build_int_elem_type(struct gallivm_state *gallivm, struct lp_type type) argument
167 lp_build_int_vec_type(struct gallivm_state *gallivm, struct lp_type type) argument
181 lp_elem_type(struct lp_type type) argument
197 lp_uint_type(struct lp_type type) argument
214 lp_int_type(struct lp_type type) argument
232 lp_wider_type(struct lp_type type) argument
374 lp_build_context_init(struct lp_build_context *bld, struct gallivm_state *gallivm, struct lp_type type) argument
[all...]
H A Dlp_bld_arit.c78 const struct lp_type type = bld->type; local
83 assert(lp_check_value(type, a));
84 assert(lp_check_value(type, b));
88 if (type.floating && util_cpu_caps.has_sse) {
89 if (type.width == 32) {
90 if (type.length == 1) {
94 else if (type.length <= 4 || !util_cpu_caps.has_avx) {
103 if (type.width == 64 && util_cpu_caps.has_sse2) {
104 if (type
168 const struct lp_type type = bld->type; local
258 const struct lp_type type = bld->type; local
296 const struct lp_type type = bld->type; local
357 const struct lp_type type = bld->type; local
567 const struct lp_type type = bld->type; local
703 const struct lp_type type = bld->type; local
841 const struct lp_type type = bld->type; local
927 const struct lp_type type = bld->type; local
1097 const struct lp_type type = bld->type; local
1162 const struct lp_type type = bld->type; local
1220 const struct lp_type type = bld->type; local
1254 const struct lp_type type = bld->type; local
1263 sse41_rounding_available(const struct lp_type type) argument
1294 const struct lp_type type = bld->type; local
1380 const struct lp_type type = bld->type; local
1439 const struct lp_type type = bld->type; local
1469 const struct lp_type type = bld->type; local
1497 const struct lp_type type = bld->type; local
1525 const struct lp_type type = bld->type; local
1594 const struct lp_type type = bld->type; local
1615 const struct lp_type type = bld->type; local
1671 const struct lp_type type = bld->type; local
1730 const struct lp_type type = bld->type; local
1792 const struct lp_type type = bld->type; local
1839 const struct lp_type type = bld->type; local
1895 const struct lp_type type = bld->type; local
1987 const struct lp_type type = bld->type; local
2520 const struct lp_type type = bld->type; local
2609 const struct lp_type type = bld->type; local
2689 const struct lp_type type = bld->type; local
2722 const struct lp_type type = bld->type; local
2787 const struct lp_type type = bld->type; local
2949 const struct lp_type type = bld->type; local
[all...]
/external/oprofile/libop/tests/
H A Dcpu_type_tests.c20 op_cpu type; member in struct:cpu_type
50 op_cpu type; local
52 name = op_get_cpu_name(cpu->type);
53 if (cpu->type != CPU_NO_GOOD && strcmp(cpu->name, name)) {
54 printf("for %d expect %s found %s\n", cpu->type, cpu->name,
58 if (cpu->type == CPU_NO_GOOD && strcmp("invalid cpu type", name)) {
59 printf("for %d expect %s found %s\n", cpu->type,
60 "invalid cpu type", name);
64 type
[all...]
/external/skia/src/animator/
H A DSkTypedArray.h19 SkTypedArray(SkDisplayTypes type);
23 void setType(SkDisplayTypes type) { argument
25 fType = type;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/util/
H A DTypeProtoUtils.java60 @Nullable private TypeProto type = getSuperclassAsTypeProto(typeProto);
63 return type != null;
67 TypeProto type = this.type;
68 if (type == null) {
72 this.type = getSuperclassAsTypeProto(type);
73 return type;
85 public static TypeProto getSuperclassAsTypeProto(@Nonnull TypeProto type) { argument
87 String next = type
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DItem.java62 int type; field in class:Item
127 type = i.type;
142 this.type = ClassWriter.INT;
144 this.hashCode = 0x7FFFFFFF & (type + intVal);
153 this.type = ClassWriter.LONG;
155 this.hashCode = 0x7FFFFFFF & (type + (int) longVal);
164 this.type = ClassWriter.FLOAT;
166 this.hashCode = 0x7FFFFFFF & (type + (int) floatVal);
175 this.type
188 set( final int type, final String strVal1, final String strVal2, final String strVal3) argument
[all...]
/external/ceres-solver/include/ceres/
H A Dtypes.h51 // Argument type used in interfaces that can optionally take ownership
60 // TODO(keir): Considerably expand the explanations of each solver type.
413 LinearSolverType type);
415 LinearSolverType* type);
417 CERES_EXPORT const char* PreconditionerTypeToString(PreconditionerType type);
419 PreconditionerType* type);
422 VisibilityClusteringType type);
424 VisibilityClusteringType* type);
427 SparseLinearAlgebraLibraryType type);
430 SparseLinearAlgebraLibraryType* type);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DthemeChromiumAndroid.css44 input[type="date" i]:disabled,
45 input[type="datetime-local" i]:disabled,
46 input[type="month" i]:disabled,
47 input[type="time" i]:disabled,
48 input[type="week" i]:disabled,
49 input[type="date" i]:read-only,
50 input[type="datetime-local" i]:read-only,
51 input[type="month" i]:read-only,
52 input[type="time" i]:read-only,
53 input[type
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c78 const struct lp_type type = bld->type; local
83 assert(lp_check_value(type, a));
84 assert(lp_check_value(type, b));
88 if (type.floating && util_cpu_caps.has_sse) {
89 if (type.width == 32) {
90 if (type.length == 1) {
94 else if (type.length <= 4 || !util_cpu_caps.has_avx) {
103 if (type.width == 64 && util_cpu_caps.has_sse2) {
104 if (type
168 const struct lp_type type = bld->type; local
258 const struct lp_type type = bld->type; local
296 const struct lp_type type = bld->type; local
357 const struct lp_type type = bld->type; local
567 const struct lp_type type = bld->type; local
703 const struct lp_type type = bld->type; local
841 const struct lp_type type = bld->type; local
927 const struct lp_type type = bld->type; local
1097 const struct lp_type type = bld->type; local
1162 const struct lp_type type = bld->type; local
1220 const struct lp_type type = bld->type; local
1254 const struct lp_type type = bld->type; local
1263 sse41_rounding_available(const struct lp_type type) argument
1294 const struct lp_type type = bld->type; local
1380 const struct lp_type type = bld->type; local
1439 const struct lp_type type = bld->type; local
1469 const struct lp_type type = bld->type; local
1497 const struct lp_type type = bld->type; local
1525 const struct lp_type type = bld->type; local
1594 const struct lp_type type = bld->type; local
1615 const struct lp_type type = bld->type; local
1671 const struct lp_type type = bld->type; local
1730 const struct lp_type type = bld->type; local
1792 const struct lp_type type = bld->type; local
1839 const struct lp_type type = bld->type; local
1895 const struct lp_type type = bld->type; local
1987 const struct lp_type type = bld->type; local
2520 const struct lp_type type = bld->type; local
2609 const struct lp_type type = bld->type; local
2689 const struct lp_type type = bld->type; local
2722 const struct lp_type type = bld->type; local
2787 const struct lp_type type = bld->type; local
2949 const struct lp_type type = bld->type; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_type.c67 if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL))
68 return(a->type);
73 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) argument
80 a->type=type;
81 if (type == V_ASN1_BOOLEAN)
87 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) argument
89 if (!value || (type == V_ASN1_BOOLEAN))
92 ASN1_TYPE_set(a, type, p);
94 else if (type
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dralloc.h60 * \def ralloc(ctx, type)
65 * ((type *) ralloc_size(ctx, sizeof(type))
68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type)))
71 * \def rzalloc(ctx, type)
76 * ((type *) rzalloc_size(ctx, sizeof(type))
79 #define rzalloc(ctx, type) ((typ
[all...]
/external/mesa3d/src/glsl/
H A Dralloc.h60 * \def ralloc(ctx, type)
65 * ((type *) ralloc_size(ctx, sizeof(type))
68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type)))
71 * \def rzalloc(ctx, type)
76 * ((type *) rzalloc_size(ctx, sizeof(type))
79 #define rzalloc(ctx, type) ((typ
[all...]
/external/openssl/crypto/asn1/
H A Da_type.c66 if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL))
67 return(a->type);
72 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) argument
79 a->type=type;
80 if (type == V_ASN1_BOOLEAN)
86 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) argument
88 if (!value || (type == V_ASN1_BOOLEAN))
91 ASN1_TYPE_set(a, type, p);
93 else if (type
[all...]
/external/chromium_org/content/browser/android/java/
H A Djava_type.cc13 // Array component type names are similar to JNI type names, except for using
21 result->type = JavaType::TypeBoolean;
24 result->type = JavaType::TypeByte;
27 result->type = JavaType::TypeChar;
30 result->type = JavaType::TypeShort;
33 result->type = JavaType::TypeInt;
36 result->type = JavaType::TypeLong;
39 result->type = JavaType::TypeFloat;
42 result->type
[all...]
/external/chromium_org/content/child/
H A Dplugin_param_traits.cc21 : type(NPVARIANT_PARAM_VOID),
40 WriteParam(m, static_cast<int>(p.type));
41 if (p.type == content::NPVARIANT_PARAM_BOOL) {
43 } else if (p.type == content::NPVARIANT_PARAM_INT) {
45 } else if (p.type == content::NPVARIANT_PARAM_DOUBLE) {
47 } else if (p.type == content::NPVARIANT_PARAM_STRING) {
49 } else if (p.type == content::NPVARIANT_PARAM_SENDER_OBJECT_ROUTING_ID ||
50 p.type == content::NPVARIANT_PARAM_RECEIVER_OBJECT_ROUTING_ID) {
59 DCHECK(p.type == content::NPVARIANT_PARAM_VOID ||
60 p.type
67 int type; local
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSAbsentContent.java16 private final ASN1ObjectIdentifier type; field in class:CMSAbsentContent
24 ASN1ObjectIdentifier type)
26 this.type = type;
47 return type;
23 CMSAbsentContent( ASN1ObjectIdentifier type) argument
/external/chromium_org/ash/wm/
H A Dwm_types.cc23 ui::WindowShowState ToWindowShowState(WindowStateType type) { argument
24 switch (type) {
47 bool IsMaximizedOrFullscreenWindowStateType(WindowStateType type) { argument
48 return type == WINDOW_STATE_TYPE_MAXIMIZED ||
49 type == WINDOW_STATE_TYPE_FULLSCREEN;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_content_setting_bubble_model_delegate.cc33 ContentSettingsType type) {
34 switch (type) {
46 chrome::ShowContentSettings(browser_, type);
52 ContentSettingsType type) {
53 if (type != CONTENT_SETTINGS_TYPE_PLUGINS)
32 ShowContentSettingsPage( ContentSettingsType type) argument
51 ShowLearnMorePage( ContentSettingsType type) argument
/external/chromium_org/content/browser/
H A Dnotification_service_impl.cc48 int type,
58 if (HasKey(observers_[type], source)) {
59 observer_list = observers_[type][source.map_key()];
62 observers_[type][source.map_key()] = observer_list;
67 ++observer_counts_[type];
72 int type,
80 CHECK(HasKey(observers_[type], source));
83 observers_[type][source.map_key()];
87 observers_[type].erase(source.map_key());
91 --observer_counts_[type];
47 AddObserver(NotificationObserver* observer, int type, const NotificationSource& source) argument
71 RemoveObserver(NotificationObserver* observer, int type, const NotificationSource& source) argument
96 Notify(int type, const NotificationSource& source, const NotificationDetails& details) argument
[all...]

Completed in 559 milliseconds

1234567891011>>