HomeSort by: relevance | last modified time | path
    Searched refs:child_name (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-glade-1 67 <child_name>GnomeApp:dock</child_name>
316 <child_name>Toolbar:button</child_name>
324 <child_name>Toolbar:button</child_name>
332 <child_name>Toolbar:button</child_name>
340 <child_name>Toolbar:button</child_name>
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ada-varobj.c 381 - If CHILD_NAME is not NULL, then a copy of the child's name
382 is saved in *CHILD_NAME. This copy must be deallocated
404 std::string *child_name,
418 std::string *child_name,
467 child_index - childno, child_name, child_value,
474 child_name, child_value,
498 if (child_name)
507 *child_name = string_printf ("%.*s", child_name_len, field_name);
557 std::string *child_name,
562 if (child_name)
745 std::string child_name; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ada-varobj.c 381 - If CHILD_NAME is not NULL, then a copy of the child's name
382 is saved in *CHILD_NAME.
402 std::string *child_name,
416 std::string *child_name,
465 child_index - childno, child_name, child_value,
472 child_name, child_value,
496 if (child_name)
505 *child_name = string_printf ("%.*s", child_name_len, field_name);
555 std::string *child_name,
560 if (child_name)
743 std::string child_name; local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_mtree.c 2030 mtree_entry_find_child(struct mtree_entry *parent, const char *child_name)
2037 &(parent->dir_info->rbtree), child_name);
archive_write_set_format_xar.c 2079 file_find_child(struct file *parent, const char *child_name)
2084 &(parent->rbtree), child_name);
archive_write_set_format_iso9660.c 5739 isoent_find_child(struct isoent *isoent, const char *child_name)
5744 &(isoent->rbtree), child_name);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
mi-support.exp 1480 proc mi_varobj_update_with_child_type_change { name child_name new_type new_children testname } {
1481 set v "{name=\"$child_name\",in_scope=\"true\",type_changed=\"true\",new_type=\"$new_type\",new_num_children=\"$new_children\",has_more=\".\"}"
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
mi-support.exp 1480 proc mi_varobj_update_with_child_type_change { name child_name new_type new_children testname } {
1481 set v "{name=\"$child_name\",in_scope=\"true\",type_changed=\"true\",new_type=\"$new_type\",new_num_children=\"$new_children\",has_more=\".\"}"
  /src/external/bsd/nsd/dist/
server.c 3573 static char child_name[20]; local
3593 snprintf(child_name, sizeof(child_name), "srv%d",
3595 log_set_process_role(child_name);

Completed in 35 milliseconds