/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.c | 83 UINT8 arg_type; local 104 arg_type = BTA_AG_AT_NONE; 110 arg_type = BTA_AG_AT_READ; 118 arg_type = BTA_AG_AT_TEST; 123 arg_type = BTA_AG_AT_SET; 132 arg_type = BTA_AG_AT_FREE; 136 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0) 139 if (arg_type == BTA_AG_AT_SET && 152 (*p_cb->p_cmd_cback)(p_cb->p_user, idx, arg_type, p_arg, int_arg) [all...] |
bta_ag_at.h | 50 UINT8 arg_type; /* allowable argument type syntax */ member in struct:__anon72716 57 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
|
/art/runtime/arch/arm/ |
quick_entrypoints_cc_arm.cc | 46 char arg_type = shorty[shorty_index]; local 48 arg_type = (arg_type == 'D') ? 'J' : arg_type; // Regard double as long. 49 arg_type = (arg_type == 'F') ? 'I' : arg_type; // Regard float as int. 51 switch (arg_type) {
|
/external/opencv3/modules/python/src2/ |
hdr_parser.py | 70 Parses <arg_type> [arg_name] 71 Returns arg_type, arg_name, modlist, argno, where 129 arg_type = "" 142 arg_type = arg_type[:-len("char")] + "c_string" 144 arg_type += w 147 arg_type += "_" 154 arg_type += "_and_" 160 arg_type += "_end_" 163 arg_type += 541 arg_type = "Mat" variable in class:CppHeaderParser.parse_func_decl.method 543 arg_type = "Mat" variable in class:CppHeaderParser.parse_func_decl.method 546 arg_type = "Mat" variable in class:CppHeaderParser.parse_func_decl.method 549 arg_type = "vector_Mat" variable in class:CppHeaderParser.parse_func_decl.method 551 arg_type = "vector_Mat" variable in class:CppHeaderParser.parse_func_decl.method 554 arg_type = "vector_Mat" variable in class:CppHeaderParser.parse_func_decl.method [all...] |
/external/gmock/include/gmock/ |
gmock-generated-matchers.h | [all...] |
gmock-generated-matchers.h.pump | 392 // and refer to its type by 'arg_type'. 428 // Note that the type of the value being matched (arg_type) is 435 // takes an int, 'arg_type' will be int; if it takes an unsigned long, 436 // 'arg_type' will be unsigned long; and so on. 531 // 'arg_type' as that's determined by the context in which the matcher 628 template <typename arg_type>\ 629 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\ 634 arg_type arg, ::testing::MatchResultListener* result_listener) const;\ 653 template <typename arg_type>\ 654 operator ::testing::Matcher<arg_type>() const { [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/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_logic.c | 496 LLVMTypeRef arg_type; local 506 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); 510 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8); 516 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); 520 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4); 523 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16); 526 if (arg_type != bld->int_vec_type) { 527 mask = LLVMBuildBitCast(builder, mask, arg_type, ""); 530 if (arg_type != bld->vec_type) { 531 a = LLVMBuildBitCast(builder, a, arg_type, ""); [all...] |
/external/ltrace/ |
type.h | 29 enum arg_type { enum 46 enum arg_type type; 72 struct arg_type_info *type_get_simple(enum arg_type type); 138 int type_is_integral(enum arg_type type); 141 int type_is_signed(enum arg_type type);
|
printf.c | 122 enum arg_type format_type, enum arg_type elt_type, 130 static enum arg_type ints[] = 133 static enum arg_type uints[] = 209 enum arg_type format_type = ARGTYPE_VOID; 210 enum arg_type elt_type = ARGTYPE_VOID;
|
/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/bison/lib/ |
printf-args.h | 88 } arg_type; typedef in typeref:enum:__anon5726 93 arg_type type;
|
/external/e2fsprogs/intl/ |
printf-args.h | 75 } arg_type; typedef in typeref:enum:__anon10024 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
|
/system/bt/bta/hf_client/ |
bta_hf_client_at.h | 31 UINT8 arg_type; /* allowable argument type syntax */ member in struct:__anon72907 38 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
invocation.cpp | 215 llvm::Type *arg_type = arg.getType(); local 217 unsigned arg_size = TD.getTypeStoreSize(arg_type); 219 if (llvm::isa<llvm::PointerType>(arg_type) && arg.hasByValAttr()) { 220 arg_type = 221 llvm::dyn_cast<llvm::PointerType>(arg_type)->getElementType(); 224 if (arg_type->isPointerTy()) { 228 unsigned address_space = llvm::cast<llvm::PointerType>(arg_type)->getAddressSpace();
|
/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/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
util.py | 69 def Typecheck(arg, arg_type, msg=None): 70 if not isinstance(arg, arg_type): 72 if isinstance(arg_type, tuple): 74 type(arg), arg_type) 76 msg = 'Type of arg is "%s", not "%s"' % (type(arg), arg_type)
|
/external/opencv3/modules/imgproc/src/ |
smooth.cpp | [all...] |
/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), "" );
|