HomeSort by relevance Sort by last modified time
    Searched full:acct (Results 51 - 75 of 423) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 82 host, user, passwd, acct, timeout
112 # and user, passwd, acct (for login())
113 def __init__(self, host='', user='', passwd='', acct='',
119 self.login(user, passwd, acct)
373 def login(self, user = '', passwd = '', acct = ''):
377 if not acct: acct = ''
389 if resp[0] == '3': resp = self.sendcmd('ACCT ' + acct)
498 def acct(self, password) member in class:FTP
    [all...]
  /external/scapy/scapy/layers/
radius.py 67 40: "Acct-Status-Type",
68 41: "Acct-Delay-Time",
69 42: "Acct-Input-Octets",
70 43: "Acct-Output-Octets",
71 44: "Acct-Session-Id",
72 45: "Acct-Authentic",
73 46: "Acct-Session-Time",
74 47: "Acct-Input-Packets",
75 48: "Acct-Output-Packets",
76 49: "Acct-Terminate-Cause"
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 32 ATTRIBUTE Ascend-User-Acct-Type 138 integer
33 ATTRIBUTE Ascend-User-Acct-Host 139 ipaddr
34 ATTRIBUTE Ascend-User-Acct-Port 140 integer
35 ATTRIBUTE Ascend-User-Acct-Key 141 string
36 ATTRIBUTE Ascend-User-Acct-Base 142 integer
37 ATTRIBUTE Ascend-User-Acct-Time 143 integer
277 VALUE Ascend-User-Acct-Type Ascend-User-Acct-None 0
278 VALUE Ascend-User-Acct-Type Ascend-User-Acct-User
    [all...]
  /external/kernel-headers/original/uapi/linux/
acct.h 29 * See linux/kernel/acct.c for the specific encoding systems used.
44 struct acct struct
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
AcctCommandHandlerTest.groovy 40 assertSessionReply(ReplyCodes.ACCT_OK, ['acct', USERNAME])
69 return new Command(CommandNames.ACCT, [ACCOUNT_NAME])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
acct.h 28 * See linux/kernel/acct.c for the specific encoding systems used.
43 struct acct struct
  /bionic/libc/kernel/uapi/linux/
acct.h 27 struct acct { struct
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsProvider2_AccountRemovalTest.java 51 private static final Account ACCT_1 = new Account("cp removal acct 1",
53 private static final Account ACCT_2 = new Account("cp removal acct 2",
140 private ArrayList<ContactIdPair> createAndAssertMergedContact(Account acct, Account acct2) {
141 ContactIdPair ids1 = DatabaseAsserts.assertAndCreateContactWithName(mResolver, acct,
  /external/curl/docs/libcurl/opts/
CURLOPT_FTP_ACCOUNT.3 34 this data is sent off using the ACCT command.
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
AcctCommandHandler.java 25 * CommandHandler for the ACCT command. Send back a reply code of 230.
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
UserAccountTest.groovy 40 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
41 assert acct.username == USERNAME
42 assert acct.password == PASSWORD
43 assert acct.homeDirectory == HOME_DIR
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
AcctCommandHandler.java 25 * CommandHandler for the ACCT command. Send back a reply code of 230.
  /developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/
SignInActivity.java 137 private void syncUserWithBackend(GoogleSignInAccount acct) {
138 Log.d(TAG, "syncUserWithBackend():" + acct.getId());
140 mProfile = new Profile(acct);
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/
SignInActivity.java 137 private void syncUserWithBackend(GoogleSignInAccount acct) {
138 Log.d(TAG, "syncUserWithBackend():" + acct.getId());
140 mProfile = new Profile(acct);
  /external/python/cpython3/Lib/
ftplib.py 79 host, user, passwd, acct, timeout
111 # and user, passwd, acct (for login())
112 def __init__(self, host='', user='', passwd='', acct='',
119 self.login(user, passwd, acct)
399 def login(self, user = '', passwd = '', acct = ''):
405 if not acct:
406 acct = ''
420 resp = self.sendcmd('ACCT ' + acct)
546 def acct(self, password) member in class:FTP
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java 871 Account acct = ProviderTestUtils.setupAccount("orphaned body", true, context); local
917 Account acct = ProviderTestUtils.setupAccount("orphaned body", true, context); local
1824 Account acct = ProviderTestUtils.setupAccount("acct1", true, context); local
1890 Account acct = ProviderTestUtils.setupAccount("acct1", true, context); local
    [all...]
ContentCacheTests.java 140 Account acct = ProviderTestUtils.setupAccount("account", true, context); local
141 ProviderTestUtils.setupMailbox("box1", acct.mId, true, context);
142 Mailbox box = ProviderTestUtils.setupMailbox("box2", acct.mId, true, context);
  /external/wpa_supplicant_8/src/radius/
radius.c 193 { RADIUS_ATTR_ACCT_STATUS_TYPE, "Acct-Status-Type",
195 { RADIUS_ATTR_ACCT_DELAY_TIME, "Acct-Delay-Time", RADIUS_ATTR_INT32 },
196 { RADIUS_ATTR_ACCT_INPUT_OCTETS, "Acct-Input-Octets",
198 { RADIUS_ATTR_ACCT_OUTPUT_OCTETS, "Acct-Output-Octets",
200 { RADIUS_ATTR_ACCT_SESSION_ID, "Acct-Session-Id", RADIUS_ATTR_TEXT },
201 { RADIUS_ATTR_ACCT_AUTHENTIC, "Acct-Authentic", RADIUS_ATTR_INT32 },
202 { RADIUS_ATTR_ACCT_SESSION_TIME, "Acct-Session-Time",
204 { RADIUS_ATTR_ACCT_INPUT_PACKETS, "Acct-Input-Packets",
206 { RADIUS_ATTR_ACCT_OUTPUT_PACKETS, "Acct-Output-Packets",
208 { RADIUS_ATTR_ACCT_TERMINATE_CAUSE, "Acct-Terminate-Cause"
    [all...]
radius.h 124 /* Acct-Status-Type */
131 /* Acct-Authentic */
136 /* Acct-Terminate-Cause */
  /external/selinux/python/sepolgen/tests/test_data/
short.log 13 type=USER_AUTH msg=audit(1162850343.419:983): user pid=6377 uid=500 auid=500 subj=staff_u:staff_r:staff_su_t:s0 msg='PAM: authentication acct=root : exe="/bin/su" (hostname=?, addr=?, terminal=pts/1 res=success)'
14 type=USER_ACCT msg=audit(1162850343.419:984): user pid=6377 uid=500 auid=500 subj=staff_u:staff_r:staff_su_t:s0 msg='PAM: accounting acct=root : exe="/bin/su" (hostname=?, addr=?, terminal=pts/1 res=success)'
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSyncDisabledTipView.java 141 android.accounts.Account acct = account.getAccountManagerAccount();
143 !ContentResolver.getSyncAutomatically(acct, account.syncAuthority)) {
  /external/python/cpython2/Doc/library/
ftplib.rst 44 .. class:: FTP([host[, user[, passwd[, acct[, timeout]]]]])
48 the method call ``login(user, passwd, acct)`` is made (where *passwd* and
49 *acct* default to the empty string when not given). The optional *timeout*
58 .. class:: FTP_TLS([host[, user[, passwd[, acct[, keyfile[, certfile[, context[, timeout]]]]]]]])
192 .. method:: FTP.login([user[, passwd[, acct]]])
194 Log in as the given *user*. The *passwd* and *acct* parameters are optional and
200 only allowed after the client has logged in. The *acct* parameter supplies
  /external/python/cpython3/Doc/library/
ftplib.rst 43 .. class:: FTP(host='', user='', passwd='', acct='', timeout=None, source_address=None)
47 the method call ``login(user, passwd, acct)`` is made (where *passwd* and
48 *acct* default to the empty string when not given). The optional *timeout*
75 .. class:: FTP_TLS(host='', user='', passwd='', acct='', keyfile=None, certfile=None, context=None, timeout=None, source_address=None)
204 .. method:: FTP.login(user='anonymous', passwd='', acct='')
206 Log in as the given *user*. The *passwd* and *acct* parameters are optional and
212 only allowed after the client has logged in. The *acct* parameter supplies
  /external/ppp/pppd/plugins/radius/
buildreq.c 285 * Remarks: NAS-Identifier/NAS-IP-Address, NAS-Port and Acct-Delay-Time get
320 * Fill in Acct-Delay-Time
356 * Remarks: NAS-Identifier/NAS-IP-Address, NAS-Port and Acct-Delay-Time get
  /bionic/libc/
SECCOMP_BLACKLIST_APP.TXT 52 int acct(const char* filepath) all

Completed in 1893 milliseconds

1 23 4 5 6 7 8 91011>>