/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | world_bank_data.csv | 2 Afghanistan,AFG,"Population, total",SP.POP.TOTL,20093756,20966463,21979923,23064851,24118979,250707… 4 Albania,ALB,"Population, total",SP.POP.TOTL,3089027,3060173,3051010,3039616,3026939,3011487,2992547… 6 Algeria,DZA,"Population, total",SP.POP.TOTL,31183660,31592153,31995046,32403514,32831096,33288437,3… 8 American Samoa,ASM,"Population, total",SP.POP.TOTL,57521,58175,58731,59117,59264,59118,58650,57903,… 10 Andorra,AND,"Population, total",SP.POP.TOTL,65390,67341,70049,73182,76244,78867,80991,82683,83861,8… 12 Angola,AGO,"Population, total",SP.POP.TOTL,16440924,16983266,17572649,18203369,18865716,19552542,20… 14 Antigua and Barbuda,ATG,"Population, total",SP.POP.TOTL,83584,85057,86266,87293,88257,89253,90301,9… 16 Argentina,ARG,"Population, total",SP.POP.TOTL,37057452,37471509,37889370,38309379,38728696,39145488… 18 Armenia,ARM,"Population, total",SP.POP.TOTL,3069588,3050655,3033897,3017806,3000612,2981259,2958500… 20 Aruba,ABW,"Population, total",SP.POP.TOTL,90853,92898,94992,97017,98737,100031,100832,101220,101353… [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoadCombine.cpp | 49 : Load(L), POP(P), InsertOrder(O) {} in LoadPOPPair() 51 PointerOffsetPair POP; member 98 PointerOffsetPair POP; in getPointerOffsetPair() local 99 POP.Pointer = LI.getPointerOperand(); in getPointerOffsetPair() 101 POP.Offset = APInt(BitWidth, 0); in getPointerOffsetPair() 103 while (isa<BitCastInst>(POP.Pointer) || isa<GetElementPtrInst>(POP.Pointer)) { in getPointerOffsetPair() 104 if (auto *GEP = dyn_cast<GetElementPtrInst>(POP.Pointer)) { in getPointerOffsetPair() 105 APInt LastOffset = POP.Offset; in getPointerOffsetPair() 106 if (!GEP->accumulateConstantOffset(DL, POP.Offset)) { in getPointerOffsetPair() 108 POP.Offset = LastOffset; in getPointerOffsetPair() [all …]
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationShrinker.java | 59 private static final int POP = InstructionConstants.OP_POP & 0xff; field in EvaluationShrinker 68 private static final int MOV_X2 = DUP_X2 | (POP << 8); 71 private static final int POP_X1 = SWAP | (POP << 8); 72 private static final int POP_X2 = DUP2_X1 | (POP2 << 8) | (POP << 16); 74 private static final int POP2_X1 = DUP_X2 | (POP << 8) | (POP2 << 16); 76 private static final int POP3 = POP2 | (POP << 8); 78 private static final int POP_DUP = POP | (DUP << 8); 79 private static final int POP_SWAP_POP = POP | (SWAP << 8) | (POP << 16); 80 private static final int POP2_SWAP_POP = POP2 | (SWAP << 8) | (POP << 16); 83 private static final int SWAP_POP_DUP = SWAP | (POP << 8) | (DUP << 16); [all …]
|
/external/python/cpython3/Python/ |
D | ceval.c | 775 #define POP() ((void)(lltrace && prtrace(TOP(), "pop")), \ in _PyEval_EvalFrameDefault() macro 785 #define POP() BASIC_POP() in _PyEval_EvalFrameDefault() macro 807 PyObject *v = POP(); \ in _PyEval_EvalFrameDefault() 817 value = POP(); \ in _PyEval_EvalFrameDefault() 824 exc_info->exc_type = POP(); \ in _PyEval_EvalFrameDefault() 825 exc_info->exc_value = POP(); \ in _PyEval_EvalFrameDefault() 826 exc_info->exc_traceback = POP(); \ in _PyEval_EvalFrameDefault() 1097 PyObject *value = POP(); in _PyEval_EvalFrameDefault() 1103 PyObject *value = POP(); in _PyEval_EvalFrameDefault() 1193 PyObject *exp = POP(); in _PyEval_EvalFrameDefault() [all …]
|
/external/python/cpython2/Python/ |
D | ceval.c | 946 #define POP() ((void)(lltrace && prtrace(TOP(), "pop")), \ in PyEval_EvalFrameEx() macro 956 #define POP() BASIC_POP() in PyEval_EvalFrameEx() macro 1246 v = POP(); in PyEval_EvalFrameEx() 1253 v = POP(); in PyEval_EvalFrameEx() 1393 w = POP(); in PyEval_EvalFrameEx() 1405 w = POP(); in PyEval_EvalFrameEx() 1418 w = POP(); in PyEval_EvalFrameEx() 1431 w = POP(); in PyEval_EvalFrameEx() 1443 w = POP(); in PyEval_EvalFrameEx() 1455 w = POP(); in PyEval_EvalFrameEx() [all …]
|
/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 30 super(org.apache.bcel.Const.POP); in POP()
|
D | InstructionConstants.java | 80 StackInstruction POP = new POP(); field 215 INSTRUCTIONS[Const.POP] = POP; in Clinit()
|
D | InstructionConst.java | 79 public static final StackInstruction POP = new POP(); field in InstructionConst 210 INSTRUCTIONS[Const.POP] = POP;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | v8m-tail-call.ll | 11 ; CHECK: ldr [[POP:r[4567]]], [sp, #4] 12 ; CHECK-NEXT: mov lr, [[POP]] 13 ; CHECK-NEXT: pop {{.*}}[[POP]] 42 ; CHECK: ldr [[POP:r[4567]]], [sp, #12] 43 ; CHECK-NEXT: mov lr, [[POP]] 44 ; CHECK-NEXT: pop {{.*}}[[POP]]
|
D | thumb1_return_sequence.ll | 28 ; CHECK-V4T-NEXT: ldr [[POP:r[4567]]], [sp, #16] 29 ; CHECK-V4T-NEXT: mov lr, [[POP]] 60 ; CHECK-V4T: ldr [[POP:r[4567]]], [sp, #12] 61 ; CHECK-V4T-NEXT: mov lr, [[POP]] 67 ; CHECK-V5T: ldr [[POP:r[4567]]], [sp, #12] 68 ; CHECK-V5T-NEXT: mov lr, [[POP]]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | vtx-fetch-branch.ll | 5 ; for the ALU clause before the vetex fetch instead of emitting a POP instruction 12 ; CHECK-NEXT: POP
|
D | predicates.ll | 50 ; CHECK: POP 77 ; CHECK: POP
|
D | loop-address.ll | 6 ;CHECK: POP @10
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | vtx-fetch-branch.ll | 5 ; for the ALU clause before the vetex fetch instead of emitting a POP instruction 12 ; CHECK-NEXT: POP
|
D | predicates.ll | 50 ; CHECK: POP 77 ; CHECK: POP
|
D | loop-address.ll | 6 ;CHECK: POP @10
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | ObjectsRequireNonNullMethodRewriter.java | 20 import static org.objectweb.asm.Opcodes.POP; 64 super.visitInsn(POP); in visitMethodInsn()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | StateMachine.java | 16 static final short POP = -2; field in StateMachine 109 case POP: in getStateName() 177 case POP: in parse()
|
/external/eigen/test/ |
D | packetmath.cpp | 64 #define CHECK_CWISE1(REFOP, POP) { \ argument 67 internal::pstore(data2, POP(internal::pload<Packet>(data1))); \ 68 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \ 91 #define CHECK_CWISE1_IF(COND, REFOP, POP) if(COND) { \ argument 95 h.store(data2, POP(h.load(data1))); \ 96 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \ 99 #define CHECK_CWISE2_IF(COND, REFOP, POP) if(COND) { \ argument 103 h.store(data2, POP(h.load(data1),h.load(data1+PacketSize))); \ 104 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \
|
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aesp8-ppc.pl | 50 $POP ="ld"; 58 $POP ="lwz"; 1242 $POP r26,`$FRAME+21*16+0*$SIZE_T`($sp) 1243 $POP r27,`$FRAME+21*16+1*$SIZE_T`($sp) 1244 $POP r28,`$FRAME+21*16+2*$SIZE_T`($sp) 1245 $POP r29,`$FRAME+21*16+3*$SIZE_T`($sp) 1246 $POP r30,`$FRAME+21*16+4*$SIZE_T`($sp) 1247 $POP r31,`$FRAME+21*16+5*$SIZE_T`($sp) 1895 $POP r26,`$FRAME+21*16+0*$SIZE_T`($sp) 1896 $POP r27,`$FRAME+21*16+1*$SIZE_T`($sp) [all …]
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | OldClassInstrumentor.java | 216 instructions.add(new InsnNode(Opcodes.POP)); // A B [] [] _C_ in interceptInvokeVirtualMethodWithoutInvokeDynamic() 233 instructions.add(new InsnNode(Opcodes.POP)); // signature instance [] in interceptInvokeVirtualMethodWithoutInvokeDynamic() 250 instructions.add(new InsnNode(Opcodes.POP)); in interceptInvokeVirtualMethodWithoutInvokeDynamic() 299 instructions.add(new InsnNode(Opcodes.POP)); in box()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | EDEmitter.cpp | 410 #define POP(target) { \ macro 509 POP("dst"); in X86ExtractSemantics() 511 POP("reg"); in X86ExtractSemantics() 537 #undef POP
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/ |
D | FinallyFilterTest.java | 158 m.visitInsn(Opcodes.POP); in ecj_try_catch_finally() 304 m.visitInsn(Opcodes.POP); in ecj_empty_catch() 365 m.visitInsn(Opcodes.POP); in ecj_always_completes_abruptly()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
D | ClassFieldProbeArrayStrategy.java | 90 mv.visitInsn(Opcodes.POP); in createInitMethod()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | URLStreamHandlerRuntime.java | 119 mv.visitInsn(Opcodes.POP); in generateDataAccessor()
|