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

1 2

  /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 891 #define ADDTYPE(type) \
898 ((flags&MAXINT) ? ADDTYPE(T_MAXINT) : \
899 ((flags&PTRINT) ? ADDTYPE(T_PTRINT) : \
900 ((flags&SIZEINT) ? ADDTYPE(T_SSIZEINT) : \
901 ((flags&LLONGINT) ? ADDTYPE(T_LLONG) : \
902 ((flags&LONGINT) ? ADDTYPE(T_LONG) : \
903 ((flags&SHORTINT) ? ADDTYPE(T_SHORT) : ADDTYPE(T_INT)))))))
906 ((flags&MAXINT) ? ADDTYPE(T_MAXUINT) : \
907 ((flags&PTRINT) ? ADDTYPE(T_PTRINT) :
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.cpp 43 void ApplicationCacheResource::addType(unsigned type)
ApplicationCacheResource.h 52 void addType(unsigned type);
ApplicationCacheGroup.cpp 172 resource->addType(ApplicationCacheResource::Foreign);
246 resource->addType(ApplicationCacheResource::Master);
266 resource->addType(ApplicationCacheResource::Master);
    [all...]
  /external/webkit/LayoutTests/http/conf/
fedora-httpd.conf 653 # AddType allows you to add to or override the MIME configuration
656 #AddType application/x-tar .tgz
670 #AddType application/x-compress .Z
671 #AddType application/x-gzip .gz .tgz
676 AddType application/x-x509-ca-cert .crt
677 AddType application/x-pkcs7-crl .crl
695 AddType text/html .shtml
868 AddType application/x-httpd-php .php
869 AddType application/x-httpd-php .bat
870 AddType application/x-httpd-php-source .php
    [all...]
apache2-debian-httpd.conf 532 # AddType allows you to tweak mime.types without actually editing it, or to
535 AddType application/x-tar .tgz
549 #AddType application/x-compress .Z
550 #AddType application/x-gzip .gz .tgz
567 AddType text/html .shtml
667 AddType application/x-httpd-php .php
668 AddType application/x-httpd-php .bat
669 AddType application/x-httpd-php-source .phps
apache2-httpd.conf 553 # AddType allows you to tweak mime.types without actually editing it, or to
556 AddType application/x-tar .tgz
570 #AddType application/x-compress .Z
571 #AddType application/x-gzip .gz .tgz
588 AddType text/html .shtml
688 AddType application/x-httpd-php .php
689 AddType application/x-httpd-php .bat
690 AddType application/x-httpd-php-source .phps
apache2-msys-httpd.conf 554 # AddType allows you to tweak mime.types without actually editing it, or to
557 AddType application/x-tar .tgz
571 #AddType application/x-compress .Z
572 #AddType application/x-gzip .gz .tgz
589 AddType text/html .shtml
689 AddType application/x-httpd-php .php
690 AddType application/x-httpd-php .bat
691 AddType application/x-httpd-php-source .phps
cygwin-httpd.conf 585 # AddType allows you to tweak mime.types without actually editing it, or to
588 AddType application/x-tar .tgz
602 #AddType application/x-compress .Z
603 #AddType application/x-gzip .gz .tgz
620 AddType text/html .shtml
720 AddType application/x-httpd-php .php
721 AddType application/x-httpd-php .bat
722 AddType application/x-httpd-php-source .phps
httpd.conf 588 # AddType allows you to tweak mime.types without actually editing it, or to
591 AddType application/x-tar .tgz
605 #AddType application/x-compress .Z
606 #AddType application/x-gzip .gz .tgz
623 AddType text/html .shtml
723 AddType application/x-httpd-php .php
724 AddType application/x-httpd-php .bat
725 AddType application/x-httpd-php-source .phps
mime.types 6 # Extra types can either be added here or by using an AddType directive
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 604 /// addType - Add a new type attribute to the specified entity.
605 void CompileUnit::addType(DIE *Entity, DIType Ty) {
693 addType(&Buffer, FromTy);
740 addType(&Buffer, DIType(RTy));
752 addType(Arg, DIType(Ty));
796 addType(ElemDie, DV.getType());
870 addType(ParamDIE, TP.getType());
884 addType(ParamDIE, TPV.getType());
    [all...]
DwarfCompileUnit.h 228 /// addType - Add a new type attribute to the specified entity.
229 void addType(DIE *Entity, DIType Ty);
  /external/libvpx/examples/includes/geshi/geshi/
apache.php 65 'addtype','agentlog','alias','aliasmatch',
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 406 boolean addType = false;
412 addType = true;
421 addType = true;
429 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,
2476 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt) function
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 311 void AddType(uint16 value);
stun.cc 477 void StunUInt16ListAttribute::AddType(uint16 value) {
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 822 /// addType - Add type into Tys.
823 bool addType(DIType DT);
  /external/llvm/lib/Analysis/
DebugInfo.cpp 1019 if (!addType(DT))
1078 /// addType - Add type into Tys.
1079 bool DebugInfoFinder::addType(DIType DT) {
    [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 488 def AddType(templated_types):
509 AddType(self.ToType(new_tokens))
515 AddType([])
531 AddType([])
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 171 // as such the ADD_FORCE_INDEX AddType is meaningless here. The only time the
  /external/chromium/net/data/proxy_resolver_perftest/
no-ads.pac 283 // AddType application/x-ns-proxy-autoconfig .pac
    [all...]

Completed in 1271 milliseconds

1 2