/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | memory_cleanup_test.py | 60 increase = memory_profiler.memory_usage(-1)[0] - initial 61 logging.info("Memory increase observed: %f MB" % increase) 62 assert increase < increase_threshold_absolute_mb, ( 64 "Maximum allowed increase: %f") % (initial, increase,
|
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
D | AbstractNettyHandler.java | 164 int increase = targetWindow - currentWindow; in updateWindow() local 165 fc.incrementWindowSize(connection().connectionStream(), increase); in updateWindow() local 189 private void incrementDataSincePing(int increase) { in incrementDataSincePing() argument 191 setDataSizeSincePing(currentSize + increase); in incrementDataSincePing()
|
/external/tensorflow/tensorflow/python/eager/ |
D | memory_test.py | 78 increase = memory_profiler.memory_usage(-1)[0] - initial 80 assert increase < increase_threshold_absolute_mb, ( 82 "Maximum allowed increase: %f") % (initial, increase,
|
/external/blktrace/btt/ |
D | misc.c | 86 static int increase_limit(int resource, rlim_t increase) in increase_limit() argument 92 rlim.rlim_cur += increase; in increase_limit() 94 rlim.rlim_max = rlim.rlim_cur + increase; in increase_limit()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | adjust_hue_op.cc | 147 bool increase = ((h_category & 0x1) == 0); in rgb_to_hv_range() local 148 *h = h_category + (increase ? ratio : (1 - ratio)); in rgb_to_hv_range() 156 bool increase = ((h_category & 0x1) == 0); in hv_range_to_rgb() local 157 if (!increase) { in hv_range_to_rgb()
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.shaders.operator.txt | 38 estimated. This slope tells us the estimated increase in frame time caused by 39 a workload increase of 1 loop iteration. 49 At this point, the result tells us the increase in frame time caused by the 57 C yield the same frame time, and only workload sizes beyond C increase the frame
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.shaders.operator.txt | 42 estimated. This slope tells us the estimated increase in frame time caused by 43 a workload increase of 1 loop iteration. 53 At this point, the result tells us the increase in frame time caused by the 61 C yield the same frame time, and only workload sizes beyond C increase the frame
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | at-pseudo-variable.s | 34 # Test that .irp(c) and .rep(t) do not increase \@. 35 # Only the use of A should increase \@, so we can test that it increases by 1
|
/external/llvm/test/MC/AsmParser/ |
D | at-pseudo-variable.s | 34 # Test that .irp(c) and .rep(t) do not increase \@. 35 # Only the use of A should increase \@, so we can test that it increases by 1
|
/external/ImageMagick/Magick++/lib/ |
D | Blob.cpp | 33 _blobRef->increase(); in Blob() 54 blob_._blobRef->increase(); in operator =()
|
D | BlobRef.cpp | 62 void Magick::BlobRef::increase() in increase() function in Magick::BlobRef
|
/external/autotest/server/site_tests/firmware_Cr50DeviceState/ |
D | firmware_Cr50DeviceState.py | 159 def check_increase(self, irq_key, name, increase, expected_range): argument 173 if min_count > increase or max_count < increase: 174 err_msg = '%s %s: %s not in range %s' % (name, irq_key, increase,
|
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/ |
D | messages.proto | 35 // A block of data, to simply increase gRPC message size. 65 // Payload to increase message size. 116 // Payload to increase response size.
|
/external/python/cpython3/Doc/howto/ |
D | argparse.rst | 229 parser.add_argument("--verbosity", help="increase output verbosity") 247 increase output verbosity 274 parser.add_argument("--verbose", help="increase output verbosity", 294 --verbose increase output verbosity 320 parser.add_argument("-v", "--verbose", help="increase output verbosity", 337 -v, --verbose increase output verbosity 352 help="increase output verbosity") 386 help="increase output verbosity") 420 help="increase output verbosity") 446 increase output verbosity [all …]
|
/external/python/cpython2/Doc/howto/ |
D | argparse.rst | 231 parser.add_argument("--verbosity", help="increase output verbosity") 249 increase output verbosity 276 parser.add_argument("--verbose", help="increase output verbosity", 296 --verbose increase output verbosity 322 parser.add_argument("-v", "--verbose", help="increase output verbosity", 339 -v, --verbose increase output verbosity 354 help="increase output verbosity") 388 help="increase output verbosity") 422 help="increase output verbosity") 448 increase output verbosity [all …]
|
/external/v8/src/regexp/ |
D | regexp-ast.cc | 318 static int IncreaseBy(int previous, int increase) { in IncreaseBy() argument 319 if (RegExpTree::kInfinity - previous < increase) { in IncreaseBy() 322 return previous + increase; in IncreaseBy()
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | messages.proto | 36 // A block of data, to simply increase gRPC message size. 84 // Payload to increase message size. 149 // Payload to increase response size.
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | BlobRef.h | 35 void increase();
|
D | ImageRef.h | 46 void increase();
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | messages.proto | 38 // A block of data, to simply increase gRPC message size. 88 // Payload to increase message size. 154 // Payload to increase response size.
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | messages.proto | 37 // A block of data, to simply increase gRPC message size. 87 // Payload to increase message size. 157 // Payload to increase response size.
|
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
D | messages.proto | 38 // A block of data, to simply increase gRPC message size. 88 // Payload to increase message size. 154 // Payload to increase response size.
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_texture_filter_minmax.txt | 67 Sum up pixel values - final result should increase with 82 Sum up pixel values - final result should increase with
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
D | README | 51 $$PPID" to increase the priority of sshd, if use run.sh from console, 52 users can use "chrt -p -f $PRIORITY $$" to increase the shell priority 68 TP will make not progress (the output of TP will not increase, since
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | .bazelrc | 14 # Configure tests - increase timeout, print errors and timeout warnings
|