Home
last modified time | relevance | path

Searched full:able (Results 1 – 25 of 8043) sorted by relevance

12345678910>>...322

/external/rust/crates/pdl-compiler/tests/canonical/
Dle_rust_noalloc_test_file.pdl52 // The parser must be able to handle bit fields with scalar values
59 // The parser must be able to handle bit fields with enum values
66 // The parser must be able to handle bit fields with reserved fields
74 // The parser must be able to handle bit fields with size fields
82 // The parser must be able to handle bit fields with count fields
90 // The parser must be able to handle bit fields with fixed scalar values
97 // The parser must be able to handle bit fields with fixed enum values
106 // The parser must be able to handle sized payload fields without
114 // The parser must be able to handle payload fields of unkonwn size followed
122 // The parser must be able to handle payload fields of unkonwn size.
[all …]
Dle_test_file.pdl71 // The parser must be able to handle bit fields with scalar values
78 // The parser must be able to handle bit fields with enum values
85 // The parser must be able to handle bit fields with reserved fields
93 // The parser must be able to handle bit fields with size fields
101 // The parser must be able to handle bit fields with count fields
109 // The parser must be able to handle bit fields with fixed scalar values
116 // The parser must be able to handle bit fields with fixed enum values
125 // The parser must be able to handle sized payload fields without
133 // The parser must be able to handle sized payload fields with
141 // The parser must be able to handle payload fields of unkonwn size followed
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Duser_ringbuf_fail.c27 bpf_printk("Was able to pass bad pointer %lx\n", (__u64)dynptr - 1); in bad_access1()
33 * not be able to read before the pointer.
49 bpf_printk("Was able to pass bad pointer %lx\n", (__u64)dynptr + 1); in bad_access2()
55 * not be able to read past the end of the pointer.
74 * not be able to write to that pointer.
93 * not be able to write to that pointer.
114 * not be able to write to that pointer.
133 * not be able to read past the end of the pointer.
152 * not be able to read past the end of the pointer.
169 * not be able to write to that pointer.
/external/jsoup/src/test/resources/fuzztests/
D1613.html.gz
D36192.html.gz ... hto.<�<col<hto.<h4�����able<1<col<hto.><iol ...
/external/perfetto/src/trace_processor/metrics/sql/android/jank/
Dslices.sql33 -- This is to be able to query slices that delayed start of a frame
51 -- This is to be able to query slices that delayed start of a frame
70 -- This is to be able to query slices that delayed start of a frame
92 -- This is to be able to query slices that delayed start of a frame
110 -- This is to be able to query slices that delayed start of a frame
132 -- This is to be able to query slices that delayed start of a frame
/external/aws-sdk-java-v2/services/elasticinference/src/main/resources/codegen-resources/
Dservice-2.json29able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…
42able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…
57able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…
72able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…
87able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…
102able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…
534able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…
/external/libnl/tests/
Dcksuite-all-addr.c72 "Should not be able to set binary address exceeding maximum length"); in START_TEST()
109 "Should not be able to parse IPv4 address in IPv6 mode"); in START_TEST()
112 "Should be able to parse \"%s\"", addr_str); in START_TEST()
131 "Should be able to fill socketaddr"); in START_TEST()
151 "Should not be able to parse IPv6 address in IPv4 mode"); in START_TEST()
154 "Should be able to parse \"%s\"", addr_str); in START_TEST()
173 "Should be able to fill socketaddr"); in START_TEST()
/external/google-cloud-java/java-maps-routing/proto-google-maps-routing-v2/src/main/java/com/google/maps/routing/v2/
DFallbackReason.java46 * routing mode, but we were able to return a result calculated by an
57 * We were not able to finish the calculation with your preferred routing mode
58 * on time, but we were able to return a result calculated by an alternative
83 * routing mode, but we were able to return a result calculated by an
94 * We were not able to finish the calculation with your preferred routing mode
95 * on time, but we were able to return a result calculated by an alternative
/external/rust/crates/same-file/src/
Dunix.rs21 // unwrap() will not panic. Since we were able to open an in drop()
38 // unwrap() will not panic. Since we were able to open the in as_raw_fd()
46 // unwrap() will not panic. Since we were able to open the in into_raw_fd()
94 // unwrap() will not panic. Since we were able to open the in as_file()
100 // unwrap() will not panic. Since we were able to open the in as_file_mut()
/external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/
DSegmentFilterScopingOrBuilder.java36 * This `atAnyPointInTime` is only able to be specified if the criteria
37 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in
58 * This `atAnyPointInTime` is only able to be specified if the criteria
59 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in
DSegmentFilterScoping.java82 * This `atAnyPointInTime` is only able to be specified if the criteria
83 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in
107 * This `atAnyPointInTime` is only able to be specified if the criteria
108 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in
484 * This `atAnyPointInTime` is only able to be specified if the criteria
485 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in
509 * This `atAnyPointInTime` is only able to be specified if the criteria
510 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in
534 * This `atAnyPointInTime` is only able to be specified if the criteria
535 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in
[all …]
/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/
DGwtSerializerTest.java221 Simple simple = Simple.create("able"); in testSimple()
227 SimpleWithBuilder simple = SimpleWithBuilder.builder().message("able").build(); in testSimpleWithBuilder()
233 Nested nested = Nested.create("able", Simple.create("baker")); in testNested()
241 .message("able") in testNestedWithBuilder()
249 Generics<Simple> generics = Generics.create(Simple.create("able")); in testGenerics()
257 .simple(SimpleWithBuilder.builder().message("able").build()) in testGenericsWithBuilder()
/external/guava/guava-tests/test/com/google/common/collect/
DPeekingIteratorTest.java128 assertEquals("Should be able to peek() at first element", "A", peekingIterator.peek()); in testPeekDoesntChangeIteration()
130 "Should be able to peek() first element multiple times", "A", peekingIterator.peek()); in testPeekDoesntChangeIteration()
134 assertEquals("Should be able to peek() at middle element", "B", peekingIterator.peek()); in testPeekDoesntChangeIteration()
136 "Should be able to peek() middle element multiple times", "B", peekingIterator.peek()); in testPeekDoesntChangeIteration()
140 assertEquals("Should be able to peek() at last element", "C", peekingIterator.peek()); in testPeekDoesntChangeIteration()
142 "Should be able to peek() last element multiple times", "C", peekingIterator.peek()); in testPeekDoesntChangeIteration()
185 /* Should recover to be able to remove() after next(). */ in testCantRemoveAfterPeek()
/external/guava/android/guava-tests/test/com/google/common/collect/
DPeekingIteratorTest.java128 assertEquals("Should be able to peek() at first element", "A", peekingIterator.peek()); in testPeekDoesntChangeIteration()
130 "Should be able to peek() first element multiple times", "A", peekingIterator.peek()); in testPeekDoesntChangeIteration()
134 assertEquals("Should be able to peek() at middle element", "B", peekingIterator.peek()); in testPeekDoesntChangeIteration()
136 "Should be able to peek() middle element multiple times", "B", peekingIterator.peek()); in testPeekDoesntChangeIteration()
140 assertEquals("Should be able to peek() at last element", "C", peekingIterator.peek()); in testPeekDoesntChangeIteration()
142 "Should be able to peek() last element multiple times", "C", peekingIterator.peek()); in testPeekDoesntChangeIteration()
185 /* Should recover to be able to remove() after next(). */ in testCantRemoveAfterPeek()
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DExecutableResponseTest.java141 fail("Should not be able to continue without exception."); in constructor_errorResponseMissingCode_throws()
161 fail("Should not be able to continue without exception."); in constructor_errorResponseMissingMessage_throws()
178 fail("Should not be able to continue without exception."); in constructor_successResponseMissingVersionField_throws()
194 fail("Should not be able to continue without exception."); in constructor_successResponseMissingSuccessField_throws()
210 fail("Should not be able to continue without exception."); in constructor_successResponseMissingTokenTypeField_throws()
229 fail("Should not be able to continue without exception."); in constructor_samlResponseMissingSubjectToken_throws()
249 fail("Should not be able to continue without exception."); in constructor_oidcResponseMissingSubjectToken_throws()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DStreamingInputCallRequest.php26 * is "nullable" in order to interoperate seamlessly with servers not able to
44 * is "nullable" in order to interoperate seamlessly with servers not able to
82 * is "nullable" in order to interoperate seamlessly with servers not able to
96 * is "nullable" in order to interoperate seamlessly with servers not able to
/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
DStreamingInputCallRequest.php26 * is "nullable" in order to interoperate seamlessly with servers not able to
44 * is "nullable" in order to interoperate seamlessly with servers not able to
92 * is "nullable" in order to interoperate seamlessly with servers not able to
116 * is "nullable" in order to interoperate seamlessly with servers not able to
/external/parameter-framework/upstream/test/test-fixed-point-parameter/
DMain.py134 """ Checks if we are able to set valueToSet via the parameter-framework
139 returns: True if we are able to set, False otherwise
154 returns: True if we are able to set, False otherwise
175 """ Checks if we are able to set the value that the parameter framework
181 returns: True if we are able to set, False otherwise
195 returns: True if we are able to set, False otherwise
/external/rust/crates/nix/test/sys/
Dtest_signal.rs11 kill(getpid(), None).expect("Should be able to send signal to myself."); in test_kill_none()
18 .expect("Should be able to send signal to my process group."); in test_killpg_none()
52 .expect("expect to be able to retrieve old signals"); in test_sigprocmask()
66 .expect("expect to be able to block signals"); in test_sigprocmask()
71 .expect("expect to be able to retrieve old signals"); in test_sigprocmask()
79 .expect("expect to be able to block signals"); in test_sigprocmask()
377 .expect("expect to be able to set new action and get old action"); in test_sigsuspend()
379 raise(SIGNAL).expect("expect be able to send signal"); in test_sigsuspend()
390 .expect("expect to be able to restore old action "); in test_sigsuspend()
/external/angle/src/tests/compiler_tests/
DExtensionDirective_test.cpp107 // OES_EGL_image_external needs to be enabled in GLSL to be able to use samplerExternalOES.
132 // NV_EGL_stream_consumer_external needs to be enabled in GLSL to be able to use samplerExternalOES.
154 // GL_EXT_YUV_target needs to be enabled in GLSL to be able to use samplerExternal2DY2YEXT.
167 // GL_EXT_YUV_target needs to be enabled in GLSL to be able to use samplerExternal2DY2YEXT.
/external/licenseclassifier/licenses/
DQPL-1.0.txt39 also able to receive the complete machine-readable source code to the
52 items are also able to receive and use the complete machine-readable source
57 executable and source code forms. The recipients must be able to do so without
58 any charges whatsoever, and they must be able to re-distribute to anyone they
/external/curl/tests/libtest/
DCMakeLists.txt38 ${CURL_SOURCE_DIR}/lib # To be able to reach "curl_setup_once.h"
39 ${CURL_BINARY_DIR}/lib # To be able to reach "curl_config.h"
40 ${CURL_BINARY_DIR}/include # To be able to reach "curl/curl.h"
41 ${CURL_SOURCE_DIR}/tests/libtest # To be able to build generated tests
/external/licenseclassifier/v2/assets/License/QPL-1.0/
Dlicense.txt39 also able to receive the complete machine-readable source code to the
52 items are also able to receive and use the complete machine-readable source
57 executable and source code forms. The recipients must be able to do so without
58 any charges whatsoever, and they must be able to re-distribute to anyone they
/external/grpc-grpc-java/servlet/src/tomcatTest/java/io/grpc/servlet/
DTomcatInteropTest.java118 @Ignore("Tomcat is not able to send trailer only")
124 @Ignore("Tomcat is not able to send trailer only")
130 @Ignore("Tomcat is not able to send trailer only")
136 @Ignore("Tomcat is not able to send trailer only")

12345678910>>...322