Home
last modified time | relevance | path

Searched refs:no_header (Results 1 – 21 of 21) sorted by relevance

/external/elfutils/libdw/
DlibdwP.h1082 goto no_header; in str_offsets_base_off()
1086 goto no_header; in str_offsets_base_off()
1101 goto no_header; in str_offsets_base_off()
1114 goto no_header; in str_offsets_base_off()
1118 goto no_header; in str_offsets_base_off()
1124 no_header: in str_offsets_base_off()
1183 goto no_header; in __libdw_cu_ranges_base()
1192 goto no_header; in __libdw_cu_ranges_base()
1196 goto no_header; in __libdw_cu_ranges_base()
1200 goto no_header; in __libdw_cu_ranges_base()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/tools/diff/
Ddiff.cpp104 bool no_header = false; in main() local
126 no_header = true; in main()
170 if (no_header) options.no_header = true; in main()
/external/deqp-deps/SPIRV-Tools/tools/diff/
Ddiff.cpp104 bool no_header = false; in main() local
126 no_header = true; in main()
170 if (no_header) options.no_header = true; in main()
/external/tinyalsa_new/utils/
Dtinycap.c92 int no_header = 0, c; in main() local
105 no_header = 1; in main()
179 if (!no_header) { in main()
193 if (!no_header) { in main()
/external/deqp-deps/SPIRV-Tools/tools/dis/
Ddis.cpp82 bool no_header = false; in main() local
115 no_header = true; in main()
160 if (no_header) options |= SPV_BINARY_TO_TEXT_OPTION_NO_HEADER; in main()
/external/swiftshader/third_party/SPIRV-Tools/tools/dis/
Ddis.cpp82 bool no_header = false; in main() local
115 no_header = true; in main()
160 if (no_header) options |= SPV_BINARY_TO_TEXT_OPTION_NO_HEADER; in main()
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/diff/
Ddiff.cpp111 FLAG_LONG_bool( no_header, /* default_value= */ false, /* required= */ false);
151 options.no_header = flags::no_header.value(); in main()
/external/cronet/net/third_party/quiche/src/quiche/binary_http/
Dbinary_http_message_test.cc300 BinaryHttpRequest no_header( in TEST() local
302 no_header.set_body({"hello, world!\r\n"}); in TEST()
303 EXPECT_NE(request, no_header); in TEST()
674 BinaryHttpResponse no_header(200); in TEST() local
675 no_header.set_body("Hello, world!\r\n"); in TEST()
677 no_header.AddInformationalResponse(102, {{"Running", "\"sleep 15\""}}) in TEST()
679 EXPECT_NE(response, no_header); in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/dis/
Ddis.cpp70 FLAG_LONG_bool (no_header, /* default_value= */ false, /* required= */ false);
118 if (flags::no_header.value()) options |= SPV_BINARY_TO_TEXT_OPTION_NO_HEADER; in main()
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.h27 bool no_header = false; member
Ddiff.cpp2688 if (!options_.no_header) { in Output()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/diff/
Ddiff.h27 bool no_header = false; member
Ddiff.cpp2783 if (!options_.no_header) { in Output()
/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.h27 bool no_header = false; member
Ddiff.cpp2683 if (!options_.no_header) { in Output()
/external/deqp-deps/SPIRV-Tools/test/diff/
Ddiff_test.cpp139 options.no_header = true; in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/diff/
Ddiff_test.cpp139 options.no_header = true; in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/diff/
Ddiff_test.cpp139 options.no_header = true; in TEST()
/external/libchrome/build/
Dprint_python_deps.py104 if not options.no_header:
/external/cronet/build/
Dprint_python_deps.py177 if not options.no_header:
/external/angle/build/
Dprint_python_deps.py177 if not options.no_header: