Searched refs:root_name (Results 1 - 13 of 13) sorted by relevance

/external/libxml2/python/tests/
H A Dinput_callback.py48 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/
H A Dproc.c34 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/
H A Ddump_syms_unittest.cc185 const wchar_t* root_name = kRootNames[i]; local
186 std::wstring root_path = testdata_dir + L"\\" + root_name;
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
H A Detree_lxml.py67 dtd_str = "<!DOCTYPE %s>" % element.docinfo.root_name
70 element.docinfo.root_name,
148 dtd_str = "<!DOCTYPE %s>" % element.docinfo.root_name
/external/llvm/include/llvm/Support/
H A DPath.h205 StringRef root_name(StringRef path);
222 /// Equivalent to root_name + root_directory.
346 /// root_name != ""
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem_test.py152 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/treewalkers/
H A Dlxmletree.py27 ensure_str(et.docinfo.root_name),
/external/llvm/lib/Support/
H A DPath.cpp387 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/
H A DFileManager.cpp163 DirName.equals_lower(llvm::sys::path::root_name(DirName))) {
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dtest_flow.py351 root_name = conf.filename.sep.join([
355 basename = '.'.join([root_name, conf.filename.ext])
/external/squashfs-tools/squashfs-tools/
H A Dread_fs.c856 long long read_filesystem(char *root_name, int fd, struct squashfs_super_block *sBlk, argument
923 directory_table = squashfs_readdir(fd, !root_name,
H A Dmksquashfs.c5266 char *b, *root_name = NULL; local
5767 root_name = argv[i];
6107 if((bytes = read_filesystem(root_name, fd, &sBlk, &inode_table,
6183 * (root-becomes specified on command line, here root_name !=
6190 if(root_name) {
6200 add_old_root_entry(root_name, sBlk.root_inode,
/external/llvm/unittests/Support/
H A DPath.cpp125 path::root_name(*i);

Completed in 507 milliseconds