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

1 2 3 4 5

  /external/chromium_org/extensions/common/
error_utils.cc 14 std::string ret_val = format; local
15 ReplaceFirstSubstringAfterOffset(&ret_val, 0, "*", s1);
16 return ret_val;
22 std::string ret_val = format; local
23 ReplaceFirstSubstringAfterOffset(&ret_val, 0, "*", s1);
24 ReplaceFirstSubstringAfterOffset(&ret_val, 0, "*", s2);
25 return ret_val;
32 std::string ret_val = format; local
33 ReplaceFirstSubstringAfterOffset(&ret_val, 0, "*", s1);
34 ReplaceFirstSubstringAfterOffset(&ret_val, 0, "*", s2)
    [all...]
  /external/chromium_org/third_party/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;
  /external/chromium_org/third_party/webrtc/modules/utility/source/
helpers_android.cc 20 jint ret_val = jvm->GetEnv(reinterpret_cast<void**>(&env_), JNI_VERSION_1_4); local
21 if (ret_val == JNI_EDETACHED) {
23 ret_val = jvm_->AttachCurrentThread(&env_, NULL);
24 attached_ = ret_val == JNI_OK;
  /external/lldb/test/lang/c/shared_lib/
foo.c 13 struct foo *ret_val = (struct foo *) malloc (sizeof (struct foo)); local
14 ret_val->other_element = 3;
15 return ret_val;
  /external/lldb/test/lang/c/shared_lib_stripped_symbols/
foo.c 13 struct foo *ret_val = (struct foo *) malloc (sizeof (struct foo)); local
14 ret_val->other_element = 3;
15 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);
  /external/lldb/test/expression_command/call-restarts/
lotta-signals.c 19 int ret_val = 0; local
31 ret_val++;
34 return ret_val;
40 int ret_val = 0; local
52 int ret_val; local
55 ret_val = call_me (2); // Stop here in main.
57 ret_val = call_me_nosig (10);
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 147 int ret_val; local
158 ret_val = rename (src_temp, dst);
163 return ret_val;
  /external/chromium_org/testing/gtest/samples/
sample9_unittest.cc 137 int ret_val = RUN_ALL_TESTS(); local
157 ret_val = 0;
159 return ret_val;
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
single_rw_fifo.cc 85 int8_t* ret_val = NULL; local
90 return ret_val;
92 ret_val = queue_[read_pos_];
97 return ret_val;
audio_manager_jni.cc 105 jmethodID ret_val = env->GetMethodID(g_audio_manager_class_, method_name, local
107 assert(ret_val);
108 return ret_val;
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
spatial_resampler.cc 62 int ret_val = 0; local
63 ret_val = scaler_.Set(inFrame.width(), inFrame.height(),
65 if (ret_val < 0)
66 return ret_val;
68 ret_val = scaler_.Scale(inFrame, outFrame);
75 if (ret_val == 0)
frame_preprocessor.cc 66 int32_t ret_val = 0; local
67 ret_val = spatial_resampler_->SetTargetFrameSize(width, height);
69 if (ret_val < 0) return ret_val;
71 ret_val = vd_->SetTargetFramerate(frame_rate);
72 if (ret_val < 0) return ret_val;
  /external/libcxxabi/test/
test_aux_runtime.cpp 51 int ret_val = 0; local
55 ret_val = 1;
60 ret_val = 1;
63 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;
  /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/cxx-stl/llvm-libc++abi/libcxxabi/test/
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;
  /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;
  /hardware/intel/common/libva/test/vainfo/
vainfo.c 35 ret_val = ret; \
96 int ret_val = 0; local
125 ret_val = 5;
153 return ret_val;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_xtra.cpp 104 int ret_val = -1; local
114 ret_val = 0;
116 return ret_val;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_xtra.cpp 104 int ret_val = -1; local
114 ret_val = 0;
116 return ret_val;

Completed in 909 milliseconds

1 2 3 4 5