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

  /frameworks/base/core/java/android/app/
ActivityThread.java 375 public ReceiverData(Intent intent, int resultCode, String resultData, Bundle resultExtras,
377 super(resultCode, resultData, resultExtras, TYPE_COMPONENT, ordered, sticky,
388 + " resultData=" + getResultData() + " resultExtras="
533 static final class ResultData {
537 return "ResultData{token=" + token + " results" + results + "}";
621 ResultData res = new ResultData();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 553 WINLDAPAPI ULONG LDAPAPI ldap_parse_extended_resultA (LDAP *Connection,LDAPMessage *ResultMessage,PCHAR *ResultOID,struct berval **ResultData,BOOLEAN Freeit);
554 WINLDAPAPI ULONG LDAPAPI ldap_parse_extended_resultW (LDAP *Connection,LDAPMessage *ResultMessage,PWCHAR *ResultOID,struct berval **ResultData,BOOLEAN Freeit);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 5446 milliseconds