Searched defs:GetHeaders (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-fixed-base.py22 def GetHeaders(exe): function
27 if 'Relocations stripped' not in GetHeaders('test_fixed_default_exe.exe'):
29 if 'Relocations stripped' in GetHeaders('test_fixed_default_dll.dll'):
33 if 'Relocations stripped' in GetHeaders('test_fixed_no.exe'):
37 if 'Relocations stripped' not in GetHeaders('test_fixed_yes.exe'):
H A Dgyptest-link-nxcompat.py22 def GetHeaders(exe): function
26 if 'NX compatible' not in GetHeaders('test_nxcompat_default.exe'):
30 if 'NX compatible' in GetHeaders('test_nxcompat_no.exe'):
34 if 'NX compatible' not in GetHeaders('test_nxcompat_yes.exe'):
H A Dgyptest-link-subsystem.py29 def GetHeaders(exe): function
31 if '5.01 subsystem version' not in GetHeaders('test_console_xp.exe'):
33 if '5.01 subsystem version' not in GetHeaders('test_windows_xp.exe'):
H A Dgyptest-link-tsaware.py22 def GetHeaders(exe): function
26 if 'Terminal Server Aware' in GetHeaders('test_tsaware_no.exe'):
30 if 'Terminal Server Aware' not in GetHeaders('test_tsaware_yes.exe'):
H A Dgyptest-link-large-address-aware.py22 def GetHeaders(exe): function
28 if MARKER in GetHeaders('test_large_address_aware_no.exe'):
32 if MARKER not in GetHeaders('test_large_address_aware_yes.exe'):
H A Dgyptest-link-base-address.py23 def GetHeaders(exe): function
30 exe_headers = GetHeaders('test_base_specified_exe.exe')
38 dll_headers = GetHeaders('test_base_specified_dll.dll')
46 default_exe_headers = GetHeaders('test_base_default_exe.exe')
54 default_dll_headers = GetHeaders('test_base_default_dll.dll')
/external/chromium_org/ppapi/cpp/
H A Durl_response_info.h113 Var GetHeaders() const { function in class:pp::URLResponseInfo
/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_handler.cc460 void WebSocketHandshakeResponseHandler::GetHeaders( function in class:net::WebSocketHandshakeResponseHandler
/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc111 bool GetHeaders(base::DictionaryValue* params, std::string* headers) { function in namespace:__anon9299
366 EXPECT_TRUE(GetHeaders(entries[pos].params.get(), &response_headers));

Completed in 1036 milliseconds