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

1 2 3

  /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 116 boolean ret_val = 0; local
164 ret_val = EINVAL; // return error
171 ret_val = loc_eng_ioctl (loc_eng_data.client_handle,
183 return ret_val;
loc_eng.cpp 300 int ret_val; local
310 ret_val = loc_start_fix (loc_eng_data.client_handle);
312 if (ret_val != RPC_LOC_API_SUCCESS)
314 LOGD ("loc_eng_start returned error = %d\n", ret_val);
339 int ret_val; local
343 ret_val = loc_stop_fix (loc_eng_data.client_handle);
344 if (ret_val != RPC_LOC_API_SUCCESS)
346 LOGD ("loc_eng_stop returned error = %d\n", ret_val);
355 boolean ret_val; local
363 ret_val = loc_eng_ioctl (loc_eng_data.client_handle
397 boolean ret_val; local
460 boolean ret_val; local
1069 boolean ret_val; local
1158 boolean ret_val; local
1205 boolean ret_val; local
    [all...]
  /external/bluetooth/glib/gio/
gioscheduler.c 301 gboolean ret_val; member in struct:__anon1233
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 117 int dd, ret_val; local
137 ret_val = hci_send_cmd(dd, data->ogf, data->ocf, data->clen, data->cparam);
138 if (ret_val < 0) {
144 } while (ret_val < 0);
  /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/opencore/protocols/rtp_payload_parser/rfc_3984/src/
h264_payload_parser.cpp 215 PayloadParserStatus ret_val = local
218 if (ret_val == PayloadParserStatus_DataNotReady) break; // processing is complete
219 if (ret_val != PayloadParserStatus_Success) return ret_val; // error happens
420 PayloadParserStatus ret_val = local
425 if (ret_val != PayloadParserStatus_Success) 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/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...]
  /external/opencore/codecs_v2/omx/omx_h264/src/
avc_dec.cpp 377 AVCDec_Status ret_val = PVAVCAnnexBGetNALUnit(pBuff, aNalBuffer, aNalSize); local
379 if (ret_val == AVCDEC_FAIL)
  /bionic/libc/include/
pthread.h 142 int pthread_join(pthread_t thid, void ** ret_val);
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_node_progressive_download.h 76 // ret_val: 0 success, 1 playback rate is not close to clip bitrate, but the information is all available
  /ndk/build/platforms/android-3/arch-arm/usr/include/
pthread.h 142 int pthread_join(pthread_t thid, void ** ret_val);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
pthread.h 142 int pthread_join(pthread_t thid, void ** ret_val);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
pthread.h 142 int pthread_join(pthread_t thid, void ** ret_val);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
pthread.h 142 int pthread_join(pthread_t thid, void ** ret_val);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
pthread.h 142 int pthread_join(pthread_t thid, void ** ret_val);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
pthread.h 142 int pthread_join(pthread_t thid, void ** ret_val);

Completed in 1295 milliseconds

1 2 3