Home
last modified time | relevance | path

Searched refs:bad_example (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_utils.py597 bad_example = """
631 bad_example=bad_example, correct_example=correct_example))
634 bad_example = """
651 bad_example = """
668 bad_example = """
697 bad_example=bad_example,
/external/rust/android-crates-io/crates/icu_locale_core/src/
Dhelpers.rs19 [$bad_example:literal $(, $more_bad_examples:literal)*],
37 … concat!("assert!(", stringify!($name), "::try_from_str(", stringify!($bad_example), ").is_err());…
183 …re::", $(stringify!($path), "::",)+ stringify!($macro_name), "!(", stringify!($bad_example) ,");")]
232 assert!($name::try_from_utf8($bad_example.as_bytes()).is_err());
/external/robolectric/robolectric/src/test/java/org/robolectric/
DR.java553 public static final int bad_example=0x7f0f0026; field in R.string
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/
DResourcesTest.java109 assertThat(resources.getString(R.string.bad_example)).isEqualTo("This is a bad string."); in getString_StringWithInlinedQuotesAreStripped()