HomeSort by relevance Sort by last modified time
    Searched refs:return_type (Results 126 - 150 of 187) sorted by null

1 2 3 4 56 7 8

  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 116 #define NET_IPV4_FALLBACK(jni_env, return_type, syscall_name, java_fd, java_addr, port, null_addr_ok, args...) ({ \
117 return_type _rc = -1; \
131 _rc = NET_FAILURE_RETRY(jni_env, return_type, syscall_name, java_fd, ##args, _sa, _salen); \
140 _rc = NET_FAILURE_RETRY(jni_env, return_type, syscall_name, java_fd, ##args, _sa, _salen); \
156 #define NET_FAILURE_RETRY(jni_env, return_type, syscall_name, java_fd, ...) ({ \
157 return_type _rc = -1; \
195 #define IO_FAILURE_RETRY(jni_env, return_type, syscall_name, java_fd, ...) ({ \
196 return_type _rc = -1; \
    [all...]
  /art/runtime/
class_linker.cc 5034 std::string return_type = dex_file->PrettyType(return_type_idx); local
8303 Handle<mirror::Class> return_type; local
8503 Handle<mirror::Class> return_type = hs.NewHandle(target_method->ResolveReturnType()); local
    [all...]
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 1681 string return_type; local
    [all...]
cp-demangle.c 2913 struct demangle_component *return_type; local
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
cplus-dem.c 1592 string return_type; local
    [all...]
cp-demangle.c 2799 struct demangle_component *return_type; local
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]
code_generator_mips.h 103 Location GetReturnLocation(DataType::Type return_type);
code_generator_mips64.h 101 Location GetReturnLocation(DataType::Type return_type);
code_generator_arm64.cc 147 Location ARM64ReturnLocation(DataType::Type return_type) {
151 if (return_type == DataType::Type::kFloat32) {
153 } else if (return_type == DataType::Type::kFloat64) {
155 } else if (return_type == DataType::Type::kInt64) {
157 } else if (return_type == DataType::Type::kVoid) {
164 Location InvokeRuntimeCallingConvention::GetReturnLocation(DataType::Type return_type) {
165 return ARM64ReturnLocation(return_type);
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir.cpp     [all...]
ast.h 950 ast_fully_specified_type *return_type; member in class:ast_function
    [all...]
ir_builder_print_visitor.cpp 289 ir->return_type->name);
ir_constant_expression.cpp 931 const glsl_type *type = this->return_type;
ir_print_visitor.cpp 220 print_type(f, ir->return_type);
  /external/mesa3d/src/compiler/nir/
nir.c 201 func->return_type = glsl_void_type();
324 if (!glsl_type_is_void(function->return_type)) {
326 impl->return_var->type = function->return_type;
    [all...]
nir_print.c 1111 if (function->return_type != NULL) {
1114 fprintf(fp, "returning %s", glsl_get_type_name(function->return_type));
  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation_protobuf.cpp 88 cfunction_like_ir->SetReturnType(cfunction_like_protobuf.return_type());
99 function_ir.SetReturnType(function_protobuf.return_type());
    [all...]
  /external/gemmlowp/meta/generators/
neon_emitter.py 235 def EmitFunctionBeginA(self, function_name, params, return_type):
237 (return_type, function_name,
  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc 672 StaticAssertTypeEq<int, return_type>();
673 return_type result = Dummy(true);
    [all...]
  /external/googletest/googlemock/test/
gmock-generated-actions_test.cc 673 StaticAssertTypeEq<int, return_type>();
674 return_type result = Dummy(true);
    [all...]
  /external/v8/testing/gmock/test/
gmock-generated-actions_test.cc 672 StaticAssertTypeEq<int, return_type>();
673 return_type result = Dummy(true);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 3033 VGPU10ResourceReturnTypeToken return_type; local
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 804 const struct glsl_type *return_type = local
814 val->type->type = glsl_function_type(return_type, params, count - 3);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc     [all...]

Completed in 796 milliseconds

1 2 3 4 56 7 8