HomeSort by relevance Sort by last modified time
    Searched defs:setFormatter (Results 1 - 14 of 14) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
RenderBundle.java 44 public void setFormatter(SeriesFormatterType formatter) {
SeriesAndFormatterList.java 88 public FormatterType setFormatter(SeriesType series, FormatterType formatter) {
  /external/testng/src/test/java/test/
Test1.java 132 handler.setFormatter(new org.testng.log.TextFormatter());
  /external/caliper/caliper/src/main/java/com/google/caliper/config/
LoggingConfigLoader.java 99 fileHandler.setFormatter(new SimpleFormatter());
  /cts/tests/tests/widget/src/android/widget/cts/
NumberPickerTest.java 200 mNumberPicker.setFormatter((int value) -> "entry " + value);
223 mNumberPicker.setFormatter((int value) -> "row " + value);
245 mNumberPicker.setFormatter((int value) -> "entry " + value);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
HandlerTest.java 219 * Test getFormatter & setFormatter methods with non-null value.
224 h.setFormatter(f);
229 * Test getFormatter & setFormatter methods with null.
235 h.setFormatter(null);
242 h.setFormatter(new SimpleFormatter());
243 h.setFormatter(null);
ConsoleHandlerTest.java 388 h.setFormatter(new MockFormatter());
FileHandlerTest.java 506 handler.setFormatter(new MockFormatter());
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
NumberPicker.java 142 public void setFormatter(Formatter formatter) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 749 def setFormatter(self, fmt):
    [all...]
  /external/python/cpython2/Lib/logging/
__init__.py 771 def setFormatter(self, fmt):
    [all...]
  /external/python/cpython3/Lib/logging/
__init__.py 910 def setFormatter(self, fmt):
    [all...]
  /external/testng/src/main/java/org/testng/internal/
Utils.java 456 fh.setFormatter(new TextFormatter());
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 

Completed in 536 milliseconds