Searched refs:setstate (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dled.tcl95 $self setstate $value
105 $self setstate 1
114 $self setstate 0
120 method setstate {value} {
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Drandom.c46 #define setstate ______setstate macro
56 #undef setstate macro
74 calling the setstate() function with the same array as was initiallized
84 information also has some other information stored in it; see setstate
234 lose this information and will be able to restart with setstate.
236 setstate so that it doesn't matter when initstate is called.
300 to the order in which things are done, it is OK to call setstate with the function
303 extern char *setstate(const char *arg_state)
/macosx-10.9.5/zlib-53/zlib/contrib/iostream3/
H A Dzfstream.cc402 this->setstate(std::ios_base::failbit);
413 this->setstate(std::ios_base::failbit);
423 this->setstate(std::ios_base::failbit);
457 this->setstate(std::ios_base::failbit);
468 this->setstate(std::ios_base::failbit);
478 this->setstate(std::ios_base::failbit);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dostream_insert.h54 __out.setstate(__ios_base::badbit);
70 __out.setstate(__ios_base::badbit);
H A Dbasic_ios.h143 setstate(iostate __state) function in class:basic_ios
235 * f.setstate (std::ios_base::badbit);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_pycoder.py303 setstate = getattr(value, "__setstate__", None)
304 if setstate is not None:
305 setstate(state)
342 setstate = getattr(value, "__setstate__", None)
343 if setstate:
344 setstate(state)
/macosx-10.9.5/libstdcxx-60/src/
H A Distream.cc104 this->setstate(__err);
181 this->setstate(__err);
258 __in.setstate(__err);
333 __in.setstate(__err);
413 __in.setstate(__err);
484 this->setstate(__err);
561 this->setstate(__err);
642 __in.setstate(__err);
H A Dcompatibility.cc118 this->setstate(__err);
183 this->setstate(__err);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_pycoder.py439 setstate = getattr(value, "__setstate__", None)
440 if setstate is not None:
441 setstate(state)
494 setstate = getattr(value, "__setstate__", None)
495 if setstate:
496 setstate(state)
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Drandom.c42 @deftypefnx Supplement void* setstate (void *@var{arg_state})
48 run of the program). @code{initstate} and @code{setstate} allow fine-grained
92 calling the setstate() function with the same array as was initiallized
102 information also has some other information stored in it; see setstate
254 lose this information and will be able to restart with setstate.
256 setstate so that it doesn't matter when initstate is called.
321 to the order in which things are done, it is OK to call setstate with the
326 setstate (PTR arg_state)
323 setstate (PTR arg_state) function
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/compat/
H A Drandom.c66 * calling the setstate() routine with the same array as was initiallized
78 * stored in it -- see setstate() for details).
238 * able to restart with setstate().
241 * setstate() so that it doesn't matter when initstate is called.
294 * setstate:
304 * setstate() with the same state as the current state.
309 setstate(arg_state) function
/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_ios.i182 setstate(iostate __state);
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdlib.h278 char *setstate(const char *);
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Drandom.c64 * calling the setstate() routine with the same array as was initiallized
76 * stored in it -- see setstate() for details).
98 * setstate has been inserted to the effect that on Sparc platforms
352 * able to restart with setstate().
355 * setstate() so that it doesn't matter when initstate is called.
414 * setstate:
424 * setstate() with the same state as the current state.
433 setstate(const char *arg_state) function
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvera.vim55 syn keyword veraTask semaphore_get semaphore_put setstate signal_connect
/macosx-10.9.5/Heimdal-323.92.1/
H A Dconfigure16974 setstate \

Completed in 173 milliseconds