Home
last modified time | relevance | path

Searched defs:cr (Results 1 – 25 of 176) sorted by relevance

12345678

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSettings.java25 public static boolean putInt(ContentResolver cr, String name, int value) { in putInt()
31 public static int getInt(ContentResolver cr, String name, int def) { in getInt()
40 …public static int getInt(ContentResolver cr, String name) throws Settings.SettingNotFoundException… in getInt()
49 public static boolean putString(ContentResolver cr, String name, String value) { in putString()
55 public static String getString(ContentResolver cr, String name) { in getString()
64 public static boolean putLong(ContentResolver cr, String name, long value) { in putLong()
70 public static long getLong(ContentResolver cr, String name, long def) { in getLong()
79 …public static long getLong(ContentResolver cr, String name) throws Settings.SettingNotFoundExcepti… in getLong()
88 public static boolean putFloat(ContentResolver cr, String name, float value) { in putFloat()
94 public static float getFloat(ContentResolver cr, String name, float def) { in getFloat()
[all …]
DShadowMediaStore.java20 public static Bitmap getBitmap(ContentResolver cr, Uri url) { in getBitmap()
/external/autotest/client/cros/video/
Dhistogram_verifier.py30 def verify(cr, histogram_name, histogram_bucket_value): argument
53 def is_bucket_present(cr,histogram_name, histogram_bucket_value): argument
72 def is_histogram_present(cr, histogram_name): argument
96 def get_histogram(cr, histogram_name): argument
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c26 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr)); in vp9_cyclic_refresh_alloc() local
45 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) { in vp9_cyclic_refresh_free()
55 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, const MODE_INFO *mi, in candidate_refresh_aq()
79 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in compute_deltaq() local
96 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_estimate_bits_at_q() local
128 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_rc_bits_per_mb() local
153 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_segment() local
216 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_sb_postencode() local
250 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_postencode() local
308 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_set_golden_update() local
[all …]
/external/pdfium/xfa/fwl/theme/
Dcfwl_edittp.cpp24 FX_ARGB cr = 0xFF000000; in DrawBackground() local
58 CFX_Color cr(FWLTHEME_COLOR_Background); in DrawBackground() local
76 FX_ARGB cr = 0xFF000000; in DrawBackground() local
Dcfwl_comboboxtp.cpp45 CFX_Color cr(argb_color); in DrawBackground() local
70 CFX_Color cr(ArgbEncode(0xff, 0xff, 0, 0)); in DrawStrethHandler() local
/external/fio/
Dcairo_text_helpers.c5 static void draw_aligned_text(cairo_t *cr, const char *font, double x, double y, in draw_aligned_text()
41 void draw_centered_text(cairo_t *cr, const char *font, double x, double y, in draw_centered_text()
47 void draw_right_justified_text(cairo_t *cr, const char *font, in draw_right_justified_text()
54 void draw_left_justified_text(cairo_t *cr, const char *font, in draw_left_justified_text()
61 void draw_vertical_centered_text(cairo_t *cr, const char *font, double x, in draw_vertical_centered_text()
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py116 def start_loopback(self, cr): argument
130 def open_stats_page(self, cr): argument
255 def get_cpu_usage(cr): argument
304 def get_power(cr): argument
325 def get_decode_time(cr): argument
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF8.java91 CoderResult cr; in decodeLoop() local
211 CoderResult cr; in decodeLoop() local
377 CoderResult cr; in encodeLoop() local
469 CoderResult cr; in encodeLoop() local
551 CoderResult cr = handleSurrogates(sourceArray, sourceIndex, sourceLimit, (char)char32); in encodeFourBytes() local
591 CoderResult cr = handleSurrogates(source, (char)char32); in encodeFourBytes() local
DCharsetUTF16.java159 CoderResult cr = decodeTrail(source, target, offsets, (char) toUnicodeStatus); in decodeLoop() local
191 CoderResult cr = decodeTrail(source, target, offsets, char16); in decodeLoop() local
259 CoderResult cr; in encodeLoop() local
296 CoderResult cr; in encodeChar() local
DCharsetHZ.java257 CoderResult cr = handleSurrogates(source, (char) fromUChar32); in encodeLoop() local
347 CoderResult cr = handleSurrogates(source, (char) mySourceChar); in encodeLoop() local
366 CoderResult cr = null; in concatEscape() local
/external/autotest/client/site_tests/video_PlaybackPerf/
Dvideo_PlaybackPerf.py66 def start_playback(self, cr, local_path): argument
136 def get_dropped_frames(cr): argument
167 def get_cpu_usage(cr): argument
218 def get_power(cr): argument
/external/autotest/client/site_tests/telemetry_AFDOGenerateClient/
Dtelemetry_AFDOGenerateClient.py80 def _try_page_cycler(self, cr, benchmark): argument
96 def _navigate_page_cycler(self, cr, benchmark): argument
/external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/
Ddiagnose_reference_binding.pass.cpp39 auto const& cr = r; in main() local
61 auto cr = std::cref(x); in main() local
/external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/
Dvideo_ChromeRTCHWEncodeUsed.py34 def start_loopback(self, cr): argument
46 def assert_hardware_accelerated(self, cr): argument
/external/eigen/bench/
Dbench_gemm.cpp109 void matlab_cplx_cplx(const M& ar, const M& ai, const M& br, const M& bi, M& cr, M& ci) in matlab_cplx_cplx()
117 void matlab_real_cplx(const M& a, const M& br, const M& bi, M& cr, M& ci) in matlab_real_cplx()
123 void matlab_cplx_real(const M& ar, const M& ai, const M& b, M& cr, M& ci) in matlab_cplx_real()
302 M cr(m,n); cr.setRandom(); in main() local
315 M cr(m,n); cr.setRandom(); in main() local
328 M cr(m,n); cr.setRandom(); in main() local
/external/clang/bindings/python/tests/cindex/
Dtest_code_completion.py3 def check_completion_results(cr, expected): argument
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dinstructions.h39 int cr; in paste() local
52 int cr; in paste_last() local
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/
DTrivialMatcher.java42 …SingleConversionRule cr = new SingleConversionRule(Pattern.compile("import org.slf4j.converter"), … in TrivialMatcher() local
/external/toybox/toys/other/
Dtruncate.c56 int cr = !(toys.optflags&FLAG_c); in truncate_main() local
/external/autotest/client/site_tests/telemetry_LoginTest/
Dtelemetry_LoginTest.py15 def _get_login_status(self, cr): argument
/external/libjpeg-turbo/
Djdmrg565.c25 int cb, cr; in LOCAL() local
96 int cb, cr; in LOCAL() local
170 int cb, cr; in LOCAL() local
266 int cb, cr; in LOCAL() local
/external/syslinux/com32/lib/jpeg/
Drgba32.c91 int y, cb, cr; in YCrCB_to_RGBA32_1x1() local
148 int y, cb, cr; in YCrCB_to_RGBA32_2x1() local
221 int y, cb, cr; in YCrCB_to_RGBA32_1x2() local
294 int y, cb, cr; in YCrCB_to_RGBA32_2x2() local
Dbgr24.c91 int y, cb, cr; in YCrCB_to_BGR24_1x1() local
147 int y, cb, cr; in YCrCB_to_BGR24_2x1() local
215 int y, cb, cr; in YCrCB_to_BGR24_1x2() local
285 int y, cb, cr; in YCrCB_to_BGR24_2x2() local
Dbgra32.c91 int y, cb, cr; in YCrCB_to_BGRA32_1x1() local
148 int y, cb, cr; in YCrCB_to_BGRA32_2x1() local
220 int y, cb, cr; in YCrCB_to_BGRA32_1x2() local
294 int y, cb, cr; in YCrCB_to_BGRA32_2x2() local

12345678