HomeSort by relevance Sort by last modified time
    Searched full:unsubscribe (Results 251 - 275 of 352) sorted by null

<<1112131415

  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/
msg_25.txt 110 List-Unsubscribe: <http://www.linux.org.uk/mailman/listinfo/linuxuser>,
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/
msg_25.txt 110 List-Unsubscribe: <http://www.linux.org.uk/mailman/listinfo/linuxuser>,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_25.txt 110 List-Unsubscribe: <http://www.linux.org.uk/mailman/listinfo/linuxuser>,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_25.txt 110 List-Unsubscribe: <http://www.linux.org.uk/mailman/listinfo/linuxuser>,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 79 'UNSUBSCRIBE': ('AUTH', 'SELECTED'),
768 def unsubscribe(self, mailbox): member in class:IMAP4
769 """Unsubscribe from old mailbox.
771 (typ, [data]) = <instance>.unsubscribe(mailbox)
773 return self._simple_command('UNSUBSCRIBE', mailbox)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 79 'UNSUBSCRIBE': ('AUTH', 'SELECTED'),
768 def unsubscribe(self, mailbox): member in class:IMAP4
769 """Unsubscribe from old mailbox.
771 (typ, [data]) = <instance>.unsubscribe(mailbox)
773 return self._simple_command('UNSUBSCRIBE', mailbox)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 79 'UNSUBSCRIBE': ('AUTH', 'SELECTED'),
768 def unsubscribe(self, mailbox): member in class:IMAP4
769 """Unsubscribe from old mailbox.
771 (typ, [data]) = <instance>.unsubscribe(mailbox)
773 return self._simple_command('UNSUBSCRIBE', mailbox)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 79 'UNSUBSCRIBE': ('AUTH', 'SELECTED'),
768 def unsubscribe(self, mailbox): member in class:IMAP4
769 """Unsubscribe from old mailbox.
771 (typ, [data]) = <instance>.unsubscribe(mailbox)
773 return self._simple_command('UNSUBSCRIBE', mailbox)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.cpp 347 // auto notify this subscriber of the unsubscribe
446 // auto notify this subscriber of the unsubscribe
537 // auto notify this subscriber of the unsubscribe
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.cpp 347 // auto notify this subscriber of the unsubscribe
446 // auto notify this subscriber of the unsubscribe
537 // auto notify this subscriber of the unsubscribe
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_agps.cpp 347 // auto notify this subscriber of the unsubscribe
446 // auto notify this subscriber of the unsubscribe
537 // auto notify this subscriber of the unsubscribe
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.cpp 347 // auto notify this subscriber of the unsubscribe
446 // auto notify this subscriber of the unsubscribe
537 // auto notify this subscriber of the unsubscribe
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_agps.cpp 347 // auto notify this subscriber of the unsubscribe
446 // auto notify this subscriber of the unsubscribe
537 // auto notify this subscriber of the unsubscribe
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_agps.cpp 347 // auto notify this subscriber of the unsubscribe
446 // auto notify this subscriber of the unsubscribe
537 // auto notify this subscriber of the unsubscribe
    [all...]
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc_eng_agps.cpp 346 // auto notify this subscriber of the unsubscribe
445 // auto notify this subscriber of the unsubscribe
536 // auto notify this subscriber of the unsubscribe
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
ConditionProviderVerifierActivity.java 424 logFail("Couldn't test unsubscribe; subscribe failed.");
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera.c 449 /* subscribe/unsubscribe event to kernel */
    [all...]
  /packages/services/Car/vehicle_network_service/
VehicleNetworkService.h 301 virtual void unsubscribe(const sp<IVehicleNetworkListener> &listener, int32_t property);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapispi.h 63 #define MAPI_IMAPISUPPORT_METHODS1(IPURE) MAPIMETHOD(GetLastError) (THIS_ HRESULT hResult,ULONG ulFlags,LPMAPIERROR *lppMAPIError) IPURE; MAPIMETHOD(GetMemAllocRoutines) (THIS_ LPALLOCATEBUFFER *lpAllocateBuffer,LPALLOCATEMORE *lpAllocateMore,LPFREEBUFFER *lpFreeBuffer) IPURE; MAPIMETHOD(Subscribe) (THIS_ LPNOTIFKEY lpKey,ULONG ulEventMask,ULONG ulFlags,LPMAPIADVISESINK lpAdviseSink,ULONG *lpulConnection) IPURE; MAPIMETHOD(Unsubscribe) (THIS_ ULONG ulConnection) IPURE; MAPIMETHOD(Notify) (THIS_ LPNOTIFKEY lpKey,ULONG cNotification,LPNOTIFICATION lpNotifications,ULONG *lpulFlags) IPURE; MAPIMETHOD(ModifyStatusRow) (THIS_ ULONG cValues,LPSPropValue lpColumnVals,ULONG ulFlags) IPURE; MAPIMETHOD(OpenProfileSection) (THIS_ LPMAPIUID lpUid,ULONG ulFlags,LPPROFSECT *lppProfileObj) IPURE; MAPIMETHOD(RegisterPreprocessor) (THIS_ LPMAPIUID lpMuid,LPTSTR lpszAdrType,LPTSTR lpszDLLName,LPSTR lpszPreprocess,LPSTR lpszRemovePreprocessInfo,ULONG ulFlags) IPURE; MAPIMETHOD(NewUID) (THIS_ LPMAPIUID lpMuid) IPURE; MAPIMETHOD(MakeInvalid) (THIS_ ULONG ulFlags,LPVOID lpObject,ULONG ulRefCount,ULONG cMethods) IPURE;
  /external/webrtc/webrtc/libjingle/xmpp/
rostermoduleimpl.cc 112 else if (string == "unsubscribe")
789 return SendSubscriptionRequest(jid, "unsubscribe");
  /external/wpa_supplicant_8/src/wps/
httpread.c 244 else if (word_eq(hbp, "UNSUBSCRIBE"))
466 !os_strncasecmp(h->hdr, "UNSUBSCRIBE", 11) ||
  /hardware/libhardware/tests/vehicle/
vehicle-hal-tool.c 409 // Unsubscribe and uninit.
410 ret_code = device->unsubscribe(device, prop);
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.pom 26 <unsubscribe>https://lists.sourceforge.net/lists/listinfo/joda-interest</unsubscribe>
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.pom 55 <unsubscribe>http://lists.sourceforge.net/lists/listinfo/pmd-devel</unsubscribe>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libvssapi.a 7 ?$?'$)?)?,?,?/?/?2z2z545488:?:?=?=?@?@?C<C<E?E?H?H?K?K?N?N?Q?Q?T?T?WtWtZpZp]r]r`d`dcrcrffffiZiZlplpo?o?r?r?vBvBy?y?|?|??0?0?l?l?????????P?P?????????(?(?r?r?n?n?j?j????????? ? ?l?l?????????????????H?H?H?H?R?R?l?l???????????.?.?R?R?x?x???????????,?,?D?D?f?f??????????RR88(( V V ? ?||????????"|"|%H%H__lib64_libvssapi_a_iname_head_lib64_libvssapi_aVssFreeSnapshotPropertiesInternal__imp_VssFreeSnapshotPropertiesInternalVssFreeSnapshotProperties__imp_VssFreeSnapshotPropertiesShouldBlockRevertInternal__imp_ShouldBlockRevertInternalShouldBlockRevert__imp_ShouldBlockRevertIsVolumeSnapshottedInternal__imp_IsVolumeSnapshottedInternalIsVolumeSnapshotted__imp_IsVolumeSnapshottedGetProviderMgmtInterfaceInternal__imp_GetProviderMgmtInterfaceInternalGetProviderMgmtInterface__imp_GetProviderMgmtInterfaceCreateWriterEx__imp_CreateWriterExCreateWriter__imp_CreateWriterCreateVssExpressWriterInternal__imp_CreateVssExpressWriterInternalCreateVssExamineWriterMetadataInternal__imp_CreateVssExamineWriterMetadataInternalCreateVssBackupComponentsInternal__imp_CreateVssBackupComponentsInternal?Unsubscribe@CVssWriter@@QEAAJXZ__imp_?Unsubscribe@CVssWriter@@QEAAJXZ?Uninitialize@CVssJetWriter@@QEAAXXZ__imp_?Uninitialize@CVssJetWriter@@QEAAXXZ?Subscribe@CVssWriter@@QEAAJK@Z__imp_?Subscribe@CVssWriter@@QEAAJK@Z?SetWriterFailure@CVssWriter@@IEAAJJ@Z__imp_?SetWriterFailure@CVssWriter@@IEAAJJ@Z?SetWriterFailure@CVssJetWriter@@IEAAJJ@Z__imp_?SetWriterFailure@CVssJetWriter@@IEAAJJ@Z?OnVSSShutdown@CVssWriter@@UEAA_NXZ__imp_?OnVSSShutdown@CVssWriter@@UEAA_NXZ?OnVSSApplicationStartup@CVssWriter@@UEAA_NXZ__imp_?OnVSSApplicationStartup@CVssWriter@@UEAA_NXZ?OnThawEnd@CVssJetWriter@@UEAA_N_N@Z__imp_?OnThawEnd@CVssJetWriter@@UEAA_N_N@Z?OnThawBegin@CVssJetWriter@@UEAA_NXZ__imp_?OnThawBegin@CVssJetWriter@@UEAA_NXZ?OnPrepareSnapshotEnd@CVssJetWriter@@UEAA_N_N@Z__imp_?OnPrepareSnapshotEnd@CVssJetWriter@@UEAA_N_N@Z?OnPrepareSnapshotBegin@CVssJetWriter@@UEAA_NXZ__imp_?OnPrepareSnapshotBegin@CVssJetWriter@@UEAA_NXZ?OnPrepareBackupEnd@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@_N@Z__imp_?OnPrepareBackupEnd@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@_N@Z?OnPrepareBackupBegin@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@@Z__imp_?OnPrepareBackupBegin@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@@Z?OnPrepareBackup@CVssWriter@@UEAA_NPEAVIVssWriterComponents@@@Z__imp_?OnPrepareBackup@CVssWriter@@UEAA_NPEAVIVssWriterComponents@@@Z?OnPreRestoreEnd@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@_N@Z__imp_?OnPreRestoreEnd@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@_N@Z?OnPreRestoreBegin@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@@Z__imp_?OnPreRestoreBegin@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@@Z?OnPreRestore@CVssWriter@@UEAA_NPEAVIVssWriterComponents@@@Z__imp_?OnPreRestore@CVssWriter@@UEAA_NPEAVIVssWriterComponents@@@Z?OnPostSnapshot@CVssWriter@@UEAA_NPEAVIVssWriterComponents@@@Z__imp_?OnPostSnapshot@CVssWriter@@UEAA_NPEAVIVssWriterComponents@@@Z?OnPostSnapshot@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@@Z__imp_?OnPostSnapshot@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@@Z?OnPostRestoreEnd@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@_N@Z__imp_?OnPostRestoreEnd@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@_N@Z?OnPostRestoreBegin@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@@Z__imp_?OnPostRestoreBegin@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@@Z?OnPostRestore@CVssWriter@@UEAA_NPEAVIVssWriterComponents@@@Z__imp_?OnPostRestore@CVssWriter@@UEAA_NPEAVIVssWriterComponents@@@Z?OnIdentify@CVssWriter@@UEAA_NPEAVIVssCreateWriterMetadata@@@Z__imp_?OnIdentify@CVssWriter@@UEAA_NPEAVIVssCreateWriterMetadata@@@Z?OnIdentify@CVssJetWriter@@UEAA_NPEAVIVssCreateWriterMetadata@@@Z__imp_?OnIdentify@CVssJetWriter@@UEAA_NPEAVIVssCreateWriterMetadata@@@Z?OnFreezeEnd@CVssJetWriter@@UEAA_N_N@Z__imp_?OnFreezeEnd@CVssJetWriter@@UEAA_N_N@Z?OnFreezeBegin@CVssJetWriter@@UEAA_NXZ__imp_?OnFreezeBegin@CVssJetWriter@@UEAA_NXZ?OnContinueIOOnVolume@CVssWriter@@UEAA_NPEAGU_GUID@@1@Z__imp_?OnContinueIOOnVolume@CVssWriter@@UEAA_NPEAGU_GUID@@1@Z?OnBackupShutdown@CVssWriter@@UEAA_NU_GUID@@@Z__imp_?OnBackupShutdown@CVssWriter@@UEAA_NU_GUID@@@Z?OnBackupCompleteEnd@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@_N@Z__imp_?OnBackupCompleteEnd@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@_N@Z?OnBackupCompleteBegin@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@@Z__imp_?OnBackupCompleteBegin@CVssJetWriter@@UEAA_NPEAVIVssWriterComponents@@@Z?OnBackupComplete@CVssWriter@@UEAA_NPEAVIVssWriterComponents@@@Z__imp_?OnBackupComplete@CVssWriter@@UEAA_NPEAVIVssWriterComponents@@@Z?OnBackOffIOOnVolume@CVssWriter@@UEAA_NPEAGU_GUID@@1@Z__imp_?OnBackOffIOOnVolume@CVssWriter@@UEAA_NPEAGU_GUID@@1@Z?OnAbortEnd@CVssJetWriter@@UEAAXXZ__imp_?OnAbortEnd@CVssJetWriter@@UEAAXXZ?OnAbortBegin@CVssJetWriter@@UEAAXXZ__imp_?OnAbortBegin@CVssJetWriter@@UEAAXXZ?LoadVssSnapshotSetDescription@@YAJPEBGPEAPEAVIVssSnapshotSetDescription@@U_GUID@@@Z__imp_?LoadVssSnapshotSetDescription@@YAJPEBGPEAPEAVIVssSnapshotSetDescription@@U_GUID@@@Z?IsPathAffected@CVssWriter@@IEBA_NPEBG@Z__imp_?IsPathAffected@CVssWriter@@IEBA_NPEBG@Z?IsPathAffected@CVssJetWriter@@IEBA_NPEBG@Z__imp_?IsPathAffected@CVssJetWriter@@IEBA_NPEBG@Z?IsPartialFileSupportEnabled@CVssWriter@@IEBA_NXZ__imp_?IsPartialFileSupportEnabled@CVssWriter@@IEBA_NXZ?IsPartialFileSupportEnabled@CVssJetWriter@@IEBA_NXZ__imp_?IsPartialFileSupportEnabled@CVssJetWriter@@IEBA_NXZ?IsBootableSystemStateBackedUp@CVssWriter@@IEBA_NXZ__imp_?IsBootableSystemStateBackedUp@CVssWriter@@IEBA_NXZ?IsBootableSystemStateBackedUp@CVssJetWriter@@IEBA_NXZ__imp_?IsBootableSystemStateBackedUp@CVssJetWriter@@IEBA_NXZ?InstallAlternateWriter@CVssWriter@@QEAAJU_GUID@@0@Z__imp_?InstallAlternateWriter@CVssWriter@@QEAAJU_GUID@@0@Z?Initialize@CVssWriter@@QEAAJU_GUID@@PEBGW4VSS_USAGE_TYPE@@W4VSS_SOURCE_TYPE@@W4_VSS_APPLICATION_LEVEL@@KW4VSS_ALTERNATE_WRITER_STATE@@_N1@Z__imp_?Initialize@CVssWriter@@QEAAJU_GUID@@PEBGW4VSS_USAGE_TYPE@@W4VSS_SOURCE_TYPE@@W4_VSS_APPLICATION_LEVEL@@KW4VSS_ALTERNATE_WRITER_STATE@@_N1@Z?Initialize@CVssJetWriter@@QEAAJU_GUID@@PEBG_N211K@Z__imp_?Initialize@CVssJetWriter@@QEAAJU_GUID@@PEBG_N211K@Z?GetSnapshotDeviceName@CVssWriter@@IEBAJPEBGPEAPEBG@Z__imp_?GetSnapshotDeviceName@CVssWriter@@IEBAJPEBGPEAPEBG@Z?GetSnapshotDeviceName@CVssJetWriter@@IEBAJPEBGPEAPEBG@Z__imp_?GetSnapshotDeviceName@CVssJetWriter@@IEBAJPEBGPEAPEBG@Z?GetRestoreType@CVssWriter@@IEBA?AW4_VSS_RESTORE_TYPE@@XZ__imp_?GetRestoreType@CVssWriter@@IEBA?AW4_VSS_RESTORE_TYPE@@XZ?GetRestoreType@CVssJetWriter@@IEBA?AW4_VSS_RESTORE_TYPE@@XZ__imp_?GetRestoreType@CVssJetWriter@@IEBA?AW4_VSS_RESTORE_TYPE@@XZ?GetCurrentVolumeCount@CVssWriter@@IEBAIXZ__imp_?GetCurrentVolumeCount@CVssWriter@@IEBAIXZ?GetCurrentVolumeCount@CVssJetWriter@@IEBAIXZ__imp_?GetCurrentVolumeCount@CVssJetWriter@@IEBAIXZ?GetCurrentVolumeArray@CVssWriter@@IEBAPEAPEBGXZ__imp_?GetCurrentVolumeArray@CVssWriter@@IEBAPEAPEBGXZ?GetCurrentVolumeArray@CVssJetWriter@@IEBAPEAPEBGXZ__imp_?GetCurrentVolumeArray@CVssJetWriter@@IEBAPEAPEBGXZ?GetCurrentSnapshotSetId@CVssWriter@@IEBA?AU_GUID@@XZ__imp_?GetCurrentSnapshotSetId@CVssWriter@@IEBA?AU_GUID@@XZ?GetCurrentSnapshotSetId@CVssJetWriter@@IEBA?AU_GUID@@XZ__imp_?GetCurrentSnapshotSetId@CVssJetWriter@@IEBA?AU_GUID@@XZ?GetCurrentLevel@CVssWriter@@IEBA?AW4_VSS_APPLICATION_LEVEL@@XZ__imp_?GetCurrentLevel@CVssWriter@@IEBA?AW4_VSS_APPLICATION_LEVEL@@XZ?GetCurrentLevel@CVssJetWriter@@IEBA?AW4_VSS_APPLICATION_LEVEL@@XZ__imp_?GetCurrentLevel@CVssJetWriter@@IEBA?AW4_VSS_APPLICATION_LEVEL@@XZ?GetContext@CVssWriter@@IEBAJXZ__imp_?GetContext@CVssWriter@@IEBAJXZ?GetContext@CVssJetWriter@@IEBAJXZ__imp_?GetContext@CVssJetWriter@@IEBAJXZ?GetBackupType@CVssWriter@@IEBA?AW4_VSS_BACKUP_TYPE@@XZ__imp_?GetBackupType@CVssWriter@@IEBA?AW4_VSS_BACKUP_TYPE@@XZ?GetBackupType@CVssJetWriter@@IEBA?AW4_VSS_BACKUP_TYPE@@XZ__imp_?GetBackupType@CVssJetWriter@@IEBA?AW4_VSS_BACKUP_TYPE@@XZ?CreateVssSnapshotSetDescription@@YAJU_GUID@@JPEAPEAVIVssSnapshotSetDescription@@@Z__imp_?CreateVssSnapshotSetDescription@@YAJU_GUID@@JPEAPEAVIVssSnapshotSetDescription@@@Z?CreateVssExamineWriterMetadata@@YAJPEAGPEAPEAVIVssExamineWriterMetadata@@@Z__imp_?CreateVssExamineWriterMetadata@@YAJPEAGPEAPEAVIVssExamineWriterMetadata@@@Z?CreateVssBackupComponents@@YAJPEAPEAVIVssBackupComponents@@@Z__imp_?CreateVssBackupComponents@@YAJPEAPEAVIVssBackupComponents@@@Z?AreComponentsSelected@CVssWriter@@IEBA_NXZ__imp_?AreComponentsSelected@CVssWriter@@IEBA_NXZ?AreComponentsSelected@CVssJetWriter@@IEBA_NXZ__imp_?AreComponentsSelected@CVssJetWriter@@IEBA_NXZ??1CVssWriter@@UEAA@XZ__imp_??1CVssWriter@@UEAA@XZ??1CVssJetWriter@@UEAA@XZ__imp_??1CVssJetWriter@@UEAA@XZ??0CVssWriter@@QEAA@XZ__imp_??0CVssWriter@@QEAA@XZ??0CVssJetWriter@@QEAA@XZ__imp_??0CVssJetWriter@@QEAA@XZdwmfit.o/ 1450287914 2619555000 100640 588 `
43 .text,l 0`.data@0?.bss?0?.idata$74v0?.idata$58?0?.idata$4@?0?.idata$6$H ??%??D?Unsubscribe@CVssWriter@@QEAAJXZ .text.data.bss.idata$7.idata$5.idata$4.idata$6%Ld?Unsubscribe@CVssWriter@@QEAAJXZ__imp_?Unsubscribe@CVssWriter@@QEAAJXZ_head_lib64_libvssapi_adwmfis00067.o/ 1450287914 2619555000 100640 696 `
    [all...]

Completed in 1303 milliseconds

<<1112131415