HomeSort by relevance Sort by last modified time
    Searched refs:farg (Results 1 - 25 of 26) sorted by null

1 2

  /art/test/648-many-direct-methods/util-src/
generate_java.py 95 def __init__(self, farg):
99 self.farg = farg
105 return "method{:05d}".format(self.farg)
  /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);
187 def __init__(self, func, farg, invoke):
192 self.farg = farg
199 return "Test_Func_{}_{}_{}".format(self.func, self.farg, self.invoke
    [all...]
  /art/test/968-default-partial-compile-gen/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-gen/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-gen/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-gen/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lbitlib.c 155 static int fieldargs (lua_State *L, int farg, int *width) {
156 int f = luaL_checkint(L, farg);
157 int w = luaL_optint(L, farg + 1, 1);
158 luaL_argcheck(L, 0 <= f, farg, "field cannot be negative");
159 luaL_argcheck(L, 0 < w, farg + 1, "width must be positive");
  /external/syslinux/com32/lua/src/
lbitlib.c 155 static int fieldargs (lua_State *L, int farg, int *width) {
156 int f = luaL_checkint(L, farg);
157 int w = luaL_optint(L, farg + 1, 1);
158 luaL_argcheck(L, 0 <= f, farg, "field cannot be negative");
159 luaL_argcheck(L, 0 < w, farg + 1, "width must be positive");
  /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/valgrind/none/tests/ppc32/
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_06_part2.c 110 static inline void register_farg (void *farg,
116 *(uint64_t *)farg = tmp;
118 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
121 static inline void register_sp_farg (void *farg,
126 *(uint32_t *)farg = tmp;
    [all...]
test_isa_2_06_part3.c 109 static inline void register_farg (void *farg,
115 *(uint64_t *)farg = tmp;
117 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
120 static inline void register_sp_farg (void *farg,
125 *(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...]
test_isa_2_07_part1.c 943 static inline void register_farg (void *farg,
949 *(uint64_t *)farg = tmp;
951 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
    [all...]
jm-insns.c     [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_06_part2.c 110 static inline void register_farg (void *farg,
116 *(uint64_t *)farg = tmp;
118 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
121 static inline void register_sp_farg (void *farg,
126 *(uint32_t *)farg = tmp;
    [all...]
test_isa_2_06_part3.c 109 static inline void register_farg (void *farg,
115 *(uint64_t *)farg = tmp;
117 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
120 static inline void register_sp_farg (void *farg,
125 *(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...]
test_isa_2_07_part1.c 943 static inline void register_farg (void *farg,
949 *(uint64_t *)farg = tmp;
951 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
    [all...]
jm-insns.c     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
ppcboot.c 395 ppcboot_bfd_print_private_bfd_data (bfd *abfd, void * farg)
397 FILE *f = (FILE *)farg;
som.c     [all...]
elf32-xtensa.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...]

Completed in 598 milliseconds

1 2