| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/ |
| D | transitive_includes.sh.cpp | 9 // Test that we don't remove transitive includes of public C++ headers in the library accidentally. 15 // This is not meant to block libc++ from removing unused transitive includes 23 // When built with modules, this test doesn't work because --trace-includes doesn't 24 // report the stack of includes correctly. 27 // This test uses --trace-includes, which is not supported by GCC. 30 // This test is not supported when we remove the transitive includes provided for backwards 31 // compatibility. When we bulk-remove them, we'll adjust the includes that are expected by 33 // UNSUPPORTED: transitive-includes-disabled 60 …// {RUN}: %{{cxx}} %s %{{flags}} %{{compile_flags}} --trace-includes -fshow-skipped-includes --pre… 77 // RUN: %{cxx} %s %{flags} %{compile_flags} --trace-includes -fshow-skipped-includes --preprocess -… [all …]
|
| /external/slf4j/src/main/assembly/ |
| D | source.xml | 12 <includes> 14 </includes> 20 <includes> 22 </includes> 28 <includes> 30 </includes> 36 <includes> 38 </includes> 44 <includes> 46 </includes> [all …]
|
| /external/angle/build/config/siso/ |
| D | clang_windows.star | 17 "includes": [ 58 # third_party/libc++ includes "DeplayIMP.h" 60 # third_party/abseil-cpp includes "dbghelp.h" 62 # third_party/abseil-cpp includes "aclapi.h" 64 # base/debug includes "psapi.h" 66 # base/process includes "tlhelp32.h" 68 # base/process includes "userenv.h" 70 # base includes "shlobj.h" 72 # base/win includes "lm.h" 74 # base/win includes "mdmregistration.h" [all …]
|
| /external/cpu_features/ |
| D | BUILD.bazel | 13 INCLUDES = ["include"] 33 includes = INCLUDES, 40 includes = INCLUDES, 48 includes = INCLUDES, 55 includes = INCLUDES, 65 includes = INCLUDES, 79 includes = INCLUDES, 89 includes = INCLUDES, 101 includes = INCLUDES, 116 includes = INCLUDES, [all …]
|
| /external/clang/test/Frontend/ |
| D | rewrite-includes.c | 1 // RUN: not %clang_cc1 -verify -E -frewrite-includes -DFIRST -I %S/Inputs %s -o - | FileCheck -stri… 2 // RUN: not %clang_cc1 -verify -E -frewrite-includes -P -DFIRST -I %S/Inputs %s -o - | FileCheck -c… 24 // CHECK: {{^}}# 1 "{{.*}}rewrite-includes.c"{{$}} 28 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 30 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 31 // CHECK-NEXT: {{^}}# 6 "{{.*}}rewrite-includes.c"{{$}} 33 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 35 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 38 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 40 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} [all …]
|
| D | rewrite-includes-modules.c | 2 …es-cache-path=%t -x objective-c %s -F %S/../Modules/Inputs -E -frewrite-includes -o - | FileCheck … 10 // CHECK-NEXT: #if 0 /* expanded by -frewrite-includes */{{$}} 12 // CHECK-NEXT: #endif /* expanded by -frewrite-includes */{{$}} 13 // CHECK-NEXT: # 5 "{{.*[/\\]}}rewrite-includes-modules.c"{{$}} 14 // CHECK-NEXT: @import Module; /* clang -frewrite-includes: implicit import */{{$}} 15 // CHECK-NEXT: # 6 "{{.*[/\\]}}rewrite-includes-modules.c"{{$}} 17 // CHECK-NEXT: #if 0 /* expanded by -frewrite-includes */{{$}} 19 // CHECK-NEXT: #endif /* expanded by -frewrite-includes */{{$}} 20 // CHECK-NEXT: # 7 "{{.*[/\\]}}rewrite-includes-modules.c"{{$}} 21 // CHECK-NEXT: @import Module; /* clang -frewrite-includes: implicit import */{{$}} [all …]
|
| /external/libgav1/tests/ |
| D | libgav1_tests.cmake | 207 INCLUDES 220 INCLUDES 235 INCLUDES 251 INCLUDES 267 INCLUDES 285 INCLUDES 301 INCLUDES 319 INCLUDES 334 INCLUDES 350 INCLUDES [all …]
|
| /external/icu/icu4c/source/common/ |
| D | BUILD.bazel | 34 # We need to add includes in order to preserve existing source files' 38 includes = ["."], 183 includes = ["."], 198 includes = ["."], 218 includes = ["."], 234 includes = ["."], 248 includes = ["."], 265 includes = ["."], 282 includes = ["."], 297 includes = ["."], [all …]
|
| /external/cronet/third_party/icu/source/common/ |
| D | BUILD.bazel | 34 # We need to add includes in order to preserve existing source files' 38 includes = ["."], 183 includes = ["."], 198 includes = ["."], 218 includes = ["."], 234 includes = ["."], 248 includes = ["."], 265 includes = ["."], 282 includes = ["."], 297 includes = ["."], [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/arch/x86/ |
| D | Makefile.in | 8 INCLUDES= 45 $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/x86_features.c 48 $(CC) $(SFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/x86_features.c 51 $(CC) $(CFLAGS) $(AVX2FLAG) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_avx.c 54 $(CC) $(SFLAGS) $(AVX2FLAG) $(NOLTOFLAG) -DPIC $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_avx.c 57 $(CC) $(CFLAGS) $(SSE2FLAG) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_sse2.c 60 $(CC) $(SFLAGS) $(SSE2FLAG) $(NOLTOFLAG) -DPIC $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_sse2.c 63 $(CC) $(CFLAGS) $(SSE41FLAG) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_sse41.c 66 $(CC) $(SFLAGS) $(SSE41FLAG) $(NOLTOFLAG) -DPIC $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_sse41.c 69 $(CC) $(CFLAGS) $(AVX2FLAG) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/compare256_avx2.c [all …]
|
| /external/clang/test/Modules/ |
| D | require-modular-includes.m | 6 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \ 12 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \ 13 // RUN: -I %S/Inputs/require-modular-includes \ 19 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \ 25 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \ 26 // RUN: -I %S/Inputs/require-modular-includes \ 32 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \ 33 // RUN: -I %S/Inputs/require-modular-includes \ 39 // RUN: -fmodules-cache-path=%t -I %S/Inputs/require-modular-includes \ 45 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \ [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/arch/power/ |
| D | Makefile.in | 9 INCLUDES= 39 $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/power_features.c 42 $(CC) $(SFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/power_features.c 45 $(CC) $(CFLAGS) $(P8FLAGS) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/adler32_power8.c 48 $(CC) $(SFLAGS) $(P8FLAGS) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/adler32_power8.c 51 $(CC) $(CFLAGS) $(PPCFLAGS) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/adler32_vmx.c 54 $(CC) $(SFLAGS) $(PPCFLAGS) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/adler32_vmx.c 57 $(CC) $(CFLAGS) $(P8FLAGS) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_power8.c 60 $(CC) $(SFLAGS) $(P8FLAGS) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_power8.c 63 $(CC) $(CFLAGS) $(P9FLAGS) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/compare256_power9.c [all …]
|
| /external/google-fruit/tests/ |
| D | test_defn_h_includes.py | 28 includes = {} 45 includes[relative_path] = current_includes 47 for defn_file, defn_file_includes in includes.items(): 58 … if main_header_file not in includes and alternative_main_header_file not in includes: 61 …raise Exception('%s should have included %s, but it includes only: %s' % (defn_file, main_header_f… 62 if main_header_file in includes and defn_file not in includes[main_header_file]: 63 … Exception('%s should have included %s, but it includes only: %s' % (main_header_file, defn_file, … 64 …if alternative_main_header_file in includes and defn_file not in includes[alternative_main_header_… 65 … Exception('%s should have included %s, but it includes only: %s' % (main_header_file, defn_file, … 66 for other_header, other_header_includes in includes.items(): [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/arch/arm/ |
| D | Makefile.in | 8 INCLUDES= 29 $(CC) $(CFLAGS) $(NEONFLAG) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/adler32_neon.c 32 $(CC) $(SFLAGS) $(NEONFLAG) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/adler32_neon.c 35 $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/arm_features.c 38 $(CC) $(SFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/arm_features.c 41 $(CC) $(CFLAGS) $(NEONFLAG) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_neon.c 44 $(CC) $(SFLAGS) $(NEONFLAG) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_neon.c 47 $(CC) $(CFLAGS) $(NEONFLAG) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/compare256_neon.c 50 $(CC) $(SFLAGS) $(NEONFLAG) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/compare256_neon.c 53 $(CC) $(CFLAGS) $(ACLEFLAG) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/crc32_acle.c [all …]
|
| /external/jacoco/jacoco/ |
| D | assembly.xml | 24 <includes> 26 </includes> 32 <includes> 34 </includes> 63 <includes> 65 </includes> 71 <includes> 73 </includes> 79 <includes> 81 </includes> [all …]
|
| /external/flatbuffers/ |
| D | build_defs.bzl | 22 "--no-includes", 34 includes = [], 52 includes: Optional, list of filegroups of schemas that the srcs depend on. 53 include_paths: Optional, list of paths the includes files can be found in. 93 srcs = srcs + includes, 122 srcs = srcs + includes, 147 includes = [], 163 filegroup into the `includes` parameter of any other 168 alongside includes. 169 includes: Optional, list of filegroups of schemas that the srcs depend on. [all …]
|
| /external/antlr/runtime/Cpp/tests/ |
| D | Makefile | 16 INCLUDES= -I. -I../include/ macro 32 g++ $(CFLAGS) -DUSESTL $(INCLUDES) $< $@?*.cpp -o $@ 35 g++ $(CFLAGS) -DUSESTL $(INCLUDES) $< $@?*.cpp -o $@ 38 g++ $(CFLAGS) -DUSESTL $(INCLUDES) $< $@?*.cpp -o $@ 41 g++ $(CFLAGS) -DUSESTL $(INCLUDES) $< $@?*.cpp -o $@ 44 g++ $(CFLAGS) -DUSESTL $(INCLUDES) $< $@?*.cpp -o $@ 47 g++ $(CFLAGS) -DUSESTL $(INCLUDES) $< $@?*.cpp -o $@ 50 g++ $(CFLAGS) -DUSESTL $(INCLUDES) $< $@?*.cpp -o $@ 53 g++ $(CFLAGS) -DUSESTL $(INCLUDES) $< $@?*.cpp -o $@ 56 g++ $(CFLAGS) -DUSESTL $(INCLUDES) $< $@?*.cpp -o $@ [all …]
|
| /external/apache-velocity-engine/velocity-engine-examples/src/assembly/ |
| D | examples.xml | 14 <includes> 16 </includes> 22 <includes> 24 </includes> 30 <includes> 34 </includes> 41 <includes> 43 </includes> 49 <includes> 51 </includes> [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/arch/s390/ |
| D | Makefile.in | 8 INCLUDES= 18 $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/s390_features.c 21 $(CC) $(SFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/s390_features.c 24 $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/dfltcc_common.c 27 $(CC) $(SFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/dfltcc_common.c 30 $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/dfltcc_deflate.c 33 $(CC) $(SFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/dfltcc_deflate.c 36 $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/dfltcc_inflate.c 39 $(CC) $(SFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/dfltcc_inflate.c 42 $(CC) $(CFLAGS) $(VGFMAFLAG) $(NOLTOFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/crc32-vx.c [all …]
|
| /external/parameter-framework/upstream/test/xml-generator/testVector/ |
| D | reference.xml | 66 <SelectionCriterionRule SelectionCriterion="Colors" MatchesWhen="Includes" Value="Red"/> 67 <SelectionCriterionRule SelectionCriterion="Colors" MatchesWhen="Includes" Value="Blue"/> 68 <SelectionCriterionRule SelectionCriterion="Colors" MatchesWhen="Includes" Value="Green"/> 74 <SelectionCriterionRule SelectionCriterion="Colors" MatchesWhen="Includes" Value="Red"/> 75 <SelectionCriterionRule SelectionCriterion="Colors" MatchesWhen="Includes" Value="Blue"/> 76 <SelectionCriterionRule SelectionCriterion="Colors" MatchesWhen="Includes" Value="Green"/> 82 <SelectionCriterionRule SelectionCriterion="Colors" MatchesWhen="Includes" Value="Red"/> 83 <SelectionCriterionRule SelectionCriterion="Colors" MatchesWhen="Includes" Value="Blue"/> 122 <SelectionCriterionRule SelectionCriterion="Colors" MatchesWhen="Includes" Value="Red"/> 123 <SelectionCriterionRule SelectionCriterion="Colors" MatchesWhen="Includes" Value="Blue"/> [all …]
|
| /external/skia/tools/ |
| D | rewrite_includes.py | 82 # Rewrite any #includes relative to Skia's top-level directory. 103 # Write it back out again line by line with substitutions for #includes. 106 includes = [] variable 114 includes.append(parts[0] + '"%s"' % header + parts[2]) 116 # deduplicate includes in this block. If a file needs to be included 117 # multiple times, the separate includes should go in different blocks. 118 includes = sorted(list(set(includes))) variable 119 for inc in includes: 121 includes = [] variable 123 # Fix any straggling includes, e.g. in a file that only includes something else. [all …]
|
| /external/mockftpserver/tags/2.5/src/assembly/ |
| D | assembly.xml | 20 <includes> 25 </includes> 31 <includes> 33 </includes> 44 <includes> 49 </includes> 55 <includes> 61 </includes> 70 <includes> 72 </includes>
|
| /external/mockftpserver/tags/2.3/src/assembly/ |
| D | assembly.xml | 20 <includes> 25 </includes> 31 <includes> 33 </includes> 44 <includes> 49 </includes> 55 <includes> 61 </includes> 70 <includes> 72 </includes>
|
| /external/mockftpserver/tags/2.2/src/assembly/ |
| D | assembly.xml | 20 <includes> 25 </includes> 31 <includes> 33 </includes> 44 <includes> 49 </includes> 55 <includes> 61 </includes> 70 <includes> 72 </includes>
|
| /external/mockftpserver/tags/2.0.1/src/assembly/ |
| D | assembly.xml | 20 <includes> 25 </includes> 31 <includes> 33 </includes> 44 <includes> 49 </includes> 55 <includes> 61 </includes> 70 <includes> 72 </includes>
|