/external/llvm/test/MC/Mips/eva/ |
D | valid_R6.s | 34 … sce $9,255($s2) # CHECK: sce $9, 255($18) # encoding: [0x7e,0x49,0x7f,0x9e] 35 … sce $12,-256($s5) # CHECK: sce $12, -256($21) # encoding: [0x7e,0xac,0x80,0x1e] 36 … sce $13,-31($s7) # CHECK: sce $13, -31($23) # encoding: [0x7e,0xed,0xf0,0x9e]
|
D | valid_preR6.s | 44 … sce $9,255($s2) # CHECK: sce $9, 255($18) # encoding: [0x7e,0x49,0x7f,0x9e] 45 … sce $12,-256($s5) # CHECK: sce $12, -256($21) # encoding: [0x7e,0xac,0x80,0x1e] 46 … sce $13,-31($s7) # CHECK: sce $13, -31($23) # encoding: [0x7e,0xed,0xf0,0x9e]
|
D | invalid-noeva-wrong-error.s | 55 …sce $9,255($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct… 56 …sce $12,-256($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct… 57 …sce $13,-31($s7) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct…
|
/external/jetty/src/java/org/eclipse/jetty/servlet/listener/ |
D | IntrospectorCleaner.java | 35 public void contextInitialized(ServletContextEvent sce) in contextInitialized() argument 40 public void contextDestroyed(ServletContextEvent sce) in contextDestroyed() argument
|
D | ELContextCleaner.java | 46 public void contextInitialized(ServletContextEvent sce) in contextInitialized() argument 50 public void contextDestroyed(ServletContextEvent sce) in contextDestroyed() argument
|
/external/llvm/test/MC/Disassembler/Mips/eva/ |
D | valid_R6-eva.txt | 28 0x7e 0x49 0x7f 0x9e # CHECK: sce $9, 255($18) 29 0x7e 0xac 0x80 0x1e # CHECK: sce $12, -256($21) 30 0x7e 0xed 0xf0 0x9e # CHECK: sce $13, -31($23)
|
D | valid_preR6-eva.txt | 38 0x7e 0x49 0x7f 0x9e # CHECK: sce $9, 255($18) 39 0x7e 0xac 0x80 0x1e # CHECK: sce $12, -256($21) 40 0x7e 0xed 0xf0 0x9e # CHECK: sce $13, -31($23)
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
D | TagLibConfiguration.java | 94 public void contextDestroyed(ServletContextEvent sce) in contextDestroyed() argument 102 ((ServletContextListener)l).contextDestroyed(sce); in contextDestroyed() 107 public void contextInitialized(ServletContextEvent sce) in contextInitialized() argument 139 sce.getServletContext().setAttribute("com.sun.appserv.tld.map", tldMap); in contextInitialized() 161 ((ServletContextListener)l).contextInitialized(sce); in contextInitialized()
|
/external/llvm/test/MC/Mips/ |
D | micromips-control-instructions.s | 50 # CHECK-EL: sce $2, 8($4) # encoding: [0x44,0x60,0x08,0xac] 92 # CHECK-EB: sce $2, 8($4) # encoding: [0x60,0x44,0xac,0x08] 129 sce $2, 8($4)
|
/external/libmicrohttpd/src/microhttpd/ |
D | connection.c | 1297 char *sce; local 1327 sce = pos; 1328 while (((*sce) != '\0') && 1329 ((*sce) != ',') && ((*sce) != ';') && ((*sce) != '=')) 1330 sce++; 1332 ekill = sce - 1; 1335 old = *sce; 1336 *sce = '\0'; 1345 pos = sce + 1; 1348 equals = sce + 1;
|
/external/ipsec-tools/src/racoon/ |
D | handler.h | 143 struct sched *sce; /* schedule for expire */ member 262 struct sched *sce; /* schedule for expire */ member
|
D | isakmp.c | 867 iph1->sce = sched_new(iph1->approval->lifetime, 1994 SCHED_KILL(iph1->sce); 2015 iph1->sce = sched_new(1, isakmp_ph1expire_stub, iph1); 2019 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1); 2037 SCHED_KILL(iph1->sce); 2040 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1); 2084 SCHED_KILL(iph2->sce); 2098 iph2->sce = sched_new(1, isakmp_ph2delete_stub, iph2); 2118 SCHED_KILL(iph2->sce); 3332 SCHED_KILL(iph1->sce); [all …]
|
D | handler.c | 330 iph1->sce = NULL; 507 && p->sce == NULL && p->scr == NULL){ 599 iph2->sce = NULL; 1315 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1); in remove_ph1()
|
D | pfkey.c | 817 SCHED_KILL(iph2->sce); 1269 SCHED_KILL(iph2->sce); 1301 iph2->sce = sched_new(iph2->approval->lifetime, 1596 SCHED_KILL(iph2->sce);
|
/external/icu/icu4c/source/data/translit/ |
D | it_ja.txt | 142 sce → シェ;
|
D | it_am.txt | 157 sce → ሼ;
|
/external/llvm/test/DebugInfo/X86/ |
D | debugger-tune.ll | 15 ; RUN: llc -mtriple=x86_64-apple-darwin12 -filetype=obj -debugger-tune=sce < %s | llvm-readobj -sec…
|
D | dwarf-linkage-names.ll | 7 ; RUN: llc -O0 -mtriple=x86_64-unknown-unknown -debugger-tune=sce < %s | FileCheck %s -check-prefix…
|
/external/llvm/lib/Target/Mips/ |
D | MipsEVAInstrInfo.td | 131 class SCE_DESC : SCE_DESC_BASE<"sce", GPR32Opnd>;
|
/external/robolectric/v1/lib/main/ |
D | commons-logging-1.1.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/guice/extensions/struts2/lib/ |
D | commons-fileupload-1.2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
D | commons-fileupload-1.2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/llvm/test/MC/Mips/micromips32r6/ |
D | valid.s | 198 sce $4, 6($5) # CHECK: sce $4, 6($5) # encoding: [0x60,0x85,0xac,0x06]
|
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/ |
D | valid.txt | 191 0x60 0x44 0xac 0x08 # CHECK: sce $2, 8($4)
|
D | valid-el.txt | 191 0x44 0x60 0x08 0xac # CHECK: sce $2, 8($4)
|