Searched defs:child2 (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/helgrind/tests/
H A Dlocked_vs_unlocked1.c27 pthread_t child1, child2; local
34 if (pthread_create(&child2, NULL, child_fn, (void*)(long)(sw ? 1 : 0))) {
44 if (pthread_join(child2, NULL)) {
H A Dlocked_vs_unlocked2.c53 pthread_t child1, child2; local
61 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
65 r= pthread_join(child2, NULL); assert(!r);
H A Dlocked_vs_unlocked3.c45 pthread_t child1, child2; local
53 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
57 r= pthread_join(child2, NULL); assert(!r);
H A Dtc22_exit_w_lock.c37 pthread_t child1, child2; local
39 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
/external/linux-tools-perf/src/include/linux/
H A Drbtree_augmented.h159 struct rb_node *successor = child, *child2; local
172 child2 = successor->rb_right;
194 parent->rb_left = child2 = successor->rb_right;
207 if (child2) {
209 rb_set_parent_color(child2, parent, RB_BLACK);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewGroupTest.java34 private View child2; field in class:ViewGroupTest
48 child2 = new View(context);
54 root.addView(child2);
96 assertThat(child2.getParent(), nullValue());
103 root.addView(child2);
107 assertThat(root.getChildAt(2), sameInstance(child2));
114 child2.setTag("tag2");
117 root.addView(child2);
120 assertThat(root.findViewWithTag("tag2"), sameInstance(child2));
128 child2
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java348 * Figure out if child2 is after child1 in document order.
356 * @param parent Must be the parent of both child1 and child2.
357 * @param child1 Must be the child of parent and not equal to child2.
358 * @param child2 Must be the child of parent and not equal to child1.
362 Node child2)
367 short child2type = child2.getNodeType();
405 else if (child2 == child || isNodeTheSame(child2, child))
449 else if (child2 == child || isNodeTheSame(child2, chil
361 isNodeAfterSibling(Node parent, Node child1, Node child2) argument
[all...]
/external/boringssl/src/crypto/bytestring/
H A Dcbs.c375 CBS child, child2; local
383 if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) ||
384 CBS_len(&child2) != 1 ||
389 boolean = CBS_data(&child2)[0];
/external/boringssl/src/ssl/
H A Dssl_asn1.c160 CBB cbb, session, child, child2; local
222 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) ||
223 !CBB_add_bytes(&child2, in->sid_ctx, in->sid_ctx_length)) {
238 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) ||
239 !CBB_add_bytes(&child2, (const uint8_t *)in->tlsext_hostname,
248 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) ||
249 !CBB_add_bytes(&child2, (const uint8_t *)in->psk_identity,
266 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) ||
267 !CBB_add_bytes(&child2, in->tlsext_tick, in->tlsext_ticklen)) {
275 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRIN
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1590 milliseconds