/external/curl/tests/data/ |
test864 | 5 APOP 13 CAPA APOP 37 POP3 APOP authentication 49 APOP user 7501b4cdc224d469940e65e7b5e4d6eb
|
/external/llvm/test/CodeGen/X86/ |
2006-07-31-SingleRegClass.ll | 8 %tmp9.i.i = call i32 asm sideeffect "push %ebp\0Apush %ebx\0Amovl 4($2),%ebp\0Amovl 0($2), %ebx\0Amovl $1,%eax\0Aint $$0x80\0Apop %ebx\0Apop %ebp", "={ax},i,0,{cx},{dx},{si},{di}"( i32 192, i32 %__s.i.i, i32 %tmp5.i.i, i32 %tmp6.i.i, i32 %tmp7.i.i, i32 %tmp8.i.i ) ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
2006-07-31-SingleRegClass.ll | 7 %tmp9.i.i = call i32 asm sideeffect "push %ebp\0Apush %ebx\0Amovl 4($2),%ebp\0Amovl 0($2), %ebx\0Amovl $1,%eax\0Aint $$0x80\0Apop %ebx\0Apop %ebp", "={ax},i,0,{cx},{dx},{si},{di}"( i32 192, i32 %__s.i.i, i32 %tmp5.i.i, i32 %tmp6.i.i, i32 %tmp7.i.i, i32 %tmp8.i.i ) ; <i32> [#uses=1]
|
/external/proguard/src/proguard/evaluation/ |
Processor.java | 124 ReferenceValue arrayReference = stack.apop(); 131 ReferenceValue arrayReference = stack.apop(); 138 ReferenceValue arrayReference = stack.apop(); 145 ReferenceValue arrayReference = stack.apop(); 152 ReferenceValue arrayReference = stack.apop(); 163 ReferenceValue arrayReference = stack.apop(); 171 ReferenceValue arrayReference = stack.apop(); 179 ReferenceValue arrayReference = stack.apop(); 187 ReferenceValue arrayReference = stack.apop(); 193 Value value = stack.apop(); [all...] |
BasicInvocationUnit.java | 196 setFieldClassValue(clazz, fieldrefConstant, stack.apop());
|
Stack.java | 328 public ReferenceValue apop() method in class:Stack
|
/external/curl/lib/ |
pop3.h | 71 char *apoptimestamp; /* APOP timestamp from the server greeting */
|
pop3.c | 192 * also detects the APOP timestamp from the server greeting and various 292 "APOP", 411 * Sends an APOP command to authenticate with. 448 result = Curl_pp_sendf(&pop3c->pp, "APOP %s %s", conn->user, secret); 502 * authentication mechanism, falling back to APOP and clear text should a 530 /* Perform APOP authentication */ 625 /* Does the server support APOP authentication? */ 627 /* Look for the APOP timestamp */ 645 /* Store the APOP capability */ 793 /* Perform APOP authentication * [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
poplib.py | 55 APOP name digest apop(name, digest)
271 def apop(self, user, secret):
member in class:POP3 284 raise error_proto('-ERR APOP not supported by server')
288 return self._shortcmd('APOP %s %s' % (user, digest))
|
/external/python/cpython2/Lib/ |
poplib.py | 61 APOP name digest apop(name, digest) 279 def apop(self, user, secret): member in class:POP3 292 raise error_proto('-ERR APOP not supported by server') 296 return self._shortcmd('APOP %s %s' % (user, digest))
|
/external/python/cpython3/Lib/ |
poplib.py | 69 APOP name digest apop(name, digest) 310 def apop(self, user, password): member in class:POP3 324 raise error_proto('-ERR APOP not supported by server') 328 return self._shortcmd('APOP %s %s' % (user, digest))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
poplib.py | 55 APOP name digest apop(name, digest) 271 def apop(self, user, secret): member in class:POP3 284 raise error_proto('-ERR APOP not supported by server') 288 return self._shortcmd('APOP %s %s' % (user, digest))
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
poplib.py | 55 APOP name digest apop(name, digest) 271 def apop(self, user, secret): member in class:POP3 284 raise error_proto('-ERR APOP not supported by server') 288 return self._shortcmd('APOP %s %s' % (user, digest))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
poplib.py | 55 APOP name digest apop(name, digest) 271 def apop(self, user, secret): member in class:POP3 284 raise error_proto('-ERR APOP not supported by server') 288 return self._shortcmd('APOP %s %s' % (user, digest))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
poplib.py | 55 APOP name digest apop(name, digest) 271 def apop(self, user, secret): member in class:POP3 284 raise error_proto('-ERR APOP not supported by server') 288 return self._shortcmd('APOP %s %s' % (user, digest))
|
/external/python/cpython2/Doc/library/ |
poplib.rst | 108 .. method:: POP3.apop(user, secret) 110 Use the more secure APOP authentication to log into the POP3 server.
|
/external/python/cpython3/Doc/library/ |
poplib.rst | 137 .. method:: POP3.apop(user, secret) 139 Use the more secure APOP authentication to log into the POP3 server.
|
/external/curl/docs/ |
FEATURES | 152 - authentication: Clear Text, APOP and SASL
|
/external/python/cpython3/Lib/test/ |
test_poplib.py | 305 self.assertOK(self.client.apop('foo', 'dummypassword'))
|
/external/curl/tests/ |
ftpserver.pl | 589 'APOP' => \&APOP_pop3, [all...] |
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/ |
libcurl.so | |
/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/ |
libcurl.so | |
/external/proguard/lib/ |
proguard.jar | |
/prebuilts/tools/common/proguard/proguard4.7/lib/ |
proguard.jar | |
/external/devlib/devlib/bin/armeabi/ |
busybox | |