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

  /external/chromium_org/third_party/skia/platform_tools/android/tests/
utils.py 16 def compare_to_expectation(actual_name, expectation_name, assert_true,
27 assert_true: function for asserting a statement is True
33 msg: Message to pass to assert_true.
36 assert_true(filecmp.cmp(actual_name, full_expectations_path), msg)
  /external/skia/platform_tools/android/tests/
utils.py 16 def compare_to_expectation(actual_name, expectation_name, assert_true,
27 assert_true: function for asserting a statement is True
33 msg: Message to pass to assert_true.
36 assert_true(filecmp.cmp(actual_name, full_expectations_path), msg)
  /external/jemalloc/test/unit/
prof_gdump.c 38 assert_true(did_prof_dump_open, "Expected a profile dump");
43 assert_true(did_prof_dump_open, "Expected a profile dump");
bitmap.c 16 assert_true(size >= prev_size,
61 assert_true(bitmap_full(bitmap, &binfo),
84 assert_true(bitmap_full(bitmap, &binfo),
90 assert_true(bitmap_full(bitmap, &binfo),
117 assert_true(bitmap_full(bitmap, &binfo),
147 assert_true(bitmap_full(bitmap, &binfo),
math.c 41 assert_true(double_eq_rel(exp(ln_gamma(x)),
193 assert_true(double_eq_rel(ln_gamma(x),
244 assert_true(double_eq_rel(pt_norm(p), pt_norm_expected[i],
298 assert_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df),
360 assert_true(double_eq_rel(pt_gamma(p, shape, 1.0,
375 assert_true(double_eq_rel(
prof_idump.c 41 assert_true(did_prof_dump_open, "Expected a profile dump");
quarantine.c 85 assert_true(detected_redzone_corruption,
94 assert_true(detected_redzone_corruption,
tsd.c 57 assert_true(data_cleanup_executed,
ckh.c 66 assert_true(ckh_search(&ckh, missing, NULL, NULL),
141 assert_true(ckh_search(&ckh, p[j], NULL, NULL),
143 assert_true(ckh_remove(&ckh, p[j], &q, &r),
170 assert_true(seen[j], "Item %zu not seen", j);
183 assert_true(ckh_search(&ckh, p[i], NULL, NULL),
185 assert_true(ckh_remove(&ckh, p[i], &q, &r),
junk.c 193 assert_true(detected_redzone_corruption,
202 assert_true(detected_redzone_corruption,
  /external/jemalloc/test/integration/
thread_tcache_enabled.c 32 assert_true(e0, "tcache should be enabled");
43 assert_true(e0, "tcache should be enabled");
48 assert_true(e0, "tcache should be enabled");
65 assert_true(e0, "tcache should be enabled");
71 assert_true(e0, "tcache should be enabled");
  /external/chromium_org/third_party/webrtc/test/w3c/
getusermedia_conformance_test.js 37 assert_true(typeof stream.id === 'string');
43 assert_true(typeof stream.getAudioTracks === 'function');
48 assert_true(typeof stream.getVideoTracks === 'function');
53 assert_true(typeof stream.getTrackById === 'function');
58 assert_true(typeof stream.addTrack === 'function');
63 assert_true(typeof stream.removeTrack === 'function');
68 assert_true(typeof stream.clone === 'function');
73 assert_true(typeof stream.active === 'boolean');
79 assert_true(stream.onactive === null);
84 assert_true(stream.oninactive === null)
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 247 assert_true(location);
255 assert_true(location);
264 assert_true(location);
324 assert_true(head);
325 assert_true(value);
334 assert_true(head);
335 assert_true(new_node);
348 assert_true(node);
362 assert_true(node);
376 assert_true(head)
    [all...]
  /external/cmockery/cmockery_0_1_2/src/example/
key_value_test.c 57 assert_true(found);
68 assert_true(kv[i - 1].key < kv[i].key);
customer_database_test.c 48 assert_true(connect_to_customer_database() ==
calculator_test.c 63 assert_true(file == stderr);
367 assert_true(intermediate_values);
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 154 #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__) macro
  /external/jemalloc/test/include/test/
test.h 245 #define assert_true(a, ...) assert_b_eq(a, true, __VA_ARGS__) macro

Completed in 130 milliseconds