Searched refs:INCLUDE_DIRS (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Tools/c-analyzer/cpython/ |
D | _files.py | 4 from . import REPO_ROOT, INCLUDE_DIRS, SOURCE_DIRS 39 yield from iter_files_by_suffix(INCLUDE_DIRS, ('.h',)) 57 yield from iter_files_by_suffix(INCLUDE_DIRS, ('.h',)) 64 yield from iter_files_by_suffix(INCLUDE_DIRS, ('.h',))
|
D | __init__.py | 12 INCLUDE_DIRS = [os.path.join(REPO_ROOT, name) for name in [ variable
|
/third_party/vk-gl-cts/scripts/ |
D | cppcheck.py | 62 INCLUDE_DIRS = [ variable 142 for path in INCLUDE_DIRS:
|
/third_party/jerryscript/tools/ |
D | check-cppcheck.sh | 31 INCLUDE_DIRS=() 34 INCLUDE_DIRS=("${INCLUDE_DIRS[@]}" "-I$DIR")
|
D | check-license.py | 41 INCLUDE_DIRS = [ variable 74 for dname in INCLUDE_DIRS:
|
/third_party/curl/lib/ |
D | Makefile.vxworks | 110 INCLUDE_DIRS := ../include $(OPENSSL_INC) $(ZLIB_INC) $(ARES_INC) $(WIND_BASE)/target/h $(WIND_BASE… 129 CFLAGS += $(INCLUDE_DIRS:%=$(INCLUDE_FLAG)%)
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
D | CMakeLists.txt | 4 …INCLUDE_DIRS "../libwebsockets/include;${IDF_PATH}/components/spi_flash/include;${IDF_PATH}/compon…
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/ |
D | CMakeLists.txt | 3 …INCLUDE_DIRS "../libwebsockets/include;${IDF_PATH}/components/spi_flash/include;${IDF_PATH}/compon…
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
D | CMakeLists.txt | 3 …INCLUDE_DIRS "../libwebsockets/include;${IDF_PATH}/components/spi_flash/include;${IDF_PATH}/compon…
|
/third_party/jerryscript/targets/particle/ |
D | Makefile.particle | 28 INCLUDE_DIRS=$(JERRYDIR)/jerry-core/include \
|
/third_party/gettext/build-aux/ |
D | texi2html | 235 @INCLUDE_DIRS 746 @INCLUDE_DIRS = (); 9308 linkage => \@Texi2HTML::Config::INCLUDE_DIRS, 10162 unshift(@Texi2HTML::Config::INCLUDE_DIRS, $docu_dir); 10163 unshift(@Texi2HTML::Config::INCLUDE_DIRS, @Texi2HTML::Config::PREPEND_DIRS); 14112 foreach my $dir (@Texi2HTML::Config::INCLUDE_DIRS)
|