Searched refs:active (Results 1 - 25 of 648) sorted by path

1234567891011>>

/external/aac/libAACenc/src/
H A Daacenc_tns.cpp367 tns active flag
379 INT active,
389 tC->tnsActive = (active) ? TRUE : FALSE;
946 /* if TNS is active in at least one channel, check if ParCor coefficients of higher filter are similar */
371 FDKaacEnc_InitTnsConfiguration(INT bitRate, INT sampleRate, INT channels, INT blockType, INT granuleLength, INT ldSbrPresent, TNS_CONFIG *tC, PSY_CONFIGURATION *pC, INT active, INT useTnsPeak) argument
H A Dtns_func.h106 INT active,
/external/bison/build-aux/
H A Dtexinfo.tex63 % and turn on active characters that we couldn't do earlier because
66 \catcode`+=\active \catcode`\_=\active}
101 {\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode
161 % sometimes characters are active, so we need control sequences.
495 % Several utility definitions with active space:
650 \ifnum\catcode`\^^M=\active \else
1357 \catcode`\\=\active \otherbackslash
1512 \catcode`\^^M=\active \de
[all...]
/external/blktrace/btt/doc/
H A Dbtt.tex820 [ -Q <output name> | --active-queue-depth=<output name> ]
870 containing Q and C activity, the notion of \emph{active} traces simply
959 \subsection{\label{sec:o-Q}\texttt{--active-queue-depth}/\texttt{-Q}}
963 and then the number of \emph{active} requests issued to the device
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_utils.c891 ** Description This function finds an active MDL
1296 ** MDL ID is not active
1376 if (!p_mdl->active )
1470 if(p_mdl->active)
1473 if (p_mdl->active &&
1515 if (p_mdl->active)
1522 if (p_mdl->active)
1616 if (p_mdl->active )
1668 if (p_mdl->active &&
1712 if (p_mdl->active
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hl_api.h276 BOOLEAN active; /* true if this item is in use */ member in struct:__anon840
/external/bluetooth/bluedroid/btif/co/
H A Dbta_av_co.c149 BOOLEAN active; member in struct:__anon987
190 return bta_av_co_cb.cp.active;
560 bta_av_co_cb.cp.active = TRUE;
567 bta_av_co_cb.cp.active = FALSE;
707 bta_av_co_cb.cp.active = TRUE;
714 bta_av_co_cb.cp.active = FALSE;
840 else if ((num_protect == 1) && (!bta_av_co_cb.cp.active))
1533 bta_av_co_cb.cp.active = TRUE;
1538 bta_av_co_cb.cp.active = FALSE;
H A Dbta_hl_co.c222 BTIF_TRACE_DEBUG("%s mdep_id =%d, item_idx=%d active=%d mdl_id=%d time=%d",
224 p_mdl_cfg->active,
293 if (p->active)
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_hl.h124 BOOLEAN active; member in struct:__anon1025
220 BOOLEAN active; member in struct:__anon1033
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c693 if (p_mdl->base.active &&
700 BTIF_TRACE_DEBUG("i=%d Matched active=%d mdl_id =%d, mdl_dch_mode=%d",
701 i, p_mdl->base.active, p_mdl->base.mdl_id,p_mdl->base.dch_mode);
717 if (p_mdl1->base.active &&
1018 p_mdl->base.active &&
1101 if ( p_mdl->base.active && (p_mdl->base.mdl_id == mdl_id))
1831 if (p_acb->delete_mdl.active) {
1835 if (p_acb->delete_mdl.active &&
4100 if (!p_acb->delete_mdl.active)
4103 p_acb->delete_mdl.active
[all...]
/external/bzip2/
H A Dbzip.css13 a, a:link, a:visited, a:active { color: #336699; }
/external/chromium-trace/
H A Dscript.js485 b;this.panScanModeButton_.classList.remove("active");this.selectionModeButton_.classList.remove("active");this.zoomModeButton_.classList.remove("active");switch(b){case a.MOUSE_MODE_PANSCAN:this.panScanModeButton_.classList.add("active");break;case a.MOUSE_MODE_SELECTION:this.selectionModeButton_.classList.add("active");break;case a.MOUSE_MODE_ZOOM:this.zoomModeButton_.classList.add("active");break;default:throw Error("Unknown selection mode: "+b);}base.Settings.set("mouse_mode_selector.mouseMode",
/external/chromium-trace/trace-viewer/src/ui/
H A Dmouse_mode_selector.css40 .mouse-mode-selector .pan-scan-mode-button.active {
49 .mouse-mode-selector .selection-mode-button.active {
59 .mouse-mode-selector .zoom-mode-button.active {
H A Dtool_button.css15 .tool-button.active {
/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc189 aura::Window* active = activation_client->GetActiveWindow(); local
194 if (active && focused != active)
195 tracker.Add(active);
210 // Restore focused/active window.
216 } else if (tracker.Contains(active)) {
217 activation_client->ActivateWindow(active);
/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc369 // no dimmer active, the function will return -1.
818 bool active) {
820 if (active)
817 OnWidgetActivationChanged(views::Widget* widget, bool active) argument
H A Dshelf_widget.h85 views::Widget* widget, bool active) OVERRIDE;
88 // no dimmer active, the function will return -1.
/external/chromium_org/ash/system/chromeos/audio/
H A Daudio_detailed_view.cc143 output_devices_[i].active); /* checkmark if active */
156 input_devices_[i].active); /* checkmark if active */
/external/chromium_org/ash/system/
H A Dstatus_area_widget.cc131 void StatusAreaWidget::OnNativeWidgetActivationChanged(bool active) { argument
132 Widget::OnNativeWidgetActivationChanged(active);
133 if (active)
H A Dstatus_area_widget.h75 virtual void OnNativeWidgetActivationChanged(bool active) OVERRIDE;
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.cc160 bool active() const { function in class:ash::TouchTrace
224 if (!traces_[next_trace_index_].active())
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.cc470 bool active) {
723 // The currently active window is not |native_window_| and it is not a
726 // 1) The active window is a transient child of |native_window_|.
468 OnWidgetActivationChanged( views::Widget* widget, bool active) argument
H A Dimmersive_fullscreen_controller.h142 bool active) OVERRIDE;
195 // Updates |focus_revealed_lock_| based on the currently active view and the
196 // currently active widget.
280 // and the active widget. Acquiring the lock never triggers a reveal because
H A Dwindow_positioner.cc188 // Get the active window.
189 aura::Window* active = ash::wm::GetActiveWindow(); local
190 if (active && active->GetRootWindow() != root_window)
191 active = NULL;
201 // Find the index of the current active window.
202 if (active)
203 iter = std::find(windows.begin(), windows.end(), active);
445 // We handle the Multi monitor support by retrieving the active window's
H A Dwindow_state.cc447 aura::Window* active = GetActiveWindow(); local
448 return active ? GetWindowState(active) : NULL;

Completed in 720 milliseconds

1234567891011>>