HomeSort by relevance Sort by last modified time
    Searched defs:new_args (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/chromedriver/
window_commands.cc 350 base::ListValue new_args; local
351 new_args.Append(element->DeepCopy());
352 new_args.AppendString(chrome_driver_id);
355 session->GetCurrentFrameId(), kSetFrameIdentifier, new_args, &result);
  /external/chromium_org/third_party/cython/src/Cython/Utility/
CythonFunction.c 938 PyObject *new_args; local
943 new_args = PyTuple_GetSlice(args, 1, argc);
945 if (!new_args)
955 result = __Pyx_CyFunction_Call(func, new_args, kw);
958 Py_DECREF(new_args);
977 PyObject *new_args = NULL; local
987 new_args = PyTuple_New(argc + 1);
988 if (!new_args)
993 PyTuple_SET_ITEM(new_args, 0, self);
998 PyTuple_SET_ITEM(new_args, i + 1, item)
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 942 TCGArg new_args[6]; local
945 memcpy(new_args, args+1, 5*sizeof(TCGArg));
955 new_args[5] = label_true;
956 tcg_out_brcond2(s, new_args, const_args+1, 1);
972 new_args[4] = tcg_invert_cond(new_args[4]);
973 new_args[5] = label_over;
974 tcg_out_brcond2(s, new_args, const_args+1, 1);
    [all...]
  /external/qemu/tcg/
tcg.c 2098 TCGArg new_args[TCG_MAX_OP_ARGS]; local
    [all...]

Completed in 300 milliseconds