Home
last modified time | relevance | path

Searched defs:cr (Results 1 – 25 of 183) 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 …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c27 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()
87 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, in candidate_refresh_aq()
116 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in compute_deltaq() local
134 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_estimate_bits_at_q() local
165 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_rc_bits_per_mb() local
196 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_segment() local
249 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_sb_postencode() local
288 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_postencode() local
307 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_set_golden_update() local
[all …]
/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.py97 def start_loopback(self, cr): argument
111 def open_stats_page(self, cr): argument
220 def get_cpu_usage(cr): argument
261 def get_power(cr): argument
291 def get_decode_time(cr): argument
/external/autotest/client/cros/video/
Dhistogram_verifier.py12 def verify(cr, histogram_name, histogram_bucket_value): argument
47 def is_bucket_present(cr,histogram_name, histogram_bucket_value): argument
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF8.java88 CoderResult cr; in decodeLoop() local
208 CoderResult cr; in decodeLoop() local
372 CoderResult cr; in encodeLoop() local
464 CoderResult cr; in encodeLoop() local
546 CoderResult cr = handleSurrogates(sourceArray, sourceIndex, sourceLimit, (char)char32); in encodeFourBytes() local
586 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
253 CoderResult cr; in encodeLoop() local
290 CoderResult cr; in encodeChar() local
DCharsetHZ.java251 CoderResult cr = handleSurrogates(source, (char) fromUChar32); in encodeLoop() local
341 CoderResult cr = handleSurrogates(source, (char) mySourceChar); in encodeLoop() local
360 CoderResult cr = null; in concatEscape() local
/external/autotest/client/site_tests/video_PlaybackPerf/
Dvideo_PlaybackPerf.py64 def start_playback(self, cr, local_path): argument
129 def get_dropped_frames(cr): argument
160 def get_cpu_usage(cr): argument
205 def get_power(cr): argument
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
DTerrainPickData.java47 protected CollisionResult cr; field in TerrainPickData
52 public TerrainPickData(TerrainPatch patch, CollisionResult cr) { in TerrainPickData()
DBresenhamTerrainPicker.java106 CollisionResult cr = new CollisionResult(intersection, distance); in getTerrainIntersection() local
124 CollisionResult cr = new CollisionResult(intersection, distance); in getTerrainIntersection() local
152 CollisionResult cr = new CollisionResult(intersection, distance); in getTerrainIntersection() local
/external/pdfium/xfa/src/fwl/src/theme/
Dedittp.cpp44 CFX_Color cr(FWLTHEME_COLOR_Background); in DrawBackground() local
65 FX_ARGB cr = 0xFF000000; in DrawBackground() local
Dcomboboxtp.cpp36 CFX_Color cr; in DrawBackground() local
72 CFX_Color cr(ArgbEncode(0xff, 0xff, 0, 0)); in DrawStrethHandler() local
/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/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/
Dvideo_ChromeRTCHWEncodeUsed.py35 def start_loopback(self, cr): argument
47 def assert_hardware_accelerated(self, cr): argument
/external/eigen/bench/
Dbench_gemm.cpp93 void matlab_cplx_cplx(const M& ar, const M& ai, const M& br, const M& bi, M& cr, M& ci) in matlab_cplx_cplx()
101 void matlab_real_cplx(const M& a, const M& br, const M& bi, M& cr, M& ci) in matlab_real_cplx()
107 void matlab_cplx_real(const M& ar, const M& ai, const M& b, M& cr, M& ci) in matlab_cplx_real()
233 M cr(m,n); cr.setRandom(); in main() local
246 M cr(m,n); cr.setRandom(); in main() local
259 M cr(m,n); cr.setRandom(); in main() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/tools/
Dcrmfdump.py19 cr, rest = decoder.decode(substrate, asn1Spec=certReq) variable
Docspreqdump.py21 cr, rest = decoder.decode(substrate, asn1Spec=ocspReq) variable
Docsprspdump.py21 cr, rest = decoder.decode(substrate, asn1Spec=ocspReq) variable
/external/libjpeg-turbo/
Djdmrg565.c24 int cb, cr; in LOCAL() local
95 int cb, cr; in LOCAL() local
169 int cb, cr; in LOCAL() local
265 int cb, cr; in LOCAL() local
Djdmrgext.c30 int cb, cr; in LOCAL() local
103 int cb, cr; in LOCAL() local
/external/clang/bindings/python/tests/cindex/
Dtest_code_completion.py3 def check_completion_results(cr, expected): argument
/external/toybox/toys/other/
Dtruncate.c56 int cr = !(toys.optflags&1); in truncate_main() 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/autotest/client/site_tests/telemetry_LoginTest/
Dtelemetry_LoginTest.py15 def _get_login_status(self, cr): argument

12345678