HomeSort by relevance Sort by last modified time
    Searched full:child (Results 1 - 25 of 7933) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/s390x/
test_fork.stdout.exp 0 child
  /external/chromium_org/content/
content_child.gypi 25 'public/child/image_decoder_utils.h',
26 'public/child/request_peer.h',
27 'public/child/resource_dispatcher_delegate.h',
30 'child/appcache/appcache_backend_proxy.cc',
31 'child/appcache/appcache_backend_proxy.h',
32 'child/appcache/appcache_dispatcher.cc',
33 'child/appcache/appcache_dispatcher.h',
34 'child/appcache/appcache_frontend_impl.cc',
35 'child/appcache/appcache_frontend_impl.h',
36 'child/appcache/web_application_cache_host_impl.cc'
    [all...]
  /art/test/063-process-manager/
expected.txt 3 spawning child #1
4 spawning child
6 child died
9 spawning child #2
10 spawning child
12 child died
  /external/valgrind/main/none/tests/
mmap_fcntl_bug.stderr.exp 0 Child exited with zero (TEST PASSED).
pth_blockedsig.stdout.exp 1 thread CHILD sending SIGUSR1 to thread MAIN
allexec32.stdout.exp 3 child exited
5 child exited
7 child exited
10 child exited
12 child exited
14 child exited
allexec64.stdout.exp 3 child exited
5 child exited
7 child exited
10 child exited
12 child exited
14 child exited
  /external/valgrind/main/drd/tests/
tc08_hbl2.stdout.exp 0 child: new value 6
2 child: new value 10
tc21_pthonce.stdout.exp 3 child: Hi, I'm thread 0
4 child: Hi, I'm thread 1
  /external/valgrind/main/helgrind/tests/
tc08_hbl2.stdout.exp 0 child: new value 6
2 child: new value 10
tc21_pthonce.stdout.exp 3 child: Hi, I'm thread 0
4 child: Hi, I'm thread 1
  /external/chromium_org/content/browser/android/java/
DEPS 2 "+content/child", # For java bridge bindings
  /external/lldb/test/pexpect-2.4/examples/
ftp.py 12 child = pexpect.spawn('ftp ftp.openbsd.org') variable
13 child.expect('(?i)name .*: ')
14 child.sendline('anonymous')
15 child.expect('(?i)password')
16 child.sendline('pexpect@sourceforge.net')
17 child.expect('ftp> ')
18 child.sendline('cd /pub/OpenBSD/3.7/packages/i386')
19 child.expect('ftp> ')
20 child.sendline('bin')
21 child.expect('ftp> '
    [all...]
  /external/llvm/tools/lli/ChildTarget/
CMakeLists.txt 3 add_llvm_executable(lli-child-target
8 set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/
AttributeDescendantSelector.html 6 [attr=root] [attr=child] {}
15 var child = document.createElement("div");
16 child.id = idPrefix + i;
17 element.appendChild(child);
26 for (var child = element.firstChild; child.nextSibling; child = child.nextSibling) {
27 makeTree(child, depth - 1, fanOut, child.id)
    [all...]
ClassDescendantSelector.html 6 .root .child {}
15 var child = document.createElement("div");
16 child.id = idPrefix + i;
17 element.appendChild(child);
26 for (var child = element.firstChild; child.nextSibling; child = child.nextSibling) {
27 makeTree(child, depth - 1, fanOut, child.id)
    [all...]
  /external/chromium_org/content/gpu/
DEPS 2 "+content/child",
  /external/chromium_org/content/ppapi_plugin/
DEPS 2 "+content/child",
  /external/chromium_org/content/public/child/
BUILD.gn 5 import("//content/child/child.gni")
7 source_set("child") {
16 "//content/child",
  /external/chromium_org/content/utility/
DEPS 2 "+content/child",
  /external/chromium_org/content/worker/
DEPS 2 "+content/child",
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 53 RenderBox* child = m_box->firstChildBox(); local
54 while (child) {
55 if (child->style()->boxOrdinalGroup() > m_largestOrdinal)
56 m_largestOrdinal = child->style()->boxOrdinalGroup();
57 child = child->nextSiblingBox();
151 static LayoutUnit marginWidthForChild(RenderBox* child)
156 Length marginLeft = child->style()->marginLeft();
157 Length marginRight = child->style()->marginRight();
166 static bool childDoesNotAffectWidthOrFlexing(RenderObject* child)
    [all...]
RenderFlexibleBox.cpp 60 Violation(RenderBox* child, LayoutUnit childSize)
61 : child(child)
66 RenderBox* child; member in struct:WebCore::RenderFlexibleBox::Violation
100 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) {
101 if (child->isOutOfFlowPositioned())
104 LayoutUnit margin = marginIntrinsicLogicalWidthForChild(child);
709 RenderBox* child = children[i]; local
922 RenderBox* child = violations[i].child; local
941 RenderBox* child = children[i]; local
1054 RenderBox* child = children[i]; local
1104 RenderBox* child = children[i]; local
1190 RenderBox* child = children[i]; local
1253 RenderBox* child = m_orderIterator.first(); local
1287 RenderBox* child = m_orderIterator.first(); local
1416 RenderBox* child = m_orderIterator.first(); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
inherited_exception.cpp 20 struct Child : public Base, public Base2 {
25 Child child; local
26 child.b1 = 10;
27 child.b2 = 11;
28 child.c = 12;
29 throw child;
33 Child child; local
34 child.b1 = 10
41 Child* child = new Child; local
    [all...]
  /external/chromium_org/webkit/data/test_shell/sort/
sort-heap.js 27 var child = root * 2 + 1;
28 if (child <= end) {
29 if (child < end && sort.compare(child, child + 1) < 0) {
30 child++;
32 if (sort.compare(root, child) < 0) {
33 sort.swap(root, child);
34 root = child;
44 child = i * 2 + 1
    [all...]

Completed in 3216 milliseconds

1 2 3 4 5 6 7 8 91011>>