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

  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 425 private static int findMatch(Uri uri, String methodName) {
692 final int match = findMatch(uri, "delete");
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 343 PassRefPtr<StringImpl> StringImpl::removeCharacters(CharacterMatchFunctionPtr findMatch)
349 while (from != fromend && !findMatch(*from))
362 while (from != fromend && findMatch(*from))
364 while (from != fromend && !findMatch(*from))
WTFString.cpp 298 String String::removeCharacters(CharacterMatchFunctionPtr findMatch) const
302 return m_impl->removeCharacters(findMatch);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 236 sub findMatch
257 } # end findMatch
311 ($opt, $problem) = findMatch($opt)
  /dalvik/tools/dmtracedump/
TraceDump.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 913 milliseconds