Searched +refs:counter +refs:init (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DCounter2.xotcl14 ### The counter class is an agent implementing the business logic
18 Counter instproc init args { ;### Constructor
25 ### Create two counter instances c1/c2
36 -instmixin PageTemplateHtml -parameter {counter}
38 WebCounter instproc init args {
40 [my set place] exportObjs [self] ;### export the web counter object
41 my exportProcs increment ;### export counter's increment method
44 my instvar counter ;### import var that stores shielded web agent
45 $counter [self proc] ;### call the actual method on the web agent
49 my instvar count counter ;### importier
[all...]
H A DCounter.xotcl17 Counter instproc init args { ;### Constructor
20 ::receiver exportObjs [self] ;### export the counter object
21 my exportProcs increment ;### export counter's increment method
35 ### Create two counter instances with the names
36 ### counter-1.html and counter-2.html
37 Counter counter-1.html
38 Counter counter-2.html
/macosx-10.9.5/libauto-185.5/tests/
H A Dresurrect_memcpy_ok.m42 - init {
43 object = [[NSObject alloc] init];
48 static int counter = 0;
49 if (counter++ == 0) {
59 static int counter = 0;
60 if (counter++ == 0) {
80 global = [[TestObject alloc] init];
82 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
89 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
H A Dresurrect-global-assoc.m51 static int counter = 0;
52 if (counter++ == 0) {
62 static int counter = 0;
63 if (counter++ == 0) {
83 global = [[TestObject alloc] init];
86 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
94 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
H A Dresurrect-global-atomic.m46 static int counter = 0;
47 if (counter++ == 0) {
53 static int counter = 0;
54 if (counter++ == 0) {
71 global = [[TestObject alloc] init];
74 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
82 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
H A Dresurrect-global-global.m46 static int counter = 0;
47 if (counter++ == 0) {
53 static int counter = 0;
54 if (counter++ == 0) {
71 global = [[TestObject alloc] init];
74 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
82 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
H A Dresurrect-global-ivar.m49 static int counter = 0;
50 if (counter++ == 0) {
56 static int counter = 0;
57 if (counter++ == 0) {
73 global = [[TestObject alloc] init];
76 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
84 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
H A Dresurrect-global-memmove.m45 static int counter = 0;
46 if (counter++ == 0) {
52 static int counter = 0;
53 if (counter++ == 0) {
70 global = [[TestObject alloc] init];
73 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
81 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
H A Dresurrect-global-weak.m46 static int counter = 0;
47 if (counter++ == 0) {
53 static int counter = 0;
54 if (counter++ == 0) {
71 global = [[TestObject alloc] init];
74 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
82 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
H A Dresurrect-local-assoc.m51 static int counter = 0;
52 if (counter++ == 0) {
62 static int counter = 0;
63 if (counter++ == 0) {
83 global = [[TestObject alloc] init];
86 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
94 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
H A Dresurrect-local-atomic.m46 static int counter = 0;
47 if (counter++ == 0) {
53 static int counter = 0;
54 if (counter++ == 0) {
71 global = [[TestObject alloc] init];
74 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
82 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
H A Dresurrect-local-global.m46 static int counter = 0;
47 if (counter++ == 0) {
53 static int counter = 0;
54 if (counter++ == 0) {
71 global = [[TestObject alloc] init];
74 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
82 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
H A Dresurrect-local-ivar.m42 static int counter = 0;
43 if (counter++ == 0) {
49 static int counter = 0;
50 if (counter++ == 0) {
66 global = [[TestObject alloc] init];
69 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
77 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
H A Dresurrect-local-memmove.m45 static int counter = 0;
46 if (counter++ == 0) {
52 static int counter = 0;
53 if (counter++ == 0) {
70 global = [[TestObject alloc] init];
73 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
81 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
H A Dresurrect-local-weak.m46 static int counter = 0;
47 if (counter++ == 0) {
53 static int counter = 0;
54 if (counter++ == 0) {
71 global = [[TestObject alloc] init];
74 for (int i = 0; i < 101; ++i) [[TestObject alloc] init];
82 for (int i = 0; i < 101; ++i) [[[TestObject alloc] init] makeGlobal];
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/counter/
H A Dcounter.tcl0 # counter.tcl --
10 # RCS: @(#) $Id: counter.tcl,v 1.23 2005/09/30 05:36:38 andreas_kupries Exp $
14 namespace eval ::counter {
16 # Variables of name counter::T-$tagname
17 # are created as arrays to support each counter.
41 namespace export init reset count exists get names start stop
45 # ::counter::init --
47 # Set up a counter.
50 # tag The identifier for the counter
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DGDIObjectCounter.h35 #define LOCAL_GDI_COUNTER(num, identifier) GDIObjectCounter counter##num(identifier)
53 void init(const String& identifier);
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/win/
H A DMakefile.gnu173 SOURCES = ../generic/counter.c \
175 ../generic/init.c \
178 OBJECTS = counter.o \
180 init.o \
195 counter.o: ../generic/counter.c
196 $(CC) -c $(CC_SWITCHES) ../generic/counter.c -o $@
201 init.o: ../generic/init.c
202 $(CC) -c $(CC_SWITCHES) ../generic/init
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOEventSource.cpp61 reserved->counter = IOStatistics::registerEventSource(inOwner); \
67 IOStatistics::unregisterEventSource(reserved->counter); \
72 IOStatistics::countOpenGate(reserved->counter); \
77 IOStatistics::countCloseGate(reserved->counter); \
136 bool IOEventSource::init(OSObject *inOwner, function in class:IOEventSource
144 if ( !super::init() )
H A DIOFilterInterruptEventSource.cpp39 IOStatistics::setCounterType(IOEventSource::reserved->counter, kIOStatisticsFilterInterruptEventSourceCounter); \
44 IOStatistics::countInterrupt(IOEventSource::reserved->counter); \
70 bool IOFilterInterruptEventSource::init(OSObject *inOwner, function in class:IOFilterInterruptEventSource
88 IOFilterInterruptEventSource::init(OSObject *inOwner, function in class:IOFilterInterruptEventSource
94 if ( !super::init(inOwner, inAction, inProvider, inIntIndex) )
117 && !me->init(inOwner, inAction, inFilterAction, inProvider, inIntIndex)) {
H A DIOCommandGate.cpp56 IOStatistics::setCounterType(IOEventSource::reserved->counter, kIOStatisticsCommandGateCounter); \
61 IOStatistics::countCommandGateActionCall(IOEventSource::reserved->counter); \
71 bool IOCommandGate::init(OSObject *inOwner, Action inAction) function in class:IOCommandGate
73 bool res = super::init(inOwner, (IOEventSource::Action) inAction);
86 if (me && !me->init(inOwner, inAction)) {
H A DIOCommandQueue.cpp41 IOStatistics::setCounterType(reserved->counter, kIOStatisticsCommandQueueCounter)
44 IOStatistics::countCommandQueueActionCall(reserved->counter)
81 bool IOCommandQueue::init(OSObject *inOwner, function in class:IOCommandQueue
85 if ( !super::init(inOwner, (IOEventSourceAction) inAction) )
116 if (me && !me->init(inOwner, inAction, inSize)) {
H A DIOWorkLoop.cpp75 reserved->counter = IOStatistics::registerWorkLoop(this); \
81 IOStatistics::unregisterWorkLoop(reserved->counter); \
86 IOStatistics::countWorkLoopOpenGate(reserved->counter); \
91 IOStatistics::countWorkLoopCloseGate(reserved->counter); \
96 IOStatistics::attachWorkLoopEventSource(reserved->counter, inEvent->reserved->counter); \
101 IOStatistics::detachWorkLoopEventSource(reserved->counter, inEvent->reserved->counter); \
115 bool IOWorkLoop::init() function in class:IOWorkLoop
117 // The super init an
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/dh/
H A Ddh_lib.c104 if (meth->init) meth->init(dh);
136 ret->counter = NULL;
141 if ((ret->meth->init != NULL) && !ret->meth->init(ret))
176 if (r->counter != NULL) BN_clear_free(r->counter);
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCMoveGenerator.mm99 if (self = [super init]) {
167 return [[[MBCDebugMoveBuilder alloc] init] autorelease];
173 fMoves = [[NSMutableArray alloc] init];
174 fUnambiguousMoves = [[NSMutableArray alloc] init];
175 fDrops = [[NSMutableArray alloc] init];
372 MBCMoveCounter * counter = [[MBCMoveCounter alloc] init];
375 fBuilder = counter;
386 bool res = [counter count] > 0;
388 [counter releas
[all...]

Completed in 148 milliseconds

123