Searched refs:runCommand (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/tools/
H A Dicu-svnprops-check.py139 def runCommand(cmd): function
209 output = runCommand("svn ls -R ");
224 actual_propval = runCommand("svn propget --strict " + propname + " " + f)
/macosx-10.9.5/llvmCore-3425.0.33/utils/crosstool/ARM/
H A Dbuild-install-linux.sh74 runCommand() { function
103 runCommand "Unpacking CodeSourcery in ${CODE_SOURCERY}" \
141 runCommand "Unpacking LLVM" tar jxf ${LLVM_PKG_PATH}/${LLVM_PKG}
169 runCommand "Unpacking LLVM-GCC" tar jxf ${LLVM_PKG_PATH}/${LLVMGCC_PKG}
/macosx-10.9.5/PostgreSQL-97/Support/
H A D58_postgres_setup.rb82 def runCommand(command) method
164 runCommand(command)
169 runCommand(command)
174 runCommand(command)
180 runCommand(command)
322 ret = runCommand(command)
382 ret = runCommand(command)
510 ret = runCommand(command)
578 ret = runCommand(command)
H A D05_postgresmigrator.rb93 def runCommand(command) method
220 runCommand(command)
226 runCommand(command)
232 runCommand(command)
260 ret = runCommand(command)
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOCommandGate.h47 runCommand request is made from the work-loop's thread, it doesn't check for a
57 CAUTION: The runAction, runCommand, and attemptCommand functions cannot be called from an interrupt context.
68 a runCommand is executed by a client. Cast to this type when you want a C++
70 through from the runCommand to the action callout.
109 IOCommandGate calls runCommand. NB Can be a C++ member function but caller
119 /*! @function runCommand
124 client's thread runCommand will sleep until the work-loop's gate opens for
133 virtual IOReturn runCommand(void *arg0 = 0, void *arg1 = 0,
203 @discussion When a command gate is disabled all future calls to runAction and runCommand will stall until the gate is enable()d later. This can be used to block client threads when a system sleep is requested. The IOWorkLoop thread itself will never stall, even when making runAction/runCommand call
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/pkgdata/
H A Dpkgdata.cpp82 static int runCommand(const char* command, UBool specialHandling=FALSE);
480 static int runCommand(const char* command, UBool specialHandling) { function
985 result = runCommand(cmd);
1015 result = runCommand(cmd);
1031 result = runCommand(cmd);
1045 result = runCommand(cmd);
1058 result = runCommand(cmd);
1092 result = runCommand(cmd);
1137 result = runCommand(cmd);
1157 result = runCommand(cm
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOCommandGate.cpp136 IOReturn IOCommandGate::runCommand(void *arg0, void *arg1, function in class:IOCommandGate
H A DIOWorkLoop.cpp290 return controlG->runCommand((void *) mAddEvent, (void *) newEvent);
295 return controlG->runCommand((void *) mRemoveEvent, (void *) toRemove);

Completed in 182 milliseconds