Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 25 of 42) sorted by last modified time

12

/trunk/main/crashrep/source/unx/
H A Dmain.cxx602 long pid = 0; in setup_commandline_arguments() local
610 pid = strtol( argv[n], NULL, 0 ); in setup_commandline_arguments()
666 return pid; in setup_commandline_arguments()
/trunk/main/oox/source/token/
H A Dtokens.txt3884 pid
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java352 String pid = (String) p.get("pid"); in killProcess() local
355 exec(new String[] { "taskkill", "/F", "/PID", pid }, null, null, null, null); in killProcess()
357 exec(new String[] { "kill", "-9", pid }, null, null, null, null); in killProcess()
/trunk/main/shell/source/win32/shlxthandler/columninfo/
H A Dcolumninfo.cxx138 psci->scid.pid = ColumnInfoTable[dwIndex].scid.pid; in GetColumnInfo()
163 if (IsEqualGUID (pscid->fmtid, FMTID_SummaryInformation) && pscid->pid == PIDSI_TITLE) in GetItemData()
170 else if (IsEqualGUID (pscid->fmtid, FMTID_SummaryInformation) && pscid->pid == PIDSI_AUTHOR) in GetItemData()
177 else if (IsEqualGUID (pscid->fmtid, FMTID_SummaryInformation) && pscid->pid == PIDSI_SUBJECT) in GetItemData()
184 else if (IsEqualGUID (pscid->fmtid, FMTID_SummaryInformation) && pscid->pid == PIDSI_KEYWORDS) in GetItemData()
191 else if (IsEqualGUID (pscid->fmtid, FMTID_SummaryInformation) && pscid->pid == PIDSI_COMMENTS) in GetItemData()
198 else if (IsEqualGUID (pscid->fmtid, FMTID_SummaryInformation) && pscid->pid == PIDSI_PAGECOUNT) in GetItemData()
/trunk/main/setup_native/scripts/
H A Dadmin.pl919 my $pid = $$; # process id
922 $directory = $directory . "_" . $pid . $time;
/trunk/main/sal/osl/unx/
H A Dprocess.c426 pid_t pid = -1; in ChildStatusProc() local
558 if (pid > 0) in ChildStatusProc()
569 if ((pid > 0) && (i == 0)) in ChildStatusProc()
574 pdata->m_pProcImpl->m_pid = pid; in ChildStatusProc()
606 child_pid = pid; in ChildStatusProc()
659 if (pid > 0) in ChildStatusProc()
1084 pid_t pid; /* pid */ member
1279 pid_t pid; in osl_getProcessInfo() local
1282 pid = getpid(); in osl_getProcessInfo()
1293 pInfo->Ident = pid; in osl_getProcessInfo()
[all …]
H A Dsocket.c814 pid_t pid; in _osl_getDomainName() local
817 pid = fork(); in _osl_getDomainName()
818 if (pid == 0) in _osl_getDomainName()
834 else if (pid > 0) in _osl_getDomainName()
847 waitpid (pid, &nStatus, 0); in _osl_getDomainName()
/trunk/main/solenv/bin/modules/installer/
H A Dsimplepackage.pm359 my $pid = $$; # process id
360 my $tempdir = $installdir . "_temp" . "." . $pid;
H A Dsystemactions.pm1660 my $pid = $$; # process id
1663 $directory = $directory . "_" . $pid . $time;
H A Dlogger.pm240 my ($self, $relative_time, $log_id, $pid, $message, $force) = @_;
245 $message = &{$self->{'filter'}}($relative_time, $log_id, $pid, $message);
260 $line .= $pid . " : ";
278 push @{$self->{'lines'}}, [$relative_time, $log_id, $pid, $message, $force];
/trunk/extras/l10n/source/lt/
H A Dlocalize.sdf21391 …pairedlist STR_ARR_SVT_LANGUAGE_TABLE LANGUAGE_USER_TOK_PISIN 0 lt Papua pidžinų 20200411 15:…
/trunk/extras/l10n/source/et/
H A Dlocalize.sdf3494 svx source\gallery2\galtheme.src 0 string RID_GALLERYSTR_THEME_BULLETS 0 et Täpid 20200411 15…
4346 svx source\svdraw\svdstr.src 0 string SIP_EE_PARA_BULLET 0 et Täpid ja numbrid 20200411 15:09…
23000 …link href=\"text/shared/01/06050000.xhp\" name=\"Nummerdus ja täpid\"\>Nummerdus ja täpid\</link\>…
23643 …link href=\"text/shared/01/06050000.xhp\" name=\"Nummerdus ja täpid\"\>Nummerdus ja täpid\</link\>…
30164 helpcontent2 source\text\shared\02\06120000.xhp 0 help tit 0 et Täpid sees/väljas 20200411 15…
30165 …8 1 0 et \<link href=\"text/shared/02/06120000.xhp\" name=\"Täpid sees/väljas\"\>Täpid sees/välj…
36649 …hared/01/06050000.xhp\" name=\"Vormindus - Nummerdus ja täpid\"\>Vormindus - Nummerdus ja täpid\</…
41682 helpcontent2 source\text\shared\01\06050000.xhp 0 help tit 0 et Nummerdus ja täpid 20200411 1…
41683 …link href=\"text/shared/01/06050000.xhp\" name=\"Nummerdus ja täpid\"\>Nummerdus ja täpid\</link\>…
42757 …0.xhp\" name=\"Kaart Sätted (dialoog Nummerdus ja täpid)\"\>Kaart Sätted (dialoog Nummerdus ja täp…
[all …]
/trunk/main/desktop/source/app/
H A Dapp.cxx1709 pid_t pid = fork(); in restartOnMac() local
1710 if (pid == 0) { in restartOnMac()
1712 } else if (pid > 0) { in restartOnMac()
1721 if (waitpid(pid, &stat, 0) == pid && WIFEXITED(stat)) { in restartOnMac()
/trunk/main/sal/osl/os2/
H A Dsocket.c821 pid_t pid; in _osl_getDomainName()
824 pid = fork(); in _osl_getDomainName()
825 if (pid == 0) in _osl_getDomainName()
841 else if (pid > 0) in _osl_getDomainName()
854 waitpid (pid, &nStatus, 0); in _osl_getDomainName()
/trunk/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java356 String pid = (String) proccessInfo.get("pid"); in getPerfData() local
357 if (pid == null) in getPerfData()
359 return SystemUtil.getProcessPerfData(pid); in getPerfData()
/trunk/extras/l10n/source/fi/
H A Dlocalize.sdf17479 ….src 0 fixedtext TP_REGISTRATION FT_REGISTRATION_END 0 fi Toivomme, että pidät työskentelystä %P…
22914 …ess\main0210.xhp 0 help par_id3148610 5 0 fi Valitaksesi useita kohteita pidä Vaihto-näppäintä p…
24760 …hared\01030400.xhp 0 help par_id3150046 67 0 fi Napsauta moduulin nimeä, pidä yli sekunnin tauko…
29128 …3153143 14 0 fi Exit-lauseella ei määritetään rakenteen loppua eikä sitä pidä sekoittaa End-laus…
35164 …hared\autopi\01110200.xhp 0 help par_id3157974 43 0 fi Samaa kansiota ei pidä käyttää eri HTML-v…
40203 helpcontent2 source\text\shared\01\02100300.xhp 0 help par_id3150466 132 0 fi Tekstiä ei pidä kir…
47655 …olevat välilyönnit ovat toimivan rakenteen kannalta tarpeellisia. Niitä ei pidä poistaa kirjoitett…
51112 …par_id1122165 0 fi Napsauta hiirellä sitä kohtaa, josta käyrä alkaa, ja pidä painike pohjassa. …
51305 …t\simpress\guide\layer_move.xhp 0 help par_id3148488 19 0 fi Napsauta ja pidä painettuna objekti…
55150 …\01\04060109.xhp 0 help par_id102720080230162 0 fi Laskentataulukkoa ei pidä tallentaa ODF 1.0/…
[all …]
/trunk/extras/l10n/source/ca/
H A Dlocalize.sdf1847 …ickstart.ulf 0 LngText STR_NAME_MODULE_OPTIONAL_QUICKSTART 0 ca Inici ràpid 20200411 15:09:53
11990 …lp par_id4008911 0 ca Tanqueu l'%PRODUCTNAME, i tanqueu també l'inici ràpid si està habilitat. …
20995 sfx2 source\appl\app.src 0 string STR_QUICKSTART_EXIT 0 ca Surt de l'inici ràpid 20200411 15:…
20996 sfx2 source\appl\app.src 0 string STR_QUICKSTART_TIP 0 ca Inici ràpid de l'%PRODUCTNAME %PRODUCT…
21000 sfx2 source\appl\app.src 0 string STR_QUICKSTART_PRELAUNCH_UNX 0 ca Inhabilita l'inici ràpid
35605 …guide\start_parameters.xhp 0 help par_id3153919 26 0 ca Activa l'inici ràpid. 20200411 15:09:…
35948 …ivex.xhp 0 help par_id3153821 4 0 ca Tanqueu l'$[officename] i l'Inici ràpid. 20200411 15:09:…
37600 …ters.xhp 0 help par_id3148685 9 0 ca Tanqueu l'$[officename] i l'inici ràpid. 20200411 15:09:…
38429 helpcontent2 source\text\shared\optionen\01011000.xhp 0 help hd_id3145171 21 0 ca Inici ràpid de …
69779 cui source\options\optmemory.src 0 fixedline OFA_TP_MEMORY FL_QUICKLAUNCH 0 ca Inici ràpid de l'%…
[all …]
/trunk/extras/l10n/source/ca-XV/
H A Dlocalize.sdf1847 …start.ulf 0 LngText STR_NAME_MODULE_OPTIONAL_QUICKSTART 0 ca-XV Inici ràpid 20200411 15:09:53
11990 …par_id4008911 0 ca-XV Tanqueu l'%PRODUCTNAME, i tanqueu també l'inici ràpid si està habilitat. …
20995 sfx2 source\appl\app.src 0 string STR_QUICKSTART_EXIT 0 ca-XV Ix de l'inici ràpid 20200411 15…
20996 sfx2 source\appl\app.src 0 string STR_QUICKSTART_TIP 0 ca-XV Inici ràpid de l'%PRODUCTNAME %PROD…
21000 sfx2 source\appl\app.src 0 string STR_QUICKSTART_PRELAUNCH_UNX 0 ca-XV Inhabilita l'inici ràpid
35605 …de\start_parameters.xhp 0 help par_id3153919 26 0 ca-XV Activa l'inici ràpid. 20200411 15:09:…
35948 …x.xhp 0 help par_id3153821 4 0 ca-XV Tanqueu l'$[officename] i l'Inici ràpid. 20200411 15:09:…
38429 helpcontent2 source\text\shared\optionen\01011000.xhp 0 help hd_id3145171 21 0 ca-XV Inici ràpid
38431 … que l'$[officename] habiliti l'inici ràpid. Esta opció està disponible si s'ha instal·lat el mòdu…
69779 cui source\options\optmemory.src 0 fixedline OFA_TP_MEMORY FL_QUICKLAUNCH 0 ca-XV Inici ràpid de …
[all …]
/trunk/test/testgui/source/svt/gui/sd/
H A DBasicFuncOnImpress.java65 private String pid = null; field in BasicFuncOnImpress
/trunk/test/testgui/source/svt/gui/sw/
H A DBasicFuncOnWriter.java62 private String pid = null; field in BasicFuncOnWriter
H A DFileTypeAboutWriter.java62 private String pid = null; field in FileTypeAboutWriter
/trunk/main/x11_extensions/inc/
H A Drenderproto.h261 Picture pid B32;
601 Picture pid B32;
611 Picture pid B32;
623 Picture pid B32;
637 Picture pid B32;
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx200 int pid, fd[2]; in passFileToCommandLine() local
204 if( ( pid = fork() ) > 0 ) in passFileToCommandLine()
221 waitpid( pid, &status, 0 ); in passFileToCommandLine()
225 else if( ! pid ) in passFileToCommandLine()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx252 int pid, fd[2]; in passFileToCommandLine() local
256 if( ( pid = fork() ) > 0 ) in passFileToCommandLine()
273 waitpid( pid, &status, 0 ); in passFileToCommandLine()
277 else if( ! pid ) in passFileToCommandLine()
/trunk/main/solenv/bin/
H A Dsubsequenttests135 my $pid = fork();
136 defined($pid) or die("$counter: $!");
137 if ($pid == 0) {
148 $pids{$pid} = $testpath;
151 my $pid = wait();
152 $pid != -1 or die($!);
153 my $testpath = delete($pids{$pid});
154 defined($testpath) or die("unmatched PID $pid");

Completed in 5616 milliseconds

12