HomeSort by relevance Sort by last modified time
    Searched refs:Dir (Results 101 - 125 of 131) sorted by null

1 2 3 45 6

  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
InitHeaderSearch.cpp 180 // Add the base dir
191 // Add the backward dir
251 for (StringRef dir : dirs)
252 AddPath(dir, ExternCSystem, false);
335 // --with-clang-resource-dir option, the location of Clang's resource
507 // If this isn't the first time we've seen this dir, remove it.
511 // If this isn't the first time we've seen this framework dir, remove it.
515 assert(CurEntry.isHeaderMap() && "Not a headermap or normal dir?");
521 // If we have a normal #include dir/framework/headermap that is shadowed
523 // ignore the user's request and drop the user dir... keeping the syste
    [all...]
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 150 unsigned Dir = D->getDirection(II);
151 if (Dir == Dependence::DVEntry::LT ||
152 Dir == Dependence::DVEntry::LE)
154 else if (Dir == Dependence::DVEntry::GT ||
155 Dir == Dependence::DVEntry::GE)
157 else if (Dir == Dependence::DVEntry::EQ)
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
fsdiff.py 25 __all__ = ['Diff', 'Snapshot', 'File', 'Dir', 'report_expected_diffs',
135 result[path] = Dir(self.base_path, path)
229 dir = False variable in class:File
264 class Dir(File):
271 dir = True variable in class:Dir
  /external/compiler-rt/
Makefile 68 "$(foreach key,$(AvailableIn.$(fn)),$($(key).Dir))";)
92 %/.dir:
104 Dir := .
155 $(Tmp.ObjPath)/libcompiler_rt.$(Tmp.LibrarySuffix): $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
161 .PRECIOUS: $(Tmp.ObjPath)/.dir
206 $(Tmp.ObjPath)/libcompiler_rt.a: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
211 $(Tmp.ObjPath)/libcompiler_rt.dylib: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
215 $(Tmp.ObjPath)/libcompiler_rt.so: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
219 .PRECIOUS: $(Tmp.ObjPath)/.dir
232 $(call Set,Tmp.SubDir,$($(Tmp.SubDirKey).Dir))
    [all...]
  /external/mesa3d/scons/
gallium.py 53 target_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'], subdir)
61 install_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'])
211 # Put build output in a separate dir, which depends on the current
222 # Place the .sconsign file in the build dir too, to avoid issues with
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/
compressed-1a.d 92 Entry Dir Time Size Name
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/
compressed-1a.d 92 Entry Dir Time Size Name
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@loc-swap.d 40 Entry Dir Time Size Name
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/elfutils/tests/
run-readelf-zdebug.sh 384 Entry Dir Time Size Name
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dlcapi.h 69 } dir; member in union:__anon41316
437 LLC_DIRECT_LOG Dir;
440 LLC_DIRECT_LOG Dir;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 307 test( ?d, output_directory ) or Dir.mkdir( output_directory )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 134 dir = options[ :output_directory ] and @output_directory = dir.to_s
178 if test( ?d, output_directory ) and ( Dir.entries( output_directory ) - %w( . .. ) ).empty?
195 dir = @load_path.find do | dir |
196 File.file?( File.join( dir, file_name ) )
198 dir and return( File.join( dir, file_name ) )
202 dir = output_directory
203 test( ?d, dir ) or FileUtils.mkpath( dir
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 80 /// \param Dir Directory
107 createCompileUnit(unsigned Lang, StringRef File, StringRef Dir,
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 414 // If we're using split dwarf the compilation dir is going to be in the
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 366 cmsFormatterDirection Dir,
  /external/pdfium/third_party/lcms2-2.6/src/
lcms2_internal.h 923 cmsFormatterDirection Dir,
    [all...]
cmspack.c     [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 106 vfs::directory_iterator dir_begin(const Twine &Dir,
109 std::make_shared<DirIterImpl>(FilesAndDirs, Dir));
258 // merged directories get the permissions of the upper dir
441 Upper->addDirectory("/dir");
442 Upper->addRegularFile("/dir/file2");
444 const char *Contents[] = {"/dir", "/dir/file2", "/file1"};
464 const char *Contents[] = { "/dir", "/dir/file2", "/dir2", "/dir2/foo",
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 570 PCHAR IMAGEAPI SymSetHomeDirectory(PCSTR dir);
571 PCHAR IMAGEAPI SymGetHomeDirectory(DWORD type,PSTR dir,size_t size);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 625 PCHAR IMAGEAPI SymSetHomeDirectory(HANDLE hProcess,PCSTR dir);
626 PCHAR IMAGEAPI SymSetHomeDirectoryW(HANDLE hProcess,PCWSTR dir);
627 PCHAR IMAGEAPI SymGetHomeDirectory(DWORD type,PSTR dir,size_t size);
628 PWCHAR IMAGEAPI SymGetHomeDirectoryW(DWORD type,PWSTR dir,size_t size);
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 903 milliseconds

1 2 3 45 6