HomeSort by relevance Sort by last modified time
    Searched refs:formatter (Results 226 - 250 of 325) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 619 self.parser.formatter.default_tag = "*DEFAULT*"
626 self.parser.formatter.default_tag = None
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 33 import java.util.logging.Formatter;
98 "java.util.logging.StreamHandler.formatter"));
118 p.put("java.util.logging.StreamHandler.formatter", className
144 p.put("java.util.logging.StreamHandler.formatter", className + "");
173 "java.util.logging.StreamHandler.formatter"));
195 p.put("java.util.logging.StreamHandler.formatter", className
222 p.put("java.util.logging.StreamHandler.formatter", className + "");
240 * Test the constructor with null formatter, and invalid relevant log manager
249 p.put("java.util.logging.StreamHandler.formatter", className
277 p.put("java.util.logging.StreamHandler.formatter", classNam
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 658 formatter = logging.Formatter(
660 handler.setFormatter(formatter)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 654 formatter = logging.Formatter(
656 handler.setFormatter(formatter)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 817 formatter = logging.Formatter(
819 handler.setFormatter(formatter)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp 641 LocalPointer<NumberFormat> formatter(NumberFormat::createInstance(Locale::getEnglish(),status));
660 formatter->format(kNumberFormatTestData[whichLine].number, output);
    [all...]
  /external/icu4c/test/intltest/
tsmthred.cpp 792 LocalPointer<NumberFormat> formatter(NumberFormat::createInstance(Locale::getEnglish(),status));
811 formatter->format(kNumberFormatTestData[whichLine].number, output);
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 602 SimpleDateFormat formatter = new SimpleDateFormat( local
604 String title = formatter.format(date);
  /frameworks/base/core/java/android/widget/
NumberPicker.java 149 * strings like "01". Keeping a static formatter etc. is the most efficient
153 private static class TwoDigitFormatter implements NumberPicker.Formatter {
157 java.util.Formatter mFmt;
186 private java.util.Formatter createFormatter(Locale locale) {
187 return new java.util.Formatter(mBuilder, locale);
196 public static final Formatter getTwoDigitFormatter() {
286 * Formatter for for displaying the current value.
288 private Formatter mFormatter;
527 public interface Formatter {
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java 581 SimpleDateFormat formatter = new SimpleDateFormat("dd MMM yyyy HH:mm:ss"); local
583 String result1 = formatter.format(date1);
584 String result2 = formatter.format(date2);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
replace.hpp 24 #include <boost/algorithm/string/formatter.hpp>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_iterator.h 36 #include <debug/formatter.h>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 36 #include <debug/formatter.h>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 36 #include <debug/formatter.h>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 36 #include <debug/formatter.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_iterator.h 36 #include <debug/formatter.h>
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 181 // Format the extra parameters (use a custom formatter for certain types,
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 877 SimpleDateFormat formatter local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 769 self.formatter = None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 769 self.formatter = None
    [all...]

Completed in 703 milliseconds

1 2 3 4 5 6 7 8 91011>>