Searched defs:active (Results 126 - 150 of 240) sorted by relevance

12345678910

/external/qemu/hw/arm/
H A Darm_gic.c44 unsigned active:NCPU; member in struct:gic_irq_state
58 #define GIC_SET_ACTIVE(irq, cm) s->irq_state[irq].active |= (cm)
59 #define GIC_CLEAR_ACTIVE(irq, cm) s->irq_state[irq].active &= ~(cm)
60 #define GIC_TEST_ACTIVE(irq, cm) ((s->irq_state[irq].active & (cm)) != 0)
211 return; /* No active IRQ. */
674 qemu_put_byte(f, s->irq_state[i].active);
711 s->irq_state[i].active = qemu_get_byte(f);
/external/qemu/
H A Dposix-aio-compat.c50 int active; member in struct:qemu_paiocb
332 aiocb->active = 1;
387 aiocb->active = 0;
540 int active = 0; local
545 if (!acb->active) {
549 active = 1;
553 if (active) {
/external/qemu/telephony/
H A Dsysdeps_posix.c88 char active; member in struct:SysChannelRec_
112 channel->active = 0;
140 /* list of active channels */
150 assert( channel->active != 0 );
161 channel->active = 0;
167 assert( channel->active == 0 );
170 channel->active = 1;
224 if (events && !channel->active) {
227 else if (!events && channel->active) {
285 if (channel->active) {
[all...]
/external/skia/experimental/Intersection/
H A DSkAntiEdge.cpp350 for (SkAntiEdge* active = fEdges.begin(); active != fEdges.end(); ++active) {
351 active->calcLine();
355 SkAntiEdge* active; local
357 for (active = first; active != &fTailEdge; active = active->fNext) {
358 active
481 SkAntiEdge* active = first->fNext; local
506 SkAntiEdge* active; local
569 SkAntiEdge* active; local
641 SkAntiEdge* activeLast, * active; local
[all...]
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.h94 Boolean active; member in struct:ieee802_1x_kay
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.h94 Boolean active; member in struct:ieee802_1x_kay
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.h94 Boolean active; member in struct:ieee802_1x_kay
/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
/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;
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_hl.h124 BOOLEAN active; member in struct:__anon1025
220 BOOLEAN active; member in struct:__anon1033
/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
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl.cc173 // Build the active input method descriptors from the active input
242 // layouts, so it appears first on the list of active input
380 // Record histogram for active input method count.
473 // Remove the active input methods with |extension_id|.
542 bool active = active_iter != active_input_method_ids.end(); local
545 if (active && !enabled)
548 if (!active && enabled)
551 if (active == !enabled)
638 DVLOG(1) << "active inpu
[all...]
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc261 // Note: currently this returns the last active browser. If we decide to
263 // WindowControllerList that mirrors the active behavior of BrowserList.
894 if (!MatchesBool(params->query_info.active.get(),
932 AssignOptionalValue(params->create_properties.selected, options.active);
933 // The 'active' property has replaced the 'selected' property.
934 AssignOptionalValue(params->create_properties.active, options.active);
1091 // By default, we make the first tab in the list active.
1150 bool active = false; local
1151 // TODO(rafaelw): Setting |active| fro
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.cc693 void SupervisedUserService::SetActive(bool active) { argument
694 if (active_ == active)
696 active_ = active;
934 // The active user can be NULL in unit tests.
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc344 // Don't draw attention for an active panel.
701 void Panel::OnActiveStateChanged(bool active) { argument
702 // Clear attention state when an expanded panel becomes active.
708 if (active && IsDrawingAttention() && !IsMinimized())
714 // Send extension event about window changing active state.
719 active ? extension_window_controller_.get() : NULL);
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc677 // If the panel is still active (we will deactivate the minimizd panel at
983 void PanelView::OnWidgetActivationChanged(views::Widget* widget, bool active) { argument
985 // WM_NCACTIVATED could be sent when an active window is being destroyed on
990 bool focused = active;
993 // active and belongs to a foreground application.
994 focused = active &&
998 bool focused = active;
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.cc281 bool active) {
285 if (active) {
280 OnWidgetActivationChanged(views::Widget* widget, bool active) argument
/external/chromium_org/chromeos/audio/
H A Dcras_audio_handler.cc141 // for any non-active input device, we assume mute is off.
200 void CrasAudioHandler::SetKeyboardMicActive(bool active) { argument
205 // as additional active node.
207 if (active)
221 // If there is no primary active device, set |node_id| to primary active node.
238 // Flags for whether we will actually change active status of input
252 // If the new active device is already active, keep it as active
[all...]
/external/chromium_org/chromeos/network/
H A Dnetwork_state_handler.cc703 // Note: usually active networks will precede inactive networks, however
706 ManagedStateList active, non_wifi_visible, wifi_visible, hidden, new_networks; local
715 active.push_back(network);
728 network_list_.insert(network_list_.end(), active.begin(), active.end());
/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_autofill_agent.cc859 void PasswordAutofillAgent::OnSetLoggingState(bool active) { argument
860 logging_state_active_ = active;
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc260 void RenderWidgetHostViewChildFrame::SetActive(bool active) { argument
H A Drender_widget_host_view_guest.cc400 void RenderWidgetHostViewGuest::SetActive(bool active) { argument
401 platform_view_->SetActive(active);
512 // touches are currently active in order to cancel them all properly?
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc154 void TestRenderWidgetHostView::SetActive(bool active) { argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_context.h245 GLuint active; /* I915_UPLOAD_* */ member in struct:i915_hw_state
278 (i915)->state.active |= (flag); \
280 (i915)->state.active &= ~(flag); \
H A Di915_state.c456 int active = (ctx->Polygon.StippleFlag && local
460 if (active) {
503 if (active)
1024 i915->state.active = (I915_UPLOAD_PROGRAM |

Completed in 3521 milliseconds

12345678910