/external/chromium/third_party/libevent/test/ |
bench.c | 63 static int num_pipes, num_active, num_writes; variable 98 space = num_pipes / num_active; 100 for (i = 0; i < num_active; i++, fired++) 132 num_active = 1; 140 num_active = atoi(optarg);
|
/external/chromium_org/third_party/libevent/test/ |
bench.c | 63 static int num_pipes, num_active, num_writes; variable 98 space = num_pipes / num_active; 100 for (i = 0; i < num_active; i++, fired++) 132 num_active = 1; 140 num_active = atoi(optarg);
|
/external/bluetooth/bluedroid/btif/src/ |
btif_hf.c | 120 int num_active; member in struct:_btif_hf_cb 227 btif_hf_cb.num_active = btif_hf_cb.num_held = 0; 761 static bt_status_t cind_response(int svc, int num_active, int num_held, 776 (num_active + num_held) ? 1 : 0, /* Call state */ 782 ((num_held == 0) ? 0 : ((num_active == 0) ? 2 : 1))); /* Call held */ 907 static bt_status_t phone_state_change(int num_active, int num_held, bthf_call_state_t call_setup_state, 917 BTIF_TRACE_DEBUG6("phone_state_change: num_active=%d [prev: %d] num_held=%d[prev: %d]"\ 918 " call_setup=%s [prev: %s]", num_active, btif_hf_cb.num_active, 923 if (num_active == 0 && num_held == 0 && call_setup_state == BTHF_CALL_STATE_IDLE [all...] |
/external/chromium_org/chrome/browser/net/ |
load_time_stats.cc | 125 int num_active() { return num_active_; } function in class:chrome_browser_net::LoadTimeStats::TabLoadStats::PerStatusStats 126 void set_num_active(int num_active) { num_active_ = num_active; } 408 DCHECK_GE(status_stats->num_active(), 0); 411 DCHECK_GE(status_stats->num_active(), 0); 416 DCHECK_GE(status_stats->num_active(), 0); 419 DCHECK_GE(status_stats->num_active(), 0);
|