HomeSort by relevance Sort by last modified time
    Searched full:child (Results 826 - 850 of 1967) sorted by null

<<31323334353637383940>>

  /external/bluetooth/glib/po/
en_GB.po 850 msgid "Failed to read data from child process"
851 msgstr "Failed to read data from child process"
855 msgid "Failed to create pipe for communicating with child process (%s)"
856 msgstr "Failed to create pipe for communicating with child process (%s)"
860 msgid "Failed to read from child pipe (%s)"
861 msgstr "Failed to read from child pipe (%s)"
870 msgid "Failed to execute child process (%s)"
871 msgstr "Failed to execute child process (%s)"
900 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
903 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
    [all...]
he.po 858 msgid "Failed to read data from child process"
859 msgstr "Failed to read data from child process"
863 msgid "Failed to create pipe for communicating with child process (%s)"
864 msgstr "Failed to create pipe for communicating with child process (%s)"
868 msgid "Failed to read from child pipe (%s)"
869 msgstr "Failed to read from child pipe (%s)"
878 msgid "Failed to execute child process (%s)"
879 msgstr "Failed to execute child process (%s)"
908 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
911 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
    [all...]
  /external/clearsilver/util/
neo_hdf.h 57 struct _hdf *child; member in struct:_hdf
208 * Function: hdf_get_child - return the first child of the named node
210 * name, and return the first child of that node
214 * Returns: The first child of the named dataset node or NULL if the
239 * Function: hdf_obj_child - Return the first child of a dataset node
247 * Returns: The pointer to the first child, or NULL if there is none
423 * for each child object of h, using qsort to sort that
  /external/webkit/WebCore/dom/
xml_expat_tokenizer.cpp 521 for (Node* child = scriptElement->firstChild(); child; child = child->nextSibling()) {
522 if (child->isTextNode() || child->nodeType() == Node::CDATA_SECTION_NODE)
523 scriptCode += static_cast<CharacterData*>(child)->data();
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaLineRasterizer.java 121 LineDasher child = new LineDasher(); local
122 child.phase = phase;
123 child.visible = visible;
124 child.index = index;
125 child.dash = dash;
126 child.move(start);
127 return child;
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 423 * respects the gravity of a child's layout parameters.
627 // Reverse order so the child drawn on top gets first dibs.
636 View child = mContainer.getChildAt(i); local
637 if (child.getVisibility() != View.VISIBLE) {
641 child.getHitRect(frame);
643 return child;
664 closestChild = child;
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 469 final ValuesDelta child = state.getEntry(TEST_ID); local
470 child.put(Phone.NUMBER, "");
508 // Try creating a contact without any child entries
590 final ValuesDelta child = state.getEntry(TEST_ID); local
591 child.put(Phone.NUMBER, "");
655 final ValuesDelta child = state.getEntry(TEST_ID); local
656 child.put(Phone.NUMBER, "");
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 284 * Returns the child {@link FileEntry} matching the name.
286 * @param name the name of the child to return.
305 void addChild(FileEntry child) {
306 mChildren.add(child);
673 for (FileEntry child : children) {
674 String path = child.getFullPath();
675 map.put(path, child);
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebChromeClientTest.java 172 // load a page that opens a child window, requests focus for the child and sets a timeout
173 // after which the child will be closed
  /external/bluetooth/glib/
README.in 141 * The child watch functionality tends to reveal a bug in many
144 for a child created in a different thread. For this reason, for
146 child processes that you want to wait for from the main thread.
  /external/clearsilver/java-jni/
CSTest.java 134 System.out.println("First child name: " + child_hdf.objName() + "\n");
138 System.out.println("Next child name: " + next_hdf.objName());
140 System.out.println("Next child (should be null): " + next_hdf + "\n");
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_flexi.c 330 /* Sequence elements go as child */
332 if ((err = der_decode_sequence_flexi(in, &len, &(l->child))) != CRYPT_OK) {
340 l->child->parent = l;
  /external/gtest/include/gtest/
gtest-death-test.h 46 // meaning that the death test child process will re-execute the test binary
48 // meaning that the child process will execute the test logic immediately
138 // a child process.
  /external/libxml2/
schematron.c 1294 xmlNodePtr child, node; local
    [all...]
xmlsave.c 1057 xmlNodePtr child = cur->children; local
1059 while (child != NULL) {
1063 xhtmlNodeDumpOutput(ctxt, child);
1066 xmlNodeDumpOutputInternal(ctxt, child);
1068 child = child->next;
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_tree.cpp 118 if (y->left == 0) // z has at most one non-null child. y == z.
122 if (y->right == 0) // z has exactly one non-null child. y == z.
140 y->parent->left = x; // y must be a left child
pvlogger.cpp 481 Oscl_TagTree<PVLogger*, alloc_type>::node_ptr child = (node->children)[i]; local
483 PVLogger* tmpPVLoggerNode = child->value;
485 SetNodeLogLevelExplicit(child, level);
  /external/qemu/hw/
qdev.c 353 BusState *child; local
387 LIST_FOREACH(child, &dev->child_bus, sibling) {
388 qbus_print(mon, child, indent);
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 280 AtkObject* child = coreChild->wrapper();
281 atk_object_set_parent(child, object);
282 g_object_ref(child);
284 return child;
299 AtkObject* child = atk_object_ref_accessible_child(atkParent, i); local
300 bool childIsObject = child == object;
301 g_object_unref(child);
694 // i is the ith selection as opposed to the ith child.
745 AtkObject* child = option->wrapper(); local
746 g_object_ref(child);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 93 COMPtr<IDispatch> child; local
99 if (FAILED(m_element->get_accChild(vChild, &child)))
101 return COMPtr<IAccessible>(Query, child);
  /packages/apps/Camera/src/com/android/camera/ui/
GLListView.java 327 GLView child = mModel.getView(i); local
328 if (child.mBounds.bottom > position) {
330 setHighlightItem(child, i);
GLView.java 365 GLView child = getComponent(i); local
366 if (child.getVisibility() == GLView.VISIBLE) {
367 child.onVisibilityChanged(visibility);
  /external/ppp/pppd/
main.c 193 static int n_children; /* # child processes still running */
220 * We maintain a list of child process pids and
629 dbglog("Waiting for %d child processes...", n_children);
    [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 1393 Node* child = current->firstChild(); local
1865 Node *child = node->firstChild(); local
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]

Completed in 246 milliseconds

<<31323334353637383940>>