/art/test/utils/python/ |
generate_java_main.py | 159 for f in sorted(self.funcs, key=lambda a: (a.func, a.farg)): 161 farg=f.farg) 172 public static void {fname}(String s, {farg} v) {{ 174 System.out.printf("%s-{invoke_type:<9} {farg:>9}.{callfunc}()='%s'\\n", s, v.{callfunc}()); 177 System.out.printf("%s-{invoke_type} on {farg}: {callfunc}() threw exception!\\n", s); 183 def __init__(self, func, farg, invoke): 188 self.farg = farg 195 return "Test_Func_{}_{}_{}".format(self.func, self.farg, self.invoke [all...] |
/art/test/968-default-partial-compile-generated/util-src/ |
generate_smali.py | 137 # {farg} v = null; 139 # v = new {farg}(); 141 # System.out.println("Unexpected error occurred which creating {farg} instance"); 164 new-instance v0, L{farg}; 165 invoke-direct {{v0}}, L{farg};-><init>()V 171 const-string v5, "Unexpected error occurred which creating {farg} instance" 179 invoke-virtual {{v0}}, L{farg};->getName()Ljava/lang/String; 216 def __init__(self, farg): 220 self.farg = farg [all...] |
/art/test/961-default-iface-resolution-generated/util-src/ |
generate_java.py | 120 {farg} v = new {farg}(); 132 def __init__(self, farg): 136 self.farg = farg 143 tree = self.farg.get_tree(), iface_tree = self.farg.get_called().get_tree()) 149 return "TEST_FUNC_{}".format(self.farg.get_name()) 155 return self.TEST_FUNCTION_TEMPLATE.format(fname=self.get_name(), farg=self.farg.get_name() [all...] |
/art/test/964-default-iface-init-generated/util-src/ |
generate_java.py | 118 {farg} v = new {farg}(); 138 def __init__(self, farg): 142 self.farg = farg 149 farg=self.farg.get_name(), 150 tree = self.farg.get_tree()) 156 return "TEST_FUNC_{}".format(self.farg.get_name()) 163 tree = self.farg.get_tree() [all...] |
/art/test/970-iface-super-resolution-generated/util-src/ |
generate_smali.py | 140 # {farg} v = new {farg}(); 156 new-instance v6, L{farg}; 157 invoke-direct {{v6}}, L{farg};-><init>()V 162 invoke-virtual {{v6}}, L{farg};->testAll()V 186 def __init__(self, farg): 190 self.farg = farg 197 farg = self.farg.get_name() [all...] |
/art/test/971-iface-super/util-src/ |
generate_smali.py | 137 # {farg} v = null; 139 # v = new {farg}(); 141 # System.out.println("Unexpected error occurred which creating {farg} instance"); 158 new-instance v0, L{farg}; 159 invoke-direct {{v0}}, L{farg};-><init>()V 165 const-string v5, "Unexpected error occurred which creating {farg} instance" 170 invoke-virtual {{v0}}, L{farg};->callSupers()V 181 def __init__(self, farg): 185 self.farg = farg [all...] |
/external/libvorbis/lib/ |
vorbisenc.c | 1152 double *farg=(double *)arg; local 1158 double *farg=(double *)arg; local 1168 double *farg=(double *)arg; local 1174 double *farg=(double *)arg; local [all...] |
/external/valgrind/none/tests/ppc64/ |
test_isa_2_07_part2.c | 107 static inline void register_farg (void *farg, 113 *(uint64_t *)farg = tmp; 115 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); 118 static inline void register_sp_farg (void *farg, 123 *(uint32_t *)farg = tmp; [all...] |
test_isa_2_07_part1.c | 936 static inline void register_farg (void *farg, 942 *(uint64_t *)farg = tmp; 944 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); [all...] |
/external/valgrind/none/tests/ppc32/ |
test_isa_2_06_part2.c | 106 static inline void register_farg (void *farg, 112 *(uint64_t *)farg = tmp; 114 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); 117 static inline void register_sp_farg (void *farg, 122 *(uint32_t *)farg = tmp; [all...] |
test_isa_2_06_part3.c | 105 static inline void register_farg (void *farg, 111 *(uint64_t *)farg = tmp; 113 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); 116 static inline void register_sp_farg (void *farg, 121 *(uint32_t *)farg = tmp; [all...] |
test_isa_2_06_part1.c | 110 static inline void register_farg (void *farg, 116 *(uint64_t *)farg = tmp; 118 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); [all...] |
jm-insns.c | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ppcboot.c | 393 ppcboot_bfd_print_private_bfd_data (bfd *abfd, void * farg) 395 FILE *f = (FILE *)farg;
|
som.c | [all...] |
elf32-xtensa.c | [all...] |
elf.c | [all...] |
/external/valgrind/VEX/switchback/ |
test_ppc_jm1.c | [all...] |
/external/jemalloc/bin/ |
jeprof.in | 543 foreach my $farg (@ARGV) { 544 if ($farg =~ m/(.*)\@([0-9]+)(|\/.*)$/ ) { 552 unshift(@main::pfile_args, $farg); [all...] |