OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pid1
(Results
1 - 5
of
5
) sorted by null
/packages/experimental/procstatlog/
diskload.sh
23
dd if=/dev/zero bs=65536 of=$1.1 &
pid1
=$!; echo start $
pid1
; sleep 2
34
kill $
pid1
; echo kill $
pid1
; sleep 2
/external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc
252
base::ProcessHandle
pid1
= ShowSingletonTab(page1);
local
253
EXPECT_FALSE(base::Process(
pid1
).IsProcessBackgrounded());
259
EXPECT_NE(
pid1
, pid2);
260
EXPECT_TRUE(base::Process(
pid1
).IsProcessBackgrounded());
265
EXPECT_EQ(
pid1
, ShowSingletonTab(page1));
266
EXPECT_FALSE(base::Process(
pid1
).IsProcessBackgrounded());
/external/chromium_org/third_party/sqlite/src/src/
pragma.c
297
** If the left side is "database.id" then
pId1
is the database name
298
** and pId2 is the id. If the left side is just "id" then
pId1
is the
303
Token *
pId1
, /* First part of [database.]id field */
322
iDb = sqlite3TwoPartName(pParse,
pId1
, pId2, &pId);
[
all
...]
/external/chromium_org/tools/android/memdump/
memdump.cc
462
LOG(ERROR) << "Usage: memdump [-a] <
PID1
>... <PIDN>";
/frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp
385
unsigned
pid1
= s1->pid();
local
388
s2->setPID(
pid1
);
[
all
...]
Completed in 115 milliseconds