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

  /system/core/adb/
get_my_path_darwin.c 22 ProcessSerialNumber psn; local
23 GetCurrentProcess(&psn);
25 dict = ProcessInformationCopyDictionary(&psn, 0xffffffff);
  /system/core/fastboot/
util_osx.c 35 ProcessSerialNumber psn; local
36 GetCurrentProcess(&psn);
38 dict = ProcessInformationCopyDictionary(&psn, 0xffffffff);
  /external/qemu/android/utils/
bufprint.c 112 ProcessSerialNumber psn; local
118 GetCurrentProcess(&psn);
119 dict = ProcessInformationCopyDictionary(&psn, 0xffffffff);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 43 psn = ProcessSerialNumber()
44 psn_p = pointer(psn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 43 psn = ProcessSerialNumber()
44 psn_p = pointer(psn)
  /external/chromium_org/third_party/libjingle/source/talk/base/
macwindowpicker.cc 155 ProcessSerialNumber psn; local
157 int res = GetProcessForPID(pid, &psn);
162 res = SetFrontProcess(&psn);
unixfilesystem.cc 353 ProcessSerialNumber psn = { 0, kCurrentProcess }; local
354 CFDictionaryRef procinfo = ProcessInformationCopyDictionary(&psn,
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
SDLMain.m 33 extern OSErr CPSGetCurrentProcess( CPSProcessSerNum *psn);
34 extern OSErr CPSEnableForegroundOperation( CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
35 extern OSErr CPSSetFrontProcess( CPSProcessSerNum *psn);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
SDLMain.m 33 extern OSErr CPSGetCurrentProcess( CPSProcessSerNum *psn);
34 extern OSErr CPSEnableForegroundOperation( CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
35 extern OSErr CPSSetFrontProcess( CPSProcessSerNum *psn);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
SDLMain.m 33 extern OSErr CPSGetCurrentProcess( CPSProcessSerNum *psn);
34 extern OSErr CPSEnableForegroundOperation( CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
35 extern OSErr CPSSetFrontProcess( CPSProcessSerNum *psn);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
SDLMain.m 33 extern OSErr CPSGetCurrentProcess( CPSProcessSerNum *psn);
34 extern OSErr CPSEnableForegroundOperation( CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
35 extern OSErr CPSSetFrontProcess( CPSProcessSerNum *psn);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
SDLMain.m 33 extern OSErr CPSGetCurrentProcess( CPSProcessSerNum *psn);
34 extern OSErr CPSEnableForegroundOperation( CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
35 extern OSErr CPSSetFrontProcess( CPSProcessSerNum *psn);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
SDLMain.m 33 extern OSErr CPSGetCurrentProcess( CPSProcessSerNum *psn);
34 extern OSErr CPSEnableForegroundOperation( CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
35 extern OSErr CPSSetFrontProcess( CPSProcessSerNum *psn);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
SDLMain.m 33 extern OSErr CPSGetCurrentProcess( CPSProcessSerNum *psn);
34 extern OSErr CPSEnableForegroundOperation( CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
35 extern OSErr CPSSetFrontProcess( CPSProcessSerNum *psn);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
SDLMain.m 33 extern OSErr CPSGetCurrentProcess( CPSProcessSerNum *psn);
34 extern OSErr CPSEnableForegroundOperation( CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
35 extern OSErr CPSSetFrontProcess( CPSProcessSerNum *psn);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
SDLMain.m 33 extern OSErr CPSGetCurrentProcess( CPSProcessSerNum *psn);
34 extern OSErr CPSEnableForegroundOperation( CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
35 extern OSErr CPSSetFrontProcess( CPSProcessSerNum *psn);
209 CPSProcessSerNum PSN;
211 if (!CPSGetCurrentProcess(&PSN))
212 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
213 if (!CPSSetFrontProcess(&PSN))
360 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/qemu/distrib/sdl-1.2.15/src/main/macosx/
SDLMain.m 33 extern OSErr CPSGetCurrentProcess( CPSProcessSerNum *psn);
34 extern OSErr CPSEnableForegroundOperation( CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
35 extern OSErr CPSSetFrontProcess( CPSProcessSerNum *psn);
208 CPSProcessSerNum PSN;
210 if (!CPSGetCurrentProcess(&PSN))
211 if (!CPSEnableForegroundOperation(&PSN,0x03,0x3C,0x2C,0x1103))
212 if (!CPSSetFrontProcess(&PSN))
359 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 355 ProcessSerialNumber psn = { 0, kCurrentProcess }; local
356 CFDictionaryRef procinfo = ProcessInformationCopyDictionary(&psn,

Completed in 454 milliseconds