HomeSort by relevance Sort by last modified time
    Searched refs:fargs (Results 1 - 18 of 18) sorted by null

  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 933 static double *fargs = NULL; variable
988 fargs = malloc(200 * sizeof(double));
998 register_farg(&fargs[i++], s, _exp, mant);
1006 fargs = malloc(16 * sizeof(double));
1015 register_farg(&fargs[i++], s, _exp, mant);
1028 register_farg(&fargs[i++], s, _exp, mant);
1033 register_farg(&fargs[i++], s, _exp, mant);
1038 register_farg(&fargs[i++], s, _exp, mant);
1043 register_farg(&fargs[i++], s, _exp, mant);
1048 register_farg(&fargs[i++], s, _exp, mant)
    [all...]
  /build/kati/
func.go 178 fargs, err := ev.args(abuf, f.args[1:]...)
183 from := fargs[0]
184 to := fargs[1]
185 text := fargs[2]
207 fargs, err := ev.args(abuf, f.args[1], f.args[2])
217 pat := fargs[0]
218 repl := fargs[1]
266 fargs, err := ev.args(abuf, f.args[1:]...)
271 find := fargs[0]
272 text := fargs[1
    [all...]
shellutil.go 87 fargs, err := ev.args(abuf, f.v)
91 rot13(fargs[0])
92 w.Write(fargs[0])
  /external/valgrind/none/tests/ppc32/
jm-insns.c 4275 static double *fargs = NULL; variable
    [all...]
test_isa_2_06_part1.c 97 static double *fargs = NULL; variable
160 fargs = malloc( 16 * sizeof(double) );
169 register_farg( &fargs[i++], s, _exp, mant );
175 // add a few smaller values to fargs . . .
179 register_farg(&fargs[i++], s, _exp, mant);
183 register_farg(&fargs[i++], s, _exp, mant);
186 register_farg(&fargs[i++], s, _exp, mant);
191 register_farg(&fargs[i++], s, _exp, mant);
195 register_farg(&fargs[i++], s, _exp, mant);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 388 Bundle fargs = getArguments(); local
390 if (fargs != null) {
391 template = (AppOpsState.OpsTemplate)fargs.getParcelable("template");
  /external/valgrind/VEX/switchback/
test_ppc_jm1.c 3569 static double *fargs; variable
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver.py 571 fargs = []
573 fargs.append(args[idx])
574 return machine, function, tuple(fargs)
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 645 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs)
651 if (!PyArg_UnpackTuple(fargs, "start_new_thread", 2, 3,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_functools.py 11 def newfunc(*fargs, **fkeywords):
14 return func(*(args + fargs), **newkeywords)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_functools.py 11 def newfunc(*fargs, **fkeywords):
14 return func(*(args + fargs), **newkeywords)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_functools.py 11 def newfunc(*fargs, **fkeywords):
14 return func(*(args + fargs), **newkeywords)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_functools.py 11 def newfunc(*fargs, **fkeywords):
14 return func(*(args + fargs), **newkeywords)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_functools.py 11 def newfunc(*fargs, **fkeywords):
14 return func(*(args + fargs), **newkeywords)
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go     [all...]
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 2174 milliseconds