Home
last modified time | relevance | path

Searched refs:increase (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/external/tensorflow/tensorflow/python/data/kernel_tests/
Dmemory_cleanup_test.py60 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/
DAbstractNettyHandler.java164 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/
Dmemory_test.py78 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/
Dmisc.c86 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/
Dadjust_hue_op.cc147 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/
Dperformance.shaders.operator.txt38 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/
Dperformance.shaders.operator.txt42 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/
Dat-pseudo-variable.s34 # 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/
Dat-pseudo-variable.s34 # 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/
DBlob.cpp33 _blobRef->increase(); in Blob()
54 blob_._blobRef->increase(); in operator =()
DBlobRef.cpp62 void Magick::BlobRef::increase() in increase() function in Magick::BlobRef
/external/autotest/server/site_tests/firmware_Cr50DeviceState/
Dfirmware_Cr50DeviceState.py159 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/
Dmessages.proto35 // 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/
Dargparse.rst229 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/
Dargparse.rst231 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/
Dregexp-ast.cc318 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/
Dmessages.proto36 // 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++/
DBlobRef.h35 void increase();
DImageRef.h46 void increase();
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dmessages.proto38 // 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/
Dmessages.proto37 // 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/
Dmessages.proto38 // 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/
DCTS_ARB_texture_filter_minmax.txt67 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/
DREADME51 $$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.bazelrc14 # Configure tests - increase timeout, print errors and timeout warnings

12345678910>>...18