Searched refs:AddType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/python/google/httpd_config/
H A Dhttpd2_mac.conf180 # AddType allows you to tweak mime.types without actually editing it, or to
183 AddType application/x-tar .tgz
209 AddType text/html .shtml
221 AddType application/x-httpd-php .php
222 AddType application/x-httpd-php-source .phps
H A Dhttpd.conf585 # 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-source .phps
H A Dhttpd2.conf231 # AddType allows you to tweak mime.types without actually editing it, or to
234 AddType application/x-tar .tgz
260 AddType text/html .shtml
272 AddType application/x-httpd-php .php
273 AddType application/x-httpd-php-source .phps
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_unittest.cc223 void AddType(int type, int weight, const char* name);
253 void TestHarness::AddType(int type, int weight, const char* name) { function in class:testing::TestHarness
394 rnd_.AddType(ALLOC, FLAGS_allocweight, "allocate");
395 rnd_.AddType(FREE, FLAGS_freeweight, "free");
396 rnd_.AddType(UPDATE, FLAGS_updateweight, "update");
397 rnd_.AddType(PASS, FLAGS_passweight, "pass");
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtcmalloc_unittest.cc223 void AddType(int type, int weight, const char* name);
253 void TestHarness::AddType(int type, int weight, const char* name) { function in class:testing::TestHarness
394 rnd_.AddType(ALLOC, FLAGS_allocweight, "allocate");
395 rnd_.AddType(FREE, FLAGS_freeweight, "free");
396 rnd_.AddType(UPDATE, FLAGS_updateweight, "update");
397 rnd_.AddType(PASS, FLAGS_passweight, "pass");
/external/chromium_org/third_party/skia/bench/
H A DPathBench.cpp473 enum AddType { enum in class:SkBench_AddPathTest
481 SkBench_AddPathTest(AddType type) : fType(type) {
558 AddType fType; // or reverseAddPath
/external/skia/bench/
H A DPathBench.cpp473 enum AddType { enum in class:SkBench_AddPathTest
481 SkBench_AddPathTest(AddType type) : fType(type) {
558 AddType fType; // or reverseAddPath
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun_unittest.cc1072 list->AddType(0x1U);
1073 list->AddType(0x1000U);
1074 list->AddType(0xAB0CU);
H A Dstun.h474 void AddType(uint16 value);
H A Dstun.cc851 void StunUInt16ListAttribute::AddType(uint16 value) { function in class:cricket::StunUInt16ListAttribute

Completed in 232 milliseconds