HomeSort by relevance Sort by last modified time
    Searched refs:ret_type (Results 26 - 50 of 53) sorted by null

12 3

  /external/e2fsprogs/lib/blkid/
blkid.h.in 98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
tag.c 224 int blkid_parse_tag_string(const char *token, char **ret_type, char **ret_val)
248 *ret_type = name;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_const.c 464 LLVMTypeRef ret_type,
472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
lp_bld_arit.c 1382 LLVMTypeRef ret_type = lp_build_int_vec_type(bld->gallivm, type); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 464 LLVMTypeRef ret_type,
472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
lp_bld_arit.c 1382 LLVMTypeRef ret_type = lp_build_int_vec_type(bld->gallivm, type); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 302 Atom ret_type; local
310 &ret_type, &format, &length, &size, &data) == Success &&
322 &ret_type, &format, &length, &bytes_after, &data) == Success &&
  /external/chromium_org/third_party/webrtc/base/
linuxwindowpicker.cc 285 Atom ret_type; local
293 &ret_type, &format, &length, &size, &data) == Success &&
305 &ret_type, &format, &length, &bytes_after, &data) == Success &&
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 367 clang::QualType ret_type = BuildType(ast_ctx, m_type_vector[0].c_str()); local
369 if (ret_type.isNull())
376 ret_type,
  /external/lldb/source/Target/
StopInfo.cpp 74 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); local
75 if (ret_type == eStateRunning)
79 else if (ret_type == eStateStopped)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
create_test_cases.py 33 def make_test_case(f_name, ret_type, body):
65 [['function', f_name, ['signature', ret_type, ['parameters'], body]]]
  /external/mesa3d/src/glsl/tests/lower_jumps/
create_test_cases.py 33 def make_test_case(f_name, ret_type, body):
65 [['function', f_name, ['signature', ret_type, ['parameters'], body]]]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 342 ret_val, ret_type = QueryValueEx(ck, "test_name")
343 self.assertEqual(ret_type, REG_DWORD)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 342 ret_val, ret_type = QueryValueEx(ck, "test_name")
343 self.assertEqual(ret_type, REG_DWORD)
  /external/compiler-rt/lib/msandr/
msandr.cc 722 drsys_param_type_t ret_type; local
739 res = drsys_syscall_return_type(syscall, &ret_type);
741 CHECK(ret_type != DRSYS_TYPE_INVALID);
742 CHECK(!known || ret_type != DRSYS_TYPE_UNKNOWN);
  /external/chromium_org/tools/json_schema_compiler/
dart_generator.py 434 for ret_type, event_func in (('void', 'addListener'),
440 (c.Sblock('%s %s(void callback(%s)) {' % (ret_type, event_func,
448 (ret_type, event_func, param_list, event_func))
  /art/compiler/llvm/
gbc_expander.cc 378 llvm::FunctionType* GetFunctionType(llvm::Type* ret_type, uint32_t method_idx, bool is_static);
697 llvm::Type* ret_type = func->getReturnType(); local
698 if (ret_type->isVoidTy()) {
704 irb_.CreateRet(llvm::UndefValue::get(ret_type));
987 llvm::Type* ret_type = call_inst.getParent()->getParent()->getReturnType(); local
1223 llvm::Type* ret_type = call_inst.getType(); local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c 86 enum pevent_func_arg_type ret_type; member in struct:pevent_function_handler
    [all...]
event-parse.h 571 enum pevent_func_arg_type ret_type,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 954 LLVMTypeRef ret_type,
974 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 954 LLVMTypeRef ret_type,
974 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 1810 ::llvm::Type* ret_type = irb_->getJType(RemapShorty(cu_->shorty[0])); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp 3378 const glsl_type *const ret_type = local
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 3378 const glsl_type *const ret_type = local
    [all...]

Completed in 878 milliseconds

12 3