Searched full:able (Results 1 – 25 of 10183) sorted by relevance
12345678910>>...408
52 // The parser must be able to handle bit fields with scalar values59 // The parser must be able to handle bit fields with enum values66 // The parser must be able to handle bit fields with reserved fields74 // The parser must be able to handle bit fields with size fields82 // The parser must be able to handle bit fields with count fields90 // The parser must be able to handle bit fields with fixed scalar values97 // The parser must be able to handle bit fields with fixed enum values106 // The parser must be able to handle sized payload fields without114 // The parser must be able to handle payload fields of unkonwn size followed122 // The parser must be able to handle payload fields of unkonwn size.[all …]
71 // The parser must be able to handle bit fields with scalar values78 // The parser must be able to handle bit fields with enum values85 // The parser must be able to handle bit fields with reserved fields93 // The parser must be able to handle bit fields with size fields101 // The parser must be able to handle bit fields with count fields109 // The parser must be able to handle bit fields with fixed scalar values116 // The parser must be able to handle bit fields with fixed enum values125 // The parser must be able to handle sized payload fields without133 // The parser must be able to handle sized payload fields with141 // The parser must be able to handle payload fields of unkonwn size followed[all …]
27 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.
... hto.<�<col<hto.<h4able<1<col<hto.><iol ...
33 -- This is to be able to query slices that delayed start of a frame51 -- This is to be able to query slices that delayed start of a frame70 -- This is to be able to query slices that delayed start of a frame92 -- This is to be able to query slices that delayed start of a frame110 -- This is to be able to query slices that delayed start of a frame132 -- This is to be able to query slices that delayed start of a frame
72 "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()
29 …able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…42 …able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…57 …able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…72 …able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…87 …able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…102 …able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…534 …able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC…
46 * routing mode, but we were able to return a result calculated by an57 * We were not able to finish the calculation with your preferred routing mode58 * on time, but we were able to return a result calculated by an alternative83 * routing mode, but we were able to return a result calculated by an94 * We were not able to finish the calculation with your preferred routing mode95 * on time, but we were able to return a result calculated by an alternative
21 // 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()
51 and `Omnibus`_: You'll be able to complete 100% of the tutorial.53 * Raspberry Pi Pico and Enviro+: You'll be able to complete ~80% of the56 * Raspberry Pi Pico only: You'll be able to complete ~60% of the tutorial.58 * No hardware (development host only): You'll be able to complete ~40%64 be able to complete the tutorial without this background knowledge but should
31 * returns 0, if able to get f_min, f_max; otherwise returns -136 * returns 0, if able to configure gpios; otherwise returns -141 * returns 0, if able to get register settings; otherwise returns -147 * returns 0, if able to set register settings; otherwise returns -1
36 * This `atAnyPointInTime` is only able to be specified if the criteria37 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in58 * This `atAnyPointInTime` is only able to be specified if the criteria59 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in
82 * This `atAnyPointInTime` is only able to be specified if the criteria83 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in107 * This `atAnyPointInTime` is only able to be specified if the criteria108 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in484 * This `atAnyPointInTime` is only able to be specified if the criteria485 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in509 * This `atAnyPointInTime` is only able to be specified if the criteria510 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in534 * This `atAnyPointInTime` is only able to be specified if the criteria535 * scoping is `ACROSS_ALL_SESSIONS` and is not able to be specified in[all …]
221 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()
130 assertEquals("Should be able to peek() at first element", "A", peekingIterator.peek()); in testPeekDoesntChangeIteration()132 "Should be able to peek() first element multiple times", "A", peekingIterator.peek()); in testPeekDoesntChangeIteration()136 assertEquals("Should be able to peek() at middle element", "B", peekingIterator.peek()); in testPeekDoesntChangeIteration()138 "Should be able to peek() middle element multiple times", "B", peekingIterator.peek()); in testPeekDoesntChangeIteration()142 assertEquals("Should be able to peek() at last element", "C", peekingIterator.peek()); in testPeekDoesntChangeIteration()144 "Should be able to peek() last element multiple times", "C", peekingIterator.peek()); in testPeekDoesntChangeIteration()187 /* Should recover to be able to remove() after next(). */ in testCantRemoveAfterPeek()
26 * is "nullable" in order to interoperate seamlessly with servers not able to44 * is "nullable" in order to interoperate seamlessly with servers not able to82 * is "nullable" in order to interoperate seamlessly with servers not able to96 * is "nullable" in order to interoperate seamlessly with servers not able to
141 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()
73 Determine if bootblock is able to use ADMA2 or ADMA6479 Determine if romstage is able to use ADMA2 or ADMA6485 Determine if verstage is able to use ADMA2 or ADMA64
26 * is "nullable" in order to interoperate seamlessly with servers not able to44 * is "nullable" in order to interoperate seamlessly with servers not able to92 * is "nullable" in order to interoperate seamlessly with servers not able to116 * is "nullable" in order to interoperate seamlessly with servers not able to
51 forms are also able to receive the complete machine-readable71 forms of these items are also able to receive and use the78 recipients must be able to do so without any charges whatsoever,79 and they must be able to re-distribute to anyone they choose.
26 …b. You must ensure that all recipients of the machine-executable forms are also able to receive th…34 …e that all recipients of machine-executable forms of these items are also able to receive and use …36 … source code forms. The recipients must be able to do so without any charges whatsoever, and they …
107 // 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.
39 also able to receive the complete machine-readable source code to the52 items are also able to receive and use the complete machine-readable source57 executable and source code forms. The recipients must be able to do so without58 any charges whatsoever, and they must be able to re-distribute to anyone they