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

1 2 3 4 5 6 7

  /external/libcxxabi/test/
test_aux_runtime_op_array_new.pass.cpp 32 int ret_val = 0; local
36 ret_val = 1;
39 return ret_val;
test_aux_runtime.pass.cpp 53 int ret_val = 0; local
57 ret_val = 1;
62 ret_val = 1;
65 return ret_val;
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
ht_enabled.c 24 int ret_val = 1; local
29 ret_val = check_ht_capability();
31 return ret_val;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setdetachstate/
4-1.c 27 int ret_val, invalid_val; local
37 ret_val = pthread_attr_setdetachstate(&new_attr, invalid_val);
39 if (ret_val != EINVAL) {
40 printf("Test FAILED: Returned %d instead of EINVAL\n", ret_val);
2-1.c 39 int ret_val; local
62 ret_val = pthread_join(new_th, NULL);
64 if (ret_val != EINVAL) {
69 ret_val = pthread_detach(new_th);
71 if (ret_val != EINVAL) {
  /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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
test_aux_runtime_op_array_new.pass.cpp 32 int ret_val = 0; local
36 ret_val = 1;
39 return ret_val;
  /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;
  /external/e2fsprogs/lib/ss/
error.c 25 register char *ret_val; local
30 ret_val = malloc((unsigned)
33 if (ret_val == (char *)NULL)
35 strcpy(ret_val, infop->subsystem_name);
36 return(ret_val);
41 ret_val = malloc((unsigned)sizeof(char) *
45 cp = ret_val;
56 return(ret_val);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/
2-1.c 57 int ret_val; local
77 ret_val = pthread_detach(new_th);
79 if (ret_val != 0) {
81 if (ret_val == EINVAL) {
88 ret_val);
  /external/pdfium/testing/
embedder_test_main.cpp 82 int ret_val = RUN_ALL_TESTS(); local
93 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/googletest/googletest/samples/
sample9_unittest.cc 134 int ret_val = RUN_ALL_TESTS(); local
154 ret_val = 0;
156 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/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 89 let ret_val = codegen_expr body in var
92 let _ = build_ret ret_val builder in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 89 let ret_val = codegen_expr body in var
92 let _ = build_ret ret_val builder in
  /external/protobuf/gtest/samples/
sample9_unittest.cc 137 int ret_val = RUN_ALL_TESTS(); local
157 ret_val = 0;
159 return ret_val;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 89 let ret_val = codegen_expr body in var
92 let _ = build_ret ret_val builder in
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 89 let ret_val = codegen_expr body in var
92 let _ = build_ret ret_val builder in
  /external/syslinux/com32/lib/sys/module/
exec.c 34 int res, ret_val = 0;
68 ret_val = (*(module->main_func))(last_arg - argv, argv);
103 ret_val = setjmp(module->u.x.process_exit);
105 if (ret_val)
106 ret_val--; /* Valid range is 0-255 */
108 ret_val = -1;
125 return ((unsigned int)ret_val & 0xFF);
158 int res, ret_val = 0; local
206 ret_val = setjmp(module->u.x.process_exit);
208 if (ret_val)
    [all...]
  /external/v8/testing/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)

Completed in 492 milliseconds

1 2 3 4 5 6 7