Searched refs:reset (Results 276 - 300 of 1219) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h65 void reset(size_t d = 1) { function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DLLVMTargetMachine.cpp186 AsmStreamer.reset(S);
198 AsmStreamer.reset(getTarget().createMCObjectStreamer(getTargetTriple(),
208 AsmStreamer.reset(createNullStreamer(*Context));
274 AsmStreamer.reset(getTarget().createMCObjectStreamer(getTargetTriple(), *Ctx,
/macosx-10.10/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DIntelJITEventListenerTest.cpp85 Listener.reset(JITEventListener::createIntelJITEventListener(
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dcd_timer.rb71 b.text('reset')
72 mode = :reset
74 timers.each{|timer| timer.stop.reset}
H A Dtkrttimer.rb70 command { timer1.reset; timer2.reset }
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dtimer4 # This script generates a counter with start,stop and reset buttons.
105 @reset = TkButton.new(self,
108 for b in [@stop,@start,@reset]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dtimer4 # This script generates a counter with start,stop and reset buttons.
105 @reset = TkButton.new(self,
108 for b in [@stop,@start,@reset]
/macosx-10.10/ruby-106/ruby/sample/
H A Dmine.rb25 reset
27 def reset method in class:Board
151 bd.reset
170 bd.reset
/macosx-10.10/ruby-106/ruby/test/minitest/
H A Dmetametameta.rb52 MiniTest::Unit::TestCase.reset
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_generator_json_index.rb204 @g.reset @top_levels, @klasses
226 @g.reset @top_levels, @klasses
240 @g.reset @top_levels, @klasses
257 @g.reset @top_levels, @klasses
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-tcloo/
H A D0_basic_arithmetic33 my reset $channel
39 my reset
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dbind.tcl53 method reset {} {
90 # Action, then reset.
/macosx-10.10/uucp-11/uucp/contrib/
H A Duutraf149 reset "T"; # reset totals
165 reset "Z"; # reset print fields
/macosx-10.10/zsh-61/zsh/Functions/Misc/
H A Dsticky-note37 # reset => ANSI escape to restore "normal" colors
87 (( ${+theme[reset]} )) || theme[reset]=$reset_color
100 print -nr "$theme[reset]"
124 print -nr "$theme[reset]"
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A DGestureRecognizer.cpp49 void reset();
99 reset();
102 void GestureHandler::reset() function in class:WebKit::GestureHandler
294 reset();
362 m_gestureHandler->reset();
522 void GestureRecognizer::reset() function in class:WebKit::GestureRecognizer
525 m_gestureHandler->reset();
/macosx-10.10/llvmCore-3425.0.34/unittests/VMCore/
H A DValueMapTest.cpp57 this->AddV.reset();
207 this->AddV.reset();
226 this->AddV.reset();
229 this->BitcastV.reset();
258 this->AddV.reset();
261 this->BitcastV.reset();
291 this->AddV.reset();
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DBitVectorTest.cpp126 Vec.reset(32);
136 Vec.reset();
182 B.reset(2);
183 B.reset(7);
279 B.reset(63);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Drbbi.cpp230 reset(); // Delete break cache information
364 reset();
446 reset();
465 reset();
525 reset();
540 reset();
590 reset();
626 reset();
721 reset();
833 reset();
1406 RuleBasedBreakIterator::reset() function in class:RuleBasedBreakIterator
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dbytestrietest.cpp116 if(errorCode.reset()!=U_INDEX_OUTOFBOUNDS_ERROR) {
122 if(errorCode.reset()!=U_ILLEGAL_ARGUMENT_ERROR) {
436 logln("after iter.reset()");
437 checkIterator(iter.reset(), data, LENGTHOF(data));
464 logln("after iter.reset()");
465 checkIterator(iter.reset(), data, LENGTHOF(data));
510 logln("after iter.reset()");
511 checkIterator(iter.reset(), data, LENGTHOF(data));
538 logln("after iter.reset()");
539 checkIterator(iter.reset(), expecte
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/gendict/
H A Dgendict.cpp61 alarm(nextSeconds); // reset the alarm
351 exit(status.reset());
357 exit(status.reset());
421 exit(status.reset());
448 exit(status.reset());
454 exit(status.reset());
477 exit(status.reset());
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.cpp269 fORBSetIterator->reset();
359 // send reset notification for all busy orbs
360 // we must send orb reset notification after messaging clients
470 // send reset notification for all busy orbs
477 fORBSetIterator->reset();
489 fLoginSetIterator->reset();
627 fLoginSetIterator->reset();
642 fLoginSetIterator->reset();
657 fLoginSetIterator->reset();
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c107 void AccelTests( int reset, int count ) argument
124 if( reset) {
578 boolean_t reset = 0; local
593 reset = (0 == strcmp("reset", argv[1]));
594 if( !reset)
598 AccelTests( reset, count );
/macosx-10.10/mail_cmds-30/mail/
H A Dquit.c439 reset(0);
446 reset(0);
457 reset(0);
466 reset(0);
477 reset(0);
490 reset(0);
/macosx-10.10/ruby-106/ruby/lib/rexml/validation/
H A Drelaxng.rb136 def reset method in class:REXML.Validation.State
139 @events.each {|s| s.reset if s.kind_of? State }
321 def reset method in class:REXML.Validation.OneOrMore
368 def reset method in class:REXML.Validation.Choice
371 @choices.each { |c| c.each { |s| s.reset if s.kind_of? State } }
454 def reset method in class:REXML.Validation.Choice.Interleave
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dextern.h116 void reset (int, char **);

Completed in 313 milliseconds

<<11121314151617181920>>