Searched defs:active (Results 151 - 175 of 240) sorted by relevance

12345678910

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h48 // The next "active" system is only used by save, saveLayer, restore,
50 // To determine which saveLayers are currently active (at a
52 // saves just return a kPushLayer action but don't track active state
54 // saveLayers return kPushLayer but also track the active state
55 // To determine which culls are currently active (at a given point)
67 virtual void setActive(bool active) {} argument
68 virtual bool active() const { return false; } function in class:SkDrawCommand
561 virtual void setActive(bool active) SK_OVERRIDE { fActive = active; }
562 virtual bool active() cons
634 setActive(bool active) argument
635 virtual bool active() const { return fActive; } function in class:SkPushCullCommand
[all...]
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Drfc2217.py248 self.active = False
253 return "%s:%s(%s)" % (self.name, self.active, self.state)
261 self.active = True
269 self.active = True
279 self.active = False
283 self.active = False
332 active = property(isReady) variable in class:TelnetSubnegotiation
445 if sum(o.active for o in mandadory_options) == len(mandadory_options):
483 # and now wait until parameters are active
490 if sum(o.active fo
[all...]
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp147 // All other scopes are always active.
254 llvm::AllocaInst *active local
259 setBeforeOutermostConditional(Builder.getFalse(), active);
262 Builder.CreateStore(Builder.getTrue(), active);
264 // Set that as the active flag in the cleanup.
266 assert(!cleanup.getActiveFlag() && "cleanup already has active flag?");
267 cleanup.setActiveFlag(active);
474 // If there's an active flag, load it and skip the cleanup if it's
490 // Emit the continuation block if there was an active flag.
703 assert(!IsActive && "source without fallthrough for active cleanu
[all...]
/external/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h164 int active; /* 1=show highlight, 0=hide highlight */ member in struct:video_highlight
183 int active; member in struct:video_spu
/external/mesa3d/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 |
/external/openssl/ssl/
H A Dssl_ciph.c221 int active; member in struct:cipher_order_st
814 co_list[co_list_num].active = 0;
1007 if (!curr->active)
1010 curr->active = 1;
1017 if (curr->active)
1025 if (curr->active)
1031 curr->active = 0;
1043 curr->active = 0;
1072 if (curr->active &&
1092 if (curr->active)
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c104 static void GAPI_Activate(_THIS, BOOL active, BOOL minimized);
1216 static void GAPI_Activate(_THIS, BOOL active, BOOL minimized) argument
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.c113 static void DIB_Activate(_THIS, BOOL active, BOOL minimized);
1109 /* About to leave active state, restore gamma */
1112 /* About to enter active state, set game gamma */
1279 static void DIB_Activate(_THIS, BOOL active, BOOL minimized) argument
1282 if ( !active ) {
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c446 static void DX5_Activate(_THIS, BOOL active, BOOL minimized);
2450 void DX5_Activate(_THIS, BOOL active, BOOL minimized) argument
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h48 // The next "active" system is only used by save, saveLayer, restore,
50 // To determine which saveLayers are currently active (at a
52 // saves just return a kPushLayer action but don't track active state
54 // saveLayers return kPushLayer but also track the active state
55 // To determine which culls are currently active (at a given point)
67 virtual void setActive(bool active) {} argument
68 virtual bool active() const { return false; } function in class:SkDrawCommand
543 virtual void setActive(bool active) SK_OVERRIDE { fActive = active; }
544 virtual bool active() cons
616 setActive(bool active) argument
617 virtual bool active() const { return fActive; } function in class:SkPushCullCommand
[all...]
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay_i.h179 /* used for active and potential participant */
185 Boolean active; member in struct:ieee802_1x_mka_participant
191 /* used for active participant */
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay_i.h179 /* used for active and potential participant */
185 Boolean active; member in struct:ieee802_1x_mka_participant
191 /* used for active participant */
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay_i.h179 /* used for active and potential participant */
185 Boolean active; member in struct:ieee802_1x_mka_participant
191 /* used for active participant */
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc279 bool active = add_types & ADD_ACTIVE; local
292 // Have to get the active contents before we monkey with the contents
293 // otherwise we run into problems when we try to change the active contents
299 if (active) {
301 // confusing by having multiple groups active at the same time.
308 if (active) {
310 // confusing by having multiple groups active at the same time.
329 TabInsertedAt(contents, index, active));
330 if (active) {
352 // When the active WebContent
[all...]
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc1086 void DownloadItemImpl::Init(bool active, argument
1090 if (active)
1110 if (active) {
1537 // If the download isn't active (e.g. has been cancelled) it's not
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.cc997 bool active = false; local
1002 active = true;
1006 if (active) {
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc1232 void PPB_Instance_Proxy::OnHostMsgDocumentCanAccessDocument(PP_Instance active, argument
1237 EnterInstanceNoLock enter(active);
1239 *result = enter.functions()->DocumentCanAccessDocument(active, target);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h341 bool active() const { return isUserActionElement() && isUserActionElementActive(); } function in class:blink::Node
683 // Changes based on :hover, :active and :focus state.
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1097 explicit NoAllocationScope(bool active) : m_active(active) { enter(); } argument
2388 // when there are active iterators on the object. In this case all
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DState.cpp598 void State::setActiveSampler(unsigned int active) argument
600 mActiveSampler = active;
H A DvalidationES.cpp986 // of zero, if the active query object name for <target> is non-zero (for the
988 // the active query for either target is non-zero), if <id> is the name of an
990 // active query object name for any query type, the error INVALID_OPERATION is
993 // Ensure no other queries are active
996 // a) The query ID passed is not the current active query for any target/type
997 // b) There are no active queries for the requested target (and in the case
999 // no query may be active for either if glBeginQuery targets either.
1533 // is active), (3.0.2, section 2.14, pg 86)
1565 // Verify there is at least one active attribute with a divisor of zero
1574 bool active local
[all...]
/external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/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...]

Completed in 474 milliseconds

12345678910