Home
last modified time | relevance | path

Searched refs:INCLUDE_DIRS (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Tools/c-analyzer/cpython/
D_files.py4 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__.py12 INCLUDE_DIRS = [os.path.join(REPO_ROOT, name) for name in [ variable
/third_party/vk-gl-cts/scripts/
Dcppcheck.py62 INCLUDE_DIRS = [ variable
142 for path in INCLUDE_DIRS:
/third_party/jerryscript/tools/
Dcheck-cppcheck.sh31 INCLUDE_DIRS=()
34 INCLUDE_DIRS=("${INCLUDE_DIRS[@]}" "-I$DIR")
Dcheck-license.py41 INCLUDE_DIRS = [ variable
74 for dname in INCLUDE_DIRS:
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/
DCMakeLists.txt3INCLUDE_DIRS "../libwebsockets/include;${IDF_PATH}/components/spi_flash/include;${IDF_PATH}/compon…
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
DCMakeLists.txt3INCLUDE_DIRS "../libwebsockets/include;${IDF_PATH}/components/spi_flash/include;${IDF_PATH}/compon…
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
DCMakeLists.txt4INCLUDE_DIRS "../libwebsockets/include;${IDF_PATH}/components/spi_flash/include;${IDF_PATH}/compon…
/third_party/jerryscript/targets/particle/
DMakefile.particle28 INCLUDE_DIRS=$(JERRYDIR)/jerry-core/include \