Searched refs:parent (Results 276 - 300 of 2945) sorted by relevance

<<11121314151617181920>>

/external/openssl/crypto/x509v3/
H A Dpcy_node.c95 const X509_POLICY_NODE *parent,
103 if (node->parent == parent)
114 X509_POLICY_NODE *parent,
122 node->parent = parent;
154 if (parent)
155 parent->nchild++;
94 level_find_node(const X509_POLICY_LEVEL *level, const X509_POLICY_NODE *parent, const ASN1_OBJECT *id) argument
112 level_add_node(X509_POLICY_LEVEL *level, const X509_POLICY_DATA *data, X509_POLICY_NODE *parent, X509_POLICY_TREE *tree) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DGravityComponent.java41 public void update(float timeDelta, BaseObject parent) { argument
44 ((GameObject) parent).getVelocity().add(mScaledGravity);
/external/skia/dm/
H A DDMRecordTask.h22 RecordTask(const Task& parent, skiagm::GM*, SkBitmap reference, Mode);
23 RecordTask(const Task& parent, SkPicture*, SkBitmap reference, Mode);
/external/chromium_org/third_party/bsdtrees/
H A Dtree.h50 * - each red node (except for the root) has a black parent,
309 struct type *rbe_parent; /* parent element */ \
320 #define RB_SET(elm, parent, field) do { \
321 RB_PARENT(elm, field) = parent; \
403 struct type *parent, *gparent, *tmp; \
404 while ((parent = RB_PARENT(elm, field)) && \
405 RB_COLOR(parent, field) == RB_RED) { \
406 gparent = RB_PARENT(parent, field); \
407 if (parent == RB_LEFT(gparent, field)) { \
411 RB_SET_BLACKRED(parent, gparen
[all...]
/external/qemu/
H A Dsys-tree.h61 * - each red node (except for the root) has a black parent,
320 SYS_TREE_STRUCT type *rbe_parent; /* parent element */ \
331 #define RB_SET(elm, parent, field) do { \
332 RB_PARENT(elm, field) = parent; \
414 SYS_TREE_STRUCT type *parent, *gparent, *tmp; \
415 while ((parent = RB_PARENT(elm, field)) != NULL && \
416 RB_COLOR(parent, field) == RB_RED) { \
417 gparent = RB_PARENT(parent, field); \
418 if (parent == RB_LEFT(gparent, field)) { \
422 RB_SET_BLACKRED(parent, gparen
[all...]
/external/icu/icu4c/source/layout/
H A DLETableReference.h61 LETableReference(const LETableReference &parent, LEErrorCode &success) : fFont(parent.fFont), fTag(parent.fTag), fParent(&parent), fStart(parent.fStart), fLength(parent.fLength) { argument
87 LETableReference(const LETableReference &parent, size_t offset, size_t length, argument
89 fFont(parent.fFont), fTag(parent.fTag), fParent(&parent),
265 LEReferenceToArrayOf(const LETableReference &parent, LEErrorCode &success, size_t offset, le_uint32 count) argument
280 LEReferenceToArrayOf(const LETableReference &parent, LEErrorCode &success, const T* array, le_uint32 count) argument
291 LEReferenceToArrayOf(const LETableReference &parent, LEErrorCode &success, const T* array, size_t offset, le_uint32 count) argument
337 LEReferenceToArrayOf(const LETableReference& parent, LEErrorCode & success) argument
355 LEReferenceTo(const LETableReference &parent, LEErrorCode &success, const void* atPtr) argument
363 LEReferenceTo(const LETableReference &parent, LEErrorCode &success, const void* atPtr, size_t offset) argument
368 LEReferenceTo(const LETableReference &parent, LEErrorCode &success, size_t offset) argument
373 LEReferenceTo(const LETableReference &parent, LEErrorCode &success) argument
[all...]
/external/chromium_org/ash/wm/
H A Dwindow_cycle_list.cc18 aura::Window* parent = window->parent(); local
19 if (!parent)
22 std::find(parent->children().begin(), parent->children().end(), window);
24 if (iter != parent->children().begin())
69 window_->parent()->RemoveObserver(this);
73 window_->parent()->StackChildAbove(window_, stack_window_above_);
75 window_->parent()->StackChildAtBottom(window_);
88 window_->parent()
[all...]
/external/lldb/source/Core/
H A DValueObjectChild.cpp29 ValueObject &parent,
40 ValueObject (parent),
117 ValueObject* parent = m_parent; local
118 if (parent)
120 if (parent->UpdateValueIfNeeded(false))
124 // Copy the parent scalar value and the scalar value type
125 m_value.GetScalar() = parent->GetValue().GetScalar();
126 Value::ValueType value_type = parent->GetValue().GetValueType();
129 if (parent->GetClangType().IsPointerOrReferenceType ())
131 lldb::addr_t addr = parent
27 ValueObjectChild( ValueObject &parent, const ClangASTType &clang_type, const ConstString &name, uint64_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent, AddressType child_ptr_or_ref_addr_type ) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeRenderingTraversal.cpp55 ContainerNode* parent(const Node* node, ParentDetails* details) function in namespace:blink::NodeRenderingTraversal
70 node = NodeRenderingTraversal::parent(node);
79 walker.parent();
87 Node* parent = walker.traverseParent(node);
88 if (parent && parent->isElementNode())
89 return toElement(parent)->pseudoElement(AFTER);
98 walker.parent();
106 Node* parent = walker.traverseParent(node);
107 if (parent
[all...]
/external/chromium_org/ui/wm/core/
H A Dwindow_animations_unittest.cc28 const T* parent = child->parent(); local
29 const std::vector<T*> children = parent->children();
128 scoped_ptr<aura::Window> parent(aura::test::CreateTestWindowWithId(0, NULL));
131 aura::test::CreateTestWindowWithId(1, parent.get()));
134 aura::test::CreateTestWindowWithId(2, parent.get()));
154 // the parent layer.
157 std::find(parent->layer()->children().begin(),
158 parent->layer()->children().end(),
160 parent
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderCounter.cpp167 // identifier in the CounterNode tree for identifier and sets parent and
182 static bool findPlaceForCounter(RenderObject& counterOwner, const AtomicString& identifier, bool isReset, RefPtr<CounterNode>& parent, RefPtr<CounterNode>& previousSibling) argument
202 // We found a reset counter that is on a renderer that is a sibling of ours or a parent.
207 parent = currentCounter->parent();
208 previousSibling = parent ? currentCounter : 0;
209 return parent;
213 parent = currentCounter;
215 // In these cases the identified previousSibling will be invalid as its parent is different from
216 // our identified parent
528 CounterNode* parent = node->parent(); local
[all...]
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer_unittest.cc219 ::wm::ConvertPointToScreen(window->parent(), &initial_location_in_screen);
226 EXPECT_EQ(CorrectContainerIdDuringDrag(), window->parent()->id());
232 if (window->parent()->id() != kShellWindowId_DockedContainer &&
254 // Location at start of the drag in |window->parent()|'s coordinates.
271 EXPECT_EQ(kShellWindowId_DockedContainer, window->parent()->id());
286 EXPECT_EQ(kShellWindowId_DockedContainer, window->parent()->id());
312 EXPECT_EQ(kShellWindowId_DefaultContainer, window->parent()->id());
326 EXPECT_EQ(kShellWindowId_DockedContainer, window->parent()->id());
341 EXPECT_EQ(kShellWindowId_DockedContainer, window->parent()->id());
357 EXPECT_EQ(kShellWindowId_DefaultContainer, window->parent()
[all...]
/external/chromium_org/chrome/browser/undo/
H A Dbookmark_undo_service.cc57 BookmarkAddOperation(Profile* profile, const BookmarkNode* parent, int index);
76 const BookmarkNode* parent,
79 parent_id_(parent->id()),
85 const BookmarkNode* parent = local
87 DCHECK(parent);
89 model->Remove(parent, index_);
114 const BookmarkNode* parent,
129 const BookmarkNode* parent,
140 const BookmarkNode* parent,
144 parent_id_(parent
75 BookmarkAddOperation(Profile* profile, const BookmarkNode* parent, int index) argument
139 BookmarkRemoveOperation(Profile* profile, const BookmarkNode* parent, int old_index, const BookmarkNode* node) argument
152 const BookmarkNode* parent = local
169 UpdateBookmarkIds( const BookmarkNodeData::Element& element, const BookmarkNode* parent, int index_added_at) const argument
346 BookmarkReorderOperation(Profile* profile, const BookmarkNode* parent) argument
360 const BookmarkNode* parent = local
424 BookmarkNodeAdded(BookmarkModel* model, const BookmarkNode* parent, int index) argument
433 OnWillRemoveBookmarks(BookmarkModel* model, const BookmarkNode* parent, int old_index, const BookmarkNode* node) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcallchain.c28 #define chain_for_each_child(child, parent) \
29 list_for_each_entry(child, &parent->children, siblings)
31 #define chain_for_each_child_safe(child, next, parent) \
32 list_for_each_entry_safe(child, next, &parent->children, siblings)
39 struct rb_node *parent = NULL; local
46 parent = *p;
47 rnode = rb_entry(parent, struct callchain_node, rb_node);
70 rb_link_node(&chain->rb_node, parent, p);
166 * Create a child for a parent. If inherit_children, then the new child
167 * will become the new parent o
170 create_child(struct callchain_node *parent, bool inherit_children) argument
231 add_child(struct callchain_node *parent, struct callchain_cursor *cursor, u64 period) argument
250 split_add_child(struct callchain_node *parent, struct callchain_cursor *cursor, struct callchain_list *to_split, u64 idx_parents, u64 idx_local, u64 period) argument
[all...]
/external/fio/lib/
H A Dprio_tree.c100 last->parent = prev;
108 first->parent = node;
114 last->left->parent = last;
135 node->parent = node;
138 node->parent = old->parent;
139 if (old->parent->left == old)
140 old->parent->left = node;
142 old->parent->right = node;
147 old->left->parent
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeNodeStream.cs119 * Replace from start to stop child index of parent with t, which might
128 * If parent is null, don't do anything; must be at root of overall tree.
129 * Can't replace whatever points to the parent externally. Do nothing.
132 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeNodeStream.cs126 * Replace from start to stop child index of parent with t, which might
135 * If parent is null, don't do anything; must be at root of overall tree.
136 * Can't replace whatever points to the parent externally. Do nothing.
139 void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ); argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DStatus002Debuggee.java94 Status002Debuggee parent = Status002Debuggee.status002DebuggeeThis;
95 parent.logWriter.println("--> Thread: " + getName() + ": started...");
97 parent.logWriter.println
105 parent.logWriter.println("--> Thread: " + getName() + ": is finishibg...");
H A DStatus003Debuggee.java94 Status003Debuggee parent = Status003Debuggee.status003DebuggeeThis;
95 parent.logWriter.println("--> Thread: " + getName() + ": started...");
97 parent.logWriter.println
108 parent.logWriter.println("--> Thread: " + getName() + ": is finishibg...");
H A DStatus004Debuggee.java94 Status004Debuggee parent = Status004Debuggee.status004DebuggeeThis;
95 parent.logWriter.println("--> Thread: " + getName() + ": started...");
96 parent.logWriter.println
107 parent.logWriter.println("--> Thread: " + getName() + ": is finishibg...");
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dapi_util.js35 * If the node or its parent has an ID, reference it directly. Otherwise,
50 var parent = targetNode.parentElement;
52 for (var i = 0; i < parent.childNodes.length; i++) {
53 if (parent.childNodes[i] == targetNode) {
60 parent.setAttribute('cvoxid', cvoxid);
/external/chromium_org/chrome/browser/ui/apps/
H A Dapp_info_dialog.h22 void ShowAppInfoDialog(gfx::NativeWindow parent,
/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_password_dialog.h36 gfx::NativeWindow parent,
/external/chromium_org/chrome/browser/ui/views/
H A Dbrowser_dialogs.h34 void EditSearchEngine(gfx::NativeWindow parent,
/external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
H A Dsample.js24 // Create a parent item and two children.
25 var parent = chrome.contextMenus.create({"title": "Test parent item"}); variable
27 {"title": "Child 1", "parentId": parent, "onclick": genericOnClick});
29 {"title": "Child 2", "parentId": parent, "onclick": genericOnClick});
30 console.log("parent:" + parent + " child1:" + child1 + " child2:" + child2);

Completed in 1061 milliseconds

<<11121314151617181920>>