Searched full:includes (Results 1 – 25 of 9683) sorted by relevance
12345678910>>...388
/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/llvm-project/clang/test/Frontend/ |
D | rewrite-includes-conditions.c | 1 // RUN: %clang_cc1 -E -frewrite-includes -I %S/Inputs %s -o - | FileCheck -strict-whitespace %s 2 // RUN: %clang_cc1 -E -frewrite-includes -I %S/Inputs %s -o - | %clang_cc1 -Wall -Wextra -Wconversi… 50 // CHECK: #if 0 /* disabled by -frewrite-includes */ 53 // CHECK-NEXT: #endif /* disabled by -frewrite-includes */ 54 // CHECK-NEXT: #if 1 /* evaluated by -frewrite-includes */ 55 // CHECK-NEXT: # 6 "{{.*}}rewrite-includes-conditions.c" 57 // CHECK: #if 0 /* disabled by -frewrite-includes */ 60 // CHECK-NEXT: #endif /* disabled by -frewrite-includes */ 61 // CHECK-NEXT: #if 0 /* evaluated by -frewrite-includes */ 62 // CHECK-NEXT: # 14 "{{.*}}rewrite-includes-conditions.c" [all …]
|
D | rewrite-includes.c | 1 // RUN: %clang_cc1 -E -frewrite-includes -DFIRST -I %S/Inputs -I %S/Inputs/NextIncludes %s -o - | F… 2 // RUN: %clang_cc1 -E -frewrite-includes -P -DFIRST -I %S/Inputs -I %S/Inputs/NextIncludes %s -o - … 3 // RUN: %clang_cc1 -E -frewrite-includes -DFIRST -I %S/Inputs -I %S/Inputs/NextIncludes %s -o - | %… 27 // CHECK: {{^}}# 1 "{{.*}}rewrite-includes.c"{{$}} 31 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 33 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 34 // CHECK-NEXT: {{^}}# 7 "{{.*}}rewrite-includes.c"{{$}} 36 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} 38 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}} 41 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}} [all …]
|
D | rewrite-includes-modules.c | 5 …les -fimplicit-module-maps -fmodules-cache-path=%t %s -I%t -E -frewrite-includes -o - | FileCheck … 6 …module-maps -fmodules-cache-path=%t -x objective-c %s -I%t -E -frewrite-includes -o - | FileCheck … 7 …mplicit-module-maps -fmodules-cache-path=%t -x c++ %s -I%t -E -frewrite-includes -o - | FileCheck … 15 // CHECK-NEXT: #if 0 /* expanded by -frewrite-includes */{{$}} 17 // CHECK-NEXT: #endif /* expanded by -frewrite-includes */{{$}} 18 // CHECK-NEXT: # 10 "{{.*[/\\]}}rewrite-includes-modules.c"{{$}} 19 // CHECK-NEXT: #pragma clang module import dummy /* clang -frewrite-includes: implicit import */{{$… 20 // CHECK-NEXT: # 11 "{{.*[/\\]}}rewrite-includes-modules.c"{{$}} 22 // CHECK-NEXT: #if 0 /* expanded by -frewrite-includes */{{$}} 24 // CHECK-NEXT: #endif /* expanded by -frewrite-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/rust/crates/libz-sys/src/zlib-ng/arch/x86/ |
D | Makefile.in | 8 INCLUDES= 34 $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/x86.c 37 $(CC) $(SFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/x86.c 40 $(CC) $(CFLAGS) $(SSE2FLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_sse.c 43 $(CC) $(SFLAGS) $(SSE2FLAG) -DPIC $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_sse.c 46 $(CC) $(CFLAGS) $(AVX2FLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/compare258_avx.c 49 $(CC) $(SFLAGS) $(AVX2FLAG) -DPIC $(INCLUDES) -c -o $@ $(SRCDIR)/compare258_avx.c 52 $(CC) $(CFLAGS) $(SSE4FLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/compare258_sse.c 55 $(CC) $(SFLAGS) $(SSE4FLAG) -DPIC $(INCLUDES) -c -o $@ $(SRCDIR)/compare258_sse.c 58 $(CC) $(CFLAGS) $(SSE4FLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/insert_string_sse.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/llvm-project/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 …]
|
D | framework-public-includes-private.m | 4 // RUN: %hmaptool write %S/Inputs/framework-public-includes-private/a.hmap.json %t/a.hmap 5 // RUN: %hmaptool write %S/Inputs/framework-public-includes-private/z.hmap.json %t/z.hmap 7 // RUN: sed -e "s@TEST_DIR@%{/S:regex_replacement}/Inputs/framework-public-includes-private@g" \ 8 // RUN: %S/Inputs/framework-public-includes-private/z.yaml > %t/z.yaml 13 // RUN: -F%S/Inputs/framework-public-includes-private \ 18 // RUN: -F%S/Inputs/framework-public-includes-private \ 25 // CHECK: public framework header includes private framework header 'A/APriv.h' 26 // CHECK: public framework header includes private framework header 'A/APriv2.h' 27 // CHECK: public framework header includes private framework header 'Z/ZPriv.h' 33 …ected-warning@Inputs/framework-public-includes-private/A.framework/Headers/A.h:1{{public framework… [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= 26 $(CC) $(CFLAGS) $(NEONFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/adler32_neon.c 29 $(CC) $(SFLAGS) $(NEONFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/adler32_neon.c 32 $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/armfeature.c 35 $(CC) $(SFLAGS) $(INCLUDES) -c -o $@ $(SRCDIR)/armfeature.c 38 $(CC) $(CFLAGS) $(NEONFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_neon.c 41 $(CC) $(SFLAGS) $(NEONFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/chunkset_neon.c 44 $(CC) $(CFLAGS) $(ACLEFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/crc32_acle.c 47 $(CC) $(SFLAGS) $(ACLEFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/crc32_acle.c 50 $(CC) $(CFLAGS) $(NEONFLAG) $(INCLUDES) -c -o $@ $(SRCDIR)/slide_neon.c [all …]
|
/external/jacoco/jacoco/ |
D | assembly.xml | 23 <includes> 25 </includes> 31 <includes> 33 </includes> 62 <includes> 64 </includes> 70 <includes> 72 </includes> 78 <includes> 80 </includes> [all …]
|
/external/flatbuffers/ |
D | build_defs.bzl | 21 "--no-includes", 33 includes = [], 50 includes: Optional, list of filegroups of schemas that the srcs depend on. 51 include_paths: Optional, list of paths the includes files can be found in. 89 srcs = srcs + includes, 117 srcs = srcs + includes, 139 includes = [], 153 filegroup into the `includes` parameter of any other 157 includes: Optional, list of filegroups of schemas that the srcs depend on. 159 include_paths: Optional, list of paths the includes files can be found in. [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/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | portability-restrict-system-includes-transitive.cpp | 3 …UN: cp -r %S/Inputs/portability-restrict-system-includes %T/Headers/portability-restrict-system-in… 4 // RUN: %check_clang_tidy -std=c++11 %s portability-restrict-system-includes %t \ 5 // RUN: -- -config="{CheckOptions: [{key: portability-restrict-system-includes.Includes, value: '… 7 …- -I %T/Headers/portability-restrict-system-includes -isystem %T/Headers/portability-restrict-syst… 8 // RUN: FileCheck -input-file=%T/Headers/portability-restrict-system-includes/transitive2.h %s -che… 12 // transitive.h includes <r.h> and <t.h> 17 // transitive.h includes <s.h> and <t.h>
|
/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>
|
/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.4/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.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>
|
/external/mockftpserver/MockFtpServer/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.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>
|
12345678910>>...388