Searched refs:paging (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c3384 btm_cb.paging = FALSE;
3391 ** Description set paging to FALSE and free the page queue - called at hci_reset
3398 /* If we sent reset we are definitely not paging any more */
3402 btm_cb.paging = FALSE;
3422 ** Description send a paging command or queue it in btm_cb
3429 BTM_TRACE_DEBUG ("btm_acl_paging discing:%d, paging:%d BDA: %06x%06x",
3430 btm_cb.discing, btm_cb.paging,
3434 btm_cb.paging = TRUE;
3446 if (btm_cb.paging &&
3460 btm_cb.paging
[all...]
H A Dbtm_int.h921 BOOLEAN is_paging; /* TRUE, if paging is in progess */
925 BOOLEAN paging; member in struct:__anon1264
/external/qemu/qapi-auto-generated/
H A Dqmp-commands.h163 void qmp_dump_guest_memory(bool paging, const char * protocol, bool has_begin, int64_t begin, bool has_length, int64_t length, Error **errp);
H A Dqmp-marshal.c3222 bool paging; local
3231 visit_type_bool(v, &paging, "paging", errp);
3248 qmp_dump_guest_memory(paging, protocol, has_begin, begin, has_length, length, errp);
3253 visit_type_bool(v, &paging, "paging", NULL);
/external/chromium_org/third_party/readability/js/
H A Dreadability.js1000 * Look for any paging links that may occur within the document.
1082 /* If a parentNode contains page or paging or paginat */
1104 * If the URL looks like it has paging in it, add to the score.
1107 if (linkHref.match(/p(a|g|ag)?(e|ing|ination)?(=|\/)[0-9]{1,2}/i) || linkHref.match(/(page|paging)/i)) {

Completed in 807 milliseconds