Searched defs:reverse (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/ui/
H A DInputTransport.cpp102 int reverse[2]; local
103 if (pipe(reverse)) {
105 LOGE("channel '%s' ~ Could not create reverse pipe. errno=%d",
111 serverAshmemFd, reverse[0], forward[1]);
116 clientAshmemFd, forward[0], reverse[1]);
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java334 if (matches(getResources().getDomainSuffixes(), reverse(domain))) {
381 // prefix matches, we reverse all the strings to get suffix comparisons.
1329 /** Returns the reverse of the given string. */
1330 protected static String reverse(String str) { method in class:AbstractMessageParser

Completed in 232 milliseconds