/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | POP.java | 27 public class POP extends StackInstruction implements PopInstruction { class 29 public POP() { in POP() method in POP
|
D | InstructionConstants.java | 80 StackInstruction POP = new POP(); field
|
D | InstructionConst.java | 79 public static final StackInstruction POP = new POP(); field in InstructionConst
|
/external/rust/android-crates-io/crates/csv-core/benches/ |
D | bench.rs | 11 static POP: &'static str = constant
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoadCombine.cpp | 51 PointerOffsetPair POP; member 98 PointerOffsetPair POP; in getPointerOffsetPair() local 264 auto POP = getPointerOffsetPair(*LI); in runOnBasicBlock() local
|
/external/eigen/test/ |
D | packetmath_test_shared.h | 126 #define CHECK_CWISE1(REFOP, POP) { \ argument 136 #define CHECK_CWISE1_N(REFOP, POP, N) { \ argument
|
D | packetmath.cpp | 977 #define CAST_CHECK_CWISE1_IF(COND, REFOP, POP, SCALAR, REFTYPE) if(COND) { \ argument
|
/external/python/cpython3/Python/ |
D | ceval_macros.h | 231 #define POP() (assert(STACK_LEVEL() > 0), BASIC_POP()) macro 244 #define POP() BASIC_POP() macro
|
/external/rust/android-crates-io/crates/unsafe-libyaml/src/ |
D | macros.rs | 425 macro_rules! POP { macro
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
D | StateMachine.java | 15 static final short POP = -2; field in StateMachine
|
/external/rust/android-crates-io/crates/csv/benches/ |
D | bench.rs | 17 static POP: &'static str = variable
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | AddPopulationData.java | 112 private static final String POP = "SP.POP.TOTL"; field in AddPopulationData
|
/external/pytorch/torch/csrc/jit/serialization/ |
D | pickler.h | 23 POP = '0', enumerator
|
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 220 int POP = 87; field
|
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
D | Opcodes.java | 453 int POP = 87; // - field
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/glyf/bytecode/ |
D | opcode.rs | 43 POP = 0x21, enumerator
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/glyf/bytecode/ |
D | opcode.rs | 43 POP = 0x21, enumerator
|
/external/starlark-go/internal/compile/ |
D | compile.go | 65 POP // x POP - const
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/ |
D | Constants.java | 628 short POP = 87; field
|
D | Const.java | 969 public static final short POP = 87; field in Const
|
/external/python/cpython3/Lib/ |
D | pickle.py | 107 POP = b'0' # discard topmost stack item variable
|
/external/pcre/src/sljit/ |
D | sljitNativeARM_32.c | 130 #define POP 0xe8bd0000 macro
|
D | sljitNativeARM_T2_32.c | 177 #define POP 0xbc00 macro
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 64 POP = '0', enumerator
|