HomeSort by relevance Sort by last modified time
    Searched refs:ret_val (Results 151 - 175 of 212) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 342 ret_val, ret_type = QueryValueEx(ck, "test_name")
344 self.assertEqual(ret_val, test_val)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 342 ret_val, ret_type = QueryValueEx(ck, "test_name")
344 self.assertEqual(ret_val, test_val)
  /toolchain/binutils/binutils-2.27/bfd/
elf64-alpha.c 4137 bfd_boolean ret_val = TRUE; local
4219 bfd_boolean ret_val; local
    [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py 962 ret_val = DEFAULT
976 ret_val = effect(*args, **kwargs)
981 if ret_val is DEFAULT:
982 ret_val = self.return_value
983 return ret_val
    [all...]
  /external/python/cpython3/Lib/unittest/
mock.py 991 ret_val = DEFAULT
1005 ret_val = effect(*args, **kwargs)
    [all...]
  /external/libxaac/decoder/
ixheaacd_headerdecode.c 261 WORD32 ret_val = 0, tmp; local
285 ret_val =
287 if (ret_val) {
288 return ret_val;
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 211 let ret_val = codegen_expr body in var
214 let _ = build_ret ret_val builder in
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 211 let ret_val = codegen_expr body in var
214 let _ = build_ret ret_val builder in
  /frameworks/base/libs/common_time/
common_time_server.cpp 406 bool ret_val = false; local
532 ret_val = true;
535 if (!ret_val)
537 return ret_val;
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
m68k-dis.c 74 #define NEXTWORD(p, val, ret_val) \
79 return ret_val; \
87 #define NEXTLONG(p, val, ret_val) \
92 return ret_val; \
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender.cc 329 int32_t ret_val = 0; local
333 ret_val = audio_->RegisterAudioPayload(payload_name, payload_number,
341 return ret_val;
525 int32_t ret_val; local
532 ret_val = audio_->SendAudio(frame_type, payload_type, capture_timestamp,
542 ret_val =
559 return ret_val;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 500 int ret_val = thresh; local
504 case VPX_BITS_8: ret_val = thresh; break;
505 case VPX_BITS_10: ret_val = thresh << 4; break;
506 case VPX_BITS_12: ret_val = thresh << 8; break;
516 return ret_val;
526 int ret_val = UL_INTRA_THRESH; local
530 case VPX_BITS_8: ret_val = UL_INTRA_THRESH; break;
531 case VPX_BITS_10: ret_val = UL_INTRA_THRESH << 2; break;
532 case VPX_BITS_12: ret_val = UL_INTRA_THRESH << 4; break;
542 return ret_val;
547 int ret_val = SMOOTH_INTRA_THRESH; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_proxy_qmi_oc.c 2249 int ret_val; local
    [all...]
  /external/v8/src/wasm/
wasm-debug.cc 142 WasmVal ret_val = thread->GetReturnValue(0); local
146 *reinterpret_cast<ctype*>(arg_buffer) = ret_val.to<ctype>(); \
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
blit_engine_c2d.cpp 466 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect); local
468 if (ret_val < 0) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
blit_engine_c2d.cpp 466 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect); local
468 if (ret_val < 0) {
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp 451 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect); local
453 if (ret_val < 0) {
  /external/e2fsprogs/lib/blkid/
tag.c 225 int blkid_parse_tag_string(const char *token, char **ret_type, char **ret_val)
250 *ret_val = value;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 237 let ret_val = codegen_expr body in var
240 let _ = build_ret ret_val builder in
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 237 let ret_val = codegen_expr body in var
240 let _ = build_ret ret_val builder in
  /art/runtime/interpreter/
interpreter.cc 487 JValue* ret_val,
493 value.SetJ(ret_val->GetJ());
582 ret_val->SetJ(value.GetJ());
  /device/google/marlin/camera/QCamera2/HAL/
QCameraChannel.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 4494 int ret_val; local
4506 int ret_val; local
4517 int ret_val; local
4529 int ret_val; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 4472 int ret_val; local
4484 int ret_val; local
4495 int ret_val; local
4507 int ret_val; local
    [all...]
  /external/python/cpython2/Python/
ceval.c 4812 int ret_val; local
4824 int ret_val; local
4835 int ret_val; local
4847 int ret_val; local
    [all...]

Completed in 641 milliseconds

1 2 3 4 5 67 8 9