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);
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci_setup.cxx 55 bool ret_val = false; local
79 return ret_val;
82 ret_val = true;
87 return ret_val;
  /art/test/485-checker-dce-switch/src/
Main.java 172 int ret_val = wholeSwitchDead(10); local
173 if (ret_val != 100) {
174 throw new Error("Incorrect return value from wholeSwitchDead:" + ret_val);
177 ret_val = constantSwitch_InRange();
178 if (ret_val != 7) {
179 throw new Error("Incorrect return value from constantSwitch_InRange:" + ret_val);
182 ret_val = constantSwitch_AboveRange();
183 if (ret_val != 15) {
184 throw new Error("Incorrect return value from constantSwitch_AboveRange:" + ret_val);
187 ret_val = constantSwitch_BelowRange()
    [all...]
  /external/google-breakpad/src/testing/gtest/samples/
sample9_unittest.cc 137 int ret_val = RUN_ALL_TESTS(); local
157 ret_val = 0;
159 return ret_val;
  /external/libbrillo/brillo/dbus/
dbus_object_test_helpers.h 108 RetType ret_val; local
109 ExtractMethodCallResults(response_holder.response_.get(), error, &ret_val);
110 return ret_val;
  /external/protobuf/gtest/samples/
sample9_unittest.cc 137 int ret_val = RUN_ALL_TESTS(); local
157 ret_val = 0;
159 return ret_val;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample9_unittest.cc 137 int ret_val = RUN_ALL_TESTS(); local
157 ret_val = 0;
159 return ret_val;
  /external/webrtc/webrtc/modules/video_processing/
spatial_resampler.cc 62 int ret_val = 0; local
63 ret_val = scaler_.Set(inFrame.width(), inFrame.height(), target_width_,
65 if (ret_val < 0)
66 return ret_val;
68 ret_val = scaler_.Scale(inFrame, outFrame);
75 if (ret_val == 0)
frame_preprocessor.cc 62 int32_t ret_val = 0; local
63 ret_val = spatial_resampler_->SetTargetFrameSize(width, height);
65 if (ret_val < 0)
66 return ret_val;
  /ndk/sources/cxx-stl/gabi++/tests/
test_aux_runtime.cpp 51 int ret_val = 0; local
55 ret_val = 1;
60 ret_val = 1;
63 return ret_val;
  /ndk/sources/third_party/googletest/googletest/samples/
sample9_unittest.cc 137 int ret_val = RUN_ALL_TESTS(); local
157 ret_val = 0;
159 return ret_val;
  /art/runtime/
java_vm_ext_test.cc 93 void* ret_val; local
94 CHECK_PTHREAD_CALL(pthread_join, (pthread, &ret_val), reason);
95 EXPECT_EQ(ret_val, nullptr);
105 void* ret_val; local
106 CHECK_PTHREAD_CALL(pthread_join, (pthread, &ret_val), reason);
107 EXPECT_EQ(ret_val, nullptr);
121 void* ret_val; local
122 CHECK_PTHREAD_CALL(pthread_join, (pthread, &ret_val), reason);
123 EXPECT_EQ(ret_val, nullptr);
  /external/libnfc-nxp/src/
phFriNfc_NdefReg.c 276 ret_val=0, local
392 ret_val=1;
399 ret_val=0;
418 ret_val = 1;
429 ret_val = 1;
443 ret_val = 1;
650 ret_val = 1;
657 ret_val = 0;
670 ret_val= 1;
675 return(ret_val);
    [all...]
  /frameworks/base/libs/common_time/
common_clock_service.cpp 115 status_t ret_val = NAME_NOT_FOUND; local
123 ret_val = OK;
130 return ret_val;

Completed in 2288 milliseconds

1 2 3 4 5 6