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

  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
TestResources.java 25 case R.string.root_name:
  /external/libxml2/python/tests/
input_callback.py 48 root_name="root", root_content="replacement text"):
69 if e.name == root_name and e.content == root_content:
130 root_name='doc', root_content='bar')
  /external/blktrace/btt/
proc.c 34 struct rb_root root_pid, root_name; variable in typeref:struct:
87 struct rb_node *n = root_name.rb_node;
134 struct rb_node **p = &root_name.rb_node;
154 rb_insert_color(&this->rb_node, &root_name);
238 __foreach(root_name.rb_node, f, arg);
262 __destroy(root_name.rb_node, 1, 1);
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 185 const wchar_t* root_name = kRootNames[i]; local
186 std::wstring root_path = testdata_dir + L"\\" + root_name;
  /external/llvm/include/llvm/Support/
Path.h 205 StringRef root_name(StringRef path);
222 /// Equivalent to root_name + root_directory.
346 /// root_name != ""
  /external/v8/build/mac/
strip_save_dsym 219 <string>com.apple.xcode.dsym.%(root_name)s</string>
239 root_name = os.path.basename(dsym)[:-5] # whatever.dSYM without .dSYM variable
245 "root_name": root_name,
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_test.py 152 self.root_name = '/'
155 self.assertEqual(self.root_name, self.filesystem.NormalizePath(''))
158 self.assertEqual(self.root_name,
159 self.filesystem.NormalizePath(self.root_name))
184 self.root_name = '/'
187 self.assertEqual([], self.filesystem.GetPathComponents(self.root_name))
210 self.root_name = '/'
218 self.assertEqual(self.root_name, self.filesystem.root.name)
228 self.assertTrue(self.filesystem.Exists(self.root_name))
235 self.filesystem.GetObject(self.root_name))
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
etree_lxml.py 67 dtd_str = "<!DOCTYPE %s>" % element.docinfo.root_name
70 element.docinfo.root_name,
148 dtd_str = "<!DOCTYPE %s>" % element.docinfo.root_name
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
lxmletree.py 27 ensure_str(et.docinfo.root_name),
  /external/llvm/lib/Support/
Path.cpp 387 StringRef root_name(StringRef path) {
596 return !root_name(p).empty();
809 StringRef cdrn = path::root_name(current_dir);
818 StringRef pRootName = path::root_name(p);
  /external/clang/lib/Basic/
FileManager.cpp 163 DirName.equals_lower(llvm::sys::path::root_name(DirName))) {
  /external/autotest/client/site_tests/firmware_TouchMTB/
test_flow.py 351 root_name = conf.filename.sep.join([
355 basename = '.'.join([root_name, conf.filename.ext])
  /external/squashfs-tools/squashfs-tools/
read_fs.c 856 long long read_filesystem(char *root_name, int fd, struct squashfs_super_block *sBlk,
923 directory_table = squashfs_readdir(fd, !root_name,
mksquashfs.c 5268 char *b, *root_name = NULL; local
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabase.java 194 R.string.root_name,
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 125 path::root_name(*i);
    [all...]

Completed in 7405 milliseconds