/external/ltp/testcases/kernel/sched/nptl/ |
nptl01.c | 60 pthread_cond_t child; variable 180 call_cond_wait(&child, &req, buf, sizeof(buf)); 255 call_cond_init(&child, buf, sizeof(buf)); 272 call_cond_signal(&child, buf, sizeof(buf));
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
fcntl31.c | 319 fprintf(stderr, "child process(%d) setpgrp() failed: %s \n", 346 pid_t child; local 348 child = tst_fork(); 349 if (child < 0) 352 if (child == 0) {
|
fcntl16.c | 298 /* child process */ 310 tst_resm(TFAIL, "Test case %d, child %d, errno = %d", 318 tst_resm(TFAIL, "Test case %d, child %d, errno = %d", 332 tst_resm(TFAIL, "Attempt to set child BLOCKING lock " 340 } /* end of child process */ 359 * Set flag to let parent know that child #1 is ready to have the 368 * Set flag to let parent know that child #2 is ready to have the 375 { /* invoked on child catching SIGUSR1 */ 377 * Set flag to interrupt fcntl call in child and force a controlled 390 tst_resm(TFAIL, "Attempt to signal child %d, 447 int child; local [all...] |
/external/ltp/testcases/kernel/syscalls/migrate_pages/ |
migrate_pages02.c | 164 pid_t child; local 187 /* shared mem is on node2, try to migrate in child to node1 */ 189 child = SAFE_FORK(); 190 if (child == 0) { 191 tst_res(TINFO, "child shared anonymous, cap_sys_nice: %d", 202 /* child can migrate non-shared memory */ 208 SAFE_WAITPID(child, NULL, 0); 210 /* child can migrate shared memory only
|
/external/mesa3d/src/compiler/glsl/ |
opt_rebalance_tree.cpp | 107 ir_expression *child = (ir_expression *)scanner->operands[1]; local 108 scanner->operands[1] = child->operands[1]; 110 child->operands[1] = scanner->operands[0]; 111 scanner->operands[0] = child;
|
/external/mesa3d/src/compiler/nir/ |
nir_dominance.c | 230 * Returns true if parent dominates child 233 nir_block_dominates(nir_block *parent, nir_block *child) 236 nir_cf_node_get_function(&child->cf_node)); 241 return child->dom_pre_index >= parent->dom_pre_index && 242 child->dom_post_index <= parent->dom_post_index;
|
nir_lower_atomics.c | 114 while (tail->child != NULL) { 115 nir_deref_array *deref_array = nir_deref_as_array(tail->child); 116 tail = tail->child; 118 unsigned child_array_elements = tail->child != NULL ?
|
/external/mesa3d/src/util/ |
slab.c | 50 * - a pointer to the child pool to which this element belongs, or 64 /* Next page in the same child pool. */ 84 /* The given object/element belongs to an orphaned page (i.e. the owning child 124 * Create a child pool linked to the given parent. 136 * Destroy the child pool. 203 * Allocate an object from the child pool. Single-threaded (i.e. the caller 204 * must ensure that no operation happens on the same child pool in another 214 * different child pool. 237 * must ensure that no operation happens on the same child pool in another 240 * Freeing an object in a different child pool from the one where it wa [all...] |
/external/parameter-framework/upstream/parameter/ |
Subsystem.cpp | 169 for (size_t child = 0; child < nbChildren; child++) { 172 static_cast<CInstanceConfigurableElement *>(getChild(child));
|
/external/python/cpython2/Lib/lib2to3/ |
patcomp.py | 115 child = children[0] 116 if child.type == token.STAR: 119 elif child.type == token.PLUS: 122 elif child.type == token.LBRACE:
|
/external/python/cpython3/Lib/lib2to3/ |
patcomp.py | 115 child = children[0] 116 if child.type == token.STAR: 119 elif child.type == token.PLUS: 122 elif child.type == token.LBRACE:
|
/external/selinux/libsepol/src/ |
hierarchy.c | 285 uint32_t child, uint32_t parent, uint32_t src, 299 if (ebitmap_get_bit(&p->attr_type_map[src - 1], child - 1)) { 316 rc = bounds_add_bad(handle, child, i+1, class, d, bad); 328 cond_av_list_t *rules, uint32_t child, 342 child, parent, key->source_type, 356 uint32_t child; member in struct:bounds_check_args 370 return bounds_check_rule(a->handle, a->p, NULL, a->cur_avtab, a->child, 378 uint32_t child, uint32_t parent, 388 args.child = child; [all...] |
/external/tensorflow/tensorflow/contrib/image/kernels/ |
segmentation_ops.h | 205 // child of the other. 210 OutputType parent, child; local 215 child = index_b; 218 child = index_a; 221 forest_[child] = parent;
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
ragged_factory_ops.py | 248 for child in pylist: 249 child_scalar_depth, child_max_depth = _find_scalar_and_max_depth(child) 280 for child in item: 281 check_inner_shape(child, shape[1:])
|
/external/tensorflow/tensorflow/tools/api/lib/ |
python_object_to_proto_visitor.py | 184 """Add the child object to the object being constructed.""" 209 for name, child in children: 215 _AddMember(name, child, module_obj) 232 for name, child in children: 238 _AddMember(name, child, class_obj)
|
/external/u-boot/drivers/misc/ |
tegra186_bpmp.c | 109 struct udevice *child; local 114 dev_ofnode(dev), &child); 120 &child); 126 dev_ofnode(dev), &child);
|
/external/u-boot/include/dm/ |
of.h | 40 * @child: Pointer to head of child node list, or NULL if no children 51 struct device_node *child; member in struct:device_node
|
/external/v8/src/profiler/ |
heap-snapshot-generator-inl.h | 48 HeapGraphEdge* HeapEntry::child(int i) { return *(children_begin() + i); } function in class:v8::internal::HeapEntry
|
/external/webrtc/webrtc/libjingle/xmpp/ |
pubsubtasks.cc | 67 for (std::vector<XmlElement*>::const_iterator child = children.begin(); 68 child != children.end(); ++child) { 69 item_elem->AddElement(*child);
|
/build/soong/scripts/ |
manifest_fixer.py | 30 for child in parent.childNodes: 31 if child.nodeType == minidom.Node.ELEMENT_NODE and \ 32 child.tagName == tag_name: 33 children.append(child) 39 for child in get_children_with_tag(element, tag_name): 40 attr = child.getAttributeNodeNS(namespace_uri, attr_name) 42 return child
|
/external/deqp-deps/SPIRV-Tools/source/comp/ |
move_to_front.cpp | 246 // Will determine if |node| will become the right or left child after 324 // |node| may have only one child at this point. 328 uint32_t child = RightOf(node) ? RightOf(node) : LeftOf(node); local 330 // Orphan |node| and reconnect parent and child. 331 if (child) MutableParentOf(child) = parent; 335 MutableLeftOf(parent) = child; 337 MutableRightOf(parent) = child; 346 if (root_ == node) root_ = child; 350 node = child; [all...] |
/external/jdiff/src/jdiff/ |
XMLToAPI.java | 135 public static void addInheritedElements(ClassAPI child, ClassAPI parent, 143 Iterator iter2 = child.methods_.iterator(); 155 child.methods_.add(m2); 163 if (child.fields_.indexOf(f) == -1 && 169 child.fields_.add(f2); 178 addInheritedElements(child, parent2, parent.extends_); 186 addInheritedElements(child, parent2, implName);
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
NestedMapData.java | 40 * the HashMap on the 5th child. 52 // First child (first sibling of children) 54 // Last child (last sibling of children) 88 * Creates a child of this node. 90 * @param chunk name to give the new child node. 97 // If the parent node's child count is 5 or more and it does not have a 108 // If the parent node has a children map, add the new child node to it. 115 // Update previous lastChild to point to new child. 188 * can have a value, a child, and a next peer. 280 * Returns number of child nodes [all...] |
/external/ltp/lib/ |
tst_res.c | 415 pid_t child; local 421 child = fork(); 422 if (child == 0) 425 return child; 428 void tst_record_childstatus(void (*cleanup)(void), pid_t child) 434 SAFE_WAITPID(cleanup, child, &status, 0); 442 tst_resm(TINFO, "Child process returned TPASS"); 445 tst_resm(TINFO, "Child process returned TFAIL"); 448 tst_resm(TINFO, "Child process returned TBROK"); 451 tst_resm(TINFO, "Child process returned TCONF") [all...] |
/external/ltp/testcases/kernel/device-drivers/acpi/ |
ltp_acpi_cmds.c | 140 static int acpi_traverse(acpi_handle parent, acpi_handle child) 154 parent, child, &new_child); 159 child = parent; 160 status = acpi_get_parent(child, &parent); 187 * and save last visited child 203 child = 0; 214 acpi_handle parent = 0, child = 0; local 225 /* continue with the last visited child */ 229 return acpi_traverse(parent, child);
|