Searched full:verifies (Results 1 – 25 of 931) sorted by relevance
12345678910>>...38
| /third_party/ltp/testcases/kernel/numa/ |
| D | README | 22 Verifies the node affinity and memory affinity by running the support_numa process which will alloc… 25 Verifies the preferred node memory policy which will allocate memory from the node we specify. This 29 Verifies the preferred node memory policy which will allocate shared memory from the node we specif… 33 Verifies the memory interleaving policy which will distribute the memory evenly among all nodes. Th… 37 Verifies the memory interleaving policy which will distribute the memory evenly among all nodes. Th… 41 Verifies the physical cpu affinity which runs the process support_numa on the specified physical cp… 44 Verifies the local allocation policy which always allocates memory from the local node. This testca… 48 Verifies the memory interleaving policy which will distribute the memory evenly among all nodes. Th… 52 Verifies the numa_node_size api with hardware checking. 58 Verifies the hugepage memory allocated from the node we specify. [all …]
|
| D | numa01.sh | 8 # Test #1: Verifies cpunodebind and membind 9 # Test #2: Verifies preferred node bind for memory allocation 10 # Test #3: Verifies memory interleave on all nodes 11 # Test #4: Verifies physcpubind 12 # Test #5: Verifies localalloc 13 # Test #6: Verifies memhog 14 # Test #7: Verifies numa_node_size api 15 # Test #8:Verifies Migratepages 16 # Test #9:Verifies hugepage alloacted on specified node 17 # Test #10:Verifies THP memory allocated on preferred node
|
| /third_party/weston/tools/zunitc/inc/zunitc/ |
| D | zunitc.h | 418 * Verifies that the specified expression is true, marks the test as failed 432 * Verifies that the specified expression is false, marks the test as 446 * Verifies that the specified expression is NULL, marks the test as failed 458 * Verifies that the specified expression is non-NULL, marks the test as 470 * Verifies that the values of the specified expressions match, marks the 483 * Verifies that the values of the specified expressions differ, marks the 496 * Verifies that the value of the first expression is less than the value 510 * Verifies that the value of the first expression is less than or equal 526 * Verifies that the value of the first expression is greater than the 540 * Verifies that the value of the first expression is greater than or equal [all …]
|
| /third_party/grpc/doc/ |
| D | interop-test-descriptions.md | 45 This test verifies that implementations support zero-size messages. Ideally, 65 This test verifies that gRPC requests marked as cacheable use GET verb instead 93 This test verifies unary calls succeed in sending messages, and touches on flow 119 This test verifies the client can compress unary messages by sending two unary 180 This test verifies the server can compress unary messages. It sends two unary 233 This test verifies that client-only streaming succeeds. 289 This test verifies the client can compress requests on per-message basis by 346 This test verifies that server-only streaming succeeds. 380 This test verifies that the server can compress streaming messages and disable 427 This test verifies that full duplex bidi is supported. [all …]
|
| D | xds-test-descriptions.md | 90 This test verifies that every backend receives traffic. 108 This test verifies that RPCs are evenly routed according to an unweighted round 128 This test verifies that the load balancer will resume sending traffic to a set 160 This test verifies that backends in a secondary locality receive traffic when 193 This test verifies that backends in a failover locality do not receive traffic 223 This test verifies that new instance groups added to a backend service in the 248 This test verifies that a remaining instance group can successfully serve RPCs 272 This test verifies that the backend service can be replaced and traffic routed 298 This test verifies that the traffic will be distributed between backend
|
| D | http2-interop-test-descriptions.md | 47 This test verifies that the client correctly responds to a goaway sent by the 76 This test verifies that the client fails correctly when the server sends a 102 This test verifies that the client fails "correctly" when the server sends a 126 This test verifies that the client fails "correctly" when the server sends a 154 This test verifies that the client correctly acknowledges all pings it gets from the 183 This test verifies that the client observes the MAX_CONCURRENT_STREAMS limit set by the server. 199 This test verifies that the client can correctly receive padded http2 data 239 This test verifies that the client can correctly receive a series of small
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| D | ScalarizeVecAndMatConstructorArgs_test.cpp | 30 // Verifies scalarizing matrix inside a vector constructor. 51 // Verifies scalarizing a vector insized a matrix constructor. 73 // Verifies that scalarizing vector and matrix constructor args inside a sequence operator preserves 96 // Verifies that scalarizing vector and matrix constructor args inside multiple declarations
|
| D | EmulateGLFragColorBroadcast_test.cpp | 35 // Verifies that without explicitly enabling GL_EXT_draw_buffers extension 50 // Verifies that with explicitly enabling GL_EXT_draw_buffers extension 66 // Verifies that with explicitly enabling GL_EXT_draw_buffers extension
|
| /third_party/boringssl/src/third_party/googletest/test/ |
| D | gtest_help_test.py | 100 """Verifies correct behavior when help flag is specified. 124 """Verifies correct behavior when no help flag is specified. 126 Verifies that when no help flag is specified, the tests are run 157 """Verifies that when no help flag is specified, the tests are run 163 """Verifies that the tests are run and no help message is printed when
|
| D | googletest-uninitialized-test.py | 32 """Verifies that Google Test warns the user when not initialized properly.""" 52 """Runs the given command and verifies its exit code and output.""" 54 # Verifies that 'command' exits with code 1.
|
| D | gtest_environment_test.cc | 136 // Registers a global test environment, and verifies that the in main() 142 // Verifies that RUN_ALL_TESTS() runs the tests when the global in main() 153 // Verifies that RUN_ALL_TESTS() runs the tests when the global in main() 164 // Verifies that RUN_ALL_TESTS() runs no test when the global set-up in main() 175 // Verifies that RUN_ALL_TESTS() doesn't do global set-up or in main()
|
| /third_party/googletest/googletest/test/ |
| D | gtest_help_test.py | 100 """Verifies correct behavior when help flag is specified. 124 """Verifies correct behavior when no help flag is specified. 126 Verifies that when no help flag is specified, the tests are run 157 """Verifies that when no help flag is specified, the tests are run 163 """Verifies that the tests are run and no help message is printed when
|
| D | googletest-uninitialized-test.py | 32 """Verifies that Google Test warns the user when not initialized properly.""" 52 """Runs the given command and verifies its exit code and output.""" 54 # Verifies that 'command' exits with code 1.
|
| D | gtest_environment_test.cc | 136 // Registers a global test environment, and verifies that the in main() 142 // Verifies that RUN_ALL_TESTS() runs the tests when the global in main() 153 // Verifies that RUN_ALL_TESTS() runs the tests when the global in main() 164 // Verifies that RUN_ALL_TESTS() runs no test when the global set-up in main() 175 // Verifies that RUN_ALL_TESTS() doesn't do global set-up or in main()
|
| /third_party/flutter/flutter/dev/devicelab/ |
| D | manifest.yaml | 81 Runs codegeneration and verifies that it can execute 88 Runs codegeneration and verifies that it can execute 95 Runs codegeneration and verifies that it can execute 243 Verifies that Platform View can be used from an Android project. 279 # Verifies that Hello World can start on an array of devices. 292 Verifies that Flutter View can be used from an Android project. 334 Verifies that `flutter drive --route` still works. No performance numbers. 430 Verifies that Platform View can be used from an iOS project. 475 Verifies that Flutter View can be used from an iOS project.
|
| /third_party/boost/libs/log/test/run/ |
| D | util_manip_to_log.cpp | 74 …//! The test verifies that the default behavior of the manipulator is equivalent to the standard o… 86 //! The test verifies that operator overrides work 122 //! The test verifies that the default behavior of the manipulator is equivalent to the standard op… 129 //! The test verifies that operator overrides work
|
| D | attr_attribute_value_impl.cpp | 106 // The test verifies that type dispatching works 129 // The test verifies that value extraction works 147 // The test verifies that the detach_from_thread returns a valid pointer
|
| /third_party/node/test/parallel/ |
| D | test-code-cache.js | 4 // This test verifies that if the binary is compiled with code cache, 6 // Otherwise, verifies that no cache is used when compiling builtins. 32 // Cross-compiled binaries do not have code cache, verifies that the builtins
|
| /third_party/curl/docs/libcurl/opts/ |
| D | CURLOPT_PROXY_SSL_VERIFYPEER.3 | 33 This option tells curl to verifies the authenticity of the HTTPS proxy's 34 certificate. A value of 1 means curl verifies; 0 (zero) means it doesn't. 40 indicating its identity. Curl verifies whether the certificate is authentic,
|
| D | CURLOPT_SSL_VERIFYPEER.3 | 33 This option determines whether curl verifies the authenticity of the peer's 34 certificate. A value of 1 means curl verifies; 0 (zero) means it doesn't. 37 indicating its identity. Curl verifies whether the certificate is authentic,
|
| /third_party/flutter/flutter/dev/integration_tests/ui/ |
| D | README.md | 10 Verifies that showing and hiding the keyboard resizes the content. 14 Verifies that `flutter drive --route` works correctly.
|
| /third_party/curl/m4/ |
| D | zz40-xc-ovr.m4 | 86 dnl Emits shell code that verifies that 'echo' command 115 dnl Emits shell code that verifies that 'test' command 143 dnl Emits shell code that verifies that 'PATH' variable 171 dnl Emits shell code that verifies that 'expr' command 199 dnl Emits shell code that verifies that 'sed' utility 232 dnl Emits shell code that verifies that 'grep' utility 265 dnl Emits shell code that verifies that 'tr' utility 294 dnl Emits shell code that verifies that 'wc' utility 323 dnl Emits shell code that verifies that 'cat' utility
|
| /third_party/cares/m4/ |
| D | zz40-xc-ovr.m4 | 89 dnl Emits shell code that verifies that 'echo' command 118 dnl Emits shell code that verifies that 'test' command 146 dnl Emits shell code that verifies that 'PATH' variable 174 dnl Emits shell code that verifies that 'expr' command 202 dnl Emits shell code that verifies that 'sed' utility 235 dnl Emits shell code that verifies that 'grep' utility 268 dnl Emits shell code that verifies that 'tr' utility 297 dnl Emits shell code that verifies that 'wc' utility 326 dnl Emits shell code that verifies that 'cat' utility
|
| /third_party/openssl/doc/man3/ |
| D | EVP_DigestVerifyInit.pod | 43 EVP_DigestVerifyFinal() verifies the data in B<ctx> against the signature in 46 EVP_DigestVerify() verifies B<tbslen> bytes at B<tbs> against the signature 68 EVP_DigestVerify() is a one shot operation which verifies a single block of
|
| /third_party/python/Lib/sqlite3/test/ |
| D | regression.py | 138 # decoding errors disappeared. This verifies they're back again. 183 Verifies that cursor methods check whether base class __init__ was 207 Verifies that connection methods check whether base class __init__ was 220 Verifies that subclassed cursor classes are correctly registered with 242 Verifies that creating a connection in autocommit mode works. 250 Verifies that running a PRAGMA statement that does an autocommit does
|
12345678910>>...38