Home
last modified time | relevance | path

Searched full:includes (Results 1 – 25 of 11306) sorted by relevance

12345678910>>...453

/external/cronet/build/config/siso/
Dclang_windows.star32 "includes": [
81 # third_party/libc++ includes "DeplayIMP.h"
83 # third_party/abseil-cpp includes "dbghelp.h"
85 # third_party/abseil-cpp includes "aclapi.h"
87 # base/debug includes "psapi.h"
89 # base/process includes "tlhelp32.h"
91 # base/process includes "userenv.h"
93 # base includes "shlobj.h"
95 # base/win includes "lm.h"
97 # base/win includes "mdmregistration.h"
[all …]
/external/angle/build/config/siso/
Dclang_windows.star34 "includes": [
96 # third_party/libc++ includes "DeplayIMP.h"
98 # third_party/abseil-cpp includes "dbghelp.h"
100 # third_party/abseil-cpp includes "aclapi.h"
102 # base/debug includes "psapi.h"
104 # base/process includes "tlhelp32.h"
106 # base/process includes "userenv.h"
108 # base includes "shlobj.h"
110 # base/win includes "lm.h"
112 # base/win includes "mdmregistration.h"
[all …]
/external/cronet/third_party/cpu_features/src/
DBUILD.bazel13 INCLUDES = ["include"]
32 includes = INCLUDES,
39 includes = INCLUDES,
47 includes = INCLUDES,
55 includes = INCLUDES,
65 includes = INCLUDES,
78 includes = INCLUDES,
89 includes = INCLUDES,
100 includes = INCLUDES,
117 includes = INCLUDES,
[all …]
/external/cpu_features/
DBUILD.bazel14 INCLUDES = ["include"]
33 includes = INCLUDES,
40 includes = INCLUDES,
48 includes = INCLUDES,
56 includes = INCLUDES,
66 includes = INCLUDES,
79 includes = INCLUDES,
90 includes = INCLUDES,
101 includes = INCLUDES,
118 includes = INCLUDES,
[all …]
/external/clang/test/Frontend/
Drewrite-includes.c1 // 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 …]
Drewrite-includes-modules.c2 …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/
Dlibgav1_tests.cmake211 INCLUDES
224 INCLUDES
239 INCLUDES
255 INCLUDES
271 INCLUDES
297 INCLUDES
315 INCLUDES
333 INCLUDES
349 INCLUDES
365 INCLUDES
[all …]
/external/cronet/third_party/icu/source/common/
DBUILD.bazel34 # 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/icu/icu4c/source/common/
DBUILD.bazel34 # 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/
DMakefile.in8 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/rust/crates/libz-sys/src/zlib-ng/arch/power/
DMakefile.in9 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/clang/test/Modules/
Drequire-modular-includes.m6 // 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/google-fruit/tests/
Dtest_defn_h_includes.py28 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/pigweed/pw_allocator/
DBUILD.bazel36 includes = ["public"],
53 includes = ["public"],
64 includes = ["public"],
74 includes = ["public"],
90 includes = ["public"],
105 includes = ["public"],
125 includes = ["public"],
138 includes = ["public"],
154 includes = ["public"],
172 includes = ["public"],
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/arch/arm/
DMakefile.in8 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/cronet/third_party/libc++/src/test/libcxx/
Dtransitive_includes.gen.py9 # 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
35 //--- generate-transitive-includes.sh.cpp
46 …{{flags}} %{{compile_flags}} --trace-includes -fshow-skipped-includes --preprocess > /dev/null 2> …
48 all_traces.append(f'%t/trace-includes.{normalized_header}.txt')
69 // When built with modules, this test doesn't work because --trace-includes doesn't
70 // report the stack of includes correctly.
73 // This test uses --trace-includes, which is not supported by GCC.
76 // This test is not supported when we remove the transitive includes provided for backwards
77 // compatibility. When we bulk-remove them, we'll adjust the includes that are expected by
[all …]
Dtransitive_includes_to_csv.py26 Parse an output line from --trace-includes into a `header`.
65 Parse a file containing --trace-include output to generate a list of the top-level C++ includes
70 -fshow-skipped-includes flag also needs to be passed.
84 # transitive includes underneath.
94 # Detail headers are transparent too: we attribute all includes of public libc++
117 includes = [relative(h.name) for h in headers if h.level != 1]
119 # Remove duplicates in all includes.
120 includes = list(set(includes))
122 if len(includes) != 0:
123 result.append([top_level] + includes)
[all …]
/external/jacoco/jacoco/
Dassembly.xml24 <includes>
26 </includes>
32 <includes>
34 </includes>
63 <includes>
65 </includes>
71 <includes>
73 </includes>
79 <includes>
81 </includes>
[all …]
/external/flatbuffers/
Dbuild_defs.bzl22 "--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/
DMakefile16 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/
Dexamples.xml14 <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/
DMakefile.in8 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/
Dreference.xml66 <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/
Drewrite_includes.py88 # Rewrite any #includes relative to Skia's top-level directory.
113 # Write it back out again line by line with substitutions for #includes.
116 includes = [] variable
124 includes.append(parts[0] + '"%s"' % header + parts[2])
126 # deduplicate includes in this block. If a file needs to be included
127 # multiple times, the separate includes should go in different blocks.
128 includes = sorted(list(set(includes))) variable
129 for inc in includes:
131 includes = [] variable
133 # Fix any straggling includes, e.g. in a file that only includes something else.
[all …]
/external/mockftpserver/tags/2.1/src/assembly/
Dassembly.xml20 <includes>
25 </includes>
31 <includes>
33 </includes>
44 <includes>
49 </includes>
55 <includes>
61 </includes>
70 <includes>
72 </includes>

12345678910>>...453