Searched refs:doUpdate (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveClasses.java281 void readObjects(EntityStore store, boolean doUpdate) argument
382 void readObjects(EntityStore store, boolean doUpdate) argument
404 if (doUpdate) {
534 void readObjects(EntityStore store, boolean doUpdate) argument
672 void readObjects(EntityStore store, boolean doUpdate) argument
822 void readObjects(EntityStore store, boolean doUpdate) argument
844 if (doUpdate) {
973 void readObjects(EntityStore store, boolean doUpdate) argument
993 if (doUpdate) {
1161 void readObjects(EntityStore store, boolean doUpdate) argument
1269 readObjects(EntityStore store, boolean doUpdate) argument
1361 readObjects(EntityStore store, boolean doUpdate) argument
1472 readObjects(EntityStore store, boolean doUpdate) argument
1563 readObjects(EntityStore store, boolean doUpdate) argument
1680 readObjects(EntityStore store, boolean doUpdate) argument
3527 readObjects(EntityStore store, boolean doUpdate) argument
3595 readObjects(EntityStore store, boolean doUpdate) argument
3911 readObjects(EntityStore store, boolean doUpdate) argument
4368 readObjects(EntityStore store, boolean doUpdate) argument
4478 readObjects(EntityStore store, boolean doUpdate) argument
4654 readObjects(EntityStore store, boolean doUpdate) argument
4794 readObjects(EntityStore store, boolean doUpdate) argument
4947 readObjects(EntityStore store, boolean doUpdate) argument
5094 readObjects(EntityStore store, boolean doUpdate) argument
5276 readObjects(EntityStore store, boolean doUpdate) argument
5438 readObjects(EntityStore store, boolean doUpdate) argument
5531 readObjects(EntityStore store, boolean doUpdate) argument
5668 readObjects(EntityStore store, boolean doUpdate) argument
5793 readObjects(EntityStore store, boolean doUpdate) argument
5918 readObjects(EntityStore store, boolean doUpdate) argument
6052 readObjects(EntityStore store, boolean doUpdate) argument
[all...]
H A DEvolveCase.java60 void readObjects(EntityStore store, boolean doUpdate) argument
/macosx-10.10/security_systemkeychain-55202/syspolicyd/
H A Dsyspolicyd.cpp50 void doUpdate(xpc_object_t msg, xpc_object_t reply);
107 doUpdate(msg, reply);
247 void doUpdate(xpc_object_t msg, xpc_object_t reply) function
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIODisplay.h181 virtual bool doUpdate( void );
256 virtual bool doUpdate( void ) = 0;
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dtcolor129 def doUpdate
169 doUpdate
247 doUpdate
350 "command"=> proc{doUpdate})
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dtcolor133 def doUpdate
173 doUpdate
251 doUpdate
357 "command"=> proc{doUpdate})
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dtcolor69 button .command.update -text Update -command doUpdate
170 if {$autoUpdate} doUpdate
233 if {$autoUpdate} doUpdate
349 proc doUpdate {} {
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dtcolor73 button .command.update -text Update -command doUpdate
176 if {$autoUpdate} doUpdate
239 if {$autoUpdate} doUpdate
355 proc doUpdate {} {
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplay.cpp510 doUpdate();
827 doUpdate();
1012 if (doUpdate() && displayParams)
1101 bool IODisplay::doUpdate( void ) function in class:IODisplay
1110 ok = parameterHandler->doUpdate();
1118 ok &= parameterHandler->doUpdate();
H A DIOBacklightDisplay.cpp121 virtual bool doUpdate( void );
647 bool AppleBacklightDisplay::doUpdate( void ) function in class:AppleBacklightDisplay
651 ok = super::doUpdate();
H A DIOFramebuffer.cpp796 virtual bool doUpdate( void );
10192 bool IOFramebufferParameterHandler::doUpdate( void ) function in class:IOFramebufferParameterHandler

Completed in 238 milliseconds