Searched full:because (Results 1 – 25 of 176) sorted by relevance
12345678
/thrift-3.4.0/lib/dart/test/transport/ |
D | t_framed_transport_test.dart | 68 // because the header has been consumed internally 75 // because the frame has been consumed internally 82 // because it's only then that the frame is available for reading 115 // because only the header was read, and there's no frame body 122 // because the frame has been consumed internally 129 // because it's only then that the frame is available for reading
|
/thrift-3.4.0/build/docker/old/ubuntu-trusty/ |
D | Dockerfile | 18 # - dotnetcore, disabled because netcore is for 1.0.0-preview and 2.0.0 is out 19 # - haxe, disabled because the distro comes with 3.0.0 and it cores while installing 20 # - node.js, disabled because it is at 0.10.0 in the distro which is too old (need 4+) 21 # - ocaml, disabled because it fails to install properly 122 # disabled because it cores while installing 143 # disabled because it is too old 149 # disabled because it fails to install properly
|
/thrift-3.4.0/contrib/fb303/py/ |
D | Makefile.am | 30 # We're ignoring prefix here because site-packages seems to be 32 # Old version (can't put inline because it's not portable).
|
/thrift-3.4.0/.github/ |
D | stale.yml | 29 This issue has been automatically marked as stale because it has not had 53 # This pull request has been automatically marked as stale because it has not had
|
/thrift-3.4.0/lib/php/src/ |
D | TStringUtils.php | 34 * be null or false as a "magic" value because that would 73 * Cannot use str* functions for byte counting because multibyte
|
/thrift-3.4.0/tutorial/cl/ |
D | Makefile.am | 34 # because on loading the make-tutorial-* scripts SBCL will 36 # because their dependencies are shared, parallel jobs can
|
/thrift-3.4.0/lib/d/src/thrift/transport/ |
D | memory.d | 47 * constructor because reallocations can be avoided. 124 * can give us a nice speed increase because gives us a nice speed increase 125 * because it is typically a very hot path during deserialization. 131 " bytes of data because only ", available, " bytes are available."), in readAll()
|
D | piped.d | 127 // transports because it might not be available from it. in readEnd() 152 // transports because it might not be available from it. in writeEnd()
|
/thrift-3.4.0/lib/cpp/test/processor/ |
D | ServerThread.cpp | 106 // started serving and is returning because stop() is called, or if it just in run() 110 // Oh good, we started serving and are exiting because in run() 115 // We never started serving, probably because we failed to bind to the in run()
|
/thrift-3.4.0/lib/php/lib/Protocol/ |
D | TBinaryProtocolAccelerated.php | 38 …// NOTE (t.heintz): This is very evil to do, because the TBufferedTransport may swallow bytes, whi… 48 …// I am leaving this code in nonetheless, because there may be applications depending on this beha…
|
/thrift-3.4.0/lib/ocaml/src/ |
D | TSocket.ml | 34 …_OPEN, ("TSocket: Could not connect to "^host^":"^(string_of_int port)^" because: "^fn^":"^(Unix.e… 49 … not read "^(string_of_int len)^" from "^host^":"^(string_of_int port)^" because: "^fn^":"^(Unix.e…
|
/thrift-3.4.0/lib/py/ |
D | Makefile.am | 43 # We're ignoring prefix here because site-packages seems to be 45 # Old version (can't put inline because it's not portable).
|
/thrift-3.4.0/lib/d/src/thrift/internal/test/ |
D | server.d | 42 * Because the tests are run many times in a loop, this is indirectly also a 43 * test whether socket, etc. handles are cleaned up correctly, because the
|
/thrift-3.4.0/lib/delphi/ |
D | README.md | 28 Because the Library heavily relies on generics, using it
|
/thrift-3.4.0/test/cpp/src/ |
D | SpecificNameTest.cpp | 23 //because we just want to test in main()
|
/thrift-3.4.0/lib/d/src/thrift/async/ |
D | base.d | 41 * // the async manager to execute another task in the meantime, because 82 * away (because it is waiting for I/O) and the async manager is idle 89 * affected because this would bring the connection into an undefined state
|
/thrift-3.4.0/lib/kotlin/ |
D | README.md | 3 This directory (`/lib/kotlin`) contains test only library code for Kotlin code gen. Because Kotlin …
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/transport/ |
D | TTransportException.hx | 27 // with Haxe 3.1.3 because of https://github.com/HaxeFoundation/haxe/issues/3649
|
/thrift-3.4.0/lib/rb/spec/ |
D | binary_protocol_accelerated_spec.rb | 45 puts "skipping BinaryProtocolAccelerated spec because it is not defined."
|
/thrift-3.4.0/lib/php/lib/StringFunc/ |
D | Mbstring.php | 31 * be null or false as a "magic" value because that would
|
/thrift-3.4.0/lib/cpp/test/ |
D | TFDTransportTest.cpp | 28 // Disabled on MSVC because the RTL asserts on an invalid file descriptor
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/ |
D | TProtocolException.hx | 27 // with Haxe 3.1.3 because of https://github.com/HaxeFoundation/haxe/issues/3649
|
/thrift-3.4.0/contrib/zeromq/ |
D | README.md | 30 sub-optimal because it does some unnecessary copying.
|
/thrift-3.4.0/lib/cpp/src/thrift/server/ |
D | TThreadedServer.h | 90 * Drain recently connected clients by joining their threads - this is done lazily because 110 * track the threads because a shared_ptr<Thread> hangs on to the Runnable it is
|
/thrift-3.4.0/lib/php/lib/Factory/ |
D | TStringFuncFactory.php | 50 * Cannot use str* functions for byte counting because multibyte
|
12345678