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

1 2

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_at.c 86 UINT8 arg_type; local
107 arg_type = BTA_AG_AT_NONE;
113 arg_type = BTA_AG_AT_READ;
121 arg_type = BTA_AG_AT_TEST;
126 arg_type = BTA_AG_AT_SET;
135 arg_type = BTA_AG_AT_FREE;
139 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0)
142 if (arg_type == BTA_AG_AT_SET &&
155 (*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:__anon2803
57 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
bta_ag_cmd.c 820 void bta_ag_at_hsp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type,
825 APPL_TRACE_DEBUG4("AT cmd:%d arg_type:%d arg:%d arg:%s", cmd, arg_type,
851 void bta_ag_at_hfp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type,
863 APPL_TRACE_DEBUG4("HFP AT cmd:%d arg_type:%d arg:%d arg:%s", cmd, arg_type,
933 if (arg_type == BTA_AG_AT_TEST)
991 if (arg_type == BTA_AG_AT_TEST)
    [all...]
bta_ag_int.h 377 extern void bta_ag_at_hsp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type,
379 extern void bta_ag_at_hfp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type,
  /frameworks/base/tools/aidl/
aidl_language.h 34 typedef struct arg_type { struct
39 struct arg_type *next;
40 } arg_type; typedef in typeref:struct:arg_type
58 arg_type* args;
112 arg_type *arg;
aidl_language_y.y 292 arg_type *p = $1.arg;
308 arg_type* arg = (arg_type*)malloc(sizeof(arg_type));
generate_java_rpc.cpp 155 arg_type* arg;
634 arg_type* arg;
680 arg_type* arg;
743 arg_type* arg;
800 arg_type* arg;
845 arg_type* arg;
    [all...]
  /external/bison/lib/
printf-args.h 88 } arg_type; typedef in typeref:enum:__anon2742
93 arg_type type;
  /external/e2fsprogs/intl/
printf-args.h 75 } arg_type; typedef in typeref:enum:__anon19235
80 arg_type type;
  /external/chromium_org/third_party/mesa/src/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/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/chromium/testing/gmock/include/gmock/
gmock-generated-matchers.h     [all...]
  /external/chromium_org/third_party/mesa/src/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/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();
  /art/compiler/llvm/
intrinsic_helper.cc 109 ::llvm::Type* arg_type[kIntrinsicMaxArgc]; local
123 arg_type[num_args++] = GetLLVMTypeOfIntrinsicValType(irb, type);
132 ::llvm::ArrayRef< ::llvm::Type*>(arg_type, num_args),
  /external/chromium_org/remoting/webapp/
build-webapp.py 312 arg_type = ''
318 arg_type = arg
319 elif arg_type == '--locales':
321 elif arg_type == '--patches':
  /external/chromium/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/chromium_org/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/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/chromium_org/third_party/openssl/openssl/crypto/lhash/
lhash.h 221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
lhash.h 221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
  /external/openssl/crypto/lhash/
lhash.h 221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
  /external/openssl/include/openssl/
lhash.h 221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 164 GLMessage_DataType arg_type = glmsg->args(7); local
170 GLenum type = arg_type.intvalue(0);
494 GLMessage_DataType *arg_type = glmsg.add_args(); local
495 arg_type->set_isarray(false);
496 arg_type->set_type(GLMessage::DataType::ENUM);
497 arg_type->add_intvalue((int)type);
    [all...]

Completed in 646 milliseconds

1 2