/third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
H A D | Makefile | 37 INCLUDE = $(GENERATED)/include macro 39 VULKAN = $(INCLUDE)/vulkan 146 VIDEO_INCLUDE = $(INCLUDE)/vk_video 183 gcc -Wall -pedantic-errors -std=c99 -c -I$(INCLUDE) -I$(TESTS) $(TESTFILE) 184 gcc -Wall -pedantic-errors -std=c11 -c -I$(INCLUDE) -I$(TESTS) $(TESTFILE) 185 g++ -Wall -pedantic-errors -c -std=c++11 -I$(INCLUDE) -I$(TESTS) $(TESTFILE) 187 g++ -Wall -pedantic-errors -c -std=c++98 -I$(INCLUDE) -I$(TESTS) $(TESTFILE) 188 g++ -Wall -pedantic-errors -c -std=c++11 -I$(INCLUDE) -I$(TESTS) -DUSE_HPP=1 $(TESTFILE) 195 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODECS_COMMON 196 gcc -Wall -std=c99 -c -I$(INCLUDE) [all...] |
/third_party/gn/src/gn/ |
H A D | command_path.cc | 31 enum class PrivateDeps { INCLUDE, EXCLUDE }; member in commands::__anon2879::PrivateDeps 32 enum class DataDeps { INCLUDE, EXCLUDE }; member in commands::__anon2879::DataDeps 232 if (private_deps == PrivateDeps::INCLUDE) { in BreadthFirstSearch() 240 if (data_deps == DataDeps::INCLUDE) { in BreadthFirstSearch() 258 BreadthFirstSearch(from, to, PrivateDeps::INCLUDE, DataDeps::EXCLUDE, in DoSearch() 262 BreadthFirstSearch(from, to, PrivateDeps::INCLUDE, DataDeps::INCLUDE, in DoSearch()
|
/third_party/node/deps/openssl/config/ |
H A D | generate_headers.pl | 38 open(INCLUDE, "> $src_dir/include/${inc_dir}/${header_name}.h"); 39 print INCLUDE "$include"; 40 close(INCLUDE);
|
/third_party/protobuf/ |
H A D | update_file_lists.sh | 133 for INCLUDE in $PUBLIC_HEADERS $WKT_PROTOS; do 134 INCLUDE_DIR=$(dirname "$INCLUDE") 140 for INCLUDE in $PUBLIC_HEADERS $WKT_PROTOS; do 141 WINPATH=${INCLUDE//\//\\}
|
/third_party/rust/crates/cxx/gen/cmd/src/ |
H A D | app.rs | 59 const INCLUDE: &str = "include"; consts 77 .get_many::<String>(INCLUDE) 190 Arg::new(INCLUDE) in arg_include() 191 .long(INCLUDE) in arg_include()
|
/third_party/zlib/nintendods/ |
H A D | Makefile | 34 CFLAGS += $(INCLUDE) -DARM9 82 export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \ macro
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | filterrb.cpp | 12 "INCLUDE", 101 EInclusion defaultResult = INCLUDE; in match() 173 fIncluded = inclusionRule ? INCLUDE : EXCLUDE; in applyRule()
|
H A D | filterrb.h | 47 INCLUDE, enumerator 59 * INCLUDE = include the whole subtree 93 * included: INCLUDE 108 * included: INCLUDE 111 * included: INCLUDE 115 * included: INCLUDE 120 * included: INCLUDE 129 * included: INCLUDE 155 * INCLUDE = this path exactly matches a "+" rule
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | filterrb.cpp | 12 "INCLUDE", 101 EInclusion defaultResult = INCLUDE; in match() 173 fIncluded = inclusionRule ? INCLUDE : EXCLUDE; in applyRule()
|
H A D | filterrb.h | 47 INCLUDE, enumerator 59 * INCLUDE = include the whole subtree 93 * included: INCLUDE 108 * included: INCLUDE 111 * included: INCLUDE 115 * included: INCLUDE 120 * included: INCLUDE 129 * included: INCLUDE 155 * INCLUDE = this path exactly matches a "+" rule
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | filterrb.cpp | 12 "INCLUDE", 101 EInclusion defaultResult = INCLUDE; in match() 173 fIncluded = inclusionRule ? INCLUDE : EXCLUDE; in applyRule()
|
H A D | filterrb.h | 47 INCLUDE, enumerator 59 * INCLUDE = include the whole subtree 93 * included: INCLUDE 108 * included: INCLUDE 111 * included: INCLUDE 115 * included: INCLUDE 120 * included: INCLUDE 129 * included: INCLUDE 155 * INCLUDE = this path exactly matches a "+" rule
|
/third_party/ninja/src/ |
H A D | lexer.h | 39 INCLUDE, enumerator
|
H A D | lexer.in.cc | 82 case INCLUDE: return "'include'"; in TokenName() 149 "include" { token = INCLUDE; break; } in ReadToken()
|
H A D | lexer.cc | 83 case INCLUDE: return "'include'"; in TokenName() 443 { token = INCLUDE; break; } in ReadToken()
|
H A D | manifest_parser.cc | 74 case Lexer::INCLUDE: in Parse()
|
/third_party/json/tools/serve_header/ |
H A D | serve_header.py | 23 INCLUDE = 'include/nlohmann/' variable 43 include = os.path.join(test_dir, INCLUDE) 103 self.include_dir = os.path.abspath(os.path.join(tree_dir, INCLUDE))
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reflib.py | 183 printPageInfoField('INCLUDE ', pi.include, file) 413 INCLUDE = re.compile( variable 547 matches = INCLUDE.search(file[line]) 580 logDiag('added TYPE =', pi.type, 'INCLUDE =', pi.include)
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | makedata.mak | 113 !INCLUDE "$(RESFILES)"
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | makedata.mak | 96 !INCLUDE "$(RESFILES)"
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-s390x.pl | 43 use perlasm::s390x qw(:DEFAULT :VX :EI AUTOLOAD LABEL INCLUDE); 243 INCLUDE ("s390x_arch.h");
|
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-s390x.pl | 43 use perlasm::s390x qw(:DEFAULT :VX :EI AUTOLOAD LABEL INCLUDE); 243 INCLUDE ("s390x_arch.h");
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | macro_checker_file.py | 50 INCLUDE = re.compile( variable 155 """Create an include directive from an INCLUDE match and a (new or replacement) generated_type.""" 436 match = INCLUDE.match(line)
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp-parse.y | 196 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS PATH INCLUDE 200 %type <str> IDENTIFIER FUNC_IDENTIFIER OBJ_IDENTIFIER INTEGER_STRING OTHER ERROR_TOKEN PRAGMA PATH INCLUDE 352 | HASH_TOKEN INCLUDE NEWLINE {
|
/third_party/vulkan-loader/loader/ |
H A D | unknown_ext_chain_masm.asm | 30 INCLUDE gen_defines.asm label
|