HomeSort by relevance Sort by last modified time
    Searched defs:GetHeaders (Results 1 - 11 of 11) sorted by null

  /external/v8/tools/gyp/test/win/
gyptest-link-fixed-base.py 22 def GetHeaders(exe):
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'):
gyptest-link-nxcompat.py 22 def GetHeaders(exe):
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'):
gyptest-link-subsystem.py 29 def GetHeaders(exe):
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'):
gyptest-link-tsaware.py 22 def GetHeaders(exe):
26 if 'Terminal Server Aware' in GetHeaders('test_tsaware_no.exe'):
30 if 'Terminal Server Aware' not in GetHeaders('test_tsaware_yes.exe'):
gyptest-link-large-address-aware.py 22 def GetHeaders(exe):
28 if MARKER in GetHeaders('test_large_address_aware_no.exe'):
32 if MARKER not in GetHeaders('test_large_address_aware_yes.exe'):
gyptest-link-stacksize.py 22 def GetHeaders(exe):
28 default_headers = GetHeaders('test_default.exe')
37 set_reserved_size_headers = GetHeaders('test_set_reserved_size.exe')
47 set_commit_size_headers = GetHeaders('test_set_commit_size.exe')
56 set_both_headers = GetHeaders('test_set_both.exe')
gyptest-link-base-address.py 23 def GetHeaders(exe):
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')
  /system/tools/aidl/
type_cpp.h 62 void GetHeaders(std::set<std::string>* headers) const {
  /system/webservd/libwebserv/
request.cc 131 std::vector<PairOfStrings> Request::GetHeaders() const {
  /external/libbrillo/brillo/http/
http_transport_fake.h 141 const std::multimap<std::string, std::string>& GetHeaders() const {
  /system/webservd/webservd/
request.h 132 const std::vector<PairOfStrings>& GetHeaders() const { return headers_; }

Completed in 183 milliseconds