Home
last modified time | relevance | path

Searched refs:apop (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/evaluation/
DProcessor.java124 ReferenceValue arrayReference = stack.apop(); in visitSimpleInstruction()
131 ReferenceValue arrayReference = stack.apop(); in visitSimpleInstruction()
138 ReferenceValue arrayReference = stack.apop(); in visitSimpleInstruction()
145 ReferenceValue arrayReference = stack.apop(); in visitSimpleInstruction()
152 ReferenceValue arrayReference = stack.apop(); in visitSimpleInstruction()
163 ReferenceValue arrayReference = stack.apop(); in visitSimpleInstruction()
171 ReferenceValue arrayReference = stack.apop(); in visitSimpleInstruction()
179 ReferenceValue arrayReference = stack.apop(); in visitSimpleInstruction()
187 ReferenceValue arrayReference = stack.apop(); in visitSimpleInstruction()
193 Value value = stack.apop(); in visitSimpleInstruction()
[all …]
DBasicInvocationUnit.java196 setFieldClassValue(clazz, fieldrefConstant, stack.apop()); in visitFieldrefConstant()
DStack.java328 public ReferenceValue apop() in apop() method in Stack
/external/python/cpython2/Lib/
Dpoplib.py279 def apop(self, user, secret): member in POP3
/external/python/cpython2/Doc/library/
Dpoplib.rst108 .. method:: POP3.apop(user, secret)