Searched defs:type (Results 26 - 50 of 5154) sorted by relevance

1234567891011>>

/external/syslinux/memdisk/
H A De820.h23 uint32_t type; member in struct:e820range
/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc35 const char* ToCString(InstructionType type) { argument
36 switch (type) {
/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCStatsReport.h35 @property(nonatomic, readonly) NSString* type; variable
/external/webrtc/webrtc/api/objc/
H A DRTCSessionDescription.h14 * 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 DRTCStatsReport.h21 /** The type of stats held by this object. */
22 @property(nonatomic, readonly) NSString *type; variable
/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/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/
H A Dp3-0x.cpp5 { 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 Dp4.cpp7 typedef U* type; typedef in struct:meta::apply
12 void f(typename T::template apply<U>::type);
/external/clang/test/CodeGen/
H A D2007-04-24-str-const.c6 unsigned type; member in struct:__anon2030
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}}
/external/fio/
H A Ddebug.c7 void __dprint(int type, const char *str, ...) argument
12 assert(type < FD_DEBUG_MAX);
19 log_info("%-8s ", debug_levels[type].name);
/external/libchrome/base/files/
H A Dfile_util_linux.cc16 bool GetFileSystemType(const FilePath& path, FileSystemType* type) { argument
21 *type = FILE_SYSTEM_UNKNOWN;
29 // largest possible unsigned integer type to avoid it.
32 *type = FILE_SYSTEM_0;
41 *type = FILE_SYSTEM_ORDINARY;
44 *type = FILE_SYSTEM_NFS;
48 *type = FILE_SYSTEM_SMB;
51 *type = FILE_SYSTEM_CODA;
56 *type = FILE_SYSTEM_MEMORY;
59 *type
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_gettype/speculative/
H A D3-1.c32 int type, ret; local
38 ret = pthread_mutexattr_gettype(&mta, &type);
/external/parameter-framework/asio/include/asio/detail/
H A Ddependent_type.hpp25 typedef T type; typedef in struct:asio::detail::dependent_type
/external/parameter-framework/asio/include/asio/
H A Dhandler_type.hpp21 /// Default handler type traits provided for all handlers.
24 * type to be used for an asynchronous operation. It allows the handler type to
33 /// The handler type for the specific signature.
34 typedef Handler type; typedef in struct:asio::handler_type
102 #define ASIO_HANDLER_TYPE(h, sig) typename handler_type<h, sig>::type
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Ddependent_type.hpp25 typedef T type; typedef in struct:asio::detail::dependent_type
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dhandler_type.hpp21 /// Default handler type traits provided for all handlers.
24 * type to be used for an asynchronous operation. It allows the handler type to
33 /// The handler type for the specific signature.
34 typedef Handler type; typedef in struct:asio::handler_type
102 #define ASIO_HANDLER_TYPE(h, sig) typename handler_type<h, sig>::type
/external/parameter-framework/upstream/parameter/
H A DSubsystemLibrary.h50 // Builder type (based on element's name attribute)
54 std::string type; local
55 xmlElement.getAttribute("Type", type);
56 return type;
/external/pdfium/xfa/fde/css/
H A Dcfde_cssvaluelistparser_unittest.cpp13 FDE_CSSPrimitiveType type; local
18 EXPECT_TRUE(parser->NextValue(type, start, len));
19 EXPECT_EQ(FDE_CSSPrimitiveType::RGB, type);
21 EXPECT_FALSE(parser->NextValue(type, start, len));
24 EXPECT_TRUE(parser->NextValue(type, start, len));
25 EXPECT_EQ(FDE_CSSPrimitiveType::RGB, type);
27 EXPECT_FALSE(parser->NextValue(type, start, len));
31 EXPECT_TRUE(parser->NextValue(type, start, len));
32 EXPECT_EQ(FDE_CSSPrimitiveType::RGB, type);
37 EXPECT_TRUE(parser->NextValue(type, star
44 FDE_CSSPrimitiveType type; local
86 FDE_CSSPrimitiveType type; local
109 FDE_CSSPrimitiveType type; local
[all...]
/external/strace/
H A Dpersonality.c57 const char *type = xlookup(personality_types, pers & PER_MASK); local
60 if (type)
61 p = stpcpy(outstr, type);
/external/vulkan-validation-layers/libs/glm/detail/
H A Dfunc_matrix.hpp66 typedef tmat2x2<T, P> type; typedef in struct:glm::detail::outerProduct_trait
72 typedef tmat2x3<T, P> type; typedef in struct:glm::detail::outerProduct_trait
78 typedef tmat2x4<T, P> type; typedef in struct:glm::detail::outerProduct_trait
84 typedef tmat3x2<T, P> type; typedef in struct:glm::detail::outerProduct_trait
90 typedef tmat3x3<T, P> type; typedef in struct:glm::detail::outerProduct_trait
96 typedef tmat3x4<T, P> type; typedef in struct:glm::detail::outerProduct_trait
102 typedef tmat4x2<T, P> type; typedef in struct:glm::detail::outerProduct_trait
108 typedef tmat4x3<T, P> type; typedef in struct:glm::detail::outerProduct_trait
114 typedef tmat4x4<T, P> type; typedef in struct:glm::detail::outerProduct_trait
143 GLM_FUNC_DECL typename detail::outerProduct_trait<T, P, vecTypeA, vecTypeB>::type outerProduc
[all...]
/external/bison/src/
H A Dreader.h34 uniqstr type; member in struct:merger_list
41 char const *token_name (int type);
/external/c-ares/
H A Dares_data.c51 /* 1684: conversion from pointer to same-sized integral type */
63 switch (ptr->type)
114 void *ares_malloc_data(ares_datatype type) argument
122 switch (type)
157 ptr->type = type;
177 /* 1684: conversion from pointer to same-sized integral type */
187 return ptr->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{{}}

Completed in 713 milliseconds

1234567891011>>