Searched defs:active (Results 201 - 225 of 240) sorted by relevance

12345678910

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_context.h92 * for the driver to implement any active vertex shader.
765 /* Summary of size and varying of active arrays, so we can check
968 /** Input sizes, calculated from active vertex program.
1040 bool active; member in struct:brw_context::__anon14345
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc96 // Only one instance can be active at a time.
1034 const bool active = activation_state != WA_INACTIVE && !minimized; local
1036 delegate_->HandleActivationChanged(active);
1062 // We're about to cancel active mouse tracking, so empty out the stored
1263 void HWNDMessageHandler::OnActivateApp(BOOL active, DWORD thread_id) { argument
1264 if (delegate_->IsWidgetWindow() && !active &&
1590 BOOL active = static_cast<BOOL>(LOWORD(w_param)); local
1603 if (active && inactive_rendering_disabled)
1632 WM_NCACTIVATE, inactive_rendering_disabled || active, 0);
/external/chromium_org/v8/src/
H A Dliveedit.cc1878 // Replace "blocked on active" with "replaced on active" status.
1900 FunctionPatchabilityStatus active = FUNCTION_BLOCKED_ACTIVE_GENERATOR; local
1920 result->set(i, Smi::FromInt(active));
1974 // Scan the heap for active generators -- those that are either currently
/external/kernel-headers/original/uapi/linux/
H A Dethtool.h724 * @active: mask of currently enabled features
730 __u32 active; member in struct:ethtool_get_features_block
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h92 * for the driver to implement any active vertex shader.
765 /* Summary of size and varying of active arrays, so we can check
968 /** Input sizes, calculated from active vertex program.
1040 bool active; member in struct:brw_context::__anon27756
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc2694 // yet what is active.
3392 void RenderViewImpl::OnSetActive(bool active) { argument
3394 webview()->setIsActive(active);
3400 (*plugin_it)->SetWindowFocus(active);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp3784 void WebViewImpl::setIsActive(bool active) argument
3787 page()->focusController().setActive(active);
4151 void WebViewImpl::setIsAcceleratedCompositingActive(bool active) argument
4159 ASSERT(!active || m_layerTreeView);
4160 Platform::current()->histogramEnumeration("GPU.setIsAcceleratedCompositingActive", active * 2 + m_isAcceleratedCompositingActive, 4);
4162 if (m_isAcceleratedCompositingActive == active)
4168 if (!active) {
/external/mdnsresponder/mDNSCore/
H A DmDNS.c1294 debugf("mDNS_Register_internal: Adding to active record list %s", ARDisplayString(m,rr));
1364 AuthRecord **p = &m->ResourceRecords; // Find this record in our list of active records
2261 mDNSu8 active = (mDNSu8) local
2265 if (rr->NewRData && active)
2279 newptr = PutRR_OS_TTL(responseptr, &m->omsg.h.numAnswers, &rr->resrec, active ? rr->resrec.rroriginalttl : 0);
2284 rr->RequireGoodbye = active;
2289 if (rr->NewRData && active)
2294 if (!pktcount && active && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
2455 LogMsg("SendResponses: No active interface %p to send: %p %02X %s", rr->SendRNow, rr->resrec.InterfaceID, rr->resrec.RecordType, ARDisplayString(m, rr));
2482 // 1. If a cache record is currently referenced by *no* active question
9339 UpdateInterfaceProtocols(mDNS *const m, NetworkInterfaceInfo *active) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c1859 * @active: enables/disables (creates/frees) the cache
1879 int active,
1885 if (active) {
1878 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, int active, int value, int options) argument
H A Dtestapi.c46104 int active; /* enables/disables (creates/frees) the cache */ local
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_uio.h1264 uint8_t active; /* sctpAssocLocalRemEntry 3 */ member in struct:xsctp_raddr
/external/libxml2/
H A Dxpath.c1940 * @active: enables/disables (creates/frees) the cache
1960 int active,
1966 if (active) {
1959 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, int active, int value, int options) argument
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jar ... String fixed private String present private String absent private String active private String introducedByChange private String removedByChange private String newCode private ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c698 Bit8u active; member in struct:__anon30268
3566 write_byte(ebda_seg,&EbdaData->cdemu.active,0x00);
3574 return(read_byte(ebda_seg,&EbdaData->cdemu.active));
3726 // everything is ok, so from now on, the emulation is active
3728 write_byte(ebda_seg,&EbdaData->cdemu.active,0x01);
6011 write_byte(ebda_seg,&EbdaData->cdemu.active, 0x00); // bye bye
6066 /* basic checks : emulation should be active, dl should equal the emulated drive */
6067 if( (read_byte(ebda_seg,&EbdaData->cdemu.active) ==0 )
6069 BX_INFO("int13_cdemu: function %02x, emulation not active for DL= %02x\n", GET_AH(), GET_DL());
8386 // Wait Interval (Int 15, AH=83) active
[all...]
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2530 static PP_Bool Pnacl_M17_PPB_URLUtil_Dev_DocumentCanAccessDocument(PP_Instance active, PP_Instance target) { argument
2532 return iface->DocumentCanAccessDocument(active, target);
2574 static PP_Bool Pnacl_M31_PPB_URLUtil_Dev_DocumentCanAccessDocument(PP_Instance active, PP_Instance target) { argument
2576 return iface->DocumentCanAccessDocument(active, target);
5192 .DocumentCanAccessDocument = (PP_Bool (*)(PP_Instance active, PP_Instance target))&Pnacl_M17_PPB_URLUtil_Dev_DocumentCanAccessDocument,
5203 .DocumentCanAccessDocument = (PP_Bool (*)(PP_Instance active, PP_Instance target))&Pnacl_M31_PPB_URLUtil_Dev_DocumentCanAccessDocument,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js1630 * active: (boolean|undefined),
1648 * callback function that will be invoked with the language of the active
1662 * will be executed in the active tab of the current window.
1708 * @deprecated Please use tabs.query({active: true}).
1735 * will be executed in the active tab of the current window.
1766 * active: (boolean|undefined),
1854 * active: (boolean|undefined),
4343 Tab.prototype.active;
6630 * WARNING(2014/08/04): This API is still under active initial development and
6832 * WARNING(2014/08/14): This API is still under active initia
[all...]
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 791 milliseconds

12345678910