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

1 23 4 5 6

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
dwarf2-3.d 34 Entry Dir Time Size Name
  /development/tools/findunused/
find_unused_resources.rb 92 Dir.glob(glob).each { |filename|
105 def findUnusedResources(dir)
111 Dir.glob("#{dir}/res/**/*.xml").each { |filename|
131 Dir.glob("#{dir}/AndroidManifest.xml").each { |filename|
143 recordJavaUses("#{dir}/src/**/*.java")
161 result.appDir = dir
168 def findApps(dir)
170 Dir.glob("#{dir}/**/res").each { |filename
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 180 # (Dir.pwd by default), this method returns a string containing
187 def self.relative_path( target, reference = Dir.pwd )
210 class Dir
213 entries = Dir.entries( directory ) - DOTS
220 $VERBOSE and $stderr.puts( "INFO: Dir.mkpath(%p)" % path )
224 Dir.mkdir( path )
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/tasks/support/gl-matrix/
release_helper.rb 96 Dir.chdir(base) {
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.h 37 const char *File, const char *Dir,
42 const char *Dir);
DIBuilderBindings.cpp 38 const char *Dir,
43 return wrap(D->createCompileUnit(Lang, File, Dir, Producer, Optimized, Flags,
48 const char *Dir) {
50 return wrap(D->createFile(File, Dir));
  /external/llvm/lib/LibDriver/
LibDriver.cpp 93 for (auto Dir : Paths) {
94 SmallString<128> Path = Dir;
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
gpio.hpp 60 } Dir;
230 * @param dir The direction to change the gpio into
234 dir(Dir dir) function in class:mraa::Gpio
236 return (Result )mraa_gpio_dir(m_gpio, (mraa_gpio_dir_t) dir);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
debug1.d 35 Entry Dir Time Size Name
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
pr13167.d 32 Entry Dir Time Size Name
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usb200.h 53 UCHAR Dir:1;
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 306 const import_directory_table_entry *Dir;
308 if (I->getImportTableEntry(Dir)) return;
312 static_cast<uint32_t>(Dir->ImportLookupTableRVA),
313 static_cast<uint32_t>(Dir->TimeDateStamp),
314 static_cast<uint32_t>(Dir->ForwarderChain),
315 static_cast<uint32_t>(Dir->NameRVA),
316 static_cast<uint32_t>(Dir->ImportAddressTableRVA));
  /external/clang/lib/Lex/
ModuleMap.cpp 183 const DirectoryEntry *Dir = File->getDir();
184 assert(Dir && "file in no directory");
190 StringRef DirName = SourceMgr.getFileManager().getCanonicalName(Dir);
195 auto KnownDir = UmbrellaDirs.find(Dir);
199 IntermediateDirs.push_back(Dir);
207 Dir = SourceMgr.getFileManager().getDirectory(DirName);
208 } while (Dir);
458 const DirectoryEntry *Dir = Header->getDir();
460 StringRef DirName = Dir->getName();
471 = UmbrellaDirs.find(Dir);
    [all...]
PPLexerChange.cpp 233 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir,
242 if (CurDir == Dir) {
488 const DirectoryEntry *Dir = Mod->getUmbrellaDir().Entry;
491 for (vfs::recursive_directory_iterator Entry(FS, Dir->getName(), EC), End;
508 computeRelativePath(FileMgr, Dir, Header, RelativePath);
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 198 /// \brief Get a directory_iterator for \p Dir.
200 virtual directory_iterator dir_begin(const Twine &Dir,
254 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override;
298 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override;
  /external/clang/unittests/libclang/
LibclangTest.cpp 130 " 'name': \"/another/dir\",\n"
141 " 'name': \"/path/virtual/dir\",\n"
169 T.map("/path/virtual/dir/foo1.h", "/real/foo1.h");
170 T.map("/another/dir/foo2.h", "/real/foo2.h");
171 T.map("/path/virtual/dir/foo3.h", "/real/foo3.h");
172 T.map("/path/virtual/dir/in/subdir/foo4.h", "/real/foo4.h");
361 llvm::SmallString<256> Dir;
362 ASSERT_FALSE(llvm::sys::fs::createUniqueDirectory("libclang-test", Dir));
363 TestDir = Dir.str();
  /external/clang/include/clang/Driver/
Driver.h 101 std::string Dir;
255 return Dir.c_str();
  /external/clang/include/clang/Lex/
ModuleMap.h 291 void setBuiltinIncludeDir(const DirectoryEntry *Dir) {
292 BuiltinIncludeDir = Dir;
  /external/mesa3d/scons/
custom.py 107 for dir in path:
108 file = os.path.join(str(dir), imp.replace('.', os.sep) + '.py')
112 file = os.path.join(str(dir), imp.replace('.', os.sep), '__init__.py')
239 cur_srcdir = env.Dir('.').srcnode().abspath
240 top_srcdir = env.Dir('#').abspath
  /external/mesa3d/src/mesa/
SConscript 289 env.Append(CPPPATH = [Dir('.').abspath])
367 env.Append(CPPPATH = [gles_headers[0].dir.up().up()])
435 # Add the dir containing the generated header (somewhere inside the
436 # build dir) to the include path
437 env.Append(CPPPATH = [matypes[0].dir])
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap-2.d 36 Entry Dir Time Size Name
micromips@loc-swap-2.d 36 Entry Dir Time Size Name
mips16@loc-swap-2.d 36 Entry Dir Time Size Name
  /external/clang/lib/Frontend/
FrontendAction.cpp 272 for (llvm::sys::fs::directory_iterator Dir(DirNative, EC), DirEnd;
273 Dir != DirEnd && !EC; Dir.increment(EC)) {
276 Dir->path(), FileMgr, CI.getPCHContainerReader(),
279 PPOpts.ImplicitPCHInclude = Dir->path();
  /external/clang/lib/Driver/
Driver.cpp 68 Dir = llvm::sys::path::parent_path(ClangExecutable);
69 InstalledDir = Dir; // Provide a sensible default installed dir.
73 SmallString<128> P(Dir);
458 Dir = InstalledDir = A->getValue();
    [all...]

Completed in 2199 milliseconds

1 23 4 5 6