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

1 2

  /system/bt/stack/smp/
aes.h 60 typedef uint_8t return_type; typedef
83 return_type aes_set_key( const unsigned char key[],
90 return_type aes_encrypt( const unsigned char in[N_BLOCK],
94 return_type aes_cbc_encrypt( const unsigned char *in,
103 return_type aes_decrypt( const unsigned char in[N_BLOCK],
107 return_type aes_cbc_decrypt( const unsigned char *in,
  /system/tools/aidl/
type_namespace.cpp 103 const ValidatableType* return_type = GetValidatableType(raw_type, &error_msg); local
104 if (return_type == nullptr) {
112 return return_type;
aidl.cpp 188 const ValidatableType* return_type = local
191 if (!return_type) {
195 m->GetMutableType()->SetLanguageType(return_type);
generate_cpp.cpp 137 const Type* return_type = method.GetType().GetLanguageType<Type>(); local
139 if (return_type != types.VoidType()) {
143 "%s* %s", return_type->CppType().c_str(),
334 const Type* return_type = method.GetType().GetLanguageType<Type>(); local
335 if (return_type != types.VoidType()) {
336 string method_call = return_type->ReadFromParcelMethod();
417 const Type* return_type = method.GetType().GetLanguageType<Type>(); local
418 if (return_type != types.VoidType()) {
420 "%s %s", return_type->CppType().c_str(),
471 if (return_type != types.VoidType())
668 const Type* return_type = method->GetType().GetLanguageType<Type>(); local
    [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.h 312 * The return_type and params are used with the IndexCache to look up
316 ClassCacheIndex return_type; member in struct:art::DexFileMethodInliner::ProtoDef
dex_file_method_inliner.cc 762 uint16_t return_type = static_cast<uint16_t>(return_index); local
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 127 mirror::Class* return_type = self->GetCurrentMethod(nullptr)->GetReturnType(true /* resolve */, local
130 if (!o->InstanceOf(return_type)) {
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 349 Class* return_type = shadow_frame.GetMethod()->GetReturnType(true /* resolve */, local
352 if (return_type == nullptr) {
356 if (!obj_result->VerifierInstanceOf(return_type)) {
362 return_type->GetDescriptor(&temp2));
    [all...]
interpreter_switch_impl.cc 287 Class* return_type = shadow_frame.GetMethod()->GetReturnType(true /* resolve */, local
291 if (return_type == nullptr) {
295 if (!obj_result->VerifierInstanceOf(return_type)) {
301 return_type->GetDescriptor(&temp2));
    [all...]
  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator.cc 249 string return_type = "void"; local
256 CHECK(signature.Parse(output_arguments_copy[0].type, &return_type));
264 return_type = "bool";
292 return_type.c_str(),
  /art/compiler/utils/
test_dex_file_builder.h 68 AddType(proto_key.return_type);
186 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type));
291 std::string return_type; member in struct:art::TestDexFileBuilder::ProtoKey
296 if (lhs.return_type != rhs.return_type) {
297 return lhs.return_type < rhs.return_type;
331 const char* return_type = args_end + 1; local
334 std::string() + ((*return_type == '[') ? 'L' : *return_type),
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 3192 const glsl_type *return_type = local
    [all...]
ir_reader.cpp 226 const glsl_type *return_type = read_type(type_expr); local
227 if (return_type == NULL)
252 sig = new(mem_ctx) ir_function_signature(return_type);
263 if (sig->return_type != return_type) {
659 if (callee->return_type == glsl_type::void_type && return_deref) {
662 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
ast.h 593 ast_fully_specified_type *return_type; member in class:ast_function
ir.h 528 ir_function_signature(const glsl_type *return_type);
590 const struct glsl_type *return_type; member in class:ir_function_signature
1135 assert(callee->return_type != NULL);
    [all...]
  /toolchain/binutils/binutils-2.25/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...]
stabs.c 1447 debug_type return_type; local
1467 debug_type return_type; local
2769 debug_type class_type, return_type; local
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc 776 Primitive::Type return_type = Primitive::GetType(descriptor[0]); local
    [all...]
code_generator_mips.cc 42 Location MipsReturnLocation(Primitive::Type return_type) {
43 switch (return_type) {
4534 Primitive::Type return_type = ret->InputAt(0)->GetType(); local
    [all...]
code_generator_mips64.cc 40 Location Mips64ReturnLocation(Primitive::Type return_type) {
41 switch (return_type) {
3669 Primitive::Type return_type = ret->InputAt(0)->GetType(); local
    [all...]
  /art/runtime/
utils.cc 345 const char* return_type = strchr(signature, ')'); local
346 CHECK(return_type != nullptr);
347 ++return_type; // Skip ')'.
348 return PrettyDescriptor(return_type);
    [all...]
  /external/v8/src/wasm/
asm-wasm-builder.cc 336 LocalType return_type = TypeFrom(func_type->Result()); local
337 current_function_builder_->ReturnType(return_type);
    [all...]
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 1596 string return_type; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 1592 string return_type; local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2115 const RegType& return_type = GetMethodReturnType(); local
2140 const RegType& return_type = GetMethodReturnType(); local
2155 const RegType& return_type = GetMethodReturnType(); local
2189 << reg_type << " vs " << return_type; local
2195 << "', but expected from declaration '" << return_type << "'"; local
2840 const RegType* return_type = nullptr; local
2875 const RegType* return_type = nullptr; local
2961 const RegType& return_type = reg_types_.FromDescriptor(GetClassLoader(), descriptor, false); local
3015 const RegType& return_type = reg_types_.FromDescriptor(GetClassLoader(), descriptor, false); local
3319 const RegType& return_type = reg_types_.FromDescriptor(GetClassLoader(), descriptor, false); local
    [all...]

Completed in 812 milliseconds

1 2