Searched refs:type (Results 1 - 25 of 10689) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Ddirective-type-diagnostics.s6 .type symbol 32
7 // CHECK: error: expected STT_<TYPE_IN_UPPER_CASE>, '#<type>', '%<type>' or "<type>"
8 // CHECK: .type symbol 32
/external/llvm/test/MC/ELF/ARM/
H A Ddirective-type-diagnostics.s6 .type symbol 32
7 // CHECK: error: expected STT_<TYPE_IN_UPPER_CASE>, '#<type>', '%<type>' or "<type>"
8 // CHECK: .type symbol 32
H A Dgnu-type-hash.s5 .type TYPE #STT_FUNC
6 // CHECK: .type TYPE,%function
8 .type type #function
9 // CHECK: .type type,%function
11 .type comma_TYPE, #STT_FUNC
12 // CHECK: .type comma_TYPE,%function
14 .type comma_type, #function
15 // CHECK: .type comma_typ
[all...]
/external/llvm/test/MC/ELF/
H A Dgnu-type-diagnostics.s3 .type TYPE FUNC
4 // CHECK: error: unsupported attribute in '.type' directive
5 // CHECK: .type TYPE FUNC
8 .type type stt_func
9 // CHECK: error: unsupported attribute in '.type' directive
10 // CHECK: .type type stt_func
13 .type symbol 32
14 // CHECK: error: expected STT_<TYPE_IN_UPPER_CASE>, '#<type>', '
[all...]
H A Dgnu-type.s3 .type TYPE STT_FUNC
4 // CHECK: .type TYPE,@function
6 .type comma_TYPE, STT_FUNC
7 // CHECK: .type comma_TYPE,@function
9 .type at_TYPE, @STT_FUNC
10 // CHECK: .type at_TYPE,@function
12 .type percent_TYPE, %STT_FUNC
13 // CHECK: .type percent_TYPE,@function
15 .type string_TYPE, "STT_FUNC"
16 // CHECK: .type string_TYP
[all...]
/external/llvm/test/MC/MachO/ARM/
H A Ddirective-type-diagnostics.s6 .type symbol 32
7 // CHECK: error: expected STT_<TYPE_IN_UPPER_CASE>, '#<type>', '%<type>' or "<type>"
8 // CHECK: .type symbol 32
/external/clang/test/Modules/
H A Dmerge-anon-in-template.cpp6 is_floating<int>::type t;
/external/cblas/testing/
H A Dauxiliary.c8 void get_transpose_type(char *type, enum CBLAS_TRANSPOSE *trans) { argument
9 if( (strncmp( type,"n",1 )==0)||(strncmp( type,"N",1 )==0) )
11 else if( (strncmp( type,"t",1 )==0)||(strncmp( type,"T",1 )==0) )
13 else if( (strncmp( type,"c",1 )==0)||(strncmp( type,"C",1 )==0) )
18 void get_uplo_type(char *type, enum CBLAS_UPLO *uplo) { argument
19 if( (strncmp( type,"u",1 )==0)||(strncmp( type,"
25 get_diag_type(char *type, enum CBLAS_DIAG *diag) argument
32 get_side_type(char *type, enum CBLAS_SIDE *side) argument
[all...]
/external/libchrome/base/
H A Dmove.h15 // Use DISALLOW_COPY_AND_ASSIGN instead, or if your type will be used in
17 #define MOVE_ONLY_TYPE_FOR_CPP_03(type) \
18 DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND(type)
24 // ownership of the type through a base::Callback without heap-allocating it
35 #define DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND(type) \
37 type(const type&) = delete; \
38 void operator=(const type&) = delete; \
45 #define DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND(type) \
47 type(cons
[all...]
/external/libweave/third_party/chromium/base/
H A Dmove.h15 // Use DISALLOW_COPY_AND_ASSIGN instead, or if your type will be used in
17 #define MOVE_ONLY_TYPE_FOR_CPP_03(type) \
18 DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND(type)
24 // ownership of the type through a base::Callback without heap-allocating it
35 #define DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND(type) \
37 type(const type&) = delete; \
38 void operator=(const type&) = delete; \
45 #define DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND(type) \
47 type(cons
[all...]
/external/clang/test/Sema/
H A Dc11-typedef-redef.c3 typedef int type; typedef
4 typedef type type; typedef
5 typedef int type; typedef
9 typedef type type2;
13 typedef int vla[N]; // expected-error{{redefinition of typedef for variably-modified type 'int [N]'}}
17 typedef vla2 vla3; // expected-error{{redefinition of typedef for variably-modified type 'vla2' (aka 'int [N]')}}
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/filters/
H A Doptionaltags.py18 type = token["type"]
19 if type == "StartTag":
23 elif type == "EndTag":
30 type = next and next["type"] or None
34 return type not in ("Comment", "SpaceCharacters")
39 if type in ("StartTag", "EmptyTag"):
41 elif type == "EndTag":
49 if type i
[all...]
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
H A Dtuple.hpp67 typename CvtOp<typename tuple_element<0, Tuple>::type>::type,
68 typename CvtOp<typename tuple_element<1, Tuple>::type>::type
69 > type; typedef in struct:cv::cudev::tuple_detail::ConvertTuple
75 typename CvtOp<typename tuple_element<0, Tuple>::type>::type,
76 typename CvtOp<typename tuple_element<1, Tuple>::type>::type,
77 typename CvtOp<typename tuple_element<2, Tuple>::type>
78 > type; typedef in struct:cv::cudev::tuple_detail::ConvertTuple
88 > type; typedef in struct:cv::cudev::tuple_detail::ConvertTuple
99 > type; typedef in struct:cv::cudev::tuple_detail::ConvertTuple
111 > type; typedef in struct:cv::cudev::tuple_detail::ConvertTuple
124 > type; typedef in struct:cv::cudev::tuple_detail::ConvertTuple
138 > type; typedef in struct:cv::cudev::tuple_detail::ConvertTuple
153 > type; typedef in struct:cv::cudev::tuple_detail::ConvertTuple
169 > type; typedef in struct:cv::cudev::tuple_detail::ConvertTuple
[all...]
/external/libdrm/tests/util/
H A Dkms.h29 const char *util_lookup_encoder_type_name(unsigned int type);
30 const char *util_lookup_connector_status_name(unsigned int type);
31 const char *util_lookup_connector_type_name(unsigned int type);
/external/clang/test/CodeGen/
H A DPR4611-bitfield-layout.c3 // CHECK: struct.object_entry = type { i32 }
6 unsigned int type:3, pack_id:16, depth:13; member in struct:object_entry
/external/clang/test/SemaTemplate/
H A Dinstantiate-typedef.cpp5 typedef T* type; // expected-error{{'type' declared as a pointer to a reference}} typedef in struct:add_pointer
8 add_pointer<int>::type test1(int * ptr) { return ptr; }
10 add_pointer<float>::type test2(int * ptr) {
11 return ptr; // expected-error{{cannot initialize return object of type 'add_pointer<float>::type' (aka 'float *') with an lvalue of type 'int *'}}
14 add_pointer<int&>::type // expected-note{{in instantiation of template class 'add_pointer<int &>' requested here}}
H A Dtypename-specifier-2.cpp5 typedef typename MetaFun::template apply<T> type; typedef in struct:bind_metafun
11 typedef T* type; typedef in struct:add_pointer::apply
20 bind_metafun<add_pointer, int>::type::type ip = &i;
21 bind_metafun<add_pointer, float>::type::type fp = &i; // expected-error{{cannot initialize a variable of type 'bind_metafun<add_pointer, float>::type::type' (aka 'float *') with an rvalue of type 'in
[all...]
H A Dmetafun-apply.cpp6 typedef T* type; typedef in struct:add_pointer::apply
13 typedef T& type; // expected-error{{cannot form a reference to 'void'}} typedef in struct:add_reference::apply
19 typedef int type; typedef in struct:bogus::apply
25 typedef typename MetaFun::template apply<T>::type type; // expected-note{{in instantiation of template class 'add_reference::apply<void>' requested here}} \ typedef in struct:apply1
30 apply1<add_pointer, int>::type ip = &i;
31 apply1<add_reference, int>::type ir = i;
32 apply1<add_reference, float>::type fr = i; // expected-error{{non-const lvalue reference to type 'float' cannot bind to a value of unrelated type 'in
[all...]
/external/fio/crc/
H A Dtest.h4 int fio_crctest(const char *type);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDebugUtilities.java26 * Fetch the name of a particular type of enum
27 * @param type the enum type
30 public static String typeString(int type) { argument
31 return enumString(DebugUtilitiesData.UDebugEnumType, type);
36 * @param type which enum to look up, such as DebugUtilitiesData.UCalendarDateFields
39 public static int enumCount(int type) { argument
40 return DebugUtilitiesData.NAMES[type].length;
45 * @param type which enum to look up, such as DebugUtilitiesData.UCalendarDateFields
49 public static String enumString(int type, in argument
59 enumByString(int type, String string) argument
74 enumArrayValue(int type, int field) argument
[all...]
/external/clang/test/Analysis/
H A Delementtype.c4 int type; member in struct:added_obj_st
7 // Test if we are using the canonical type for ElementRegion.
11 ao[0]->type=0;
/external/v8/test/mjsunit/regress/
H A Dregress-2263.js28 var obj = { length: { valueOf: function(){ throw { type: "length" }}}};
29 var sep = { toString: function(){ throw { type: "toString" }}};
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DIdItem.java26 * {@code non-null;} the type constant for the defining class of
29 private final CstType type; field in class:IdItem
34 * @param type {@code non-null;} the type constant for the defining
37 public IdItem(CstType type) { argument
38 if (type == null) {
39 throw new NullPointerException("type == null");
42 this.type = type;
49 typeIds.intern(type);
[all...]
/external/mesa3d/src/glsl/builtins/tools/
H A Dgenerate_matrixCompMultGLSL.py6 type = "mat" + str(x)
8 type = type + "x" + str(y)
9 print type + " matrixCompMult(" + type + " x, " + type + " y)\n{"
10 print " " + type + " z;"
/external/ceres-solver/internal/ceres/
H A Dintegral_types.h43 typedef kTrueType type; typedef in struct:ceres::internal::Ternary
47 typedef kFalseType type; typedef in struct:ceres::internal::Ternary
61 void>::type >::type >::type >::type >::type
62 type; typedef in struct:ceres::internal::Integer
73 void>::type >::type >
74 type; typedef in struct:ceres::internal::UnsignedInteger
[all...]

Completed in 6071 milliseconds

1234567891011>>