Searched refs:active (Results 26 - 50 of 661) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMinformee.cpp59 active = true;
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dpcscdserver.h41 // There is only one Server, and its name is Server::active().
55 // These are all static methods that use the active() Server of this thread.
57 static Server &active() { return safer_cast<Server &>(MachServer::active()); } function in class:PCSCD::Server
58 static const char *bootstrapName() { return active().mBootstrapName.c_str(); }
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dbutton.tcl7 # state; widgets remain "active" if the pointer is dragged out.
9 # to provide extra feedback while the grab is active.
11 # we get a <Leave> event then, which turns off the "active" state)
18 # the pressed state if the button is currently active.
23 bind TButton <Enter> { %W instate !disabled {%W state active} }
24 bind TButton <Leave> { %W state !active }
35 { %W instate {active !disabled} { %W state pressed } }
H A DvistaTheme.tcl45 TOOLBAR 4 {{selected active} 6 {selected !active} 5
46 disabled 4 pressed 3 active 2 {} 1} \
70 COMBOBOX 4 {disabled 4 focus 3 active 2 hover 2 {} 1}
72 COMBOBOX 6 {disabled 4 pressed 3 active 2 {} 1} \
86 LISTBOX 3 {disabled 4 active 3 focus 2 {} 1}
132 SPIN 1 {disabled 4 pressed 3 active 2 {} 1} \
135 SPIN 2 {disabled 4 pressed 3 active 2 {} 1} \
158 SCROLLBAR 1 {disabled 4 pressed 3 active 2 hover 17 {} 1}
160 SCROLLBAR 1 {disabled 8 pressed 7 active
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dcsutilities.h151 if (active())
159 if (!active())
164 bool active() const { return mPrevious != uid_t(-1); } function in class:Security::CodeSigning::UidGuard
165 operator bool () const { return active(); }
166 uid_t saved() const { assert(active()); return mPrevious; }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcsutilities.h151 if (active())
159 if (!active())
164 bool active() const { return mPrevious != uid_t(-1); } function in class:Security::CodeSigning::UidGuard
165 operator bool () const { return active(); }
166 uid_t saved() const { assert(active()); return mPrevious; }
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tile/themes/blue/
H A Dblue.tcl49 -map [list pressed $I(button-p) active $I(button-h)] \
54 {!disabled active selected} $I(check-hc) \
55 {!disabled active} $I(check-hu) \
60 {!disabled active selected} $I(radio-hc) \
61 {!disabled active} $I(radio-hu) \
71 style map Toolbutton -background [list active $colors(-selectbg)]
72 style map Toolbutton -foreground [list active $colors(-selectfg)]
77 active raised
92 [list selected $colors(-frame) active $colors(-lighter)] \
130 active
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tktable/
H A Ddynarows.rb49 w.selection_set(:active)
50 w.see(:active)
82 r = w.row_index(:active)
83 c = w.col_index(:active)
92 w.see(:active)
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/demos/
H A Ddynarows.tcl27 $w selection set active
28 $w see active
77 set r [%W index active row]
78 set c [%W index active col]
84 %W see active
H A Dspreadsheet.tcl49 $e config -textvar ${i}(active)
56 $w see active
63 entry .active -textvar $table(page)(active)
70 trace var table(page) w [list changepage $table(table) .active]
104 grid .current .active .lpage .page - -sticky ew
112 bind .active <Return> [list tkTableMoveCell $t 1 0]
/macosx-10.10/tidy-15.15/tidy/htmldoc/
H A Dtidy.css2 td.dummy, font.dummy, .dummy, a:link.dummy, a:visited.dummy, a:active.dummy
20 td.title, font.title, .title, a:link.title, a:visited.title, a:active.title
30 td.text, font.text, .text, a:link.text, a:visited.text, a:active.text
40 td.textbold, font.textbold, .textbold, a:link.textbold, a:visited.textbold, a:active.textbold
50 td.textboldlink, font.textboldlink, .textboldlink, a:link.textboldlink, a:visited.textboldlink, a:active.textboldlink
59 td.smtext, font.smtext, .smtext, a:link.smtext, a:visited.smtext, a:active.smtext
69 td.smtextbold, font.smtextbold, .smtextbold, a:link.smtextbold, a:visited.smtextbold, a:active.smtextbold
79 td.title, font.title, .title, a:link.title, a:visited.title, a:active.title
90 td.subtitle, font.subtitle, .subtitle, a:link.subtitle, a:visited.subtitle, a:active.subtitle
100 td.legal, font.legal, .legal, a:link.legal, a:visited.legal, a:active
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dmk_timer.c86 timer->active = 0;
116 timer->active--;
120 if (timer->active == 0) {
154 if (timer->active > 1) {
155 timer->active--;
162 assert(timer->active == 1);
164 while (timer->is_armed && timer->active == 1) {
184 if (--timer->active == 0 && timer->is_dead) {
274 timer->active++;
278 timer->active
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DScopeBar.css54 .scope-bar > li:active {
80 .scope-bar > li:active {
85 body.mac-platform.legacy .scope-bar > li:active {
91 .scope-bar > li.selected:active {
95 body.mac-platform.legacy .scope-bar > li.selected:active {
H A DCompletionSuggestionsView.css71 .completion-suggestions-container:not(:active) > .item.selected,
72 .completion-suggestions-container > .item:active {
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dnsecify.c56 isc_boolean_t active = ISC_FALSE; local
68 active = ISC_TRUE;
70 if (!active)
79 if (!active) {
90 return (active);
98 isc_boolean_t active; local
101 active = ISC_FALSE;
104 active = active_node(db, version, *nodep);
105 if (!active) {
110 } while (result == ISC_R_SUCCESS && !active);
[all...]
/macosx-10.10/tcl-105/tk/tk/library/
H A Dlistbox.tcl145 tk::ListboxBeginSelect %W [%W index active]
148 tk::ListboxBeginSelect %W [%W index active]
151 tk::ListboxBeginExtend %W [%W index active]
154 tk::ListboxBeginExtend %W [%W index active]
391 # Moves the location cursor (active element) up or down by one element,
401 $w activate [expr {[$w index active] + $amount}]
402 $w see active
406 $w selection set active
411 $w selection set active
412 $w selection anchor active
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dlistbox.tcl145 tk::ListboxBeginSelect %W [%W index active]
148 tk::ListboxBeginSelect %W [%W index active]
151 tk::ListboxBeginExtend %W [%W index active]
154 tk::ListboxBeginExtend %W [%W index active]
386 # Moves the location cursor (active element) up or down by one element,
396 $w activate [expr {[$w index active] + $amount}]
397 $w see active
401 $w selection set active
406 $w selection set active
407 $w selection anchor active
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Drwlock.c55 "rwlock %p thread %lu %s(%s): %s, %u active, "
68 rwl->active, rwl->granted, rwl->readers_waiting,
103 rwl->active = 0;
161 REQUIRE(rwl->active == 0 &&
253 /* there is a waiting or active writer */
331 /* Another active reader or writer is working. */
447 /* Become an active reader. */
556 ((rwl->active == 0 ||
562 rwl->active++;
579 if (!skip && rwl->active
[all...]
/macosx-10.10/ntp-92/lib/isc/
H A Drwlock.c55 "rwlock %p thread %lu %s(%s): %s, %u active, "
68 rwl->active, rwl->granted, rwl->readers_waiting,
103 rwl->active = 0;
161 REQUIRE(rwl->active == 0 &&
253 /* there is a waiting or active writer */
330 /* Another active reader or writer is working. */
446 /* Become an active reader. */
555 ((rwl->active == 0 ||
561 rwl->active++;
578 if (!skip && rwl->active
[all...]
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_suexec.c37 cfg->active = 0;
77 cfg->active = 1;
87 return cfg->active ? &cfg->ugid : NULL;
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dscheduler.py35 """ Prints the interrupts that are unmasked & active with the Interrupt Controller
53 active = dereference(kern.GetValueFromAddress(current_pointer + aic_him_offset, 'uintptr_t *'))
57 if (((unmasked & mask) == 0) and (active & mask)):
58 print "Interrupt {:d} unmasked and active\n".format(current_interrupt)
64 active = dereference(kern.GetValueFromAddress((current_pointer + aic_him_offset) + (4 * group_count), 'uintptr_t *'))
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dinetreply.h87 bool active() const { return mActive; } function in class:Security::IPPlusPlus::InetReply::Continuation
H A Dvproc++.h49 bool active() const { return mTransaction != 0; } function in class:Security::VProc::Transaction
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dinetreply.h87 bool active() const { return mActive; } function in class:Security::IPPlusPlus::InetReply::Continuation
H A Dvproc++.h49 bool active() const { return mTransaction != 0; } function in class:Security::VProc::Transaction

Completed in 383 milliseconds

1234567891011>>