/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | world_bank_data.csv | 2 Afghanistan,AFG,"Population, total",SP.POP.TOTL,20779953,21606988,23680871,24726684,25654277,264330… 4 Albania,ALB,"Population, total",SP.POP.TOTL,3089027,3060173,3039616,3026939,3011487,2992547,2970017… 6 Algeria,DZA,"Population, total",SP.POP.TOTL,31042235,31451514,32264157,32692163,33149724,33641002,3… 8 American Samoa,ASM,"Population, total",SP.POP.TOTL,57821,58494,59504,59681,59562,59107,58365,57492,… 10 Andorra,AND,"Population, total",SP.POP.TOTL,65390,67341,73182,76244,78867,80993,82684,83862,84463,8… 12 Angola,AGO,"Population, total",SP.POP.TOTL,16395473,16945753,18121479,18758145,19433602,20149901,20… 14 Antigua and Barbuda,ATG,"Population, total",SP.POP.TOTL,76016,77212,79300,80336,81465,82704,84026,8… 16 Argentina,ARG,"Population, total",SP.POP.TOTL,36870787,37275652,38087868,38491972,38892931,39289878… 18 Armenia,ARM,"Population, total",SP.POP.TOTL,3069591,3050687,3017932,3000720,2981269,2958307,2932618… 20 Aruba,ABW,"Population, total",SP.POP.TOTL,90853,92898,97017,98737,100031,100834,101222,101358,10145… [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 | 970 #define POP() ((void)(lltrace && prtrace(tstate, TOP(), "pop")), \ in _PyEval_EvalFrameDefault() macro 989 #define POP() BASIC_POP() in _PyEval_EvalFrameDefault() macro 1012 PyObject *v = POP(); \ in _PyEval_EvalFrameDefault() 1022 value = POP(); \ in _PyEval_EvalFrameDefault() 1029 exc_info->exc_type = POP(); \ in _PyEval_EvalFrameDefault() 1030 exc_info->exc_value = POP(); \ in _PyEval_EvalFrameDefault() 1031 exc_info->exc_traceback = POP(); \ in _PyEval_EvalFrameDefault() 1356 PyObject *value = POP(); in _PyEval_EvalFrameDefault() 1362 PyObject *value = POP(); in _PyEval_EvalFrameDefault() 1464 PyObject *exp = POP(); in _PyEval_EvalFrameDefault() [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/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/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/OpenCSD/decoder/tests/snapshots/TC2/ds5-dumps/ |
D | ptmv1_0x13.txt | 47 Instruction 34 S:0xC0018DC4 0xE8BD81F0 378 POP {r4-r8,pc} true 49 Instruction 36 S:0xC00185A4 0xBD08 1 POP {r3,pc} true 62 Instruction 47 S:0xC00369AA 0xF85DEB04 0 POP {lr} false 68 Instruction 53 S:0xC003699A 0xF85DEB04 0 POP {lr} false 72 Instruction 57 S:0xC00368AE 0xF85DEB04 0 POP {lr} false 94 Instruction 79 S:0xC00546B0 0xF85DEB04 0 POP {lr} false 105 Instruction 90 S:0xC0054F88 0xF85DEB04 0 POP {lr} false 140 Instruction 121 S:0xC0054204 0xF85DEB04 0 POP {lr} false 158 Instruction 137 S:0xC0054220 0xBD38 6 POP {r3-r5,pc} true 178 Instruction 155 S:0xC004F534 0xF85DEB04 0 POP {lr} false [all …]
|
D | etmv3_0x10.txt | 13 Instruction 9 S:0xC0021144 0xBD38 3 POP {r3-r5,pc} true 19 Instruction 13 S:0xC004F69E 0xF85DEB04 15 POP {lr} false 25 Instruction 19 S:0xC004F678 0xF85DEB04 2 POP {lr} false 30 Instruction 24 S:0xC004EF90 0xF85DEB04 2 POP {lr} false 101 Instruction 92 S:0xC004F070 0xE8BD87F0 3 POP {r4-r10,pc} true 103 Instruction 94 S:0xC004F682 0xBD08 2 POP {r3,pc} true 114 Instruction 105 S:0xC004F6C6 0xBD30 3 POP {r4,r5,pc} true 118 Instruction 107 S:0xC0020A16 0xF85DEB04 2 POP {lr} false 130 Instruction 117 S:0xC0021108 0xF85DEB04 2 POP {lr} false 158 Instruction 145 S:0xC0021144 0xBD38 1 POP {r3-r5,pc} true [all …]
|
D | etmv3_0x11.txt | 49 Instruction 43 S:0xC004F866 0xF85DEB04 2 POP {lr} false 58 Instruction 52 S:0xC00369AA 0xF85DEB04 2 POP {lr} false 64 Instruction 58 S:0xC003699A 0xF85DEB04 2 POP {lr} false 68 Instruction 62 S:0xC00368AE 0xF85DEB04 2 POP {lr} false 82 Instruction 76 S:0xC00368F8 0xE8BD81F0 3 POP {r4-r8,pc} true 84 Instruction 78 S:0xC00369BC 0xBD10 3 POP {r4,pc} true 99 Instruction 91 S:0xC003C848 0xF85DEB04 2 POP {lr} false 109 Instruction 101 S:0xC003C994 0xE8BD87F0 20 POP {r4-r10,pc} true 111 Instruction 103 S:0xC00509C0 0xE8BD8FF0 3 POP {r4-r11,pc} true 128 Instruction 120 S:0xC005562C 0xE8BD87F0 3 POP {r4-r10,pc} true [all …]
|
D | etmv3_0x12.txt | 4 Instruction 0 S:0xC003F5FC 0xF85DEB04 1 POP {lr} false 14 Instruction 9 S:0xC003F64C 0xBC30 1 POP {r4,r5} false 18 Instruction 13 S:0xC003F33C 0xF85DEB04 2 POP {lr} false 44 Instruction 39 S:0xC003F3B0 0xBD70 1 POP {r4-r6,pc} true 48 Instruction 43 S:0xC0026310 0xF85DEB04 2 POP {lr} false 53 Instruction 48 S:0xC0035C44 0xF85DEB04 2 POP {lr} false 61 Instruction 56 S:0xC0035CD4 0xE8BD87F0 3 POP {r4-r10,pc} true 63 Instruction 58 S:0xC002631A 0xE8BD4008 2 POP {r3,lr} false 67 Instruction 62 S:0xC0021484 0xF85DEB04 2 POP {lr} false 73 Instruction 68 S:0xC0021278 0xF85DEB04 2 POP {lr} false [all …]
|
/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
|
/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
|
/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/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/one-true-awk/testdir/ |
D | p.5 | 2 printf "%10s %6s %5s %15s\n", "COUNTRY", "AREA", "POP", "CONTINENT" }
|
D | p.5a | 2 printf "%10s\t%6s\t%6s\t%15s\n", "COUNTRY", "AREA", "POP'N", "CONTINENT"}
|
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aesp8-ppc.pl | 52 $POP ="ld"; 60 $POP ="lwz"; 1244 $POP r26,`$FRAME+21*16+0*$SIZE_T`($sp) 1245 $POP r27,`$FRAME+21*16+1*$SIZE_T`($sp) 1246 $POP r28,`$FRAME+21*16+2*$SIZE_T`($sp) 1247 $POP r29,`$FRAME+21*16+3*$SIZE_T`($sp) 1248 $POP r30,`$FRAME+21*16+4*$SIZE_T`($sp) 1249 $POP r31,`$FRAME+21*16+5*$SIZE_T`($sp) 1897 $POP r26,`$FRAME+21*16+0*$SIZE_T`($sp) 1898 $POP r27,`$FRAME+21*16+1*$SIZE_T`($sp) [all …]
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/ |
D | KotlinCoroutineFilterTest.java | 159 m.visitInsn(Opcodes.POP); in should_filter_suspending_lambdas() 197 m.visitInsn(Opcodes.POP); in should_filter_suspending_lambdas() 317 m.visitInsn(Opcodes.POP); in should_filter_suspending_functions() 348 m.visitInsn(Opcodes.POP); in should_filter_suspending_functions()
|