Home
last modified time | relevance | path

Searched refs:sce (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm/test/MC/Mips/eva/
Dvalid_R6.s34sce $9,255($s2) # CHECK: sce $9, 255($18) # encoding: [0x7e,0x49,0x7f,0x9e]
35sce $12,-256($s5) # CHECK: sce $12, -256($21) # encoding: [0x7e,0xac,0x80,0x1e]
36sce $13,-31($s7) # CHECK: sce $13, -31($23) # encoding: [0x7e,0xed,0xf0,0x9e]
Dvalid_preR6.s44sce $9,255($s2) # CHECK: sce $9, 255($18) # encoding: [0x7e,0x49,0x7f,0x9e]
45sce $12,-256($s5) # CHECK: sce $12, -256($21) # encoding: [0x7e,0xac,0x80,0x1e]
46sce $13,-31($s7) # CHECK: sce $13, -31($23) # encoding: [0x7e,0xed,0xf0,0x9e]
Dinvalid-noeva-wrong-error.s55sce $9,255($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct…
56sce $12,-256($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct…
57sce $13,-31($s7) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct…
/external/jetty/src/java/org/eclipse/jetty/servlet/listener/
DIntrospectorCleaner.java35 public void contextInitialized(ServletContextEvent sce) in contextInitialized() argument
40 public void contextDestroyed(ServletContextEvent sce) in contextDestroyed() argument
DELContextCleaner.java46 public void contextInitialized(ServletContextEvent sce) in contextInitialized() argument
50 public void contextDestroyed(ServletContextEvent sce) in contextDestroyed() argument
/external/llvm/test/MC/Disassembler/Mips/eva/
Dvalid_R6-eva.txt28 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)
Dvalid_preR6-eva.txt38 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/
DTagLibConfiguration.java94 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/
Dmicromips-control-instructions.s50 # 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/
Dconnection.c1297 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/
Dhandler.h143 struct sched *sce; /* schedule for expire */ member
262 struct sched *sce; /* schedule for expire */ member
Disakmp.c867 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 …]
Dhandler.c330 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()
Dpfkey.c817 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/
Dit_ja.txt142 sce → シェ;
Dit_am.txt157 sce → ሼ;
/external/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll15 ; RUN: llc -mtriple=x86_64-apple-darwin12 -filetype=obj -debugger-tune=sce < %s | llvm-readobj -sec…
Ddwarf-linkage-names.ll7 ; RUN: llc -O0 -mtriple=x86_64-unknown-unknown -debugger-tune=sce < %s | FileCheck %s -check-prefix…
/external/llvm/lib/Target/Mips/
DMipsEVAInstrInfo.td131 class SCE_DESC : SCE_DESC_BASE<"sce", GPR32Opnd>;
/external/robolectric/v1/lib/main/
Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/struts2/lib/
Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/llvm/test/MC/Mips/micromips32r6/
Dvalid.s198 sce $4, 6($5) # CHECK: sce $4, 6($5) # encoding: [0x60,0x85,0xac,0x06]
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid.txt191 0x60 0x44 0xac 0x08 # CHECK: sce $2, 8($4)
Dvalid-el.txt191 0x44 0x60 0x08 0xac # CHECK: sce $2, 8($4)

12