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

1 2 3 4

  /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);
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ioctl.cpp 96 boolean ret_val; local
104 ret_val = loc_eng_ioctl_setup_cb (handle, ioctl_type);
106 if (ret_val == TRUE)
117 ret_val = loc_eng_ioctl_wait_cb (timeout_msec, cb_data_ptr);
121 ret_val = FALSE;
132 return ret_val;
159 boolean ret_val; local
168 ret_val = FALSE;
178 ret_val = TRUE;
182 return ret_val;
211 boolean ret_val = FALSE; \/\/ the return value of this function local
317 boolean ret_val = FALSE; \/\/ the return value of this function local
    [all...]
loc_eng_xtra.cpp 115 boolean ret_val = 0; local
163 ret_val = EINVAL; // return error
170 ret_val = loc_eng_ioctl (loc_eng_data.client_handle,
182 return ret_val;
loc_eng.cpp 316 int ret_val; local
326 ret_val = loc_start_fix (loc_eng_data.client_handle);
328 if (ret_val != RPC_LOC_API_SUCCESS)
330 LOGD ("loc_eng_start returned error = %d\n", ret_val);
355 int ret_val; local
371 ret_val = loc_stop_fix (loc_eng_data.client_handle);
372 if (ret_val != RPC_LOC_API_SUCCESS)
374 LOGD ("loc_eng_stop returned error = %d\n", ret_val);
383 boolean ret_val; local
391 ret_val = loc_eng_ioctl (loc_eng_data.client_handle
426 boolean ret_val; local
507 boolean ret_val; local
1133 boolean ret_val; local
1234 boolean ret_val; local
1274 boolean ret_val; local
    [all...]
  /external/bluetooth/glib/gio/
gioscheduler.c 301 gboolean ret_val; member in struct:__anon2064
314 proxy->ret_val = proxy->func (proxy->data);
363 gboolean ret_val; local
373 ret_val = func (user_data);
376 return ret_val;
398 ret_val = proxy->ret_val;
401 return ret_val;
  /external/dbus/bus/
activation.c 1638 dbus_bool_t ret_val; local
1672 dbus_bool_t ret_val; local
1704 dbus_bool_t ret_val; local
1795 dbus_bool_t ret_val; local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
mock.py 153 ret_val = DEFAULT
160 ret_val = self.side_effect(*args, **kwargs)
161 if ret_val is DEFAULT:
162 ret_val = self.return_value
166 if ret_val is DEFAULT:
167 ret_val = self.return_value
168 return ret_val
  /packages/inputmethods/PinyinIME/jni/share/
utf16char.cpp 47 char16 *ret_val = utf16_str; local
59 return ret_val;
dicttrie.cpp 454 size_t ret_val = 0; local
495 if (0 == ret_val)
501 ret_val++;
509 if (ret_val > 0) {
510 mile_stones_[mile_stones_pos_].mark_num = ret_val;
513 ret_val = 1;
531 size_t ret_val = 0; local
573 if (0 == ret_val)
579 ret_val++;
587 if (ret_val > 0)
    [all...]
  /external/bluetooth/bluez/src/
dbus-common.c 62 gboolean ret_val = TRUE; local
98 ret_val = FALSE;
106 return ret_val;
security.c 118 int dd, ret_val; local
139 ret_val = hci_send_cmd(dd, data->ogf, data->ocf,
141 if (ret_val < 0) {
147 } while (ret_val < 0);
  /external/protobuf/gtest/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...]
  /external/e2fsprogs/lib/blkid/
blkid.h 99 char **ret_val);
tag.c 226 int blkid_parse_tag_string(const char *token, char **ret_type, char **ret_val)
251 *ret_val = value;
  /external/protobuf/gtest/test/
gtest-listener_test.cc 228 int ret_val = RUN_ALL_TESTS(); local
319 ret_val = 1;
321 return ret_val;
  /external/bluetooth/glib/glib/
gthread.c 830 gboolean ret_val = FALSE; local
841 ret_val = TRUE;
844 return ret_val;
882 gboolean ret_val = FALSE; local
893 ret_val = TRUE;
896 return ret_val;
  /external/libvpx/vp8/decoder/
decodframe.c 299 int ret_val = 0; local
303 ret_val = vp8_read_literal(bc, 4);
306 ret_val = -ret_val;
310 if (ret_val != prev)
313 return ret_val;
  /external/bluetooth/glib/docs/reference/glib/tmpl/
threads.sgml 537 int ret_val;
543 ret_val = current_number = calc_next_number (current_number);
545 return ret_val;
574 int ret_val;
577 ret_val = current_number = calc_next_number (current_number);
579 return ret_val;
715 int ret_val;
719 ret_val = current_number = calc_next_number (current_number);
721 return ret_val;
867 int ret_val;
    [all...]
  /development/ndk/platforms/android-3/include/
pthread.h 142 int pthread_join(pthread_t thid, void ** ret_val);
  /development/ndk/platforms/android-5/include/
pthread.h 142 int pthread_join(pthread_t thid, void ** ret_val);
  /development/ndk/platforms/android-8/include/
pthread.h 142 int pthread_join(pthread_t thid, void ** ret_val);
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 628 int ret_val; local
633 ret_val = vp8d_decompress_frame((VP8D_PTR) this_algorithm_base->my_pbi,
649 if (ret_val != 0)
651 if (ret_val == -1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 142 int pthread_join(pthread_t thid, void ** ret_val);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 142 int pthread_join(pthread_t thid, void ** ret_val);

Completed in 980 milliseconds

1 2 3 4