HomeSort by relevance Sort by last modified time
    Searched defs:parent (Results 976 - 1000 of 1569) sorted by null

<<31323334353637383940>>

  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 81 p.parent();
130 assertSame(pref, child1.parent());
321 Preferences parent = Preferences.userNodeForPackage(Preferences.class); local
322 Preferences pref = parent.node("mock");
349 assertSame(prefs, parent);
356 Preferences parent = Preferences.userNodeForPackage(Preferences.class); local
357 Preferences pref = parent.node("mock");
396 Preferences parent = Preferences.userNodeForPackage(Preferences.class); local
397 Preferences pref = parent.node("mock");
399 assertSame(parent, pref.parent())
1039 public Preferences parent() { method in class:OldPreferencesTest.MockPreferences
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 150 Composite parent = new Composite(parent2, SWT.NULL); local
151 setControl(parent);
157 parent.setLayout(parentLayout);
160 Label label = new Label(parent, SWT.NONE);
174 Composite parent = (Composite) getControl(); local
176 Control[] children = parent.getChildren();
178 for (Control c : parent.getChildren()) {
187 Composite container = new Composite(parent, SWT.NULL);
386 mPreview = new ImageControl(parent, SWT.NONE, null);
392 Label separator = new Label(parent, SWT.SEPARATOR | SWT.HORIZONTAL)
814 Shell parent = AdtPlugin.getShell(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 208 public void createPartControl(Composite parent) {
209 Composite c = new Composite(parent, SWT.NONE);
214 setInput(parent.getShell(), mFilePath);
297 private void createFrameSelectionControls(Composite parent) {
298 Composite c = new Composite(parent, SWT.NONE);
434 private void createOptionsBar(Composite parent) {
437 Composite c = new Composite(parent, SWT.NONE);
523 private void createFrameTraceView(Composite parent) {
524 Composite c = new Composite(parent, SWT.NONE);
655 GLCallNode parent = (GLCallNode) parentElement local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /external/emma/lib/
emma_ant.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /cts/tools/utils/
DescriptionGenerator.java 324 // update parent node
415 // if no method, remove from parent
470 Node parent = elem; local
477 Node suiteElem = parent.appendChild(mDoc.createElement(TAG_SUITE));
480 parent = suiteElem;
484 Node leafSuiteElem = parent.appendChild(mDoc.createElement(TAG_CASE));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 212 [root] a top-level tree node, i.e. a node that does not have a parent
214 [siblings] all other nodes sharing the same parent as some node
223 #attr_accessor :parent
236 parent.nil?
243 yield( parent_node = cursor.parent )
259 root? ? 0 : parent.depth + 1
264 parent.children.reject { | c | c.equal?( self ) }
271 yield( parent_node = cursor.parent )
306 methods and attributes required to implement the parent-node-children
313 attr_accessor :parent
752 def parent( tree ) method in class:ANTLR3.CommonTree.TreeAdaptor.each_ancestor
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 107 assertNull("Can't create a ThreadGroup with a null parent",
215 assertTrue("Daemon parent should have been destroyed automatically",
221 assertTrue("Destroyed daemon should not be in parent's list anymore",
359 assertTrue("Parent is wrong", testRoot.getParent() == originalCurrent);
365 // To maintain the invariant that a thread in the Vector is parent
374 // Now we walk the levels down, checking if parent is ok
378 assertTrue("Parent is wrong", current.getParent() == previous);
470 assertTrue("Parent can't have test group as subgroup anymore",
488 ThreadGroup ptg = new ThreadGroup("Parent");
541 // 1 unit smaller than the parent's. However, there can't be a grou
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 243 * NOTE: This presumes the child did not previously have a parent.
282 * NOTE: This presumes the child did not previously have a parent.
350 * TODO: ***** Alternative is "removeMe() from my parent if any"
410 // Fix up parent (this)
518 // Fix up parent (this)
944 // No parent, so no definition
950 * and all parent elements, screened for excluded prefixes.
982 ElemTemplateElement parent = this.getParentElem(); local
983 if(null != parent)
984 return parent.containsExcludeResultPrefix(prefix, uri)
1079 ElemTemplateElement parent = this.getParentNodeElem(); local
    [all...]
RedundentExprEliminator.java 302 // Loop through, getting the parent elements, and counting the
376 * variable parent.
1038 ExpressionNode parent = expr.exprGetParent(); local
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 116 HWND parent,
202 if (parent)
203 SetParent(GetNativeView(), parent); local
679 gfx::NativeWindow parent = parent_window ? parent_window : GetParent(); local
680 browser_->window()->ShowHTMLDialog(delegate, parent);
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 141 sync_api::ReadNode parent(trans_);
142 EXPECT_TRUE(parent.InitByIdLookup(parent_id));
145 EXPECT_TRUE(node.InitByCreation(syncable::BOOKMARKS, parent, NULL));
149 EXPECT_EQ(predecessor.GetParentId(), parent.GetId());
150 EXPECT_TRUE(node.InitByCreation(syncable::BOOKMARKS, parent,
217 // Set a new parent and predecessor value. Return the old parent id.
221 sync_api::ReadNode parent(trans_);
222 EXPECT_TRUE(parent.InitByIdLookup(parent_id));
227 EXPECT_TRUE(node.SetPosition(parent, NULL))
452 const BookmarkNode* parent = local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 320 if (GTK_WIDGET_REALIZED(event_box_->parent))
321 gdk_window_lower(event_box_->parent->window);
436 const BookmarkNode* parent,
438 const BookmarkNode* node = parent->GetChild(index);
439 if (parent != model_->GetBookmarkBarNode()) {
458 const BookmarkNode* parent,
461 if (parent != model_->GetBookmarkBarNode()) {
480 if (node->parent() != model_->GetBookmarkBarNode()) {
671 // Listen for parent size allocations.
672 if (floating_ && widget()->parent) {
981 const BookmarkNode* parent = NULL; local
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 210 // message is propagated back to the parent process. Otherwise, the
220 FILE* parent = posix::FDOpen(flag->write_fd(), "w"); local
221 fputc(kDeathTestInternalError, parent);
222 fprintf(parent, "%s", message.c_str());
223 fflush(parent);
268 // This is called from a death test parent process to read a failure
352 // Called in the parent process only. Reads the result code of the death
375 // Descriptor to the child's write end of the pipe to the parent process.
376 // It is always -1 in the parent process. The parent keeps its end of th
    [all...]
  /external/chromium_org/ash/wm/
frame_painter.cc 157 for (Window* window = child; window; window = window->parent()) {
419 aura::Window* parent = frame_->GetNativeWindow()->parent(); local
420 // Don't animate the header if the parent (a workspace) is already
424 // the parent is a workspace.
425 bool parent_animating = parent &&
426 (parent->layer()->GetAnimator()->IsAnimatingProperty(
428 parent->layer()->GetAnimator()->IsAnimatingProperty(
    [all...]
  /external/chromium_org/cc/layers/
layer.h 64 Layer* parent() { return parent_; } function in class:cc::Layer
65 const Layer* parent() const { return parent_; } function in class:cc::Layer
layer_impl.h 75 LayerImpl* parent() { return parent_; } function in class:cc::LayerImpl
76 const LayerImpl* parent() const { return parent_; } function in class:cc::LayerImpl
82 void set_parent(LayerImpl* parent) { parent_ = parent; }
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc 99 // stored in |*jnode|. Parent node information is optional.
177 const BookmarkNode* GetChildFolderByTitle(const BookmarkNode* parent,
179 for (int i = 0; i < parent->child_count(); ++i) {
180 if (parent->GetChild(i)->is_folder() &&
181 parent->GetChild(i)->GetTitle() == title) {
182 return parent->GetChild(i);
257 if (node && node->parent()) {
258 const BookmarkNode* parent_node = node->parent();
265 const BookmarkNode* parent,
339 (!node->parent() || parent_id != node->parent()->id()))
444 const BookmarkNode* parent = parent_id >= 0 ? local
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc 1344 const BookmarkNode* parent = model->GetNodeByID(parent_id); local
1496 const BookmarkNode* parent = node->parent(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.cc 315 g_signal_connect(widget(), "parent-set", G_CALLBACK(OnParentSet), this);
656 GtkWidget* parent = gtk_widget_get_parent(widget());
657 if (parent)
658 gtk_widget_queue_resize(parent);
734 GtkWidget* parent = gtk_widget_get_parent(widget()); local
738 gtk_container_child_get_property(GTK_CONTAINER(parent),
742 gtk_container_child_get_property(GTK_CONTAINER(parent),
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 809 GtkWidget* parent = gtk_widget_get_parent(widget); local
810 bounds.Offset(ui::GetWidgetScreenOffset(parent));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.cc 389 ButtonContainerMenuItemView(MenuItemView* parent, int id, int height)
390 : MenuItemView(parent, id, MenuItemView::NORMAL),
743 // follows that of the parent menu item view |menu_item_|.
1212 views::Widget* parent = views::Widget::GetWidgetForNativeWindow( local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.cc 776 OnePatternSettings::const_iterator parent = local
779 // Add the "parent" entry for the non-embedded setting.
781 parent == one_settings.end() ? CONTENT_SETTING_DEFAULT : parent->second;
791 if (j == parent)
1024 OnePatternSettings::const_iterator parent = local
    [all...]
  /external/chromium_org/chrome_frame/
chrome_frame_activex_base.h 435 HWND parent = ::GetParent(m_hWnd); local
436 ::SetFocus(parent);
    [all...]

Completed in 2179 milliseconds

<<31323334353637383940>>