HomeSort by relevance Sort by last modified time
    Searched refs:dateformat (Results 1 - 16 of 16) sorted by null

  /external/apache-http/src/org/apache/http/protocol/
HttpDateGenerator.java 34 import java.text.DateFormat;
60 private final DateFormat dateformat; field in class:HttpDateGenerator
67 this.dateformat = new SimpleDateFormat(PATTERN_RFC1123, Locale.US);
68 this.dateformat.setTimeZone(GMT);
75 this.dateAsText = this.dateformat.format(new Date(now));
  /build/target/product/
full_base.mk 43 ro.com.android.dateformat=MM-dd-yyyy \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllibnet.py 196 dateformat = '%a, %d %b %Y %H:%M:%S GMT'
198 time.strptime(datevalue, dateformat)
200 self.fail('Date value not in %r format', dateformat)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllibnet.py 196 dateformat = '%a, %d %b %Y %H:%M:%S GMT'
198 time.strptime(datevalue, dateformat)
200 self.fail('Date value not in %r format', dateformat)
  /external/clang/test/Sema/
format-strings.c 555 void __attribute__((format(strftime,1,0))) dateformat(const char *fmt);
562 dateformat(""); // expected-warning{{format string is empty}}
563 dateformat(str); // no-warning (using strftime non-literal is not unsafe)
  /device/generic/armv7-a-neon/
mini_common.mk 77 ro.com.android.dateformat=MM-dd-yyyy \
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 351 milliseconds