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

1 2

  /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/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);
  /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/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/libchrome/base/trace_event/
trace_log.cc 131 unsigned char arg_type; local
133 ::trace_event_internal::SetTraceValue(value, &arg_type, &arg_value);
145 &arg_type,
    [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/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;
  /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,
  /system/tools/aidl/
aidl.cpp 210 const ValidatableType* arg_type = local
213 if (!arg_type) {
217 arg->GetMutableType()->SetLanguageType(arg_type);
type_namespace.h 347 const T* arg_type = FindTypeByCanonicalName(type_name); local
348 if (!arg_type) {
354 type_name = arg_type->CanonicalName();
  /toolchain/binutils/binutils-2.25/gold/
attributes.h 166 arg_type(int vendor, int tag) function in class:gold::Object_attribute
  /art/runtime/interpreter/
interpreter_common.cc 690 Class* arg_type = local
693 if (arg_type == nullptr) {
697 if (!o->VerifierInstanceOf(arg_type)) {
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 58 %type <node> arg_type
1750 arg_type: label
1767 arg_type
1771 | arg_type_list ',' arg_type
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.y 55 %type <node> arg_type
1747 arg_type: label
1764 arg_type
1768 | arg_type_list ',' arg_type
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 58 %type <node> arg_type
1750 arg_type: label
1767 arg_type
1771 | arg_type_list ',' arg_type
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.y 55 %type <node> arg_type
1747 arg_type: label
1764 arg_type
1768 | arg_type_list ',' arg_type
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 1725 int arg_type = -1; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.c 1098 int arg_type;
1133 arg_type = desc->operands[(argc << 1) + 1];
1135 switch (arg_type)
1092 int arg_type; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
cr16.h 326 argtype arg_type; member in struct:__anon75709
crx.h 323 argtype arg_type; member in struct:__anon75722
metag.h 610 unsigned int arg_type; member in struct:__anon75732
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
h8500-opc.h 155 int arg_type[2]; member in struct:__anon75922
    [all...]

Completed in 1486 milliseconds

1 2