HomeSort by relevance Sort by last modified time
    Searched full:pid2 (Results 1 - 7 of 7) sorted by null

  /packages/experimental/procstatlog/
diskload.sh 24 dd if=/dev/zero bs=65536 of=$1.2 & pid2=$!; echo start $pid2; sleep 2
35 kill $pid2; echo kill $pid2; sleep 2
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 227 PathId pid2 = list.get(j); local
228 int curId = Integer.parseInt(pid2.path.getSuffix());
238 PathId pid2 = list.get(k); local
239 consumer.consume(pid2.id, items[k - i]);
  /external/chromium_org/third_party/sqlite/src/src/
pragma.c 298 ** and pId2 is the id. If the left side is just "id" then pId1 is the
299 ** id and pId2 is any empty string.
304 Token *pId2, /* Second part of [database.]id field, or NULL */
322 iDb = sqlite3TwoPartName(pParse, pId1, pId2, &pId);
341 assert( pId2 );
342 zDb = pId2->n>0 ? pDb->zName : 0;
438 if( pId2->n==0 && b>=0 ){
486 if( pId2->n==0 && eMode==PAGER_LOCKINGMODE_QUERY ){
494 if( pId2->n==0 ){
559 if( eMode==PAGER_JOURNALMODE_QUERY && pId2->n==0 )
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc 258 base::ProcessHandle pid2 = ShowSingletonTab(page2); local
259 EXPECT_NE(pid1, pid2);
261 EXPECT_FALSE(base::Process(pid2).IsProcessBackgrounded());
267 EXPECT_TRUE(base::Process(pid2).IsProcessBackgrounded());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 64 pid2, status = os.waitpid(pid, 0)
65 testcase.assertEqual(pid2, pid)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 64 pid2, status = os.waitpid(pid, 0)
65 testcase.assertEqual(pid2, pid)
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 386 unsigned pid2 = s2->pid(); local
387 s1->setPID(pid2);
    [all...]

Completed in 263 milliseconds