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

1 2 3 4

  /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.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 arg_type, p_arg, int_arg)
    [all...]
bta_ag_at.h 50 uint8_t arg_type; /* allowable argument type syntax */ member in struct:__anon112749
58 uint8_t arg_type, char* p_arg,
bta_ag_cmd.cc 124 uint8_t arg_type; /* whether argument is int or string */ member in struct:__anon112752
250 if (result->arg_type == BTA_AG_RES_FMT_INT) {
252 } else if (result->arg_type == BTA_AG_RES_FMT_STR) {
600 uint8_t arg_type, char* p_arg, int16_t int_arg) {
601 APPL_TRACE_DEBUG("AT cmd:%d arg_type:%d arg:%d arg:%s", command_id, arg_type,
710 static void bta_ag_bind_response(tBTA_AG_SCB* p_scb, uint8_t arg_type) {
714 if (arg_type == BTA_AG_AT_TEST) {
731 } else if (arg_type == BTA_AG_AT_READ) {
838 void bta_ag_at_hfp_cback(tBTA_AG_SCB* p_scb, uint16_t cmd, uint8_t arg_type,
    [all...]
  /external/bison/lib/
printf-args.h 88 } arg_type; typedef in typeref:enum:__anon13288
93 arg_type type;
  /external/e2fsprogs/intl/
printf-args.h 75 } arg_type; typedef in typeref:enum:__anon17807
80 arg_type type;
  /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/google-breakpad/src/testing/include/gmock/
gmock-generated-matchers.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-generated-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-generated-matchers.h     [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), "" );
  /prebuilts/ndk/r13/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), "" );
  /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)) {
  /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/googletest/googletest/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/v8/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/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 1675 int arg_type = -1; local
    [all...]
  /external/tpm2/generator/
structure_generator_test.py 126 def _MakeArg(self, arg_type, arg_name):
127 return {'type': arg_type,
  /frameworks/base/tools/aapt2/test/
Common.h 147 template <typename arg_type>
148 class BaseImpl : public ::testing::MatcherInterface<arg_type> {

Completed in 1308 milliseconds

1 2 3 4