HomeSort by relevance Sort by last modified time
    Searched refs:out_val (Results 1 - 25 of 25) sorted by null

  /system/core/fs_mgr/
fs_mgr_priv_boot_config.h 23 bool fs_mgr_get_boot_config_from_kernel_cmdline(const std::string& key, std::string* out_val);
24 bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val);
fs_mgr_boot_config.cpp 28 bool fs_mgr_get_boot_config_from_kernel_cmdline(const std::string& key, std::string* out_val) {
29 FS_MGR_CHECK(out_val != nullptr);
38 *out_val = pieces[1];
51 bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val) {
52 FS_MGR_CHECK(out_val != nullptr);
55 *out_val = android::base::GetProperty("ro.boot." + key, "");
56 if (!out_val->empty()) {
61 if (fs_mgr_get_boot_config_from_kernel_cmdline(key, out_val)) {
68 if (android::base::ReadFileToString(file_name, out_val)) {
69 if (!out_val->empty())
    [all...]
  /system/core/libcutils/include/cutils/
str_parms.h 44 // pointed to by the out_val parameter. Returns the length of the returned string value.
45 // If 'key' isn't in the parms, then return -ENOENT (-2) and leave 'out_val' untouched.
47 char *out_val, int len);
49 int *out_val);
51 float *out_val);
  /external/libxaac/decoder/
ixheaacd_basic_ops.h 101 WORD32 out_val; local
104 out_val = ixheaacd_shl32_sat(a, -b);
107 out_val = ixheaacd_shr32(a, b);
110 return out_val;
114 WORD32 out_val; local
119 out_val = ixheaacd_shr32(a, b);
121 out_val = ixheaacd_shl32_sat(a, b);
124 return out_val;
ixheaacd_basic_ops32.h 40 WORD32 out_val; local
44 out_val = 0;
46 out_val = (WORD32)a << b;
48 return out_val;
52 WORD32 out_val; local
57 out_val = -1;
59 out_val = 0;
61 out_val = (WORD32)a >> b;
64 return out_val;
68 WORD32 out_val = a local
85 WORD32 out_val; local
97 WORD32 out_val; local
109 WORD32 out_val; local
121 WORD32 out_val; local
    [all...]
ixheaacd_lpfuncs.c 92 WORD32 out_val; local
97 out_val = -1;
99 out_val = 0;
102 out_val = (WORD32)a >> b;
105 return out_val;
ixheaacd_block.c 59 WORD32 out_val; local
64 out_val = -1;
66 out_val = 0;
69 out_val = (WORD32)a >> b;
72 return out_val;
    [all...]
ixheaacd_aac_imdct.c 72 WORD32 out_val; local
77 out_val = -1;
79 out_val = 0;
82 out_val = (WORD32)a >> b;
85 return out_val;
    [all...]
  /external/webrtc/webrtc/base/
optionsfile.h 32 bool GetStringValue(const std::string& option, std::string* out_val) const;
33 bool GetIntValue(const std::string& option, int* out_val) const;
optionsfile.cc 128 std::string *out_val) const {
138 *out_val = i->second;
143 int *out_val) const {
153 return FromString(i->second, out_val);
  /external/tensorflow/tensorflow/python/kernel_tests/
extract_image_patches_grad_test.py 92 out_val = array_ops.extract_image_patches(in_val, test_case['ksizes'],
95 out_shape = out_val.get_shape().as_list()
98 out_val, out_shape)
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 103 void * out_val);
107 void * out_val);
111 void * out_val);
115 void * out_val);
685 * @out_val : output payload, Can be NULL if not needed.
694 void * out_val)
701 rc = mm_channel_fsm_fn_notused(my_obj, evt, in_val, out_val);
704 rc = mm_channel_fsm_fn_stopped(my_obj, evt, in_val, out_val);
707 rc = mm_channel_fsm_fn_active(my_obj, evt, in_val, out_val);
710 rc = mm_channel_fsm_fn_paused(my_obj, evt, in_val, out_val);
    [all...]
mm_camera_stream.c 120 void * out_val);
124 void * out_val);
128 void * out_val);
132 void * out_val);
136 void * out_val);
140 void * out_val);
457 * @out_val : output payload, Can be NULL if not needed.
466 void * out_val)
477 rc = mm_stream_fsm_inited(my_obj, evt, in_val, out_val);
480 rc = mm_stream_fsm_acquired(my_obj, evt, in_val, out_val);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
hex_float.h 504 other_uint_type out_val = 0; local
508 out_val = static_cast<other_uint_type>(significand);
510 out_val = static_cast<other_uint_type>(out_val << shift_amount);
511 return out_val;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 502 other_uint_type out_val = 0; local
506 out_val = static_cast<other_uint_type>(significand);
508 out_val = static_cast<other_uint_type>(out_val << shift_amount);
509 return out_val;
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 110 void * out_val);
114 void * out_val);
118 void * out_val);
122 void * out_val);
    [all...]
mm_camera_stream.c 125 void * out_val);
129 void * out_val);
133 void * out_val);
137 void * out_val);
141 void * out_val);
145 void * out_val);
485 * @out_val : output payload, Can be NULL if not needed.
494 void * out_val)
505 rc = mm_stream_fsm_inited(my_obj, evt, in_val, out_val);
508 rc = mm_stream_fsm_acquired(my_obj, evt, in_val, out_val);
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp 235 const int out_val = out_attr.getIntValue(); local
238 if (out_val <= 2) {
240 if (value_ordering_120[in_val] > value_ordering_120[out_val]) {
246 if (in_val > out_val) {
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 707 void * out_val);
723 void * out_val);
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
rev_block_lib_test.py 323 out_val, custom_out_val, grads_val, custom_grads_val = sess.run(
325 self.assertAllClose(out_val, custom_out_val)
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 824 void * out_val);
840 void * out_val);
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 598 int out_val = cvRound((double)Ia/s); local
599 CV_MAT_3COLOR_ELEM(*out,uchar,i-1,j-1,color) = CV_CAST_8U(out_val);
689 int out_val = cvRound((double)Ia/s); local
690 CV_MAT_ELEM(*out,uchar,i-1,j-1) = CV_CAST_8U(out_val);
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
deep_conv2d.cc 817 const T out_val = local
    [all...]
  /art/test/ti-stress/
stress.cc 559 std::string out_val(was_popped_by_exception ? "" : GetValOf(jvmtienv, env, type, val));
563 << out_val << ".";
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 2887 LLVMValueRef out_val = LLVMBuildLoad(gallivm->builder, out_ptr[chan], ""); local
5391 LLVMValueRef out_val = LLVMBuildLoad(gallivm->builder, out_ptr[chan], ""); local
    [all...]

Completed in 3578 milliseconds