Home
last modified time | relevance | path

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

12345678910

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSettings.java46 protected static boolean putStringForUser(ContentResolver cr, String name, String value, in putStringForUser()
52 protected static String getStringForUser(ContentResolver cr, String name, int userHandle) { in getStringForUser()
57 protected static boolean putString(ContentResolver cr, String name, String value) { in putString()
63 protected static String getString(ContentResolver cr, String name) { in getString()
67 private static Map<String, String> get(ContentResolver cr) { in get()
87 protected static boolean putStringForUser(ContentResolver cr, String name, String value, in putStringForUser()
93 protected static String getStringForUser(ContentResolver cr, String name, int userHandle) { in getStringForUser()
98 protected static boolean putString(ContentResolver cr, String name, String value) { in putString()
104 protected static String getString(ContentResolver cr, String name) { in getString()
108 private static Map<String, String> get(ContentResolver cr) { in get()
[all …]
/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c24 CYCLIC_REFRESH *const cr = aom_calloc(1, sizeof(*cr)); in av1_cyclic_refresh_alloc() local
44 void av1_cyclic_refresh_free(CYCLIC_REFRESH *cr) { in av1_cyclic_refresh_free()
56 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, in candidate_refresh_aq()
81 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in compute_deltaq() local
102 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_estimate_bits_at_q() local
131 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_rc_bits_per_mb() local
163 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_update_segment() local
212 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_postencode() local
245 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_set_golden_update() local
265 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in cyclic_refresh_update_map() local
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c34 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr)); in vp9_cyclic_refresh_alloc() local
54 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) { in vp9_cyclic_refresh_free()
66 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, const MODE_INFO *mi, in candidate_refresh_aq()
90 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in compute_deltaq() local
107 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_estimate_bits_at_q() local
139 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_rc_bits_per_mb() local
164 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_segment() local
228 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_sb_postencode() local
262 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_postencode() local
320 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_set_golden_update() local
[all …]
/external/autotest/client/cros/video/
Dhistogram_verifier.py51 def verify(cr, histogram_name, histogram_bucket_value): argument
77 def is_bucket_present(cr,histogram_name, histogram_bucket_value): argument
96 def is_histogram_present(cr, histogram_name): argument
120 def get_histogram(cr, histogram_name): argument
232 def __init__(self, cr, histogram_name, begin=True): argument
/external/autotest/client/site_tests/power_VideoDRMPlayback/
Dpower_VideoDRMPlayback.py51 def _prepare_video(self, cr, url): argument
61 def _start_video(self, cr, url): argument
82 def _teardown_video(self, cr, url): argument
/external/autotest/client/site_tests/power_VideoPlayback/
Dpower_VideoPlayback.py108 def _prepare_video(self, cr, url): argument
120 def _start_video(self, cr, url): argument
133 def _teardown_video(self, cr, url): argument
/external/autotest/client/site_tests/power_LowMemorySuspend/
Dpower_LowMemorySuspend.py35 def create_tabs(self, cr): argument
60 def check_tab_discard(self, cr, tabs): argument
73 def cycling_suspend(self, cr, tabs, switches_per_suspend, argument
/external/pdfium/xfa/fwl/theme/
Dcfwl_edittp.cpp24 FX_ARGB cr = 0xFF000000; in DrawBackground() local
50 CXFA_GEColor cr(FWLTHEME_COLOR_Background); in DrawBackground() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF8.java72 CoderResult cr; in decodeLoop() local
194 CoderResult cr; in decodeLoop() local
349 CoderResult cr; in encodeLoop() local
441 CoderResult cr; in encodeLoop() local
523 CoderResult cr = handleSurrogates(sourceArray, sourceIndex, sourceLimit, (char)char32); in encodeFourBytes() local
563 CoderResult cr = handleSurrogates(source, (char)char32); in encodeFourBytes() local
DCharsetUTF16.java155 CoderResult cr = decodeTrail(source, target, offsets, (char) toUnicodeStatus); in decodeLoop() local
187 CoderResult cr = decodeTrail(source, target, offsets, char16); in decodeLoop() local
255 CoderResult cr; in encodeLoop() local
292 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/turbine/javatests/com/google/turbine/diag/
DLineMapTest.java45 String cr = "a\rb"; in lintEnding_CR() local
55 String cr = "a\r\nb"; in lintEnding_CRLF() local
/external/autotest/client/cros/power/
Dpower_videotest.py51 def _prepare_video(self, cr, url): argument
60 def _start_video(self, cr, url): argument
69 def _teardown_video(self, cr, url): argument
/external/autotest/client/site_tests/telemetry_AFDOGenerateClient/
Dtelemetry_AFDOGenerateClient.py74 def _try_page_cycler(self, cr, benchmark): argument
90 def _navigate_page_cycler(self, cr, benchmark): argument
/external/autotest/client/site_tests/platform_LowMemoryTest/
Dplatform_LowMemoryTest.py119 def create_alloc_page(cr, page_name, size_mb, random_ratio, bindir): argument
149 def create_random_page(cr, size_mb, bindir): argument
169 def create_form_page(cr, size_mb, bindir): 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/libvpx/libvpx/vpx_dsp/
Dskin_detection.c29 static int vpx_evaluate_skin_color_difference(const int cb, const int cr, in vpx_evaluate_skin_color_difference()
49 int vpx_skin_pixel(const int y, const int cb, const int cr, int motion) { in vpx_skin_pixel()
/external/harfbuzz_ng/src/
Dtest-ot-color.cc157 cairo_t *cr = cairo_create (surface); in layered_glyph_dump() local
192 cairo_t *cr = cairo_create (surface); in layered_glyph_dump() local
238 cairo_t *cr = cairo_create (surface); in dump_glyphs() local
258 cairo_t *cr = cairo_create (surface); in dump_glyphs() local
/external/libjpeg-turbo/
Djdmrg565.c24 int cb, cr; in LOCAL() local
95 int cb, cr; in LOCAL() local
168 int cb, cr; in LOCAL() local
264 int cb, cr; in LOCAL() local
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dinstructions.h40 int cr; in paste() local
53 int cr; in paste_last() local
/external/igt-gpu-tools/tests/
Dkms_plane_alpha_blend.c39 static void __draw_gradient(struct igt_fb *fb, int w, int h, double a, cairo_t *cr) in __draw_gradient()
59 cairo_t *cr = igt_get_cairo_ctx(fb->fd, fb); in draw_gradient() local
68 cairo_t *cr = igt_get_cairo_ctx(fb->fd, fb); in draw_gradient_coverage() local
84 cairo_t *cr = igt_get_cairo_ctx(fb->fd, fb); in draw_squares() local
98 cairo_t *cr = igt_get_cairo_ctx(fb->fd, fb); in draw_squares_coverage() local
173 cairo_t *cr; in prepare_crtc() local
/external/libjpeg-turbo/simd/arm/
Djdcolext-neon.c74 uint8x16_t cr = vld1q_u8(inptr2); in jsimd_ycc_rgb_convert_neon() local
179 uint8x8_t cr = vld1_u8(inptr2); in jsimd_ycc_rgb_convert_neon() local
246 uint8x8_t cr = vld1_u8(inptr2); in jsimd_ycc_rgb_convert_neon() local
/external/python/pyasn1-modules/tools/
Dcrmfdump.py30 cr, rest = decoder.decode(substrate, asn1Spec=certReq) variable
Docspreqdump.py30 cr, rest = decoder.decode(substrate, asn1Spec=ocspReq) variable
Docsprspdump.py30 cr, rest = decoder.decode(substrate, asn1Spec=ocspReq) variable

12345678910