Searched refs:procname (Results 1 - 11 of 11) sorted by relevance

/external/chromium/base/test/
H A Dmultiprocess_test.cc20 ProcessHandle MultiProcessTest::SpawnChild(const std::string& procname, argument
23 return SpawnChildImpl(procname, debug_on_start);
26 return SpawnChildImpl(procname, empty_file_list, debug_on_start);
32 const std::string& procname,
35 return SpawnChildImpl(procname, fds_to_map, debug_on_start);
39 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname, argument
42 cl.AppendSwitchASCII(switches::kTestChildProcess, procname);
50 ProcessHandle MultiProcessTest::SpawnChildImpl(const std::string& procname, argument
53 LaunchApp(MakeCmdLine(procname, debug_on_start),
63 const std::string& procname,
31 SpawnChild( const std::string& procname, const file_handle_mapping_vector& fds_to_map, bool debug_on_start) argument
62 SpawnChildImpl( const std::string& procname, const file_handle_mapping_vector& fds_to_map, bool debug_on_start) argument
[all...]
H A Dmultiprocess_test.h48 // 'procname' is the name of a function which the child will
58 ProcessHandle SpawnChild(const std::string& procname, bool debug_on_start);
61 ProcessHandle SpawnChild(const std::string& procname,
67 virtual CommandLine MakeCmdLine(const std::string& procname,
72 ProcessHandle SpawnChildImpl(const std::string& procname,
78 ProcessHandle SpawnChildImpl(const std::string& procname,
/external/kernel-headers/original/linux/
H A Dmca.h63 char procname[8]; member in struct:mca_device
H A Dsysctl.h960 * 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
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DlibEGL.cpp1081 __eglMustCastToProperFunctionPointerType __stdcall eglGetProcAddress(const char *procname) argument
1083 TRACE("(const char *procname = \"%s\")", procname);
1100 if (strcmp(procname, eglExtensions[ext].name) == 0)
1106 return glGetProcAddress(procname);
/external/oprofile/module/x86/
H A Dop_nmi.c319 next->procname = names[i];
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
H A Degl.h323 eglGetProcAddress(const char *procname);
/external/iproute2/misc/
H A Dss.c2199 char procname[64]; local
2201 sprintf(procname, "%s/%d/stat",
2203 if ((fp = fopen(procname, "r")) != NULL) {
2204 if (fscanf(fp, "%*d (%[^)])", procname) == 1) {
2205 sprintf(procname+strlen(procname), "/%d", pid);
2206 printf("%-*s ", serv_width, procname);
/external/oprofile/module/ia64/
H A Dop_pmu.c589 next->procname = names[i];
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h540 __eglMustCastToProperFunctionPointerType __stdcall glGetProcAddress(const char *procname);
H A DlibGLESv2.cpp5732 __eglMustCastToProperFunctionPointerType __stdcall glGetProcAddress(const char *procname) argument
5756 if (strcmp(procname, glExtensions[ext].name) == 0)

Completed in 234 milliseconds