Searched refs:expected_header (Results 1 – 5 of 5) sorted by relevance
/external/libbrillo/brillo/http/ |
D | http_form_data_test.cc | 33 const char expected_header[] = in TEST() local 38 EXPECT_EQ(expected_header, form_field.GetContentHeader()); in TEST() 61 const char expected_header[] = in TEST() local 66 EXPECT_EQ(expected_header, form_field.GetContentHeader()); in TEST() 96 const char expected_header[] = in TEST() local 100 EXPECT_EQ(expected_header, form_field.GetContentHeader()); in TEST()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFUnit.cpp | 858 auto expected_header = in extract() local 860 if (!expected_header) in extract() 861 return expected_header.takeError(); in extract() 870 expected_header->GetAbbrOffset()); in extract() 876 abbr->GetAbbreviationDeclarationSet(expected_header->GetAbbrOffset()); in extract() 882 if (expected_header->IsTypeUnit()) in extract() 883 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract() 885 return DWARFUnitSP(new DWARFCompileUnit(dwarf, uid, *expected_header, in extract()
|
/external/tensorflow/tensorflow/python/tools/ |
D | saved_model_aot_compile.py | 131 expected_header = os.path.join( 133 if not os.path.exists(expected_header): 136 .format(expected_header))
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | tf_upgrade_v2_test.py | 2221 expected_header = ("import tensorflow.compat.v2 as tf\n" 2224 expected_text = expected_header + new_symbol 2232 expected_header = ("import tensorflow.compat.v2 as tf\n" 2235 expected_text = expected_header + new_symbol 2244 expected_header = ("import tensorflow as tf\n" 2247 expected_text = expected_header + new_symbol 2277 expected_header = ("from tensorflow.compat.v2 import foo as tf\n" 2280 expected_text = expected_header + new_symbol
|
/external/python/cpython3/Lib/test/ |
D | test_httplib.py | 2029 expected_header = 'X-Dummy: 1' 2030 response_text = 'HTTP/1.0 200 OK\r\n{}\r\n\r\n'.format(expected_header) 2039 self.assertIn('header: {}'.format(expected_header), lines)
|