HomeSort by relevance Sort by last modified time
    Searched full:addtype (Results 1 - 15 of 15) sorted by null

  /external/webkit/LayoutTests/http/tests/appcache/
foreign-iframe-main-expected.txt 1 Test for <rdar://problem/6284708> AppCache crashes in ApplicationCacheResource::addType().
foreign-iframe-main.html 3 <p>Test for <a href="rdar://problem/6284708">&lt;rdar://problem/6284708></a> AppCache crashes in ApplicationCacheResource::addType().</p>
  /bionic/libc/stdio/
vfprintf.c 880 #define ADDTYPE(type) \
887 ((flags&MAXINT) ? ADDTYPE(T_MAXINT) : \
888 ((flags&PTRINT) ? ADDTYPE(T_PTRINT) : \
889 ((flags&SIZEINT) ? ADDTYPE(T_SSIZEINT) : \
890 ((flags&LLONGINT) ? ADDTYPE(T_LLONG) : \
891 ((flags&LONGINT) ? ADDTYPE(T_LONG) : \
892 ((flags&SHORTINT) ? ADDTYPE(T_SHORT) : ADDTYPE(T_INT)))))))
895 ((flags&MAXINT) ? ADDTYPE(T_MAXUINT) : \
896 ((flags&PTRINT) ? ADDTYPE(T_PTRINT) :
    [all...]
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheResource.cpp 42 void ApplicationCacheResource::addType(unsigned type)
ApplicationCacheResource.h 52 void addType(unsigned type);
ApplicationCacheGroup.cpp 155 resource->addType(ApplicationCacheResource::Foreign);
229 resource->addType(ApplicationCacheResource::Master);
249 resource->addType(ApplicationCacheResource::Master);
    [all...]
  /external/clearsilver/mod_ecs/
README 80 extension. You can either use AddHandler or AddType:
82 AddType application/x-ecs-cgi
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 522 # AddType allows you to tweak mime.types without actually editing it, or to
525 AddType application/x-tar .tgz
539 #AddType application/x-compress .Z
540 #AddType application/x-gzip .gz .tgz
557 AddType text/html .shtml
657 AddType application/x-httpd-php .php
658 AddType application/x-httpd-php .bat
659 AddType application/x-httpd-php-source .phps
fedora-httpd.conf 647 # AddType allows you to add to or override the MIME configuration
650 #AddType application/x-tar .tgz
664 #AddType application/x-compress .Z
665 #AddType application/x-gzip .gz .tgz
670 AddType application/x-x509-ca-cert .crt
671 AddType application/x-pkcs7-crl .crl
689 AddType text/html .shtml
862 AddType application/x-httpd-php .php
863 AddType application/x-httpd-php .bat
864 AddType application/x-httpd-php-source .php
    [all...]
apache2-httpd.conf 547 # AddType allows you to tweak mime.types without actually editing it, or to
550 AddType application/x-tar .tgz
564 #AddType application/x-compress .Z
565 #AddType application/x-gzip .gz .tgz
582 AddType text/html .shtml
682 AddType application/x-httpd-php .php
683 AddType application/x-httpd-php .bat
684 AddType application/x-httpd-php-source .phps
cygwin-httpd.conf 581 # AddType allows you to tweak mime.types without actually editing it, or to
584 AddType application/x-tar .tgz
598 #AddType application/x-compress .Z
599 #AddType application/x-gzip .gz .tgz
616 AddType text/html .shtml
716 AddType application/x-httpd-php .php
717 AddType application/x-httpd-php .bat
718 AddType application/x-httpd-php-source .phps
httpd.conf 584 # AddType allows you to tweak mime.types without actually editing it, or to
587 AddType application/x-tar .tgz
601 #AddType application/x-compress .Z
602 #AddType application/x-gzip .gz .tgz
619 AddType text/html .shtml
719 AddType application/x-httpd-php .php
720 AddType application/x-httpd-php .bat
721 AddType application/x-httpd-php-source .phps
mime.types 6 # Extra types can either be added here or by using an AddType directive
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 407 boolean addType = false;
413 addType = true;
422 addType = true;
430 if (addType && (type != Sms.MESSAGE_TYPE_ALL)) {
  /external/icu4c/tools/tzcode/
zic.c 124 static int addtype(long gmtoff, long rawoff, long dstoff,
128 static int addtype(long gmtoff, const char * abbr, int isdst,
2487 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt) function
    [all...]

Completed in 445 milliseconds