Searched defs:valueText (Results 1 - 9 of 9) sorted by relevance

/external/vogar/src/vogar/
H A DOptionParser.java337 private void setValue(Field field, String arg, Handler handler, String valueText) { argument
339 Object value = handler.translate(valueText);
342 throw new RuntimeException("couldn't convert '" + valueText + "' to a " + type + " for option '" + arg + "'");
414 * Returns an object of appropriate type for the given Handle, corresponding to 'valueText'.
417 abstract Object translate(String valueText); argument
425 Object translate(String valueText) { argument
426 if (valueText.equalsIgnoreCase("true") || valueText.equalsIgnoreCase("yes")) {
428 } else if (valueText.equalsIgnoreCase("false") || valueText
436 translate(String valueText) argument
446 translate(String valueText) argument
456 translate(String valueText) argument
466 translate(String valueText) argument
476 translate(String valueText) argument
486 translate(String valueText) argument
496 translate(String valueText) argument
509 translate(String valueText) argument
519 translate(String valueText) argument
[all...]
/external/caliper/caliper/src/main/java/com/google/caliper/options/
H A DCommandLineParser.java185 abstract void inject(String valueText, Object injectee) throws InvalidCommandException; argument
199 @Override void inject(String valueText, Object injectee) throws DisplayUsageException {
291 @Override void inject(String valueText, Object injectee) throws InvalidCommandException { argument
292 Object value = convert(parser, valueText);
334 @Override void inject(String valueText, Object injectee) throws InvalidCommandException { argument
335 invokeMethod(injectee, method, convert(parser, valueText));
339 private static Object convert(Parser<?> parser, String valueText) throws InvalidCommandException { argument
342 value = parser.parse(valueText);
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 125 milliseconds