| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowSettings.java | 50 protected static boolean putInt(ContentResolver cr, String name, int value) { in putInt() 55 protected static int getInt(ContentResolver cr, String name, int def) { in getInt() 60 protected static int getInt(ContentResolver cr, String name) throws SettingNotFoundException { in getInt() 65 protected static boolean putString(ContentResolver cr, String name, String value) { in putString() 70 protected static String getString(ContentResolver cr, String name) { in getString() 75 protected static String getStringForUser(ContentResolver cr, String name, int userHandle) { in getStringForUser() 80 protected static boolean putLong(ContentResolver cr, String name, long value) { in putLong() 85 protected static long getLong(ContentResolver cr, String name, long def) { in getLong() 90 protected static long getLong(ContentResolver cr, String name) throws SettingNotFoundException { in getLong() 95 protected static boolean putFloat(ContentResolver cr, String name, float value) { in putFloat() [all …]
|
| D | ShadowMediaStore.java | 50 protected static Bitmap getBitmap(ContentResolver cr, Uri url) { in getBitmap() 65 ContentResolver cr, long imageId, int kind, Options options) { in getThumbnail() 86 ContentResolver cr, long imageId, int kind, Options options) { in getThumbnail() 104 Bitmap getThumbnail(ContentResolver cr, long imageId, int kind, Options options); in getThumbnail() 111 Bitmap getThumbnail(ContentResolver cr, long imageId, int kind, Options options); in getThumbnail()
|
| /external/aws-sdk-java-v2/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/internal/signer/ |
| D | V4CanonicalRequestTest.java | 88 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_WithForbiddenHeaders_shouldExcludeForbidden() local 104 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_WithMultiValueHeaders_shouldCommaSeparateValues() local 119 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_withSpacedHeaders_shouldStripWhitespace() local 134 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_withEmptyHeaders_shouldSucceed() local 149 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_withWhitespaceHeaders_shouldSucceed() local 164 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_WithNullParamValue_shouldIncludeEquals() local 179 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_WithEmptyParamKey_shouldExcludeParam() local
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_aq_cyclicrefresh.c | 34 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr)); in vp9_cyclic_refresh_alloc() local 55 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) { in vp9_cyclic_refresh_free() 67 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, const MODE_INFO *mi, in candidate_refresh_aq() 91 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in compute_deltaq() local 108 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_estimate_bits_at_q() local 140 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_rc_bits_per_mb() local 165 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_segment() local 229 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_sb_postencode() local 263 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_postencode() local 321 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_set_golden_update() local [all …]
|
| /external/libaom/av1/encoder/ |
| D | aq_cyclicrefresh.c | 25 CYCLIC_REFRESH *const cr = aom_calloc(1, sizeof(*cr)); in av1_cyclic_refresh_alloc() local 39 void av1_cyclic_refresh_free(CYCLIC_REFRESH *cr) { in av1_cyclic_refresh_free() 50 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, in candidate_refresh_aq() 79 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in compute_deltaq() local 92 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_estimate_bits_at_q() local 121 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_rc_bits_per_mb() local 160 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_reset_segment_skip() local 198 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_update_segment() local 272 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_set_golden_update() local 297 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in cyclic_refresh_update_map() local [all …]
|
| /external/XNNPACK/test/ |
| D | packing.cc | 20 size_t cr = 2; in TEST() local 66 size_t cr = 2; in TEST() local 128 size_t cr = 2; in TEST() local 179 size_t cr = 2; in TEST() local 253 size_t cr = 2; in TEST() local 299 size_t cr = 2; in TEST() local 359 size_t cr = 2; in TEST() local 410 size_t cr = 2; in TEST() local 478 size_t cr = 2; in TEST() local 521 size_t cr = 2; in TEST() local [all …]
|
| /external/autotest/client/cros/video/ |
| D | histogram_verifier.py | 50 def verify(cr, histogram_name, histogram_bucket_value): argument 76 def is_bucket_present(cr,histogram_name, histogram_bucket_value): argument 95 def is_histogram_present(cr, histogram_name): argument 119 def get_histogram(cr, histogram_name): argument 231 def __init__(self, cr, histogram_name, begin=True): argument
|
| /external/autotest/client/site_tests/power_VideoPlayback/ |
| D | power_VideoPlayback.py | 109 def _prepare_video(self, cr, url): argument 120 def _start_video(self, cr, url): argument 137 def _teardown_video(self, cr, url): argument
|
| /external/harfbuzz_ng/src/ |
| D | hb-cairo.cc | 57 cairo_t *cr = (cairo_t *) draw_data; in hb_cairo_move_to() local 69 cairo_t *cr = (cairo_t *) draw_data; in hb_cairo_line_to() local 83 cairo_t *cr = (cairo_t *) draw_data; in hb_cairo_cubic_to() local 97 cairo_t *cr = (cairo_t *) draw_data; in hb_cairo_close_path() local 147 cairo_t *cr = c->cr; in hb_cairo_push_transform() local 164 cairo_t *cr = c->cr; in hb_cairo_pop_transform() local 177 cairo_t *cr = c->cr; in hb_cairo_paint_color_glyph() local 203 cairo_t *cr = c->cr; in hb_cairo_push_clip_glyph() local 219 cairo_t *cr = c->cr; in hb_cairo_push_clip_rectangle() local 234 cairo_t *cr = c->cr; in hb_cairo_pop_clip() local [all …]
|
| /external/autotest/client/site_tests/power_LowMemorySuspend/ |
| D | power_LowMemorySuspend.py | 36 def create_tabs(self, cr): argument 61 def check_tab_discard(self, cr, tabs): argument 74 def cycling_suspend(self, cr, tabs, switches_per_suspend, argument
|
| /external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/ |
| D | CharsetUTF8.java | 72 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
|
| D | CharsetUTF16.java | 155 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
|
| D | CharsetHZ.java | 257 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/ |
| D | LineMapTest.java | 45 String cr = "a\rb"; in lintEnding_CR() local 55 String cr = "a\r\nb"; in lintEnding_CRLF() local
|
| /external/pdfium/xfa/fwl/theme/ |
| D | cfwl_edittp.cpp | 39 CFGAS_GEColor cr(FWLTHEME_COLOR_Background); in DrawBackground() local 57 FX_ARGB cr = 0xFF000000; in DrawBackground() local
|
| /external/autotest/client/cros/power/ |
| D | power_videotest.py | 52 def _prepare_video(self, cr, url): argument 61 def _start_video(self, cr, url): argument 70 def _teardown_video(self, cr, url): argument
|
| /external/arm-trusted-firmware/drivers/nxp/i2c/ |
| D | i2c.c | 81 unsigned char cr; in gen_stop() local 98 unsigned char cr; in i2c_write_addr() local 149 unsigned char cr; in read_data() local 204 unsigned char cr; in i2c_read() local
|
| /external/trusty/arm-trusted-firmware/drivers/nxp/i2c/ |
| D | i2c.c | 81 unsigned char cr; in gen_stop() local 98 unsigned char cr; in i2c_write_addr() local 149 unsigned char cr; in read_data() local 204 unsigned char cr; in i2c_read() local
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowUiAutomationTest.java | 25 ContentResolver cr = ApplicationProvider.getApplicationContext().getContentResolver(); in setAnimationScale_zero() local 36 ContentResolver cr = ApplicationProvider.getApplicationContext().getContentResolver(); in setAnimationScale_one() local
|
| /external/rust/crates/x509-cert/tests/ |
| D | certreq.rs | 32 let cr = CertReq::from_der(RSA_2048_DER_EXAMPLE).unwrap(); in decode_rsa_2048_der() localVariable 84 let cr = CertReq::from_der(RSA_2048_DER_EXAMPLE).unwrap(); in encode_rsa_2048_der() localVariable
|
| /external/eigen/bench/ |
| D | bench_gemm.cpp | 138 void matlab_cplx_cplx(const M& ar, const M& ai, const M& br, const M& bi, M& cr, M& ci) in matlab_cplx_cplx() 147 void matlab_real_cplx(const M& a, const M& br, const M& bi, M& cr, M& ci) in matlab_real_cplx() 153 void matlab_cplx_real(const M& ar, const M& ai, const M& b, M& cr, M& ci) in matlab_cplx_real() 337 M cr(m,n); cr.setRandom(); in main() local 350 M cr(m,n); cr.setRandom(); in main() local 363 M cr(m,n); cr.setRandom(); in main() local
|
| /external/libvpx/vpx_dsp/ |
| D | skin_detection.c | 29 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/owasp/java-encoder/core/src/main/java/org/owasp/encoder/ |
| D | EncodedWriter.java | 134 CoderResult cr = _encoder.encode(input, _buffer, false); in write() local 181 CoderResult cr = _encoder.encode(_leftOverBuffer, _buffer, input == null); in flushLeftOver() local
|
| /external/libjpeg-turbo/ |
| D | jdmrg565.c | 24 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/igt-gpu-tools/tests/ |
| D | kms_plane_alpha_blend.c | 39 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 176 cairo_t *cr; in prepare_crtc() local
|