Searched defs:root (Results 276 - 300 of 1144) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DTraceDebugEventListener.java86 public void addChild(Object root, Object child) { argument
87 System.out.println("addChild "+adaptor.getUniqueID(root)+", "+
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
H A DUnixFileTest.java33 private boolean root = false; field in class:UnixFileTest
146 if (root) {
216 if (root) {
227 if (root) {
233 if (root) {
261 if (root) {
276 // However, canRead() always returns true when the user is 'root'.
279 if (root) {
285 if (root) {
294 if (root) {
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java538 * @param root non-null reference to the stylesheet root object.
540 public void recompose(StylesheetRoot root) argument
543 root.recomposeOutput(this);
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DFilterExprWalker.java121 * Set the root node of the TreeWalker.
123 * @param root non-null reference to the root, or starting point of
126 public void setRoot(int root) argument
129 super.setRoot(root);
131 m_exprObj = FilterExprIteratorSimple.executeFilterExpr(root,
187 * to step upward from the TreeWalker's root node, returns
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXRTreeFrag.java50 public XRTreeFrag(int root, XPathContext xctxt, ExpressionNode parent) argument
54 initDTM(root, xctxt);
61 public XRTreeFrag(int root, XPathContext xctxt) argument
64 initDTM(root, xctxt);
67 private final void initDTM(int root, XPathContext xctxt){ argument
68 m_dtmRoot = root;
69 final DTM dtm = xctxt.getDTM(root);
162 * because it is treated like a node-set with a single root node.
/external/ceres-solver/internal/ceres/
H A Dpolynomial_test.cc56 // Return the polynomial p(x) = poly(x) * (x - root).
57 Vector AddRealRoot(const Vector& poly, double root) { argument
61 poly2.tail(poly.size()) -= root * poly;
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller_unittest.cc42 Window* root = ash::Shell::GetPrimaryRootWindow(); local
43 Window* container = root->GetChildById(container_id);
/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc63 // Finds the root window at |location| in |window|'s coordinates and returns a
64 // pair of root window and location in that root window's coordinates. The
66 // is moved outside the |window|'s root while the mouse is captured, it returns
67 // the other root window.
83 // the secondary root window's coordinates, or (1000, 123) in
86 // in the *primary* root window's coordinates, is sent to Chrome
87 // (Remember that in the native X11 world, the two root windows
90 // primary root window's coordinates is actually (0, 123) in the
91 // extended root windo
120 const aura::Window* root = window->GetRootWindow(); local
130 const aura::Window* root = window->GetRootWindow(); local
140 aura::Window* root = root_window->GetRootWindow(); local
[all...]
/external/chromium_org/ash/
H A Dfocus_cycler_unittest.cc391 aura::Window* root = Shell::GetPrimaryRootWindow(); local
392 aura::test::EventGenerator event_generator(root, root);
/external/chromium_org/ash/shell/
H A Dwindow_watcher.cc40 void RootWindowAdded(aura::Window* root) { argument
42 ash::Shell::GetContainer(root, kShellWindowId_PanelContainer);
46 Shelf::ForWindow(root)->shelf_widget()->window_container();
52 void RootWindowRemoved(aura::Window* root) { argument
54 ash::Shell::GetContainer(root, kShellWindowId_PanelContainer);
58 Shelf::ForWindow(root)->shelf_widget()->window_container();
142 aura::Window* root = Shell::GetInstance()->display_controller()-> local
144 workspace_window_watcher_->RootWindowAdded(root);
/external/chromium_org/ash/touch/
H A Dtouch_transformer_controller.cc168 // In mirror mode, both displays share the same root window so
169 // both display ids are associated with the root window.
170 aura::Window* root = display_controller->GetPrimaryRootWindow(); local
171 RootWindowController::ForWindow(root)->ash_host()->UpdateDisplayID(
189 // In extended mode, each display is associated with one root window.
211 // Single display mode. The root window has one associated display id.
212 aura::Window* root = local
214 RootWindowController::ForWindow(root)->ash_host()->UpdateDisplayID(
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_controller_unittest.cc326 aura::Window* root = Shell::GetPrimaryRootWindow(); local
327 aura::test::EventGenerator event_generator(root, root);
401 aura::Window* root = Shell::GetPrimaryRootWindow(); local
402 aura::test::EventGenerator event_generator(root, root);
429 aura::Window* root = Shell::GetPrimaryRootWindow(); local
430 aura::test::EventGenerator event_generator(root, root);
/external/chromium_org/ash/wm/
H A Dmru_window_tracker.cc27 void AddTrackedWindows(aura::Window* root, argument
30 aura::Window* container = Shell::GetContainer(root, container_id);
36 void AddDraggedWindows(aura::Window* root, argument
39 Shell::GetContainer(root, kShellWindowId_DockedContainer);
74 // Add windows in the active root windows last so that the topmost window
75 // in the active root window becomes the front of the list.
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler_unittest.cc296 aura::Window* root = Shell::GetPrimaryRootWindow(); local
297 aura::test::EventGenerator generator(root, window.get());
325 aura::Window* root = Shell::GetPrimaryRootWindow(); local
326 aura::test::EventGenerator generator(root, window.get());
381 aura::Window* root = Shell::GetPrimaryRootWindow(); local
382 aura::test::EventGenerator generator(root, window.get());
389 ui::EventProcessor* dispatcher = root->GetHost()->event_processor();
482 aura::Window* root = Shell::GetPrimaryRootWindow(); local
483 aura::test::EventGenerator generator(root, window.get());
510 aura::Window* root local
537 aura::Window* root = Shell::GetPrimaryRootWindow(); local
[all...]
/external/chromium_org/athena/screen/
H A Dscreen_manager_impl.cc56 const aura::Window* root = window->GetRootWindow(); variable
57 aura::Window::ConvertPointToTarget(window, root, point);
62 const aura::Window* root = window->GetRootWindow(); variable
63 aura::Window::ConvertPointToTarget(root, window, point);
/external/chromium_org/base/json/
H A Djson_reader_unittest.cc22 scoped_ptr<Value> root; local
23 root.reset(JSONReader().ReadToValue(" null "));
24 ASSERT_TRUE(root.get());
25 EXPECT_TRUE(root->IsType(Value::TYPE_NULL));
28 root.reset(JSONReader().ReadToValue("nu"));
29 EXPECT_FALSE(root.get());
32 root.reset(JSONReader().ReadToValue("true "));
33 ASSERT_TRUE(root.get());
34 EXPECT_TRUE(root->IsType(Value::TYPE_BOOLEAN));
37 root
[all...]
/external/chromium_org/base/metrics/
H A Dhistogram_base.cc109 DictionaryValue root; local
110 root.SetString("name", histogram_name());
111 root.SetInteger("count", count);
112 root.SetDouble("sum", sum);
113 root.SetInteger("flags", flags());
114 root.Set("params", parameters.release());
115 root.Set("buckets", buckets.release());
116 root.SetInteger("pid", GetCurrentProcId());
117 serializer.Serialize(root);
H A Dstatistics_recorder_unittest.cc277 scoped_ptr<Value> root; local
278 root.reset(JSONReader::Read(json));
279 ASSERT_TRUE(root.get());
282 ASSERT_TRUE(root->GetAsDictionary(&root_dict));
303 root.reset(JSONReader::Read(json));
304 ASSERT_TRUE(root.get());
305 ASSERT_TRUE(root->GetAsDictionary(&root_dict));
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_perftest.cc50 scoped_refptr<Layer> root = variable
52 ASSERT_TRUE(root.get());
53 layer_tree_host()->SetRootLayer(root); variable
H A Dlayer_tree_host_unittest_damage.cc31 scoped_refptr<FakeContentLayer> root = FakeContentLayer::Create(&client_); variable
32 root->SetBounds(gfx::Size(10, 10));
34 layer_tree_host()->SetRootLayer(root); variable
93 scoped_refptr<FakeContentLayer> root = FakeContentLayer::Create(&client_); variable
94 root->SetBounds(gfx::Size(10, 10));
96 layer_tree_host()->SetRootLayer(root); variable
160 scoped_refptr<FakeContentLayer> root = FakeContentLayer::Create(&client_); variable
161 root->SetBounds(gfx::Size(10, 10));
166 root->AddChild(content_);
168 layer_tree_host()->SetRootLayer(root); variable
438 LayerImpl* root = host_impl->active_tree()->root_layer(); variable
514 LayerImpl* root = host_impl->active_tree()->root_layer(); variable
559 scoped_refptr<FakePictureLayer> root = FakePictureLayer::Create(&client_); variable
561 layer_tree_host()->SetRootLayer(root); variable
[all...]
/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.cc77 aura::Window* root = ash::Shell::GetInstance()->display_controller()-> local
80 ash::Shell::GetContainer(root, ash::kShellWindowId_OverlayContainer)
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddefault_app_order.cc58 const base::DictionaryValue* root,
63 if (!root || !root->GetDictionary(dictionary_name, &dictionary_content))
57 GetLocaleSpecificStringImpl( const base::DictionaryValue* root, const std::string& locale, const std::string& dictionary_name, const std::string& entry_name) argument
/external/chromium_org/chrome/browser/chromeos/net/
H A Dcert_verify_proc_chromeos_unittest.cc50 "multi-root-chain1.pem",
56 "multi-root-chain2.pem",
61 // 1. A (end-entity) -> B -> C -> D (self-signed root)
62 // 2. A (end-entity) -> B -> C2 -> E (self-signed root)
91 net::X509Certificate::OSCertHandle root = local
93 root_subject_name->assign(root->subjectName);
128 // Before either of the root certs have been trusted, all verifications should
137 // Import and trust the D root for user 1.
146 // User 1 should now verify successfully through the D root.
153 // Import and trust the E root fo
[all...]
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_tree_source_ash.cc96 AXAuraObjWrapper* root, std::string prefix) {
98 root->Serialize(&data);
102 root->GetChildren(&children);
95 ToString( AXAuraObjWrapper* root, std::string prefix) argument
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber_browsertest.cc82 aura::Window* root = window->GetRootWindow(); local
83 aura::test::EventGenerator event_generator(root, window);
109 aura::Window* root = window->GetRootWindow(); local
110 aura::test::EventGenerator event_generator(root, window);
152 aura::Window* root = window->GetRootWindow(); local
153 aura::test::EventGenerator event_generator(root, window);

Completed in 703 milliseconds

<<11121314151617181920>>