Searched refs:header_string (Results 1 – 10 of 10) sorted by relevance
/third_party/glslang/ |
D | gen_extension_headers.py | 25 … header_string = '/***************************************************************************\n' 26 header_string += ' *\n' 27 header_string += ' * Copyright (c) 2015-2021 The Khronos Group Inc.\n' 28 header_string += ' * Copyright (c) 2015-2021 Valve Corporation\n' 29 header_string += ' * Copyright (c) 2015-2021 LunarG, Inc.\n' 30 header_string += ' * Copyright (c) 2015-2021 Google Inc.\n' 31 header_string += ' * Copyright (c) 2021 Advanced Micro Devices, Inc.All rights reserved.\n' 32 header_string += ' *\n' 33 …header_string += ' ****************************************************************************/\n' 34 header_string += '#pragma once\n\n' [all …]
|
/third_party/node/src/ |
D | node_http_common-inl.h | 16 v8::Local<v8::Value> header_string = in NgHeaders() local 21 CHECK(header_string->IsString()); in NgHeaders() 23 int header_string_len = header_string.As<v8::String>()->Length(); in NgHeaders() 39 CHECK_EQ(header_string.As<v8::String>()->WriteOneByte( in NgHeaders()
|
/third_party/freetype/src/type1/ |
D | t1parse.c | 98 const char* header_string, in check_type1_format() argument 123 if ( ft_memcmp( stream->cursor, header_string, header_length ) != 0 ) in check_type1_format()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1parse.c | 98 const char* header_string, in check_type1_format() argument 123 if ( ft_memcmp( stream->cursor, header_string, header_length ) != 0 ) in check_type1_format()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1parse.c | 99 const char* header_string, in check_type1_format() argument 124 if ( ft_memcmp( stream->cursor, header_string, header_length ) != 0 ) in check_type1_format()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | validate_cfg.cpp | 157 const string& header_string, in ConstructErrorString() argument 166 header_string + " " + dominate_text + " the " + exit_name + " " + in ConstructErrorString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 444 const std::string& header_string, in ConstructErrorString() argument 453 header_string + " " + dominate_text + " the " + exit_name + " " + in ConstructErrorString()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_cfg.cpp | 444 const std::string& header_string, in ConstructErrorString() argument 453 header_string + " " + dominate_text + " the " + exit_name + " " + in ConstructErrorString()
|
/third_party/spirv-tools/source/val/ |
D | validate_cfg.cpp | 447 const std::string& header_string, in ConstructErrorString() argument 456 header_string + " " + dominate_text + " the " + exit_name + " " + in ConstructErrorString()
|
/third_party/python/Lib/test/test_email/ |
D | test_email.py | 1261 header_string = ('Britische Regierung gibt gr\xfcnes Licht ' 1264 msg['Reply-To'] = header_string 1271 msg['Reply-To'] = Header(header_string,
|