Home
last modified time | relevance | path

Searched defs:inputLine (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/utilities/
H A Ddebug_file_reader_tests.inl153 std::stringstream inputLine("Example64BitKey = -18764712120594"); local
167 std::stringstream inputLine("SomeKey=12"); local
180 std::stringstream inputLine("\t \t SomeKey\t \t =\t \t 12\t \t "); local
194 std::stringstream inputLine("Some Key = 12"); local
204 std::stringstream inputLine("SomeKey = 1 2"); local
237 std::stringstream inputLine("= 12"); local
247 std::stringstream inputLine("SomeKey ="); local
257 std::stringstream inputLine("="); local
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/UIUCModel/
H A Duiuc_parsefile.cpp82 void ParseFile :: removeComments(string& inputLine) in removeComments()
103 string ParseFile :: getToken(string inputLine, int tokenNo) in getToken()
127 void ParseFile :: storeCommands(string inputLine) in storeCommands()
/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/
H A Dinputwidget.h48 inline MultiLineEdit* inputLine() const { return ui.inputEdit; } in inputLine() function
202 QString inputLine; member
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/
H A Dinputwidget.h48 inline MultiLineEdit* inputLine() const { return ui.inputEdit; } in inputLine() function
202 QString inputLine; member
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/
H A DStatus.java227 String inputLine = null; in run() local
282 private void processInput( String inputLine ) in processInput()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MeshOBJ/src/
H A DitkOBJMeshIO.cxx148 std::string inputLine; in ReadMeshInformation() local
236 std::string inputLine; in ReadPoints() local
269 std::string inputLine; in ReadCells() local
327 std::string inputLine; in ReadPointData() local
/dports/devel/codeworker/CodeWorker4_5_3/
H A DCGExternalHandling.cpp45 std::string CGQuietOutput::inputLine(bool bEcho) { in inputLine() function in CodeWorker::CGQuietOutput
85 std::string CGStandardInputOutput::inputLine(bool bEcho) { in inputLine() function in CodeWorker::CGStandardInputOutput
177 std::string CGRemoteDebugInputOutput::inputLine(bool bEcho) { in inputLine() function in CodeWorker::CGRemoteDebugInputOutput
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/buffer/
H A DBufferInputLineSimplifier.java64 public static Coordinate[] simplify(Coordinate[] inputLine, double distanceTol) in simplify()
75 private Coordinate[] inputLine; field in BufferInputLineSimplifier
80 public BufferInputLineSimplifier(Coordinate[] inputLine) { in BufferInputLineSimplifier()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/test/gtest/parse-ftp/
H A DTestParseFTPList.cpp23 static void ParseFTPLine(char* inputLine, FILE* resultFile, list_state* state) { in ParseFTPLine()
91 char inputLine[512]; in ParseFTPFile() local
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/test/gtest/parse-ftp/
H A DTestParseFTPList.cpp23 static void ParseFTPLine(char* inputLine, FILE* resultFile, list_state* state) { in ParseFTPLine()
91 char inputLine[512]; in ParseFTPFile() local
/dports/games/zoom/zoom-1.1.5/src/zoomCocoa/
H A DZoomUpperWindowView.h19 ZoomInputLine* inputLine; variable
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/server/
H A DDXThread.java95 String inputLine = is.readLine(); in getQueueSize() local
107 String inputLine = null; in run() local
H A DStatusThreadCommand.java14 public boolean execute(String inputLine) in execute()
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/dx/protocol/
H A DnoopMsg.java12 public noopMsg(String inputLine) { super(inputLine); } in noopMsg()
H A DstopMsg.java9 public stopMsg(String inputLine) { super(inputLine); } in stopMsg()
H A DendExecMsg.java11 public endExecMsg(String inputLine) { super(inputLine); } in endExecMsg()
H A DdoneMsg.java14 public doneMsg(String inputLine) { super(inputLine); } in doneMsg()
H A DthreadMsg.java11 protected threadMsg(String inputLine) { super(inputLine); } in threadMsg()
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/dx/protocol/server/
H A DstatusMsg.java12 public statusMsg(String inputLine) { super(inputLine); } in statusMsg()
H A DstartMsg.java11 public startMsg(String inputLine) { super(inputLine); } in startMsg()
H A DshutdownMsg.java15 public shutdownMsg(String inputLine) { super(inputLine); } in shutdownMsg()
H A DserverMsg.java12 public serverMsg(String inputLine) { super(inputLine); } in serverMsg()
/dports/science/gromacs/gromacs-2021.4/src/testutils/tests/
H A Dinteractivetest.cpp73 void addInputLine(const char* inputLine) { inputLines_.push_back(inputLine); } in addInputLine()
75 void addInput(const char* inputLine) in addInput()
80 void addInputNoNewline(const char* inputLine) in addInputNoNewline()
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/dx/net/
H A DDXLAppThreadCommand.java25 public boolean execute(String inputLine) in execute()
/dports/french/verbiste/verbiste-0.1.47/examples/
H A DFrenchDeconjugatorTester.java46 String inputLine; in main() local

1234567891011