/external/webrtc/talk/app/webrtc/objc/public/ |
H A D | RTCSessionDescription.h | 38 // The session type. 39 @property(nonatomic, copy, readonly) NSString *type; variable 41 - (id)initWithType:(NSString *)type sdp:(NSString *)sdp;
|
H A D | RTCStatsReport.h | 35 @property(nonatomic, readonly) NSString* type; variable
|
/external/clang/test/Analysis/ |
H A D | delayed-template-parsing-crash.cpp | 4 template <class T> struct remove_reference {typedef T type;}; typedef in struct:remove_reference 5 template <class T> struct remove_reference<T&> {typedef T type;}; typedef in struct:remove_reference 6 template <class T> struct remove_reference<T&&> {typedef T type;}; typedef in struct:remove_reference 9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash 10 return static_cast<typename remove_reference<T>::type&&>(arg);
|
H A D | elementtype.c | 4 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/clang/test/CodeCompletion/ |
H A D | constexpr.cpp | 6 typedef int type; typedef in struct:S 13 // CHECK: COMPLETION: type : type
|
/external/clang/test/Modules/Inputs/merge-anon-in-template/ |
H A D | a.h | 3 typedef int type; typedef in struct:is_floating
|
H A D | c.h | 3 typedef int type; typedef in struct:is_floating
|
/external/clang/test/Modules/Inputs/submodules/ |
H A D | type_traits.h | 3 typedef T type; typedef in struct:remove_reference 8 typedef T type; typedef in struct:remove_reference
|
/external/clang/test/SemaCXX/ |
H A D | libstdcxx_common_type_hack.cpp | 17 // reference type. 18 typedef decltype(true ? declval<A>() : declval<B>()) type; member in struct:std::common_type 28 using T = std::common_type<int, int>::type;
|
/external/clang/test/SemaTemplate/ |
H A D | instantiate-elab-type-specifier.cpp | 11 typedef struct Base<T>::foo type; typedef in struct:Derived
|
H A D | instantiation-depth-defarg.cpp | 4 typedef typename S<N-1>::type type; typedef in struct:S 13 typedef int type; typedef in struct:S
|
H A D | instantiate-typedef.cpp | 5 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}}
|
/external/dbus/bus/ |
H A D | config-parser-common.c | 50 else if (strcmp (name, "type") == 0) 134 bus_config_parser_element_type_to_name (ElementType type) argument 136 switch (type) 173 return "type"; 186 _dbus_assert_not_reached ("bad element type");
|
/external/elfutils/backends/ |
H A D | s390_symbol.c | 41 s390_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) argument 43 switch (type)
|
H A D | tilegx_symbol.c | 42 tilegx_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) argument 44 switch (type)
|
H A D | x86_64_symbol.c | 43 x86_64_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) argument 45 switch (type)
|
/external/libcxx/test/std/utilities/function.objects/func.require/ |
H A D | invoke.pass.cpp | 22 typedef T type[N]; typedef in struct:Array 27 Array<char, 1>::type& f1(); 28 Array<char, 2>::type& f2() const; 30 Array<char, 1>::type& g1() &; 31 Array<char, 2>::type& g2() const &; 33 Array<char, 3>::type& g3() &&; 34 Array<char, 4>::type& g4() const &&;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_eu_debug.c | 46 static const char *type[] = { local 67 hwreg.type == BRW_REGISTER_TYPE_F) { 75 hwreg.type == BRW_REGISTER_TYPE_F) { 86 hwreg.subnr / type_sz(hwreg.type), 90 type[hwreg.type]);
|
/external/webrtc/webrtc/api/objc/ |
H A D | RTCSessionDescription.h | 14 * Represents the session description type. This exposes the same types that are 15 * in C++, which doesn't include the rollback type that is in the W3C spec. 27 /** The type of session description. */ 28 @property(nonatomic, readonly) RTCSdpType type; variable 35 /** Initialize a session description with a type and SDP string. */ 36 - (instancetype)initWithType:(RTCSdpType)type sdp:(NSString *)sdp
|
H A D | RTCStatsReport.h | 21 /** The type of stats held by this object. */ 22 @property(nonatomic, readonly) NSString *type; variable
|
/external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/ |
H A D | p3-0x.cpp | 5 { typedef T type; }; typedef in struct:PR6285::identity 9 operator typename identity<T>::type(); // expected-note{{candidate}}
|
/external/clang/test/CXX/temp/temp.names/ |
H A D | p4.cpp | 7 typedef U* type; typedef in struct:meta::apply 12 void f(typename T::template apply<U>::type);
|
/external/clang/test/CodeGen/ |
H A D | 2007-04-24-str-const.c | 6 unsigned type; member in struct:__anon2056
|
H A D | PR4611-bitfield-layout.c | 3 // CHECK: struct.object_entry = type { i32 } 6 unsigned int type:3, pack_id:16, depth:13; member in struct:object_entry
|
/external/fio/ |
H A D | debug.c | 7 void __dprint(int type, const char *str, ...) argument 12 assert(type < FD_DEBUG_MAX); 19 log_info("%-8s ", debug_levels[type].name);
|