Home
last modified time | relevance | path

Searched refs:print (Results 1 – 25 of 34) sorted by relevance

12

/thrift-3.4.0/test/swift/CrossTests/Sources/TestServer/
DThriftTestService.swift28 print("testVoid()") in testVoid()
40 print("testString(\"\(thing)\")") in testString()
53 print("testBool\"(\(thing ? "true" : "false")\")") in testBool()
67 print("testByte(\"\(thing)\")") in testByte()
81 print("testI32(\"\(thing)\")") in testI32()
95 print("testI64(\"\(thing)\")") in testI64()
109 print("testDouble(\"\(thing)\")") in testDouble()
123 print("testBinary(\"\(thing)\")") in testBinary()
137print("testStruct({\([thing.string_thing, "\(thing.byte_thing)", "\(thing.i32_thing)", "\(thing.i6… in testStruct()
151 print("testNest(\(thing)") in testNest()
[all …]
/thrift-3.4.0/lib/java/src/crossTest/java/org/apache/thrift/test/
DTestClient.java238 System.out.print("testVoid()"); in main()
240 System.out.print(" = void\n"); in main()
247 System.out.print("testString(\"Test\")"); in main()
249 System.out.print(" = \"" + s + "\"\n"); in main()
258 System.out.print(" = \"" + uuid + "\"\n"); in main()
267 System.out.print("secondtestString(\"Test2\")"); in main()
269 System.out.print(" = \"" + s + "\"\n"); in main()
276 System.out.print("testByte(1)"); in main()
278 System.out.print(" = " + i8 + "\n"); in main()
285 System.out.print("testI32(-1)"); in main()
[all …]
/thrift-3.4.0/lib/kotlin/cross-test-client/src/main/kotlin/org/apache/thrift/test/
DTestClient.kt251 print("testInsanity()") in <lambda>()
253 print(" = {") in <lambda>()
256 print("$key => {") in <lambda>()
259 print("$k2 => {") in <lambda>()
261 print("{") in <lambda>()
264 print(k3.toString() + " => " + userMap[k3] + ", ") in <lambda>()
267 print("}, ") in <lambda>()
269 print("{") in <lambda>()
272 print( in <lambda>()
277 print("}") in <lambda>()
[all …]
/thrift-3.4.0/test/swift/CrossTests/Sources/TestClient/
Dmain.swift95 print("\(error)") in run()
102 print("testVoid") in testVoid()
108 print("testString(\(s1))") in testString1()
110 print(r1) in testString1()
150 print("testBool(\(s1))") in testBool1()
152 print(r1) in testBool1()
164 print("testByte") in testByte()
174 print("testI32") in testI32()
184 print("testI64") in testI64()
192 print("testDouble") in testDouble()
[all …]
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/server/
DServerTestBase.java64 System.out.print("testVoid()\n"); in testVoid()
69 System.out.print("testString(\"" + thing + "\")\n"); in testString()
75 System.out.print("testBool(" + thing + ")\n"); in testBool()
81 System.out.print("testByte(" + thing + ")\n"); in testByte()
87 System.out.print("testI32(" + thing + ")\n"); in testI32()
93 System.out.print("testI64(" + thing + ")\n"); in testI64()
99 System.out.print("testDouble(" + thing + ")\n"); in testDouble()
114 System.out.print("testBinary(" + sb + ")\n"); in testBinary()
127 System.out.print( in testStruct()
144 System.out.print( in testNest()
[all …]
/thrift-3.4.0/tutorial/swift/Sources/TutorialServer/
DCalculatorService.swift30 print("ping()") in ping()
34 print("add(\(num1), \(num2))") in add()
39 print("calculate(\(logid), \(w))") in calculate()
63 print("zip()") in zip()
67 print("getStruct(\(key))") in getStruct()
/thrift-3.4.0/tutorial/swift/Sources/TutorialClient/
Dmain.swift29 print("1+1= \(try client.add(num1: 1, num2: 1))")
36 print("Invalid operation: \(error.why)")
43 print("15-10= \(try client.calculate(logid: 1, w: work))")
45 print("Done!")
/thrift-3.4.0/tutorial/dart/server/bin/
Dmain.dart35 print('${rec.level.name}: ${rec.time}: ${rec.message}');
54 print(parser.usage);
70 print('listening for WebSocket connections on $port');
77 print('Invalid path: ${request.uri.path}');
84 print('listening for TCP connections on $port');
97 print('connected');
108 print('ping()');
112 print('add($num1, $num2)');
118 print('calulate($logid, ${work.toString()})');
155 print('zip()');
[all …]
/thrift-3.4.0/tutorial/netstd/
DREADME.md159 print('ping()')
162 print(('1+1=%d' % (sum)))
172 print('Whoa? You know how to divide by zero?')
173 print('FYI the answer is %d' % quotient)
175 print(('InvalidOperation: %r' % e))
182 print(('15-10=%d' % (diff)))
185 print(('Check log: %s' % (log.Value)))
188 print('zip()')
197 print('%s' % tx.message)
225 print('ping()')
[all …]
/thrift-3.4.0/test/
DThriftTest.thrift151 * @param string thing - the string to print
158 * @param bool thing - the bool data to print
166 * @param byte thing - the i8/byte to print
173 * @param i32 thing - the i32 to print
180 * @param i64 thing - the i64 to print
187 * @param double thing - the double to print
194 * @param binary thing - the binary data to print
201 * @param uuid thing - the uuid to print
208 * @param Xtruct thing - the Xtruct to print
215 * @param Xtruct2 thing - the Xtruct2 to print
[all …]
/thrift-3.4.0/test/v0.16/
DThriftTest.thrift150 * @param string thing - the string to print
157 * @param bool thing - the bool data to print
165 * @param byte thing - the i8/byte to print
172 * @param i32 thing - the i32 to print
179 * @param i64 thing - the i64 to print
186 * @param double thing - the double to print
193 * @param binary thing - the binary data to print
200 * @param Xtruct thing - the Xtruct to print
207 * @param Xtruct2 thing - the Xtruct2 to print
215 * @param map<i32,i32> thing - the map<i32,i32> to print
[all …]
/thrift-3.4.0/test/haxe/src/
DTestServerHandler.hx57 * @param bool thing - the bool data to print
70 * @param string thing - the string to print
83 * @param byte thing - the byte to print
96 * @param i32 thing - the i32 to print
109 * @param i64 thing - the i64 to print
122 * @param double thing - the double to print
135 * @param binary thing - the binary data to print
152 * @param Uuid thing - the uuid to print
166 * @param Xtruct thing - the Xtruct to print
184 * @param Xtruct2 thing - the Xtruct2 to print
[all …]
/thrift-3.4.0/lib/swift/Sources/
DTSocketServer.swift85 print("TSocketServer: Could not bind to address")
90 print("TSocketServer: No server socket")
100 print("TSocketServer: Listening on TCP port \(port)")
138 print("Error processing request: \(error)") in handleClientConnection()
DTSSLSocketTransport.swift58 print("failed to resolve hostname \(hostname)")
156 print("TSSLSocketTransport: Unable to recover certificate trust failure") in recoverFromTrustFailure()
226 print("TSSLSocketTransport: Cannot trust certificate. Result: \(trustResult)") in stream()
/thrift-3.4.0/lib/perl/t/
Dprocessor.t61 print "process resulted in $result\n";
63 print "process resulted in $result\n";
73 print " $function_name, $message_type, $sequence_id\n";
101 print __PACKAGE__ . "->testString()\n";
/thrift-3.4.0/test/swift/CrossTests/Sources/Common/
DParameters.swift139 print(""" in printHelp()
201 print(""" in printHelp()
/thrift-3.4.0/lib/cpp/src/thrift/
DVirtualProfiling.cpp94 void print(FILE* f, int indent = 0, int start = 0) const { in print() function in apache::thrift::Backtrace
324 key.getBacktrace()->print(f, 2); in profile_print_info()
336 key.getBacktrace()->print(f, 2); in profile_print_info()
/thrift-3.4.0/lib/cpp/src/thrift/processor/
DStatsProcessor.h38 StatsProcessor(bool print, bool frequency) : print_(print), frequency_(frequency) {} in StatsProcessor() argument
/thrift-3.4.0/test/cl/
Dmake-test-server.lisp60 (print (list option name value source))
Dmake-test-client.lisp74 (print (list option name value source))
/thrift-3.4.0/test/lua/
Dtest_basic_server.lua70 print("testOneway secondsToSleep:", secondsToSleep)
/thrift-3.4.0/tutorial/dart/console_client/bin/
Dmain.dart41 print('${rec.level.name}: ${rec.time}: ${rec.message}');
55 print(parser.usage);
/thrift-3.4.0/lib/lua/
DTServer.lua97 print(err)
/thrift-3.4.0/aclocal/
Dtar.m498 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
99 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
Dax_lua.m4271 print(ver)'`]
283 [ax_cv_lua_platform=[`$LUA -e 'print("unknown")'`]])
375 print("fact(5) is " .. fact(5))'`]
403 print("yes")
405 print("no")
450 print(minpath)'`]
517 [ dnl Make a program to print LUA_VERSION defined in the header.

12