HomeSort by relevance Sort by last modified time
    Searched refs:child_start (Results 1 - 2 of 2) sorted by null

  /frameworks/support/percent/src/androidTest/java/androidx/percentlayout/widget/
PercentRelativeRtlTest.java 166 final View childToTest = mPercentRelativeLayout.findViewById(R.id.child_start);
280 : mPercentRelativeLayout.findViewById(R.id.child_start);
289 ? mPercentRelativeLayout.findViewById(R.id.child_start)
  /external/boringssl/src/crypto/bytestring/
cbb.c 200 size_t child_start, i, len; local
213 child_start = cbb->child->offset + cbb->child->pending_len_len;
216 child_start < cbb->child->offset ||
217 cbb->base->len < child_start) {
221 len = cbb->base->len - child_start;
259 OPENSSL_memmove(cbb->base->buf + child_start + extra_bytes,
260 cbb->base->buf + child_start, len);

Completed in 205 milliseconds