Home
last modified time | relevance | path

Searched refs:smaller (Results 1 – 6 of 6) sorted by relevance

/art/cmdline/
Dtoken_range.h202 auto& smaller = Size() < other.Size() ? *this : other; in StartsWith() local
205 return std::equal(smaller.begin(), smaller.end(), greater.begin()); in StartsWith()
384 static bool StartsWith(const std::string& larger, const std::string& smaller) { in StartsWith()
385 if (larger.size() >= smaller.size()) { in StartsWith()
386 return std::equal(smaller.begin(), smaller.end(), larger.begin()); in StartsWith()
/art/test/1974-resize-array/
Dexpected-stdout.txt25 Test instance self-ref smaller
38 Test local smaller
/art/test/547-regression-trycatch-critic-edge/smali/
DTestCase.smali19 # the outer loop would have a smaller liveness position than the two back edges
/art/tools/runtime_memusage/
DREADME5 of Dex Files into smaller, split pieces of information. Two kinds of information
/art/test/
DREADME.chroot.md24 * the possibility to use a smaller AOSP Android manifest
DAndroid.bp683 // make this list smaller.