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

  /system/core/init/
service_test.cpp 39 std::vector<std::string> dummy_args{"/bin/test"};
41 new (old_memory) Service("test_old_memory", nullptr, dummy_args);
61 "test_old_memory", 0U, 0U, 0U, std::vector<gid_t>(), CapSet(), 0U, "", nullptr, dummy_args);
  /art/test/988-method-trace/
gen_srcs.py 262 dummy_args = ", ".join(method_info.dummy_parameters())
265 return ("%s.%s(%s);" %(receiver, method_info.method_name, dummy_args))
  /external/python/cpython3/Python/
bltinmodule.c 1748 static PyObject *dummy_args; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 1572 static PyObject *dummy_args = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 1564 static PyObject *dummy_args = NULL; local
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 1583 static PyObject *dummy_args = NULL; local
    [all...]

Completed in 239 milliseconds