/thrift-3.4.0/lib/nodejs/test/ |
D | exceptions.js | 33 assert.equal(typeof e.stack, "string", "has stack trace"); 36 "Stack trace has correct error name and message" 45 "has function name TApplicationException" 47 assert.equal(e.message, "foo", 'has error message "foo"'); 48 assert.equal(e.type, 1, "has type 1"); 60 assert.equal(typeof e.stack, "string", "has stack trace"); 63 "Stack trace has correct error name and message" 72 "has function name TApplicationException" 74 assert.equal(e.message, 100, "has error message 100"); 75 assert.equal(e.type, 1, "has type 1"); [all …]
|
/thrift-3.4.0/.github/ |
D | stale.yml | 29 This issue has been automatically marked as stale because it has not had 40 This issue has been automatically closed due to inactivity. 53 # This pull request has been automatically marked as stale because it has not had
|
/thrift-3.4.0/build/docker/ |
D | refresh.sh | 22 # The build has two stages: "docker" and "test" 44 # If this build has no DOCKER_PASS and it is in the docker stage 58 echo Dockerfile has not changed. No need to rebuild. 61 echo Dockerfile has changed. 66 # Dockerfile has changed - rebuild it for the current build job.
|
/thrift-3.4.0/test/audit/ |
D | README.md | 10 [Thrift Audit Failure:break1.thrift] New Thrift File has missing function base_function3 11 [Thrift Audit Warning:break1.thrift] Constant const3 has different value 22 * Adding a struct field 'in the middle'. This usually indicates an old ID has been recycled
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/partial/ |
D | Validate.java | 68 /** Validates that the given string is not null and has non-zero length. */ 74 /** Validates that the given array is not null and has at least one element. */ 80 /** Validates that the given array is not null and has at least one element. */ 86 /** Validates that the given array is not null and has at least one element. */ 92 /** Validates that the given array is not null and has at least one element. */ 98 /** Validates that the given array is not null and has at least one element. */ 104 /** Validates that the given buffer is not null and has non-zero capacity. */ 111 /** Validates that the given set is not null and has an exact number of items. */
|
/thrift-3.4.0/doc/ |
D | coding_standards.md | 18 Thrift has some history. Not all existing code follows those rules. 38 …* Each file has to start with a comment containing [Apache License](http://www.apache.org/licenses… 40 …* Other comments are discouraged - comments are lies. When one has to make comment it means one fa…
|
/thrift-3.4.0/lib/d/src/thrift/util/ |
D | future.d | 66 * If the operation has already completed, the result is immediately in TFuture() 97 * Throws: TFutureException if the operation has been cancelled, in TFuture() 107 * operation has been cancelled. in TFuture() 173 * If the operation has been cancelled before, nothing happens. 300 // still RUNNING, so given that the operation has already completed, reading 423 * or the timeout has expired. in TFutureAggregatorRange() 425 * Potentially blocks until a new result is available or the timeout has in TFutureAggregatorRange() 477 * Potentially blocks until a new result is available or the timeout has in TFutureAggregatorRange() 491 * Potentially blocks until a new result is available or the timeout has in TFutureAggregatorRange() 503 * The number of futures the result of which has been returned or which have in TFutureAggregatorRange() [all …]
|
D | cancellation.d | 43 * Whether the cancellation request has been triggered. 48 * Throws a TCancelledException if the cancellation request has already been 103 super(msg ? msg : "The operation has been cancelled.", file, line, next);
|
D | awaitable.d | 40 * Calling wait() for an event that has already occurred is a no-op. 47 * Calling wait() for an event that has already occurred is a no-op. 65 * If the event has already occurred, the delegate is immediately executed 172 * If the event has already been triggered, the dummy byte is written
|
/thrift-3.4.0/build/appveyor/ |
D | README.md | 17 …argeting the MS Windows platform. It has many versions of boost and python installed as well. See …
|
/thrift-3.4.0/lib/cpp/ |
D | README.md | 121 Named Pipe transport has been added in the TPipe and TPipeServer classes. This 122 is currently Windows-only. Named pipe transport for *NIX has not been 146 AccessManager defines a callback interface. It has three callback methods: 225 keys/server.crt has to be replaced with that host name. 249 Support for Windows XP/Vista has been dropped. 251 Support for C++03/C++98 has been dropped. Use version 0.12.0 to support that 256 run the tests. This means the header thrift/stdcxx.h has been removed and 257 anything that relied on it has been changed to directly use C++11 concepts.
|
/thrift-3.4.0/lib/cpp/src/thrift/transport/ |
D | TZlibTransport.cpp | 96 // Z_DATA_ERROR may be returned if the caller has written data, but not in ~TZlibTransport() 168 // If zlib has reported the end of a stream, we can't really do any more. in read() 238 // zlib's "deflate" function has enough logic in it that I think in write() 349 // If zlib has already reported the end of the stream, in verifyChecksum() 350 // it has verified the checksum. in verifyChecksum() 356 // If the caller still has unread data, throw an exception. in verifyChecksum() 379 // is available. They only return 0 if EOF has been reached, or if the in verifyChecksum() 380 // remote endpoint has closed the connection. For those transports, in verifyChecksum() 392 // If input_ended_ is true now, the checksum has been verified in verifyChecksum()
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/server/ |
D | TServerEventHandler.hx | 33 // Called when a new client has connected and is about to being processing 36 // Called when a client has finished request-handling to delete server context
|
/thrift-3.4.0/lib/d/src/thrift/transport/ |
D | zlib.d | 203 * information, including the checksum. Once finish() has been called, no 216 * May only be called after all data has been read. 222 // If zlib has already reported the end of the stream, the checksum has in verifyChecksum() 243 // If we get here, we are at the end of the stream and thus zlib has in verifyChecksum() 256 // zlib has used up all the compressed data we provided in crbuf, read in readFromZlib() 299 // cwbuf has been exhausted by zlib, flush to the underlying transport. in flushToZlib() 343 /// Whether zlib has reached the end of the input stream. 447 // reading buffer after reading the payload has already been completed.
|
/thrift-3.4.0/lib/d/src/thrift/server/ |
D | base.d | 41 * cancellation request has been triggered. 165 * Called when a new client has connected and processing is about to begin. 170 * Called when request handling for a client has been finished – can be used
|
D | taskpool.d | 185 * taskPool instance has no worker threads then.) 202 * transport any longer until another connection has been closed again. 210 // Cannot be private as worker has to be passed as alias parameter to 225 /// Signals that the number of active connections has been decreased, i.e. 226 /// that a connection has been closed.
|
/thrift-3.4.0/lib/rb/spec/ |
D | flat_spec.rb | 51 it "has a service class in the right place" do 55 it "has a struct in the right place" do
|
D | namespaced_spec.rb | 51 it "has a service class in the right place" do 55 it "has a struct in the right place" do
|
/thrift-3.4.0/test/v0.16/ |
D | ThriftTest.thrift | 199 …* Prints 'testStruct("{%s}")' where thing has been formatted into a string of comma separated valu… 206 * Prints 'testNest("{%s}")' where thing has been formatted into a string of the nested struct 213 * Prints 'testMap("{%s")' where thing has been formatted into a string of 'key => value' pairs 221 …* Prints 'testStringMap("{%s}")' where thing has been formatted into a string of 'key => value' pa… 229 * Prints 'testSet("{%s}")' where thing has been formatted into a string of values 237 * Prints 'testList("{%s}")' where thing has been formatted into a string of values 245 * Prints 'testEnum("%d")' where thing has been formatted into its numeric value
|
/thrift-3.4.0/test/ |
D | ThriftTest.thrift | 207 …* Prints 'testStruct("{%s}")' where thing has been formatted into a string of comma separated valu… 214 * Prints 'testNest("{%s}")' where thing has been formatted into a string of the nested struct 221 * Prints 'testMap("{%s")' where thing has been formatted into a string of 'key => value' pairs 229 …* Prints 'testStringMap("{%s}")' where thing has been formatted into a string of 'key => value' pa… 237 * Prints 'testSet("{%s}")' where thing has been formatted into a string of values 245 * Prints 'testList("{%s}")' where thing has been formatted into a string of values 253 * Prints 'testEnum("%d")' where thing has been formatted into its numeric value
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/server/ |
D | TServerEventHandler.java | 40 /** Called when a new client has connected and is about to being processing. */ 43 /** Called when a client has finished request-handling to delete server context. */
|
/thrift-3.4.0/lib/cpp/src/thrift/server/ |
D | TServerFramework.h | 126 * A client has connected. The implementation is responsible for managing the 136 * A client has disconnected. 139 * The client TTransport has already been closed. 150 * serve() thread if the limit has been reached.
|
/thrift-3.4.0/lib/netstd/Thrift/Server/ |
D | TServerEventHandler.cs | 47 /// Called when a new client has connected and is about to being processing */ 52 /// Called when a client has finished request-handling to delete server context */
|
/thrift-3.4.0/lib/java/ |
D | README.md | 156 when you run the build provided the configure.ac has been set with the correct 222 * The signature of the 'process' method in TAsyncProcessor and TProcessor has 225 * Per THRIFT-4805, TSaslTransportException has been removed. The same condition 230 The access modifier of the AutoExpandingBuffer class has been changed from 234 The access modifier of the ShortStack class has been changed from
|
/thrift-3.4.0/test/haxe/src/ |
D | TestServerHandler.hx | 164 * Prints 'testStruct("{%s}")' where thing has been formatted 182 * Prints 'testNest("{%s}")' where thing has been formatted 203 * Prints 'testMap("{%s")' where thing has been formatted 228 * Prints 'testStringMap("{%s}")' where thing has been formatted 253 * Prints 'testSet("{%s}")' where thing has been formatted 278 * Prints 'testList("{%s}")' where thing has been formatted 303 * Prints 'testEnum("%d")' where thing has been formatted into it's numeric value
|