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

  /external/libvpx/libvpx/test/
md5_helper.h 60 res_[i * 2 + 0] = hex[tmp[i] >> 4];
61 res_[i * 2 + 1] = hex[tmp[i] & 0xf];
63 res_[32] = 0;
65 return res_;
69 char res_[33]; member in class:libvpx_test::MD5
  /external/webrtc/webrtc/modules/video_coding/utility/
quality_scaler.cc 66 res_.width = frame.width();
67 res_.height = frame.height();
105 shift > 0 && (res_.width / 2 >= min_width_) &&
106 (res_.height / 2 >= min_height_);
108 res_.width /= 2;
109 res_.height /= 2;
114 return res_;
quality_scaler.h 56 Resolution res_; member in class:webrtc::QualityScaler
  /external/ltp/testcases/network/busy_poll/
busy_poll02.sh 51 tst_netload -H $(tst_ipaddr rhost) -d res_$x -b $x
busy_poll03.sh 51 tst_netload -H $(tst_ipaddr rhost) -d res_$x -b $x -T udp
busy_poll01.sh 60 tst_netload -H $(tst_ipaddr rhost) -d res_$x
  /hardware/qcom/display/msm8909/libdrmutils/
drm_res_mgr.h 61 drmModeRes *res_ = nullptr; member in class:drm_utils::DRMResMgr
drm_res_mgr.cpp 143 res_ = res;
  /hardware/qcom/display/msm8909w_3100/libdrmutils/
drm_res_mgr.h 61 drmModeRes *res_ = nullptr; member in class:drm_utils::DRMResMgr
drm_res_mgr.cpp 143 res_ = res;
  /hardware/qcom/display/msm8998/libdrmutils/
drm_res_mgr.h 61 drmModeRes *res_ = nullptr; member in class:drm_utils::DRMResMgr
drm_res_mgr.cpp 143 res_ = res;
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math.rs 90 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \
92 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
94 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \
96 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
111 res_##typeout##_1 = fnc(src1_##typein##_1); \
112 res_##typeout##_2 = fnc(src1_##typein##_2); \
113 res_##typeout##_3 = fnc(src1_##typein##_3); \
114 res_##typeout##_4 = fnc(src1_##typein##_4);
117 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \
118 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2);
    [all...]
  /external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
beam_search_decoder_test.py 69 res_ = sess.run(res)
71 self.assertAllEqual(expected_result, res_)
  /frameworks/native/cmds/installd/
dexopt.cpp 2564 std::string res_ = oat_dir_ + '\/' + instruction_set + '\/' local
2609 std::string res_ = android_data_dir + DALVIK_CACHE + '\/' + instruction_set_ + src_ local
    [all...]
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 

Completed in 770 milliseconds