Searched defs:strictI18n (Results 1 - 11 of 11) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
H A DXmlLoader.java9 protected boolean strictI18n = false; field in class:XmlLoader
18 this.strictI18n = strict;
H A DResourceLoader.java72 private boolean strictI18n = false; field in class:ResourceLoader
107 this.strictI18n = strict;
120 return strictI18n;
134 viewLoader.setStrictI18n( strictI18n );
135 menuLoader.setStrictI18n( strictI18n );
136 preferenceLoader.setStrictI18n( strictI18n );
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricConfig.java33 private boolean strictI18n = false; field in class:RobolectricConfig
246 return strictI18n;
250 strictI18n = strict;
H A DRobolectricTestRunner.java450 boolean strictI18n = globalI18nStrictEnabled();
454 strictI18n = lookForI18nAnnotations(strictI18n, annos);
458 strictI18n = lookForI18nAnnotations(strictI18n, annos);
460 robolectricConfig.setStrictI18n(strictI18n);
466 * "robolectric.strictI18n" to true. This can be done via java
475 return Boolean.valueOf(System.getProperty("robolectric.strictI18n"));
483 * @param strictI18n
487 private boolean lookForI18nAnnotations(boolean strictI18n, Annotatio argument
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DShadowWrangler.java31 private boolean strictI18n = false; field in class:ShadowWrangler
51 strictI18n = robolectricConfig.getStrictI18n();
94 if (strictI18n && !invocationPlan.isI18nSafe()) {
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 98 milliseconds