Searched refs:disabled (Results 1 - 25 of 558) sorted by last modified time

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp382 bool disabled; member in class:PMSettingObject
2868 DLOG("clamshell closed %d, disabled %d, desktopMode %d, ac %d sleepDisabled %d\n",
3274 if (pmso->disabled)
3445 pmso->disabled = true;
6563 DLOG("idle sleep timer disabled\n");
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.h105 char disabled; /* Set to ignore policy */ member in struct:secpolicy
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_sysctl.c2476 boolean_t disabled; variable
2489 * If freeze is being disabled, we need to move dirty pages out from the throttle to the active queue.
2491 disabled = (!val && memorystatus_freeze_enabled);
2495 if (disabled) {
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/
H A Dconfigure1318 --cache-file=FILE cache test results in FILE [disabled]
/macosx-10.10.1/llvmCore-3425.0.34/
H A Dconfigure1338 --cache-file=FILE cache test results in FILE [disabled]
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dvoucher.c2591 #pragma mark Simulator / vouchers disabled
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicyengine.cpp126 "SELECT allow, requirement, id, label, expires, flags, disabled, filter_unsigned, remarks FROM scan_authority"
131 SQLite3::int64 latentID = 0; // first (highest priority) disabled matching ID
141 SQLite3::int64 disabled = query[6]; local
158 // if this rule is disabled, skip it but record the first matching one for posterity
159 if (disabled && latentID == 0) {
461 SQLite3::int64 latentID = 0; // first (highest priority) disabled matching ID
500 "SELECT allow, requirement, id, label, flags, disabled FROM scan_authority"
510 SQLite3::int64 disabled = query[5]; local
522 if (disabled) {
788 return manipulateRules("UPDATE authority SET disabled
812 int disabled = int(query[8]); local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicyengine.cpp126 "SELECT allow, requirement, id, label, expires, flags, disabled, filter_unsigned, remarks FROM scan_authority"
131 SQLite3::int64 latentID = 0; // first (highest priority) disabled matching ID
141 SQLite3::int64 disabled = query[6]; local
158 // if this rule is disabled, skip it but record the first matching one for posterity
159 if (disabled && latentID == 0) {
461 SQLite3::int64 latentID = 0; // first (highest priority) disabled matching ID
500 "SELECT allow, requirement, id, label, flags, disabled FROM scan_authority"
510 SQLite3::int64 disabled = query[5]; local
522 if (disabled) {
788 return manipulateRules("UPDATE authority SET disabled
812 int disabled = int(query[8]); local
[all...]
/macosx-10.10.1/cups-408/cups/
H A Dconfigure1464 --cache-file=FILE cache test results in FILE [disabled]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DmiscAlgFactory.cpp67 #warning Internal DES/RC2/RC4/RC5/Mac implementation disabled!
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Ddh.h80 #error DH is disabled.
H A Ddsa.h91 #error DSA is disabled.
H A Drc2.h85 #error RC2 is disabled.
H A Drc5.h85 #error RC5 is disabled.
H A Drsa.h88 #error RSA is disabled.
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DKeyboardShortcut.js200 get disabled()
205 set disabled(disabled)
207 this._disabled = disabled || false;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebContext.cpp1443 void WebContext::setMemoryCacheDisabled(bool disabled) argument
1445 m_memoryCacheDisabled = disabled;
1446 sendToAllProcesses(Messages::WebProcess::SetMemoryCacheDisabled(disabled));
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DDebuggerManager.js254 if (!breakpoint.disabled)
295 breakpoint.disabled = true;
520 console.assert(!breakpoint.disabled);
522 if (breakpoint.identifier || breakpoint.disabled)
594 // Don't reset resolved here since we want to keep disabled breakpoints looking like they
610 if (!breakpoint.identifier || breakpoint.disabled)
630 if (!breakpoint.disabled)
632 this._allExceptionsBreakpointEnabledSetting.value = !breakpoint.disabled;
638 if (!breakpoint.disabled)
640 this._allUncaughtExceptionsBreakpointEnabledSetting.value = !breakpoint.disabled;
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/
H A DWebProcess.cpp1248 void WebProcess::setMemoryCacheDisabled(bool disabled)
1250 if (memoryCache()->disabled() != disabled)
1251 memoryCache()->setDisabled(disabled);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DControlToolbarItem.css72 .toolbar .item.control.disabled {
76 body.window-inactive .toolbar .item.control.disabled {
H A DDebuggerSidebarPanel.js283 // Mark disabled breakpoints as resolved if there is source code loaded with that URL.
284 // This gives the illusion the breakpoint was resolved, but since we don't send disabled
287 if (breakpoint.disabled)
456 _toggleAllBreakpoints: function(breakpoints, disabled)
459 breakpoints[i].disabled = disabled;
490 if (!breakpoints[i].disabled) {
H A DFindBanner.css133 .find-banner > button:disabled > .glyph {
137 .find-banner > button:active:not(:disabled) {
143 .find-banner > button:disabled {
168 .find-banner > button.segmented.left:active:not(:disabled) > .glyph {
192 .find-banner > button.segmented.right:active:not(:disabled) > .glyph {
H A DFindBanner.js40 this._previousResultButton.disabled = true;
51 this._nextResultButton.disabled = true;
153 this._previousResultButton.disabled = this._nextResultButton.disabled = (numberOfResults <= 0);
H A DTreeElementStatusButton.css60 .item > .status > .status-button.disabled {
H A DButtonNavigationItem.css68 .navigation-bar .item.button.disabled > .glyph {
72 body.window-inactive .navigation-bar .item.button.disabled:not(.suppress-emboss) > .glyph {
84 .navigation-bar .item.button.suppress-emboss.disabled > .glyph {

Completed in 343 milliseconds

1234567891011>>