Home
last modified time | relevance | path

Searched defs:ph1 (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/custom_handlers/
Dprotocol_handler_registry_unittest.cc454 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http://test/%s"), in TEST_F() local
508 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); in TEST_F() local
520 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); in TEST_F() local
531 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); in TEST_F() local
540 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); in TEST_F() local
555 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); in TEST_F() local
575 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); in TEST_F() local
585 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); in TEST_F() local
594 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http://test/%s"), in TEST_F() local
605 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http://test/%s"), in TEST_F() local
[all …]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dpath_test.cc16 Path ph1("."); in TEST() local
171 Path ph1("/usr/local/hi/there"); in TEST() local
/external/ipsec-tools/src/racoon/
Dnattraversal.h45 #define NATT_AVAILABLE(ph1) ((iph1)->natt_flags & NAT_ANNOUNCED) argument
Dproposal.c194 cmpsaprop_alloc(ph1, pp1, pp2, side) in cmpsaprop_alloc() argument
Dhandler.h319 struct ph1handle *ph1; /* back pointer to isakmp status */ member
/external/chromium_org/third_party/smhasher/src/
DPMurHash.c178 void PMurHash32_Process(uint32_t *ph1, uint32_t *pcarry, const void *key, int len) in PMurHash32_Process()