/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dxtmpl.h | 51 template<class TYPE,class ARG_TYPE> 52 WINBOOL DXCompareElements(const TYPE *pElement1,const ARG_TYPE *pElement2) { 54 _ASSERT(DXIsValidAddress(pElement2,sizeof(ARG_TYPE),FALSE)); 86 template<class TYPE,class ARG_TYPE> 96 void SetAt(int nIndex,ARG_TYPE newElement); 100 void SetAtGrow(int nIndex,ARG_TYPE newElement); 101 int Add(ARG_TYPE newElement); 106 void InsertAt(int nIndex,ARG_TYPE newElement,int nCount = 1); 119 template<class TYPE,class ARG_TYPE> 120 inline int CDXArray<TYPE,ARG_TYPE>::GetSize() const { return m_nSize; [all...] |
/system/bt/bta/ag/ |
bta_ag_at.cc | 81 uint8_t arg_type; local 98 arg_type = BTA_AG_AT_NONE; 103 arg_type = BTA_AG_AT_READ; 109 arg_type = BTA_AG_AT_TEST; 112 arg_type = BTA_AG_AT_SET; 120 arg_type = BTA_AG_AT_FREE; 124 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0) { 126 if (arg_type == BTA_AG_AT_SET && 135 p_cb->p_at_tbl[idx].command_id, arg_type, p_arg [all...] |
bta_ag_at.h | 50 uint8_t arg_type; /* allowable argument type syntax */ member in struct:__anon1209 59 uint8_t arg_type, char* p_arg,
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
move_convert.pass.cpp | 68 TrackingDeleter() : arg_type(&makeArgumentID<>()) {} 71 : arg_type(&makeArgumentID<TrackingDeleter const&>()) {} 74 : arg_type(&makeArgumentID<TrackingDeleter &&>()) {} 77 TrackingDeleter(T&&) : arg_type(&makeArgumentID<T&&>()) {} 80 arg_type = &makeArgumentID<TrackingDeleter const&>(); 85 arg_type = &makeArgumentID<TrackingDeleter &&>(); 91 arg_type = &makeArgumentID<T&&>(); 99 TypeID const* tmp = arg_type; 100 arg_type = nullptr; 104 mutable TypeID const* arg_type; member in struct:TrackingDeleter 145 mutable TypeID const* arg_type; member in struct:ConstTrackingDeleter [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
move_convert.pass.cpp | 68 TrackingDeleter() : arg_type(&makeArgumentID<>()) {} 71 : arg_type(&makeArgumentID<TrackingDeleter const&>()) {} 74 : arg_type(&makeArgumentID<TrackingDeleter &&>()) {} 77 TrackingDeleter(T&&) : arg_type(&makeArgumentID<T&&>()) {} 80 arg_type = &makeArgumentID<TrackingDeleter const&>(); 85 arg_type = &makeArgumentID<TrackingDeleter &&>(); 91 arg_type = &makeArgumentID<T&&>(); 99 TypeID const* tmp = arg_type; 100 arg_type = nullptr; 104 mutable TypeID const* arg_type; member in struct:TrackingDeleter 145 mutable TypeID const* arg_type; member in struct:ConstTrackingDeleter [all...] |
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
move_convert.pass.cpp | 54 TrackingDeleter() : arg_type(&makeArgumentID<>()) {} 57 : arg_type(&makeArgumentID<TrackingDeleter const&>()) {} 60 : arg_type(&makeArgumentID<TrackingDeleter &&>()) {} 63 TrackingDeleter(T&&) : arg_type(&makeArgumentID<T&&>()) {} 66 arg_type = &makeArgumentID<TrackingDeleter const&>(); 71 arg_type = &makeArgumentID<TrackingDeleter &&>(); 77 arg_type = &makeArgumentID<T&&>(); 85 TypeID const* tmp = arg_type; 86 arg_type = nullptr; 90 mutable TypeID const* arg_type; member in struct:TrackingDeleter [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
move_convert.pass.cpp | 54 TrackingDeleter() : arg_type(&makeArgumentID<>()) {} 57 : arg_type(&makeArgumentID<TrackingDeleter const&>()) {} 60 : arg_type(&makeArgumentID<TrackingDeleter &&>()) {} 63 TrackingDeleter(T&&) : arg_type(&makeArgumentID<T&&>()) {} 66 arg_type = &makeArgumentID<TrackingDeleter const&>(); 71 arg_type = &makeArgumentID<TrackingDeleter &&>(); 77 arg_type = &makeArgumentID<T&&>(); 85 TypeID const* tmp = arg_type; 86 arg_type = nullptr; 90 mutable TypeID const* arg_type; member in struct:TrackingDeleter [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-generated-matchers.h | [all...] |
gmock-generated-matchers.h.pump | 423 // and refer to its type by 'arg_type'. 459 // Note that the type of the value being matched (arg_type) is 466 // takes an int, 'arg_type' will be int; if it takes an unsigned long, 467 // 'arg_type' will be unsigned long; and so on. 562 // 'arg_type' as that's determined by the context in which the matcher 659 template <typename arg_type>\ 660 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\ 665 arg_type arg, ::testing::MatchResultListener* result_listener) const;\ 684 template <typename arg_type>\ 685 operator ::testing::Matcher<arg_type>() const { [all...] |
/external/googletest/googlemock/include/gmock/ |
gmock-generated-matchers.h | [all...] |
gmock-generated-matchers.h.pump | 390 // and refer to its type by 'arg_type'. 426 // Note that the type of the value being matched (arg_type) is 433 // takes an int, 'arg_type' will be int; if it takes an unsigned long, 434 // 'arg_type' will be unsigned long; and so on. 529 // 'arg_type' as that's determined by the context in which the matcher 626 template <typename arg_type>\ 627 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\ 632 arg_type arg, ::testing::MatchResultListener* result_listener) const;\ 652 template <typename arg_type>\ 653 operator ::testing::Matcher<arg_type>() const { [all...] |
/external/v8/testing/gmock/include/gmock/ |
gmock-generated-matchers.h | [all...] |
gmock-generated-matchers.h.pump | 390 // and refer to its type by 'arg_type'. 426 // Note that the type of the value being matched (arg_type) is 433 // takes an int, 'arg_type' will be int; if it takes an unsigned long, 434 // 'arg_type' will be unsigned long; and so on. 529 // 'arg_type' as that's determined by the context in which the matcher 626 template <typename arg_type>\ 627 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\ 632 arg_type arg, ::testing::MatchResultListener* result_listener) const;\ 651 template <typename arg_type>\ 652 operator ::testing::Matcher<arg_type>() const { [all...] |
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/ |
common.cpp | 80 const auto arg_type = arg.getType(); local 86 const unsigned arg_store_size = dl.getTypeStoreSize(arg_type); 87 const unsigned arg_api_size = dl.getTypeAllocSize(arg_type); 89 const auto target_type = !arg_type->isIntegerTy() ? arg_type : 124 isa<::llvm::PointerType>(arg_type) && arg.hasByValAttr() ? 125 cast<::llvm::PointerType>(arg_type)->getElementType() : arg_type;
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_logic.c | 360 LLVMTypeRef arg_type; local 370 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); 374 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8); 378 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 32); 384 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); 388 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4); 391 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16); 394 if (arg_type != bld->int_vec_type) { 395 mask = LLVMBuildBitCast(builder, mask, arg_type, ""); 398 if (arg_type != bld->vec_type) [all...] |
/external/libnl/src/ |
nl-route-add.c | 79 ARG_TYPE, 96 { "type", 1, 0, ARG_TYPE }, 119 case ARG_TYPE: nl_cli_route_parse_type(route, optarg); break;
|
nl-route-list.c | 77 ARG_TYPE, 95 { "type", 1, 0, ARG_TYPE }, 119 case ARG_TYPE: nl_cli_route_parse_type(route, optarg); break;
|
nl-route-delete.c | 107 ARG_TYPE, 127 { "type", 1, 0, ARG_TYPE }, 152 case ARG_TYPE: nf++; nl_cli_route_parse_type(route, optarg); break;
|
/external/e2fsprogs/intl/ |
printf-args.h | 75 } arg_type; typedef in typeref:enum:__anon19025 80 arg_type type;
|
printf-parse.h | 66 to the end of the format string. Also fills in the arg_type fields of the
|
wprintf-parse.h | 66 to the end of the format string. Also fills in the arg_type fields of the
|
/external/v8/tools/clang/plugins/ |
CheckIPCVisitor.cpp | 110 QualType arg_type; local 114 arg_type = cast_expr->getTypeAsWritten(); 116 arg_type = arg_expr->getType(); 120 if (CheckType(arg_type, &details)) {
|
/cts/tools/dasm/src/dasm/ |
DopInfo.java | 64 public final static String ARG_TYPE = "T"; 86 public final static String ARG_REG_TYPE = ARG_REGISTER + ARG_TYPE; 88 + ARG_TYPE; 95 public final static String ARG_REGLIST_TYPE = ARG_REGLIST + ARG_TYPE; 99 public final static String ARG_REGRANGE_TYPE = ARG_REGRANGE + ARG_TYPE;
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/ |
types.pass.cpp | 75 template <class F, class return_type, class arg_type> 79 static_assert((std::is_same<typename F::argument_type, arg_type>::value), "" );
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/ |
types.pass.cpp | 75 template <class F, class return_type, class arg_type> 79 static_assert((std::is_same<typename F::argument_type, arg_type>::value), "" );
|