Searched defs:root (Results 226 - 250 of 958) sorted by relevance

1234567891011>>

/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
H A DLabelColumnTest.java40 private ReportOutputFolder root; field in class:LabelColumnTest
55 root = new ReportOutputFolder(output);
56 resources = new Resources(root);
57 doc = new HTMLDocument(root.createFile("Test.html"), "UTF-8");
79 resources, root);
88 column.item(td, createItem("Abc", null), resources, root);
99 column.item(td, createItem("Def", "def.html"), resources, root);
H A DPercentageColumnTest.java44 private ReportOutputFolder root; field in class:PercentageColumnTest
59 root = new ReportOutputFolder(output);
60 resources = new Resources(root);
61 doc = new HTMLDocument(root.createFile("Test.html"), "UTF-8");
83 column.item(td, item, resources, root);
93 column.item(td, item, resources, root);
103 column.item(td, item, resources, root);
115 column.item(td, item, resources, root);
128 column.footer(td, item.getNode(), resources, root);
137 column.footer(td, item.getNode(), resources, root);
[all...]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
H A DXMLElementTest.java29 private XMLElement root; field in class:XMLElementTest
34 root = new XMLElement(buffer, "root");
35 root.beginOpenTag();
40 root.close();
42 root.close();
43 assertEquals("<root/>", buffer.toString());
48 root.close();
49 root.attr("attr", "value");
54 root
[all...]
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/utils/
H A DSymbolSolverQuickSetup.java55 private final Path root; field in class:SymbolSolverQuickSetup
59 public SymbolSolverQuickSetup(Path root) { argument
60 assertNotNull(root);
61 if (!Files.isDirectory(root)) {
62 throw new IllegalArgumentException("Only directories are allowed as root path!");
64 this.root = root.normalize();
65 Log.info("New symbol source root at \"%s\"", this.root);
68 public SymbolSolverQuickSetup(Path root, DirFilte argument
[all...]
/external/libchrome/base/json/
H A Djson_file_value_serializer.cc27 bool JSONFileValueSerializer::Serialize(const base::Value& root) { argument
28 return SerializeInternal(root, false);
32 const base::Value& root) {
33 return SerializeInternal(root, true);
36 bool JSONFileValueSerializer::SerializeInternal(const base::Value& root, argument
42 serializer.SerializeAndOmitBinaryValues(root) :
43 serializer.Serialize(root);
31 SerializeAndOmitBinaryValues( const base::Value& root) argument
/external/libchrome/base/test/
H A Dgtest_util.cc57 ListValue root; local
64 root.Append(std::move(test_info));
68 return serializer.Serialize(root);
/external/libcxx/test/libcxx/containers/associative/
H A Dtree_balance_after_insert.pass.cpp37 Node root; local
43 root.__left_ = &c;
45 c.__parent_ = &root;
65 std::__tree_balance_after_insert(root.__left_, &a);
67 assert(std::__tree_invariant(root.__left_));
69 assert(root.__left_ == &c);
71 assert(c.__parent_ == &root);
92 Node root; local
98 root.__left_ = &c;
100 c.__parent_ = &root;
147 Node root; local
202 Node root; local
257 Node root; local
332 Node root; local
407 Node root; local
482 Node root; local
562 Node root; local
606 Node root; local
650 Node root; local
722 Node root; local
799 Node root; local
843 Node root; local
887 Node root; local
959 Node root; local
1035 Node root; local
1325 Node root; local
[all...]
H A Dtree_remove.pass.cpp39 Node root; local
46 root.__left_ = &b;
48 b.__parent_ = &root;
73 std::__tree_remove(root.__left_, &y);
74 assert(std::__tree_invariant(root.__left_));
76 assert(root.__parent_ == 0);
77 assert(root.__left_ == &d);
78 assert(root.__right_ == 0);
79 assert(root.__is_black_ == false);
81 assert(d.__parent_ == &root);
104 Node root; local
169 Node root; local
245 Node root; local
324 Node root; local
389 Node root; local
454 Node root; local
519 Node root; local
584 Node root; local
649 Node root; local
714 Node root; local
779 Node root; local
844 Node root; local
909 Node root; local
974 Node root; local
1039 Node root; local
1108 Node root; local
1378 Node root; local
[all...]
/external/libxkbcommon/xkbcommon/src/
H A Datom.c84 xkb_atom_t root; member in struct:atom_table
98 /* The original throw-away root is here, at the illegal atom 0. */
131 xkb_atom_t *atomp = &table->root;
/external/libxml2/doc/
H A Dlibxml-doc.el34 ;; 2. adapt libxmldoc-root:
35 ;; i.e. (setq libxmldoc-root "~/libxml2-2.0.0/doc/html")
101 (defvar libxmldoc-root "~/src/libxml2-2.3.8/doc/html"
102 "The root-directory of the libxml2-documentation (~ will be expanded).")
184 libxmldoc-root t
185 (concat "^" (if (file-exists-p (concat libxmldoc-root
204 (setq uri (concat "file://" (expand-file-name libxmldoc-root)
/external/ltp/testcases/kernel/syscalls/setreuid/
H A Dsetreuid02.c22 * Test setreuid() when executed by root.
36 static struct passwd nobody, daemonpw, root, bin; variable in typeref:struct:
51 &neg_one, &neg_one, &root, &root, "After setreuid(-1, -1),"}, {
52 &nobody.pw_uid, &neg_one, &nobody, &root, "After setreuid(nobody, -1)"},
54 &root.pw_uid, &neg_one, &root, &root, "After setreuid(root,-1),"}, {
55 &neg_one, &daemonpw.pw_uid, &root,
[all...]
H A Dsetreuid03.c42 static struct passwd nobody, bin, root; variable in typeref:struct:
66 &neg_one, &root.pw_uid, &fail, &nobody, &nobody,
67 "After setreuid(-1, root),"}, {
68 &root.pw_uid, &neg_one, &fail, &nobody, &nobody,
69 "After setreuid(root, -1),"}, {
70 &root.pw_uid, &root.pw_uid, &fail, &nobody, &nobody,
71 "After setreuid(root, root),"}, {
72 &root
[all...]
H A Dsetreuid04.c22 * Test that root can change the real and effective uid to an
38 static struct passwd nobody, root; variable in typeref:struct:
53 &neg_one, &neg_one, &root, &root, "After setreuid(-1, nobody),"}, {
120 root = *(getpwnam("root"));
121 UID16_CHECK(root.pw_uid, setreuid, cleanup);
/external/ltp/utils/ffsb-6.0-rc2/
H A Drbt.h29 * 2. The root node is black
90 * - The sub-tree root
97 * - The sub-tree root
104 * - The sub-tree root
130 * - The sub-tree root
131 * - A pointer to the duplicated sub-tree root
137 * - The sub-tree root
146 rb_node *root; /* pointer to the tree root */ member in struct:red_black_tree
186 * - The length of the longest path from the root t
[all...]
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_builder.cpp38 container_node *root = sh.root; local
43 for (node_iterator it = root->begin(), end = root->end();
64 for (node_iterator I = root->begin(), end = root->end();
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets_shared.h70 // root of the bucket hierarchy for this thread
71 BUCKET root; member in struct:BUCKET_THREAD
88 root = that.root;
89 pCurrent = &root;
/external/mesa3d/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c55 Window root; local
67 root = RootWindow( graw.display, scrnum );
109 attr.colormap = XCreateColormap( graw.display, root, visinfo->visual, AllocNone);
114 win = XCreateWindow( graw.display, root, x, y, width, height,
/external/mesa3d/src/glx/apple/
H A Dapple_glx_surface.c50 Window root; local
54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DHuffman.java83 private final Node root = new Node(); field in class:Huffman
128 Node node = root;
142 node = root;
158 node = root;
173 Node current = root;
/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
H A DSampleServer.java24 private final String root; field in class:SampleServer
27 public SampleServer(SSLContext sslContext, String root, int port) { argument
29 this.root = root;
45 File file = new File(root + path);
105 System.out.println("Usage: SampleServer <keystore> <password> <root file> <port>");
111 String root = args[2];
115 SampleServer server = new SampleServer(sslContext, root, port);
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object_avail.cpp17 const CPDF_Object* root)
18 : validator_(validator), holder_(holder), root_(root) {
114 // Skip if this object if it's an inlined root, the parent object or
15 CPDF_ObjectAvail(CPDF_ReadValidator* validator, CPDF_IndirectObjectHolder* holder, const CPDF_Object* root) argument
H A Dcpdf_object_avail_unittest.cpp334 auto* root = local
337 root->SetNewFor<CPDF_Reference>("Self", &holder, 1);
342 CPDF_ObjectAvail avail(holder.GetValidator().Get(), &holder, root);
H A Dcpdf_object_walker.cpp126 CPDF_ObjectWalker::CPDF_ObjectWalker(const CPDF_Object* root) argument
127 : next_object_(root), parent_object_(nullptr), current_depth_(0) {}
/external/pdfium/fpdfsdk/
H A Dfpdfdoc_unittest.cpp32 void SetRoot(CPDF_Dictionary* root) { m_pRootDict = root; } argument
42 void SetRoot(CPDF_Dictionary* root) { argument
43 reinterpret_cast<CPDF_TestDocument*>(GetPDFDoc())->SetRoot(root);
66 // Setup the root directory.
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskTree.java50 * [root] -+- foo -+- bar
71 private final Node root = new Node(); field in class:FieldMaskTree
101 Node node = root;
106 if (!createNewBranch && node != root && node.children.isEmpty()) {
136 if (root.children.isEmpty()) {
140 getFieldPaths(root, "", paths);
161 if (root.children.isEmpty()) {
168 Node node = root;
170 if (node != root && node.children.isEmpty()) {
199 if (root
[all...]

Completed in 539 milliseconds

1234567891011>>