Searched defs:root (Results 51 - 75 of 760) sorted by relevance

1234567891011>>

/external/autotest/client/site_tests/graphics_Sanity/
H A Dgraphics_Sanity.py13 # ssh root@machine
82 screenshot_cmd = ' "DISPLAY=:1 import -window root %s"' namespace
/external/autotest/utils/
H A Dcoverage_suite.py8 root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) variable
32 if dirpath.startswith(os.path.join(root, invalid_dir)):
65 coverage = os.path.join(root, "contrib/coverage.py")
72 cmd = "cd %s && find . -name '*.pyc' | xargs rm" % root
77 start = os.path.join(root, sys.argv[1])
79 start = root
/external/curl/tests/unit/
H A Dunit1309.c73 struct Curl_tree *root; variable in typeref:struct:Curl_tree
77 root = NULL; /* the empty tree */
86 root = Curl_splayinsert(key, root, &nodes[i]);
90 splayprint(root, 0, 1);
95 splayprint(root, 0, 1);
98 rc = Curl_splayremovebyaddr(root, &nodes[rem], &root);
/external/deqp/framework/randomshaders/
H A DrsgExpressionGenerator.cpp40 // Create root
42 Expression* root = Expression::createRandom(m_state, valueRange); local
47 generate(root);
51 delete root;
56 return root;
59 void ExpressionGenerator::generate (Expression* root) argument
64 m_expressionStack.push_back(root);
/external/deqp/modules/gles2/functional/
H A Des2fAttribLocationTests.cpp61 TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location tests"); local
67 root->addChild(bindAttributeGroup);
80 root->addChild(bindMaxAttributeGroup);
93 root->addChild(aliasingGroup);
118 root->addChild(holeGroup);
133 root->addChild(bindTimeGroup);
146 root->addChild(relinkHoleGroup);
156 return root;
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DDirectoryInputFileProvider.java33 private final Path root; field in class:DirectoryInputFileProvider
35 public DirectoryInputFileProvider(Path root) { argument
36 this.root = root;
41 return root.getFileName().toString();
46 return new FileInputStream(root.resolve(filename).toFile());
64 try (Stream<Path> paths = Files.walk(root)) {
72 entries.add(root.relativize(t).toString().replace(File.separatorChar, '/'));
H A DDirectoryOutputFileProvider.java26 private final Path root; field in class:DirectoryOutputFileProvider
28 public DirectoryOutputFileProvider(Path root) { argument
29 this.root = root;
34 Path path = root.resolve(filename);
44 Path path = root.resolve(filename);
H A DZipInputFileProvider.java28 private final Path root; field in class:ZipInputFileProvider
32 public ZipInputFileProvider(Path root) throws IOException { argument
33 this.root = root;
34 this.zipFile = new ZipFile(root.toFile());
44 return root.getFileName().toString();
H A DZipOutputFileProvider.java32 public ZipOutputFileProvider(Path root) throws IOException { argument
33 out = new ZipOutputStream(new BufferedOutputStream(Files.newOutputStream(root)));
/external/e2fsprogs/intl/
H A Dos2compat.c51 char *root = getenv ("UNIXROOT"); local
57 if (root)
59 size_t sl = strlen (root);
61 memcpy (_nlos2_libdir, root, sl);
71 if (root)
73 size_t sl = strlen (root);
75 memcpy (_nlos2_localealiaspath, root, sl);
85 if (root)
87 size_t sl = strlen (root);
89 memcpy (_nlos2_localedir, root, s
[all...]
/external/emma/core/java12/com/vladium/emma/report/
H A DReportDataModel.java51 final AllItem root = new AllItem ();
64 packageItem = new PackageItem (root, packageName, packageVMName);
67 root.addChild (packageItem);
126 view = new ReportDataView (root);
162 ReportDataView (final IItem root) argument
164 m_root = root;
/external/freetype/src/pshinter/
H A Dpshmod.c29 FT_ModuleRec root; member in struct:PS_Hinter_Module_Rec_
54 FT_Memory memory = module->root.memory;
/external/icu/icu4c/source/i18n/
H A Dcollationroot.cpp90 const CollationTailoring *root = getRoot(errorCode); local
92 return root->data;
97 const CollationTailoring *root = getRoot(errorCode); local
99 return root->settings;
/external/icu/icu4c/source/test/cintltst/
H A Dccolltst.c29 void addCollTest(TestNode** root);
31 void addCollTest(TestNode** root) argument
33 addCollAPITest(root);
34 addCurrencyCollTest(root);
36 addNormTest(root);
38 addGermanCollTest(root);
39 addSpanishCollTest(root);
40 addFrenchCollTest(root);
41 addKannaCollTest(root);
42 addTurkishCollTest(root);
[all...]
H A Dcposxtst.c27 void addPosixTest(TestNode** root);
29 void addPosixTest(TestNode** root) argument
32 addTest(root, &TestMessageCatalog, "tsutil/cposxtst/TestMessageCatalog");
H A Deurocreg.c14 void addTestEuroRegression(TestNode** root);
17 void addTestEuroRegression(TestNode** root) argument
19 addTest(root, &TestEuroRegression, "tsconv/eurocreg/TestEuroRegression");
187 void addTestEuroRegression(TestNode** root) argument
/external/icu/icu4c/source/test/iotest/
H A Dtrnstst.c311 addTranslitTest(TestNode** root) { argument
313 addTest(root, &TestTranslitOps, "translit/ops");
315 addTest(root, &TestTranslitFileOut, "translit/fileOut");
316 addTest(root, &TestTranslitStringOut, "translit/stringOut");
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/
H A DResourcesTest.java31 private ReportOutputFolder root; field in class:ResourcesTest
38 root = new ReportOutputFolder(output);
39 resources = new Resources(root);
44 ReportOutputFolder base = root.subFolder("f1").subFolder("f2");
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
H A DXMLGroupVisitorTest.java33 private XMLElement root; field in class:XMLGroupVisitorTest
47 root = new XMLDocument("report", "-//JACOCO//DTD Report 1.0//EN",
49 root.attr("name", "Report");
50 handler = new XMLGroupVisitor(root, null);
57 root.close();
65 root.close();
74 root.close();
/external/libchrome/base/json/
H A Djson_string_value_serializer.cc20 bool JSONStringValueSerializer::Serialize(const Value& root) { argument
21 return SerializeInternal(root, false);
25 const Value& root) {
26 return SerializeInternal(root, true);
29 bool JSONStringValueSerializer::SerializeInternal(const Value& root, argument
40 return base::JSONWriter::WriteWithOptions(root, options, json_string_);
24 SerializeAndOmitBinaryValues( const Value& root) argument
/external/libcxx/test/libcxx/containers/associative/
H A Dtree_left_rotate.pass.cpp35 Node root; local
38 root.__left_ = &x;
41 x.__parent_ = &root;
46 assert(root.__parent_ == 0);
47 assert(root.__left_ == &y);
48 assert(root.__right_ == 0);
49 assert(y.__parent_ == &root);
60 Node root; local
66 root.__left_ = &x;
69 x.__parent_ = &root;
[all...]
H A Dtree_right_rotate.pass.cpp35 Node root; local
38 root.__left_ = &x;
41 x.__parent_ = &root;
46 assert(root.__parent_ == 0);
47 assert(root.__left_ == &y);
48 assert(root.__right_ == 0);
49 assert(y.__parent_ == &root);
60 Node root; local
66 root.__left_ = &x;
69 x.__parent_ = &root;
[all...]
/external/llvm/utils/
H A Dwciia.py6 Determines code owner of the file/folder relative to the llvm source root.
15 - must be run from llvm source root
120 root = "." variable
121 for dir,subdirList,fileList in os.walk( root , topdown=False ) :
/external/ltp/testcases/kernel/syscalls/setgid/
H A Dsetgid02.c24 * Call setgid() to set the gid to that of root. Run this test as
36 static char root[] = "root"; variable
56 if ((rootpwent = getpwnam(root)) == NULL) {
58 "%s", root);
H A Dsetgid03.c22 * As root sets the current group id to ltpuser1, verify the results
34 static char root[] = "root"; variable
79 if ((rootpwent = getpwnam(root)) == NULL) {
81 "user id %s", root);
87 tst_brkm(TBROK, cleanup, "real group id is not root");

Completed in 899 milliseconds

1234567891011>>