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

  /external/boringssl/src/crypto/bytestring/
cbb.c 198 size_t child_start, i, len; local
211 child_start = cbb->child->offset + cbb->child->pending_len_len;
214 child_start < cbb->child->offset ||
215 cbb->base->len < child_start) {
219 len = cbb->base->len - child_start;
257 OPENSSL_memmove(cbb->base->buf + child_start + extra_bytes,
258 cbb->base->buf + child_start, len);
  /frameworks/support/percent/tests/java/android/support/percent/
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)

Completed in 858 milliseconds