/external/chromium/chrome/browser/extensions/ |
D | extension_message_service.cc | 27 #define GET_CHANNEL_OPENER_ID(channel_id) ((channel_id) * 2) argument 28 #define GET_CHANNEL_RECEIVERS_ID(channel_id) ((channel_id) * 2 + 1) argument 100 int channel_id = g_next_channel_id.GetNext(); in AllocatePortIdPair() local 101 int port1_id = channel_id * 2; in AllocatePortIdPair() 102 int port2_id = channel_id * 2 + 1; in AllocatePortIdPair() 109 DCHECK(GET_CHANNEL_ID(port1_id) == channel_id); in AllocatePortIdPair() 110 DCHECK(GET_CHANNEL_OPENER_ID(channel_id) == port1_id); in AllocatePortIdPair() 111 DCHECK(GET_CHANNEL_RECEIVERS_ID(channel_id) == port2_id); in AllocatePortIdPair()
|
/external/chromium/chrome/browser/nacl_host/ |
D | nacl_broker_service_win.cc | 42 void NaClBrokerService::OnLoaderLaunched(const std::wstring& channel_id, in OnLoaderLaunched() argument 45 PendingLaunchesMap::iterator it = pending_launches_.find(channel_id); in OnLoaderLaunched()
|
D | nacl_broker_service_win.h | 31 void OnLoaderLaunched(const std::wstring& channel_id,
|
D | nacl_process_host.cc | 148 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id()); in LaunchSelLdr() 156 this, ASCIIToWide(channel_id())); in LaunchSelLdr()
|
D | nacl_broker_host_win.cc | 42 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id()); in Init()
|
/external/qemu/android/ |
D | hw-qemud.c | 895 qemud_client_alloc( int channel_id, in qemud_client_alloc() argument 909 if (channel_id < 0) { in qemud_client_alloc() 918 c->ProtocolSelector.Serial.channel = channel_id; in qemud_client_alloc() 944 int channel_id, 1153 int channel_id, in qemud_service_connect_client() argument 1157 sv->serv_connect( sv->serv_opaque, sv, channel_id, client_param ); in qemud_service_connect_client() 1164 __FUNCTION__, channel_id, sv->name); in qemud_service_connect_client() 1329 int channel_id ) in qemud_multiplexer_connect() argument 1346 if (qemud_service_connect_client(sv, channel_id, NULL) == NULL) in qemud_multiplexer_connect() 1469 int channel_id = hex2int(msg+11, 2); in qemud_multiplexer_control_recv() local [all …]
|
D | hw-qemud.h | 93 int channel_id,
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider.cc | 141 bool AutomationProvider::InitializeChannel(const std::string& channel_id) { in InitializeChannel() argument 144 channel_id_ = channel_id; in InitializeChannel() 145 std::string effective_channel_id = channel_id; in InitializeChannel() 150 channel_id.find(automation::kNamedInterfacePrefix) == 0; in InitializeChannel() 152 effective_channel_id = channel_id.substr( in InitializeChannel()
|
D | automation_provider.h | 98 bool InitializeChannel(const std::string& channel_id) WARN_UNUSED_RESULT;
|
/external/chromium/chrome/browser/service/ |
D | service_process_control.cc | 50 const IPC::ChannelHandle channel_id = GetServiceProcessChannel(); in ConnectInternal() local 52 new IPC::SyncChannel(channel_id, IPC::Channel::MODE_NAMED_CLIENT, this, in ConnectInternal()
|
/external/chromium/chrome/browser/importer/ |
D | profile_import_process_host.cc | 94 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id()); in StartProcess()
|
/external/chromium/chrome/browser/ui/ |
D | browser_init.h | 56 static bool CreateAutomationProvider(const std::string& channel_id,
|
D | browser_init.cc | 1429 bool BrowserInit::CreateAutomationProvider(const std::string& channel_id, in CreateAutomationProvider() argument 1435 if (!automation->InitializeChannel(channel_id)) in CreateAutomationProvider()
|
/external/openssh/ |
D | serverloop.c | 250 int channel_id; in client_alive_check() local 262 if ((channel_id = channel_find_open()) == -1) { in client_alive_check() 267 channel_request_start(channel_id, "keepalive@openssh.com", 1); in client_alive_check()
|
/external/chromium/chrome/browser/ |
D | utility_process_host.cc | 140 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id()); in StartProcess()
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 10502 http://mediresource.sympatico.ca/channel_health_news_detail.asp?channel_id=131&menu_item_id=4&news_… 10503 http://mediresource.sympatico.ca/channel_health_news_detail.asp?channel_id=133&menu_item_id=4&news_… 10504 http://mediresource.sympatico.ca/channel_health_news_detail.asp?channel_id=60&menu_item_id=4&news_i… 10505 http://mediresource.sympatico.ca/channel_health_news_detail_pf.asp?channel_id=133&menu_item_id=4&ne… 10506 http://mediresource.sympatico.ca/channel_health_news_detail_pf.asp?channel_id=60&menu_item_id=4&new… 10507 http://mediresource.sympatico.ca/health_news_detail.asp?channel_id=131&menu_item_id=&news_id=5552 10508 http://mediresource.sympatico.ca/health_news_detail.asp?channel_id=133&menu_item_id=&news_id=5552 10509 http://mediresource.sympatico.ca/health_news_detail.asp?channel_id=60&menu_item_id=&news_id=5552 25924 http://www.astro.com.my/v5/programming/weekly/weekly.asp?channel_id=M029 40832 http://www.expatica.com/source/forum_thread.asp?channel_id=1&thread_id=17674 [all …]
|