HomeSort by relevance Sort by last modified time
    Searched refs:arg_type (Results 1 - 25 of 74) sorted by null

1 2 3

  /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) {
  /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:__anon71596
57 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
  /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/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/bison/lib/
printf-args.h 88 } arg_type; typedef in typeref:enum:__anon6591
93 arg_type type;
  /external/e2fsprogs/intl/
printf-args.h 75 } arg_type; typedef in typeref:enum:__anon10886
80 arg_type type;
  /system/bt/bta/hf_client/
bta_hf_client_at.h 31 UINT8 arg_type; /* allowable argument type syntax */ member in struct:__anon71787
38 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
  /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/gmock/include/gmock/
gmock-generated-matchers.h     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-matchers.h     [all...]
  /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();
  /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/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), "" );
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py 620 arg_type = 'user-defined type (Bool)'
627 arg_type = 'built-in type (int)'
651 'arg_type' : arg_type,
659 // predicate-formatter is a %(pf_type)s on a %(arg_type)s.
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 623 arg_type = 'user-defined type (Bool)'
630 arg_type = 'built-in type (int)'
654 'arg_type' : arg_type,
662 // predicate-formatter is a %(pf_type)s on a %(arg_type)s.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
gen_gtest_pred_impl.py 620 arg_type = 'user-defined type (Bool)'
627 arg_type = 'built-in type (int)'
651 'arg_type' : arg_type,
659 // predicate-formatter is a %(pf_type)s on a %(arg_type)s.
  /toolchain/binutils/binutils-2.25/opcodes/
ip2k-desc.c 1045 ip2k_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
1062 va_start (ap, arg_type);
1063 while (arg_type != CGEN_CPU_OPEN_END)
1065 switch (arg_type)
    [all...]
lm32-desc.c 1032 lm32_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
1049 va_start (ap, arg_type);
1050 while (arg_type != CGEN_CPU_OPEN_END)
1052 switch (arg_type)
1074 arg_type);
1077 arg_type = va_arg (ap, enum cgen_cpu_open_arg);
    [all...]
metag-dis.c 1188 bfd_boolean is_quickrot = template->arg_type & GP_ARGS_QR;
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 1725 int arg_type = -1; local
    [all...]
  /system/tools/aidl/
type_namespace.h 347 const T* arg_type = FindTypeByCanonicalName(type_name); local
348 if (!arg_type) {
354 type_name = arg_type->CanonicalName();
  /external/tpm2/generator/
structure_generator_test.py 126 def _MakeArg(self, arg_type, arg_name):
127 return {'type': arg_type,

Completed in 1032 milliseconds

1 2 3