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

1 2 3

  /system/bt/stack/smp/
aes.h 60 typedef uint_8t return_type; typedef
83 return_type aes_set_key(const unsigned char key[], length_type keylen,
89 return_type aes_encrypt(const unsigned char in[N_BLOCK],
92 return_type aes_cbc_encrypt(const unsigned char* in, unsigned char* out,
99 return_type aes_decrypt(const unsigned char in[N_BLOCK],
102 return_type aes_cbc_decrypt(const unsigned char* in, unsigned char* out,
  /system/tools/aidl/
type_namespace.cpp 104 const ValidatableType* return_type = GetValidatableType(raw_type, &error_msg, local
106 if (return_type == nullptr) {
114 return return_type;
aidl.cpp 194 const ValidatableType* return_type = local
197 if (!return_type) {
201 m->GetMutableType()->SetLanguageType(return_type);
generate_cpp.cpp 140 const Type* return_type = method.GetType().GetLanguageType<Type>(); local
142 if (return_type != types.VoidType()) {
146 "%s* %s", return_type->CppType().c_str(),
354 const Type* return_type = method.GetType().GetLanguageType<Type>(); local
355 if (return_type != types.VoidType()) {
356 const string& method_call = return_type->ReadFromParcelMethod();
439 const Type* return_type = method.GetType().GetLanguageType<Type>(); local
440 if (return_type != types.VoidType()) {
442 "%s %s", return_type->CppType().c_str(),
517 if (return_type != types.VoidType())
730 const Type* return_type = method->GetType().GetLanguageType<Type>(); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
type_manager.cpp 126 Type* return_type = GetType(inst.GetSingleWordInOperand(0)); variable
131 type = new Function(return_type, param_types);
  /art/runtime/mirror/
emulated_stack_frame.cc 53 const Primitive::Type return_type = r_type->GetPrimitiveType(); local
54 if (return_type == Primitive::kPrimNot) {
56 } else if (Primitive::Is64BitType(return_type)) {
  /external/libffi/src/sh/
ffi.c 57 return_type (ffi_type *arg) function
127 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
334 greg = ((return_type (cif->rtype) == FFI_TYPE_STRUCT) &&
390 cif->flags += (unsigned) (return_type (cif->rtype)) << 24;
424 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
447 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
471 insn = (return_type (cif->rtype) == FFI_TYPE_STRUCT
716 return return_type (cif->rtype);
  /external/libffi/src/sh64/
ffi.c 37 return_type (ffi_type *arg) function
69 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
165 greg = (return_type (cif->rtype) == FFI_TYPE_STRUCT ? 1 : 0);
222 cif->flags = return_type (cif->rtype);
266 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
289 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
365 if (return_type (cif->rtype) == FFI_TYPE_STRUCT)
467 return return_type (cif->rtype);
  /external/python/cpython2/Modules/_ctypes/libffi/src/sh/
ffi.c 57 return_type (ffi_type *arg) function
127 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
334 greg = ((return_type (cif->rtype) == FFI_TYPE_STRUCT) &&
390 cif->flags += (unsigned) (return_type (cif->rtype)) << 24;
424 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
447 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
471 insn = (return_type (cif->rtype) == FFI_TYPE_STRUCT
716 return return_type (cif->rtype);
  /external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
ffi.c 37 return_type (ffi_type *arg) function
69 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
165 greg = (return_type (cif->rtype) == FFI_TYPE_STRUCT ? 1 : 0);
222 cif->flags = return_type (cif->rtype);
266 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
289 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
365 if (return_type (cif->rtype) == FFI_TYPE_STRUCT)
467 return return_type (cif->rtype);
  /external/python/cpython3/Modules/_ctypes/libffi/src/sh/
ffi.c 57 return_type (ffi_type *arg) function
127 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
334 greg = ((return_type (cif->rtype) == FFI_TYPE_STRUCT) &&
390 cif->flags += (unsigned) (return_type (cif->rtype)) << 24;
424 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
447 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
471 insn = (return_type (cif->rtype) == FFI_TYPE_STRUCT
716 return return_type (cif->rtype);
  /external/python/cpython3/Modules/_ctypes/libffi/src/sh64/
ffi.c 37 return_type (ffi_type *arg) function
69 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
165 greg = (return_type (cif->rtype) == FFI_TYPE_STRUCT ? 1 : 0);
222 cif->flags = return_type (cif->rtype);
266 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
289 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
365 if (return_type (cif->rtype) == FFI_TYPE_STRUCT)
467 return return_type (cif->rtype);
  /tools/dexter/slicer/
instrumentation.cc 78 const auto return_type = ir_method->decl->prototype->return_type; local
81 bool return_void = (::strcmp(return_type->descriptor->c_str(), "V") == 0);
86 param_types.push_back(return_type);
89 auto ir_proto = builder.GetProto(return_type, builder.GetTypeList(param_types));
200 auto ir_proto = builder.GetProto(orig_method->prototype->return_type,
  /art/runtime/entrypoints/
entrypoint_utils.cc 48 ObjPtr<mirror::Class> return_type = method->ResolveReturnType(); local
50 if (!o->InstanceOf(return_type)) {
  /art/runtime/interpreter/
interpreter_switch_impl.cc 407 ObjPtr<mirror::Class> return_type = shadow_frame.GetMethod()->ResolveReturnType(); local
410 if (return_type == nullptr) {
414 if (!obj_result->VerifierInstanceOf(return_type)) {
420 return_type->GetDescriptor(&temp2));
    [all...]
  /system/core/demangle/
Demangler.cpp 893 std::string return_type; local
903 return_type = cur_state_.args[0] + ' ';
918 return return_type + function_name_ + arg_str + function_suffix_;
  /art/libdexfile/dex/
test_dex_file_builder.h 70 AddType(proto_key.return_type);
188 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type));
303 std::string return_type; member in struct:art::TestDexFileBuilder::ProtoKey
308 if (lhs.return_type != rhs.return_type) {
309 return lhs.return_type < rhs.return_type;
343 const char* return_type = args_end + 1; local
346 std::string() + ((*return_type == '[') ? 'L' : *return_type),
    [all...]
dex_file.cc 663 const char* return_type = dex_file_->GetReturnTypeDescriptor(*proto_id_); local
664 return strcmp(return_type, "V") == 0;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_internal.h 107 LLVMTypeRef return_type; member in struct:si_shader_context
  /external/tensorflow/tensorflow/java/src/gen/cc/
java_defs.h 207 static Method Create(const string& name, const Type& return_type) {
208 return Method(name, return_type, false);
215 const Type& return_type() const { return return_type_; } function in class:tensorflow::java::Method
250 Method(const string& name, const Type& return_type, bool constructor)
251 : name_(name), return_type_(return_type), constructor_(constructor) {}
  /art/test/712-varhandle-invocations/util-src/
generate_java.py 762 return_type = accessor.get_return_type(var_type) variable
818 return_type = accessor.get_return_type(var_type) variable
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 536 clang::QualType return_type = function_decl_->getReturnType(); local
539 ast_caches_->GetTypeId(GetKeyForTypeId(return_type)));
541 return CreateBasicNamedAndTypedDecl(return_type, source_file) &&
    [all...]
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h 61 typedef T return_type; typedef in struct:flatbuffers::IndirectHelper
64 static return_type Read(const uint8_t *p, uoffset_t i) {
69 typedef const T *return_type; typedef in struct:flatbuffers::IndirectHelper
72 static return_type Read(const uint8_t *p, uoffset_t i) {
74 return reinterpret_cast<return_type>(p + ReadScalar<uoffset_t>(p));
78 typedef const T *return_type; typedef in struct:flatbuffers::IndirectHelper
81 static return_type Read(const uint8_t *p, uoffset_t i) {
186 typedef VectorIterator<T, typename IndirectHelper<T>::return_type>
194 typedef typename IndirectHelper<T>::return_type return_type; typedef in class:flatbuffers::Vector
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_reader.cpp 239 const glsl_type *return_type = read_type(type_expr); local
240 if (return_type == NULL)
271 sig = new(mem_ctx) ir_function_signature(return_type, always_available);
281 if (sig->return_type != return_type) {
695 if (callee->return_type == glsl_type::void_type && return_deref) {
698 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
wrstabs.c 1145 char *domain, *return_type, *buf;
1206 return_type = stab_pop_type (info);
1208 len = strlen (domain) + strlen (return_type) + 10;
1214 sprintf (buf, "#%s,%s", domain, return_type);
1216 free (return_type);
1143 char *domain, *return_type, *buf; local
    [all...]

Completed in 718 milliseconds

1 2 3