HomeSort by relevance Sort by last modified time
    Searched defs:rc (Results 151 - 175 of 963) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/selinux/libsepol/tests/
test-downgrade.c 207 int rc; local
221 rc = policydb_read(p, &f, 0);
225 return rc;
245 int rc; local
268 rc = policydb_write(p, &f);
272 return rc;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pv_mp3dec_fxd_op_arm_gcc.h 81 register int32 rc = (int32)L_add; local
90 "r"(rc));
194 register int32 rc = (int32)L_add; local
202 "r"(rc));
213 register int32 rc = (int32)L_sub; local
221 "r"(rc));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.h 23 RATE_CONTROL rc; member in struct:__anon24265
42 // Does not support temporal combined with spatial RC.
70 // Initialize second pass rc for spatial svc.
  /hardware/libhardware/include/hardware/
keymaster0.h 136 int rc = module->methods->open(module, KEYSTORE_KEYMASTER, local
139 return rc;
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 93 int rc = MM_CAMERA_OK; local
152 rc = mm_app_config_stream(test_obj, channel, stream, &stream->s_config);
153 if (MM_CAMERA_OK != rc) {
154 CDBG_ERROR("%s:config rdi stream err=%d\n", __func__, rc);
174 int rc = MM_CAMERA_OK; local
208 rc = mm_app_config_stream(test_obj, channel, stream, &stream->s_config);
209 if (MM_CAMERA_OK != rc) {
210 CDBG_ERROR("%s:config rdi stream err=%d\n", __func__, rc);
251 int rc = MM_CAMERA_OK; local
255 rc = mm_app_stop_channel(test_obj, channel)
283 int rc = MM_CAMERA_OK; local
304 int rc = MM_CAMERA_OK; local
    [all...]
mm_qcamera_video.c 62 int rc = MM_CAMERA_OK; local
91 rc = mm_app_config_stream(test_obj, channel, stream, &stream->s_config);
92 if (MM_CAMERA_OK != rc) {
93 CDBG_ERROR("%s:config preview stream err=%d\n", __func__, rc);
131 int rc = MM_CAMERA_OK; local
157 rc = mm_app_start_channel(test_obj, p_ch);
158 if (MM_CAMERA_OK != rc) {
159 CDBG_ERROR("%s:start preview failed rc=%d\n", __func__, rc);
163 return rc;
171 int rc = MM_CAMERA_OK; local
200 int rc = MM_CAMERA_OK; local
215 int rc = MM_CAMERA_OK; local
230 int rc = MM_CAMERA_OK; local
245 int rc = MM_CAMERA_OK; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 110 int32_t rc = -1; local
115 return rc;
123 return rc;
125 rc = mm_jpeg_start_job(g_jpeg_obj, job, job_id);
127 return rc;
148 int32_t rc = -1; local
152 return rc;
160 return rc;
163 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id);
165 return rc;
182 int32_t rc = -1; local
216 int32_t rc = -1; local
250 int32_t rc = -1; local
294 int32_t rc = 0; local
    [all...]
  /hardware/qcom/camera/QCamera2/util/
QCameraQueue.cpp 139 bool rc; local
154 rc = true;
157 rc = false;
160 return rc;
176 bool rc; local
197 rc = true;
200 rc = false;
203 return rc;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc_binomial_heap_/rc.hpp
50 class rc class in namespace:__gnu_pbds::detail
74 rc();
76 rc(const rc&);
79 swap(rc&);
121 rc<_Node, _Alloc>::
122 rc() : m_over_top(0) function in class:__gnu_pbds::detail::rc
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0 function in class:__gnu_pbds::detail::rc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc_binomial_heap_/rc.hpp
50 class rc class in namespace:__gnu_pbds::detail
74 rc();
76 rc(const rc&);
79 swap(rc&);
121 rc<_Node, _Alloc>::
122 rc() : m_over_top(0) function in class:__gnu_pbds::detail::rc
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0 function in class:__gnu_pbds::detail::rc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc_binomial_heap_/rc.hpp
50 class rc class in namespace:__gnu_pbds::detail
74 rc();
76 rc(const rc&);
79 swap(rc&);
121 rc<_Node, _Alloc>::
122 rc() : m_over_top(0) function in class:__gnu_pbds::detail::rc
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0 function in class:__gnu_pbds::detail::rc
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc_binomial_heap_/rc.hpp
50 class rc class in namespace:__gnu_pbds::detail
74 rc();
76 rc(const rc&);
79 swap(rc&);
121 rc<_Node, _Alloc>::
122 rc() : m_over_top(0) function in class:__gnu_pbds::detail::rc
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0 function in class:__gnu_pbds::detail::rc
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc.hpp
53 rc<Node, Allocator>
56 class rc class in namespace:__gnu_pbds::detail
91 rc();
93 rc(const PB_DS_CLASS_C_DEC& other);
140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
249 std::cout << "rc" << std::endl;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc_binomial_heap_/rc.hpp
50 class rc class in namespace:__gnu_pbds::detail
74 rc();
76 rc(const rc&);
79 swap(rc&);
121 rc<_Node, _Alloc>::
122 rc() : m_over_top(0) function in class:__gnu_pbds::detail::rc
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0 function in class:__gnu_pbds::detail::rc
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc_binomial_heap_/rc.hpp
50 class rc class in namespace:__gnu_pbds::detail
74 rc();
76 rc(const rc&);
79 swap(rc&);
121 rc<_Node, _Alloc>::
122 rc() : m_over_top(0) function in class:__gnu_pbds::detail::rc
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0 function in class:__gnu_pbds::detail::rc
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 37 * @file rc_binomial_heap_/rc.hpp
50 class rc class in namespace:__gnu_pbds::detail
74 rc();
76 rc(const rc&);
79 swap(rc&);
121 rc<_Node, _Alloc>::
122 rc() : m_over_top(0) function in class:__gnu_pbds::detail::rc
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0 function in class:__gnu_pbds::detail::rc
    [all...]
  /system/bt/btcore/test/
device_class_test.cpp 86 int rc = device_class_to_stream(&dc, dc_stream1, sizeof(dc_stream1)); local
87 EXPECT_EQ(3, rc);
104 int rc = device_class_to_stream(&dc, dc_stream1, sizeof(dc_stream1)); local
105 EXPECT_EQ(3, rc);
121 int rc = device_class_to_stream(&dc, dc_stream1, sizeof(dc_stream1)); local
122 EXPECT_EQ(3, rc);
  /system/core/logd/
libaudit.c 41 int rc; local
49 rc = audit_get_reply(fd, &rep, GET_REPLY_BLOCKING, MSG_PEEK);
50 if (rc < 0) {
51 return rc;
56 rc = ((struct nlmsgerr *)rep.data)->error;
57 if (rc) {
58 return -rc;
85 int rc; local
136 rc = TEMP_FAILURE_RETRY(sendto(fd, &req, req.nlh.nlmsg_len, 0,
140 if (rc < 0)
167 int rc; local
213 int rc = 0; local
269 int rc = close(fd); local
    [all...]
  /system/extras/tests/pagingtest/
pagingtest.c 19 ssize_t rc; local
51 rc = read(urandom, buf, size);
53 if (rc < 0) {
58 if (rc != size) {
73 rc = posix_fadvise(fd, 0, size, POSIX_FADV_DONTNEED);
74 if (rc) {
138 int rc; local
160 rc = mmap_test(test_runs, alloc_size);
161 if (rc) {
162 return rc;
    [all...]
  /system/netd/server/
ndc.c 126 int rc = 0; local
134 if ((rc = select(sock +1, &read_fds, NULL, NULL, &to)) < 0) {
139 } else if (!rc) {
145 if ((rc = read(sock, buffer, 4096)) <= 0) {
147 if (rc == 0)
152 if (rc == 0)
160 for (i = 0; i < rc; i++) {

Completed in 302 milliseconds

1 2 3 4 5 67 8 91011>>