Searched defs:active (Results 176 - 200 of 240) sorted by relevance

12345678910

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c261 * for the active object format.
750 * - Active/inactive state (starts out active)
805 * d. Iterate over active spans. Add span to interval tree. Update span's
814 * If BC increased in size, for each active span that contains BC:
863 int active; member in struct:yasm_span
906 span->active = 1;
1039 span->active = 0;
1247 if (!span->active)
1267 if (span->active == 2)
1279 span->active
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc360 void DesktopNativeWidgetAura::HandleActivationChanged(bool active) { argument
361 native_widget_delegate_->OnNativeWidgetActivationChanged(active);
366 if (active) {
381 // If we're not active we need to deactivate the corresponding
382 // aura::Window. This way if a child widget is active it gets correctly
H A Ddesktop_window_tree_host_win.cc698 void DesktopWindowTreeHostWin::HandleActivationChanged(bool active) { argument
705 if (active)
707 desktop_native_widget_aura_->HandleActivationChanged(active);
H A Ddesktop_window_tree_host_x11.cc201 bool active) {
202 if (active) {
211 desktop_native_widget_aura_->HandleActivationChanged(active);
1433 // on mouse clicks because we can call FlashFrame() on an active window.
200 HandleNativeWidgetActivationChanged( bool active) argument
/external/chromium_org/ui/views/widget/
H A Dwidget.cc1025 void Widget::OnNativeWidgetActivationChanged(bool active) { argument
1029 if (!active && native_widget_initialized_)
1033 OnWidgetActivationChanged(this, active));
1037 // because the widget is not active. Thus we have to notify the focus manager
1042 if (active)
H A Dwidget_unittest.cc728 bool active) OVERRIDE {
729 if (active) {
770 const Widget* active() const { return active_; } function in class:views::test::WidgetObserverTest
809 EXPECT_EQ(toplevel2, active());
2787 // the main window as the modal dialog is still active.
2878 // active.
2905 // says no, when a modal dialog is active.
2936 // OSX does not have a per-application "active" window such as provided by
/external/chromium_org/win8/metro_driver/
H A Dmetro_driver_win7.cc1012 bool active = (LOWORD(wparam) != WA_INACTIVE) && !HIWORD(wparam); local
1013 if (active) {
/external/fio/
H A Dgoptions.c335 int i, active = 0; local
344 active = i;
349 gtk_combo_box_set_active(GTK_COMBO_BOX(c->combo), active);
380 int i, active = 0; local
389 active = i;
394 gtk_combo_box_set_active(GTK_COMBO_BOX(c->combo), active);
/external/libpng/contrib/libtests/
H A Dpngimage.c481 #define EXHAUSTIVE 0x010 /* Test all combinations of active options */
871 /* 'active' transforms are discovered based on the original image format;
872 * running one active transform can activate others. At present the code
877 int active = 0, inactive = 0; local
893 active |= transform;
899 /* Some transforms appear multiple times in the table; the 'active' status
903 inactive &= ~active;
905 dp->active_transforms = active;
908 if (active == 0)
1025 "active shif
1363 unsigned int active = dp->active_transforms; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c786 const int active = vp9_segfeature_active(seg, i, j); local
787 vp9_wb_write_bit(wb, active);
788 if (active) {
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp1046 std::list<RIG_Node *> values, active; local
1063 for (std::list<RIG_Node *>::iterator it = active.begin();
1064 it != active.end();
1069 it = active.erase(it);
1077 active.push_back(cur);
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp276 active T
278 if a contour's bounds is outside of the active area, no need to create edges
282 find the bounds of each contour, select the active contours
283 for each active contour, compute a set of edges
1372 // as active edges are introduced, only local sorting should be required
1851 ActiveEdge* active = activeEdges.append(); local
1852 active->init(edge);
1855 // Find any intersections in the range of active edges. A pair of edges, on
2630 // beyond looking for horizontal intercepts, we need to know if any active edges
2631 // intersect edges below 'bottom', but above the active edg
[all...]
/external/chromium_org/v8/src/
H A Ddebug-debugger.js148 BreakPoint.prototype.active = function() {
150 return this.script_break_point().active();
195 // Break point not active - not triggered.
196 if (!this.active()) return false;
341 ScriptBreakPoint.prototype.active = function() {
1725 active: break_point.active(),
/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/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc612 // Showing the window doesn't make the browser window active right away.
985 // window to become active. This can steal focus if the user has
989 // window isn't active.
1677 bool active) {
1678 if (active)
1742 // You cannot close a frame for which there is an active originating drag
1676 OnWidgetActivationChanged(views::Widget* widget, bool active) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc283 // Add only active RenderViewHosts.
508 // Don't bother reporting hung state when we aren't active.
672 void RenderWidgetHostImpl::SetActive(bool active) { argument
673 Send(new ViewMsg_SetActive(routing_id_, active));
1844 // confused about how many touches are active.
/external/chromium_org/extensions/browser/
H A Dextension_prefs.cc103 // Similar to kLastPingDay, but for "active" instead of "rollcall" pings.
106 // A bit we use to keep track of whether we need to do an "active" ping.
141 // the user to accept them once recognized. We store the active permission
993 bool active) {
995 new base::FundamentalValue(active));
992 SetActiveBit(const std::string& extension_id, bool active) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDebuggerAgent.cpp260 void InspectorDebuggerAgent::setBreakpointsActive(ErrorString*, bool active) argument
262 scriptDebugServer().setBreakpointsActivated(active);
/external/ppp/pppd/
H A Dsys-linux.c1298 * set_filters - set the active and pass filters in the kernel driver.
1300 int set_filters(struct bpf_program *pass, struct bpf_program *active) argument
1313 fp.len = active->bf_len;
1314 fp.filter = (struct sock_filter *) active->bf_insns;
1316 error("Couldn't set active-filter in kernel: %m");
/external/qemu/telephony/
H A Dandroid_modem.c214 int active; member in struct:__anon30212
266 /* active calls */
1964 if (!data->active)
1966 amodem_add_line( modem, "+CGACT: %d,%d\r\n", data->id, data->active );
2016 data->active = 1;
2032 if (!data->active)
2257 if (cmd[1] == 0) { /* release all active, accept held one */
2281 if (cmd[1] == 0) { /* place all active on hold, accept held or waiting one */
2295 } else { /* place all active on hold, except a specific one */
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc183 void SetActive(bool active) { argument
184 if (active != time_source_->Active())
185 time_source_->SetActive(active);
273 // LTHI always has an active tree.
320 // by the main thread, so the active tree needs to be updated as if these sent
354 // active.
1605 // We have released tilings for both active and pending tree.
1607 // Prevent the active tree from drawing until activation.
1730 // Update the delta from the active tree, which may have
1773 // Now that we've synced everything from the pending tree to the active
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js419 * 'active', 'pinned', 'highlighted', 'status', 'title', 'url', 'windowId',
859 Tab.prototype.active;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc863 void AutofillDialogViews::SectionContainer::SetActive(bool active) { argument
864 bool is_active = active && proxy_button_->visible();
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp723 // Only TextMatch markers can be active.
775 void Internals::setMarkersActive(Node* node, unsigned startOffset, unsigned endOffset, bool active) argument
778 node->document().markers().setMarkersActive(node, startOffset, endOffset, active);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSStyleModel.js653 if (!property.active && !property.styleBased)
1133 * @param {boolean} active
1135 _setActive: function(active)
1137 this._active = active;
1152 return this.active || this.styleBased;
1155 get active()
1264 this._active = payload.active;
1283 active: function()

Completed in 832 milliseconds

12345678910