HomeSort by relevance Sort by last modified time
    Searched refs:child (Results 51 - 75 of 1841) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/suite/audio_quality/lib/include/task/
TaskBatch.h 28 virtual bool addChild(TaskGeneric* child);
  /external/grpc-grpc/src/core/lib/transport/
service_config.cc 56 for (grpc_json* field = json_tree_->child; field != nullptr;
70 for (grpc_json* field = json->child; field != nullptr; field = field->next) {
73 for (grpc_json* name = field->child; name != nullptr; name = name->next) {
86 for (grpc_json* child = json->child; child != nullptr; child = child->next) {
87 if (child->key == nullptr) return nullptr;
88 if (child->type != GRPC_JSON_STRING) return nullptr
    [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/
cpuset_hierarchy_test.sh 46 echo > "$CPUSET/father/child/cpuset.cpus" || return 1
49 cpuset_log "child cpuset.cpus $(cat "$CPUSET/father/child/cpuset.cpus")"
52 test -z "$(cat "$CPUSET/father/child/cpuset.cpus")" || return 1
58 echo 0 > "$CPUSET/father/child/cpuset.cpus" 2> /dev/null && return 1
61 cpuset_log "child cpuset.cpus $(cat "$CPUSET/father/child/cpuset.cpus")"
64 test -z "$(cat "$CPUSET/father/child/cpuset.cpus")" || return 1
70 echo > "$CPUSET/father/child/cpuset.cpus" || return 1
73 cpuset_log "child cpuset.cpus $(cat "$CPUSET/father/child/cpuset.cpus")
    [all...]
  /external/ltp/testcases/kernel/syscalls/setrlimit/
setrlimit04.c 39 pid_t child; local
46 child = SAFE_FORK();
47 if (child == 0)
49 SAFE_WAITPID(child, &status, 0);
52 tst_res(TPASS, "child process completed OK");
56 tst_res(TFAIL, "child %s", tst_strstatus(status));
  /external/parameter-framework/upstream/parameter/
ParameterBlockType.cpp 61 // Create child elements
62 for (size_t child = 0; child < arrayLength; child++) {
65 new CParameterBlock(std::to_string(child), this);
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_test_utils.py 64 * It has an equivalent set of child nodes (including elements and
99 'number of child elements differ in element ' + actual_node.tagName)
100 for child_id, child in expected_children.iteritems():
104 self.AssertEquivalentNodes(child, actual_children[child_id])
115 Fetches all of the child nodes of element, a DOM Element object.
122 four is encountered, if two child elements with the same identifying
127 for child in element.childNodes:
128 if child.nodeType == Node.ELEMENT_NODE:
129 self.assert_(child.tagName in self.identifying_attribute,
130 'Encountered unknown element <%s>' % child.tagName
    [all...]
  /external/perfetto/tools/
find_scan_roots.py 35 child = components[0]
36 if child in self.children:
37 return self.children[child].Find(components[1:])
39 n = Node(child)
40 self.children[child] = n
44 for child in self.children.itervalues():
45 yield self.name + '/' + child.name, child
46 for p, ch in child:
57 for child in self.children.itervalues()
    [all...]
  /external/boringssl/src/crypto/rsa_extra/
rsa_asn1.c 95 CBS child; local
96 if (!CBS_get_asn1(cbs, &child, CBS_ASN1_SEQUENCE) ||
97 !parse_integer(&child, &ret->n) ||
98 !parse_integer(&child, &ret->e) ||
99 CBS_len(&child) != 0) {
128 CBB child; local
129 if (!CBB_add_asn1(cbb, &child, CBS_ASN1_SEQUENCE) ||
130 !marshal_integer(&child, rsa->n) ||
131 !marshal_integer(&child, rsa->e) ||
163 CBS child; local
217 CBB child; local
    [all...]
  /external/deqp-deps/glslang/Test/
sample.vert.out 6 0:39 move second child to first child (3-component vector of float)
11 0:41 move second child to first child (4-component vector of float)
  /external/dtc/tests/
comments.dts 36 child /* finally */ {
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/
TreeVisitor.java 38 for (Node child : node.getChildrenNodes()) {
39 visitDepthFirst(child);
  /external/yapf/yapf/yapflib/
identify_container.py 40 for child in node.children:
41 self.Visit(child)
49 for child in node.children[1].children:
51 pytree_utils.FirstLeafNode(child), node.children[0])
57 for child in node.children:
58 self.Visit(child)
65 for child in node.children[1].children:
67 pytree_utils.FirstLeafNode(child), node.children[0])
  /cts/tools/utils/
android_api_description_splitter.py 105 for child in elem.childNodes:
106 if child.nodeType == xml.dom.minidom.Node.ELEMENT_NODE:
107 children.append(child)
109 for child in children:
110 if child.nodeName == "doc":
111 elem.removeChild(child)
112 children.remove(child)
114 for child in children:
115 child = self.__trimElem(child)
    [all...]
rerun.py 24 for child in parent.childNodes:
25 if (child.nodeType == Node.ELEMENT_NODE) and (child.tagName == tagName):
27 # " " + child.getAttribute("name")
28 children.append(child)
36 for child in childSuites:
37 for failure in parseSuite(child, parentName + child.getAttribute("name")):
40 for child in childTestCases:
41 className = parentName + child.getAttribute("name"
    [all...]
  /external/ltp/testcases/kernel/syscalls/ipc/lib/
libmsgctl.c 30 int doreader(long key, int tid, long type, int child, int nreps)
38 printf("msgget() error in the reader of child group %d: %s\n",
39 child, strerror(errno));
44 printf("Message queue mismatch in the reader of child group %d for message queue id %d\n",
45 child, id);
54 printf("msgrcv() error in child %d, read # = %d: %s\n",
55 child, (i + 1), strerror(errno));
60 printf("Type mismatch in child %d, read #d = %d: ",
61 child, (i + 1));
68 printf("Size mismatch in child %d, read # = %d: "
    [all...]
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
ScalingScrollLayoutCallback.java 28 public void onLayoutFinished(View child, RecyclerView parent) {
31 float centerOffset = (child.getHeight() / 2.0f) / parent.getHeight();
32 float yRelativeToCenterOffset = (child.getY() / parent.getHeight()) + centerOffset;
40 child.setScaleX(1 - progressToCenter);
41 child.setScaleY(1 - progressToCenter);
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
ScalingScrollLayoutCallback.java 29 // Max we scale the child View.
39 public void onLayoutFinished(View child, RecyclerView parent) {
42 float centerOffset = ((float) child.getHeight() / 2.0f) / (float) parent.getHeight();
43 float yRelativeToCenterOffset = (child.getY() / parent.getHeight()) + centerOffset;
51 child.setScaleX(1 - mProgressToCenter);
52 child.setScaleY(1 - mProgressToCenter);
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
ScalingScrollLayoutCallback.java 30 // Max we scale the child View.
40 public void onLayoutFinished(View child, RecyclerView parent) {
43 float centerOffset = ((float) child.getHeight() / 2.0f) / (float) parent.getHeight();
44 float yRelativeToCenterOffset = (child.getY() / parent.getHeight()) + centerOffset;
52 child.setScaleX(1 - mProgressToCenter);
53 child.setScaleY(1 - mProgressToCenter);
  /external/sfntly/cpp/src/test/
test_xml_utils.cc 27 for (const TiXmlNode* child = node->FirstChild();
28 child != NULL; child = child->NextSibling()) {
29 InternalGetNodesWithName(child, name, wanted_nodes);
  /external/elfutils/libelf/
elf_readall.c 48 Elf *child = elf->state.ar.children; local
50 while (child != NULL)
52 if (child->map_address == NULL)
54 child->map_address = elf->map_address;
55 child->start_offset -= offset;
56 if (child->kind == ELF_K_AR)
57 child->state.ar.offset -= offset;
59 set_address (child, offset);
62 child = child->next
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ViewFadingEdgeTests.java 76 final FadingView child = new FadingView(parentView.getContext()); local
77 child.setLayoutParams(new FrameLayout.LayoutParams(
82 root.addView(child);
83 return child;
90 final FadingView child = attachFadingView(view);
91 child.mEnableFadingLeftEdge = true;
92 child.setFadingEdgeLength(TEST_WIDTH / 2);
93 child.setHorizontalFadingEdgeEnabled(true);
94 Assert.assertEquals(0, child.getSolidColor());
114 final FadingView child = attachFadingView(view)
    [all...]
  /external/libusb/libusb/os/
haiku_pollfs.cpp 73 WatchedEntry *child = new(std::nothrow) WatchedEntry(fMessenger, ref); local
74 if (child == NULL)
76 if (child->InitCheck() == false) {
77 delete child;
81 child->fLink = fEntries;
82 fEntries = child;
155 WatchedEntry *child = fEntries; local
156 while (child) {
157 WatchedEntry *next = child->fLink;
158 delete child;
192 WatchedEntry *child = fEntries; local
201 WatchedEntry *child = new(std::nothrow) WatchedEntry(fMessenger, ref); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 122 for (ElemTemplateElement child = imported.getFirstChildElem();
123 child != null; child = child.getNextSiblingElem())
125 if (Constants.ELEMNAME_EXTENSIONDECL == child.getXSLToken())
127 decl = (ElemExtensionDecl) child;
130 String declNamespace = child.getNamespaceForPrefix(prefix);
154 for (ElemTemplateElement child = m_firstChild; child != null;
155 child = child.m_nextSibling
    [all...]
  /external/elfutils/libdw/
libdw_visit_scopes.c 76 struct Dwarf_Die_Chain child; member in struct:walk_children_state
103 state.child.parent = root;
105 if ((ret = INTUSE(dwarf_child) (&root->die, &state.child.die)) != 0)
120 children in place before moving to the next real child. */
121 while (INTUSE(dwarf_tag) (&state->child.die) == DW_TAG_imported_unit)
123 Dwarf_Die orig_child_die = state->child.die;
125 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&state->child.die,
128 if (INTUSE(dwarf_formref_die) (attr, &state->child.die) != NULL
129 && INTUSE(dwarf_child) (&state->child.die, &state->child.die) == 0
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamLinearLayout.java 133 * Handle end-transition animation event of each child and launch a following animation.
159 * when a new child is added, scroll to bottom and hide action area..
164 public void onChildViewAdded(final View parent, final View child) {
166 Log.d(TAG, "child is added: " + child);
174 View view = child.findViewById(R.id.card_actionarea);
181 public void onChildViewRemoved(View parent, View child) {
182 Log.d(TAG, "child is removed: " + child);
183 mFixedViewList.remove(child);
334 View child = getChildAt(index); local
468 final View child = getChildAt(index); local
533 View child = getChildAt(index); local
    [all...]

Completed in 2006 milliseconds

1 23 4 5 6 7 8 91011>>