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

  /external/chromium/base/
multiprocess_test.h 50 // 'procname' is the name of a function which the child will
63 base::ProcessHandle SpawnChild(const std::wstring& procname) {
64 return SpawnChild(procname, false);
67 base::ProcessHandle SpawnChild(const std::wstring& procname,
70 return SpawnChildImpl(procname, debug_on_start);
73 return SpawnChildImpl(procname, empty_file_list, debug_on_start);
79 const std::wstring& procname,
82 return SpawnChildImpl(procname, fds_to_map, debug_on_start);
87 CommandLine MakeCmdLine(const std::wstring& procname, bool debug_on_start) {
89 cl.AppendSwitchWithValue(kRunClientProcess, procname);
    [all...]
  /external/kernel-headers/original/linux/
mca.h 63 char procname[8]; member in struct:mca_device
sysctl.h 960 * procname supplied controls /proc naming.
967 * null procname disables /proc mirroring at this node.
994 const char *procname; /* Text ID for /proc/sys, or zero */ member in struct:ctl_table
  /frameworks/base/opengl/tests/angeles/include/GLES/
egl.h 200 GLAPI void (* APIENTRY eglGetProcAddress (const char *procname))();
  /development/ndk/platforms/android-9/include/EGL/
egl.h 323 eglGetProcAddress(const char *procname);
  /frameworks/base/opengl/include/EGL/
egl.h 323 eglGetProcAddress(const char *procname);
  /frameworks/base/opengl/libs/EGL/
egl.cpp     [all...]
  /external/iproute2/misc/
ss.c 2142 char procname[64]; local
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp     [all...]

Completed in 1498 milliseconds