Searched refs:host_count (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/
H A Drender_process_host_chrome_browsertest.cc120 int host_count = 1; local
134 EXPECT_EQ(host_count, RenderProcessHostCount());
145 host_count++;
150 EXPECT_EQ(host_count, RenderProcessHostCount());
163 EXPECT_EQ(host_count, RenderProcessHostCount());
179 EXPECT_EQ(host_count, RenderProcessHostCount());
190 host_count++;
195 EXPECT_EQ(host_count, RenderProcessHostCount());
218 int host_count = 1; local
224 EXPECT_EQ(host_count, RenderProcessHostCoun
353 int host_count = 1; local
400 int host_count = 1; local
[all...]
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c1382 UINT8 host_count = 0; local
1432 host_count = 0;
1433 while (host_count < NFA_HCI_MAX_HOST_IN_NETWORK)
1435 nfa_hci_cb.inactive_host[host_count] = NFA_HCI_HOST_ID_UICC0 + host_count;
1436 host_count++;
1439 host_count = 0;
1441 while (host_count < data_len)
1452 host_count++;
1541 host_count
[all...]
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc727 static int host_count = 0; local
735 host->window()->SetName(base::StringPrintf("RootWindow-%d", host_count++));

Completed in 1012 milliseconds