HomeSort by relevance Sort by last modified time
    Searched refs:IncludePaths (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
slang.h 192 void setIncludePaths(const std::vector<std::string> &IncludePaths) {
193 mIncludePaths = IncludePaths;
slang_rs.h 108 // @IncludePaths - User-defined include paths.
137 const std::vector<std::string> &IncludePaths,
slang_rs.cpp 277 const std::vector<std::string> &IncludePaths,
300 setIncludePaths(IncludePaths);
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 387 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
401 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
496 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs"
511 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs"
  /external/clang/tools/driver/
cc1as_main.cpp 84 std::vector<std::string> IncludePaths;
185 Opts.IncludePaths = Args->getAllArgValues(OPT_I);
289 SrcMgr.setIncludeDirs(Opts.IncludePaths);

Completed in 5303 milliseconds