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

1 2 3 4 5 6

  /external/libcxxabi/test/
test_aux_runtime_op_array_new.pass.cpp 30 int ret_val = 0; local
34 ret_val = 1;
37 return ret_val;
test_aux_runtime.pass.cpp 51 int ret_val = 0; local
55 ret_val = 1;
60 ret_val = 1;
63 return ret_val;
  /external/webrtc/webrtc/system_wrappers/source/
condition_variable.cc 27 ConditionVariableWrapper* ret_val = ConditionVariableNativeWin::Create(); local
28 if (!ret_val) {
31 ret_val = new ConditionVariableEventWin();
33 return ret_val;
condition_variable_event_win.cc 147 const bool ret_val = (result != WAIT_TIMEOUT); local
165 return ret_val;
rw_lock_posix.cc 23 RWLockPosix* ret_val = new RWLockPosix(); local
24 if (!ret_val->Init()) {
25 delete ret_val;
28 return ret_val;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_aux_runtime_op_array_new.pass.cpp 30 int ret_val = 0; local
34 ret_val = 1;
37 return ret_val;
test_aux_runtime.pass.cpp 51 int ret_val = 0; local
55 ret_val = 1;
60 ret_val = 1;
63 return ret_val;
  /device/google/marlin/dumpstate/
dumpstate.cpp 26 unsigned long ret_val = 0; local
47 ret_val = strtoul( prop_str, &end_ptr, 0 );
51 if (ret_val == 1) {
  /external/eigen/blas/f2c/
lsame.c 18 logical ret_val; local
54 ret_val = *(unsigned char *)ca == *(unsigned char *)cb;
55 if (ret_val) {
56 return ret_val;
109 ret_val = inta == intb;
115 return ret_val;
  /device/huawei/angler/power/
power-8992.c 103 int ret_val = HINT_NONE; local
106 ret_val = process_video_encode_hint(data);
111 return ret_val;
  /device/lge/bullhead/power/
power-8994.c 103 int ret_val = HINT_NONE; local
106 ret_val = process_video_encode_hint(data);
111 return ret_val;
  /external/e2fsprogs/lib/ss/
error.c 24 register char *ret_val; local
29 ret_val = malloc((unsigned)
32 if (ret_val == (char *)NULL)
34 strcpy(ret_val, infop->subsystem_name);
35 return(ret_val);
40 ret_val = malloc((unsigned)sizeof(char) *
44 cp = ret_val;
55 return(ret_val);