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

  /external/webrtc/webrtc/base/
opensslidentity.cc 380 bool long_format; local
383 long_format = false;
385 long_format = true;
390 return ASN1TimeToSec(expire_time->data, expire_time->length, long_format);
sslidentity_unittest.cc 314 bool long_format; member in struct:SSLIdentityExpirationTest::asn_example
374 int64_t res = rtc::ASN1TimeToSec(buf, length, entry.long_format);
383 int64_t res = rtc::ASN1TimeToSec(buf, length - 1, entry.long_format);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
formatter.h 1402 #define long_format macro
1405 long_format(PyObject* value, int base) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
formatter.h 1394 #define long_format macro
1397 long_format(PyObject* value, int base) function
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 195 int long_format = 0; variable
281 long_format++;
1129 switch (long_format) {
1150 if (long_format >= 2) {
1152 switch (long_format) {
1168 switch (long_format) {
1183 if (long_format >= 1) {
1201 if (long_format >= 1)
1238 printf("%s\n", long_format ? long_h1 : short_h1);
1245 printf("%s ", long_format
    [all...]
  /external/python/cpython2/Objects/stringlib/
formatter.h 1410 #define long_format macro
1413 long_format(PyObject* value, int base) function
    [all...]
  /external/libdrm/
xf86drm.h 146 const char *long_format; /**< Suggested format for long_name */ member in struct:_drmStats::__anon24701

Completed in 612 milliseconds