Searched refs:inactive (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DRenderThemeBlackBerry.cpp448 static RefPtr<Image> disabled, inactive, pressed, active, activeMark, disableMark, pressedMark; local
451 inactive = loadImage("core_checkbox_inactive");
462 float centerX = ((float(inactive->width()) - float(activeMark->width())) / float(inactive->width()) * tmpRect.width() / 2) + tmpRect.x();
463 float centerY = ((float(inactive->height()) - float(activeMark->height())) / float(inactive->height()) * tmpRect.height() / 2) + tmpRect.y();
464 float width = float(activeMark->width()) / float(inactive->width()) * tmpRect.width();
465 float height = float(activeMark->height()) / float(inactive->height()) * tmpRect.height();
475 drawControl(context, rect, inactive.get());
499 static RefPtr<Image> disabled, disabledDot, inactive, presse local
551 static RefPtr<Image> disabled, inactive, pressed; local
589 static RefPtr<Image> disabled, inactive, pressed, arrowUp, arrowUpDisabled; local
665 paintSliderTrackRect(RenderObject* object, const PaintInfo& info, const IntRect& rect, Image* inactive) argument
697 static RefPtr<Image> disabled, inactive, pressed, aura; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_page.h186 inactive:1, /* page is in inactive list (P) */ member in struct:vm_page
354 * inactive
359 * inactive lists, one for pages brought in from
409 queue_head_t vm_page_queue_inactive; /* inactive memory queue for normal pages */
411 queue_head_t vm_page_queue_cleaned; /* clean-queue inactive memory */
413 queue_head_t vm_page_queue_anonymous; /* inactive memory queue for anonymous pages */
429 unsigned int vm_page_inactive_count; /* How many pages are inactive? */
455 unsigned int vm_page_inactive_target;/* How many do we want inactive? */
803 assert(!mem->inactive
[all...]
H A Dvm_resident.c303 * module. The inactive queue is broken into
310 queue_head_t vm_page_queue_anonymous; /* inactive memory queue for anonymous pages */
368 * on the inactive queue as likely candidates for replacement.
528 m->inactive = FALSE;
1593 if (mem->active || mem->inactive || mem->speculative) {
1946 assert(!mem->inactive);
2040 assert(!mem->inactive);
2086 * water mark (but above the low water mark) and the inactive
2388 VM_PAGE_QUEUES_REMOVE(mem); /* clears local/active/inactive/throttled/speculative */
2507 assert(!mem->inactive);
[all...]
H A Dvm_apple_protect.c499 !src_page->inactive &&
503 !src_page->inactive &&
H A Dvm_fault.c516 * we'll see a clean, non-referenced page when it eventually gets pulled out of the inactive queue
896 if (!m->active && !m->inactive && !m->throttled) { \
898 if (!m->active && !m->inactive && !m->throttled) { \
1880 !first_m->active && !first_m->inactive));
2812 } else if (((!m->active && !m->inactive) ||
2897 !m->inactive) ||
2921 !m->inactive) {
4274 if (!m->active && !m->inactive && !m->throttled) { \
4276 if (!m->active && !m->inactive && !m->throttled) \
5038 if (!page->active && !page->inactive
[all...]
/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Dutf7.h76 goto inactive;
78 inactive:
137 goto inactive;
214 /*inactive:*/
/macosx-10.9.5/network_cmds-433/rtsol.tproj/
H A Dif.c196 goto inactive;
226 goto inactive;
229 goto inactive;
233 inactive:
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpf_ioctl.c717 ruleset->rules[rs_num].inactive.ticket)
720 rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr,
723 rule = TAILQ_FIRST(ruleset->rules[rs_num].inactive.ptr);
1173 while ((rule = TAILQ_FIRST(rs->rules[rs_num].inactive.ptr)) != NULL) {
1174 pf_rm_rule(rs->rules[rs_num].inactive.ptr, rule);
1175 rs->rules[rs_num].inactive.rcount--;
1177 *ticket = ++rs->rules[rs_num].inactive.ticket;
1178 rs->rules[rs_num].inactive.open = 1;
1191 if (rs == NULL || !rs->rules[rs_num].inactive.open ||
1192 rs->rules[rs_num].inactive
[all...]
H A Dpf_ruleset.c192 ruleset->rules[i].inactive.ptr = &ruleset->rules[i].queues[1];
354 !TAILQ_EMPTY(ruleset->rules[i].inactive.ptr) ||
355 ruleset->rules[i].inactive.open)
/macosx-10.9.5/bind9-45.100/bind9/bin/dnssec/
H A Ddnssec-keyfromlabel.c142 isc_stdtime_t inactive = 0, delete = 0; local
274 inactive = strtotime(isc_commandline_argument,
499 dst_key_settime(key, DST_TIME_INACTIVE, inactive);
H A Ddnssec-keygen.c233 isc_stdtime_t inactive = 0, delete = 0; local
432 inactive = strtotime(isc_commandline_argument,
672 fatal("Key %s becomes inactive\n\t"
950 inactive);
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPMAssertions.h186 LIST_HEAD(, assertion) inactive; /* timed out assertions/Level 0 assertions etc */ member in struct:assertionType
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DheapProfiler.css44 body.inactive .heap-snapshot-sidebar-tree-item.wait .icon {
48 body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
H A DpanelEnablerView.css129 body.inactive .panel-enabler-view button:not(.status-bar-item), .panel-enabler-view button:disabled:not(.status-bar-item) {
H A DprofilesPanel.css194 body.inactive .profile-launcher-view-content button.running:not(.status-bar-item) {
H A DStylesSidebarPane.js1050 var overloaded = property.inactive || this.isPropertyOverloaded(property.name);
1084 var overloaded = property.inactive || this.isPropertyOverloaded(property.name, true);
1094 var overloaded = property.inactive || this.isPropertyOverloaded(property.name, isShorthand);
1459 if (property.inactive || section.isPropertyOverloaded(property.name))
1925 if (this.property.inactive)
1926 this.listItemElement.addStyleClass("inactive");
H A Dinspector.css84 body.inactive #toolbar {
104 body.dock-to-bottom.inactive #toolbar {
1846 body.inactive .sidebar {
1879 body.inactive button.show-all-nodes {
2070 body.inactive .sidebar-tree-item .disclosure-button {
2074 body.inactive .sidebar-tree-item.expanded .disclosure-button {
2078 body.inactive .sidebar-tree-item .disclosure-button:active {
2153 body.inactive li.selected .status .bubble {
2184 body.inactive .sidebar-tree-item.selected {
2252 body.inactive l
[all...]
H A DMetricsSidebarPane.js407 if (property.name !== context.styleProperty || property.inactive)
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dclient.c129 client_list_t inactive; /*%< To be recycled */ member in struct:ns_clientmgr
161 * It is on the client manager's list of inactive clients.
393 * active and force it to go inactive if not.
410 * We are trying to enter the inactive state.
456 * Put the client on the inactive list. If we are aiming for
457 * the "freed" state, it will be removed from the inactive
464 ISC_LIST_APPEND(client->manager->inactive, client, link);
465 client->list = &client->manager->inactive;
515 ISC_LIST_EMPTY(manager->inactive) &&
658 * This client object should normally go inactive
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddnssec.c548 isc_stdtime_t publish, active, revoke, inactive, delete; local
577 result = dst_key_gettime(key, DST_TIME_INACTIVE, &inactive);
585 if ((inactset && inactive <= now) || (delset && delete <= now))
695 * If a key is marked inactive, skip it
1139 isc_stdtime_t publish, active, revoke, inactive, delete; local
1158 result = dst_key_gettime(key->key, DST_TIME_INACTIVE, &inactive);
1192 * Key has been marked inactive: we can continue publishing,
1195 if (key->hint_publish && inactset && inactive <= now) {
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/
H A DPool.pm365 inactive, and thus removed from the replication pool.
368 as inactive can be reactivated should it start to pass the validation tests again.
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXScrlbr.c492 int inactive = 0;
515 inactive = true;
522 if (inactive) {
486 int inactive = 0; local
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el3045 "Make face widget WIDGET inactive for user modifications."
3046 (unless (widget-get widget :inactive)
3056 (widget-put widget :inactive
3060 "Make face widget WIDGET inactive for user modifications."
3061 (let ((inactive (widget-get widget :inactive))
3064 (when (consp inactive)
3066 (goto-char (car (cdr inactive)))
3067 (delete-region (point) (+ (point) (cdr (cdr inactive))))
3068 (widget-put widget :inactive ni
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkCmds.c626 "windowingsystem", "inactive", NULL
865 long inactive;
867 inactive = (Tcl_IsSafe(interp) ? -1 :
869 Tcl_SetObjResult(interp, Tcl_NewLongObj(inactive));
856 long inactive; local
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DcolorControlBlackBerry.css78 .color-picker-inactive-font {

Completed in 478 milliseconds

12