/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/ |
H A D | tpm_json_serialize.c | 49 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 85 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 106 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 136 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 164 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 183 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 202 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 221 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 262 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 283 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. [all …]
|
H A D | ifapi_policy_json_serialize.c | 26 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 74 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 101 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 116 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 198 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 264 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 292 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 365 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 405 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. 433 * @retval TSS2_FAPI_RC_MEMORY: if the FAPI cannot allocate enough memory. [all …]
|
/aosp_15_r20/external/emboss/doc/ |
H A D | cpp-reference.md | 116 `Ok()` and the current backing storage is large enough to hold `other`'s data. 147 The `Ok` method returns `true` if and only if there are enough bytes in the 157 The `IsComplete` method returns `true` if there are enough bytes in the backing 440 find out whether `foo_view` has enough information to determine if the field 536 <code>*field*().IsComplete()</code> tests if there are enough bytes in the 539 <code>*field*().Ok()</code> tests if there are enough bytes in the backing 553 // There are enough bytes to read and write x. 609 The `Ok` method returns `true` if and only if there are enough bytes in the 619 The `IsComplete` method returns `true` if there are enough bytes in the backing 876 value as a C++ enum. `Read` will assert that there are enough bytes to read. [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue8385.go | 30 …Fooer.Foo(5, 6) // ERROR "not enough arguments in call to method expression Fooer.Foo|incompatible… 35 g()() // ERROR "not enough arguments in call to g\(\)|not enough arguments" 36 f() // ERROR "not enough arguments in call to f|not enough arguments" 37 i.M() // ERROR "not enough arguments in call to i\.M|not enough arguments" 38 I.M() // ERROR "not enough arguments in call to method expression I\.M|not enough arguments" 39 t.M() // ERROR "not enough arguments in call to t\.M|not enough arguments" 40 T.M() // ERROR "not enough arguments in call to method expression T\.M|not enough arguments" 41 …(*T).M() // ERROR "not enough arguments in call to method expression \(\*T\)\.M|not enough argumen…
|
D | issue4215.go | 10 …return 2.3 // ERROR "not enough return values\n\thave \(number\)\n\twant \(int, int\)|not enough a… 19 …return 1 // ERROR "not enough return values\n\thave \(number\)\n\twant \(int, int, int, int\)|not … 21 …return 2, 3 // ERROR "not enough return values\n\thave \(number, number\)\n\twant \(int, int, int,… 27 …return "moo" // ERROR "not enough return values\n\thave \(string\)\n\twant \(string, int\)|not eno… 31 …return "" // ERROR "not enough return values\n\thave \(string\)\n\twant \(string, int\)|not enough… 43 …return "" // ERROR "not enough return values\n\thave \(string\)\n\twant \(S, T, U\)|not enough arg… 46 …return ptr // ERROR "not enough return values\n\thave \(\*T\)\n\twant \(S, T, U\)|not enough argum…
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | PersisterQueueTests.java | 95 assertTrue("Target didn't process item enough times.", in testProcessOneItem() 99 assertTrue("Target didn't wait enough time before processing item. duration: " in testProcessOneItem() 103 assertTrue("Target didn't call callback enough times.", in testProcessOneItem() 118 assertTrue("Target didn't process item enough times.", in testProcessOneItem_Flush() 127 assertTrue("Target didn't call callback enough times.", in testProcessOneItem_Flush() 143 assertTrue("Target didn't call callback enough times.", in testProcessTwoItems() 148 assertTrue("Target didn't wait enough time before processing item. duration: " in testProcessTwoItems() 152 assertTrue("Target didn't call the onPreProcess callback enough times", in testProcessTwoItems() 169 assertTrue("Target didn't process item enough times.", in testProcessTwoItems_OneAfterAnother() 172 assertTrue("Target didn't wait enough time before processing item." in testProcessTwoItems_OneAfterAnother() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/buf/ |
D | buf_mut.rs | 200 /// Panics if `self` does not have enough capacity to contain `src`. 226 /// `self` must have enough remaining capacity to contain all of `src`. 283 /// This function panics if there is not enough remaining capacity in 318 /// This function panics if there is not enough remaining capacity in 342 /// This function panics if there is not enough remaining capacity in 366 /// This function panics if there is not enough remaining capacity in 389 /// This function panics if there is not enough remaining capacity in 416 /// This function panics if there is not enough remaining capacity in 439 /// This function panics if there is not enough remaining capacity in 462 /// This function panics if there is not enough remaining capacity in [all …]
|
D | buf_impl.rs | 258 /// enough remaining bytes to fill `dst`. 357 /// This function panics if there is not enough remaining data in `self`. 377 /// This function panics if there is not enough remaining data in `self`. 400 /// This function panics if there is not enough remaining data in `self`. 420 /// This function panics if there is not enough remaining data in `self`. 440 /// This function panics if there is not enough remaining data in `self`. 463 /// This function panics if there is not enough remaining data in `self`. 483 /// This function panics if there is not enough remaining data in `self`. 503 /// This function panics if there is not enough remaining data in `self`. 526 /// This function panics if there is not enough remaining data in `self`. [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/buf/ |
H A D | buf_mut.rs | 200 /// Panics if `self` does not have enough capacity to contain `src`. 226 /// `self` must have enough remaining capacity to contain all of `src`. 283 /// This function panics if there is not enough remaining capacity in 318 /// This function panics if there is not enough remaining capacity in 342 /// This function panics if there is not enough remaining capacity in 366 /// This function panics if there is not enough remaining capacity in 389 /// This function panics if there is not enough remaining capacity in 416 /// This function panics if there is not enough remaining capacity in 439 /// This function panics if there is not enough remaining capacity in 462 /// This function panics if there is not enough remaining capacity in [all …]
|
H A D | buf_impl.rs | 250 /// enough remaining bytes to fill `dst`. 349 /// This function panics if there is not enough remaining data in `self`. 369 /// This function panics if there is not enough remaining data in `self`. 392 /// This function panics if there is not enough remaining data in `self`. 412 /// This function panics if there is not enough remaining data in `self`. 432 /// This function panics if there is not enough remaining data in `self`. 455 /// This function panics if there is not enough remaining data in `self`. 475 /// This function panics if there is not enough remaining data in `self`. 495 /// This function panics if there is not enough remaining data in `self`. 518 /// This function panics if there is not enough remaining data in `self`. [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 51 /// enough bytes to extract this value, the offset will be left 76 /// enough bytes to extract this value, the offset will be left 101 /// enough bytes to extract this value, the offset will be left 124 /// enough bytes to extract this value, the offset will be left 142 /// enough bytes to extract this value, the offset will be left 159 /// enough bytes to extract this value, the offset will be left 164 /// be large enough to hold all requested data. 184 /// enough bytes to extract this value, the offset will be left 202 /// enough bytes to extract this value, the offset will be left 207 /// be large enough to hold all requested data. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ |
H A D | MemoryAllocationLib.h | 22 is returned. If there is not enough memory remaining to satisfy the request, then NULL is 41 is returned. If there is not enough memory remaining to satisfy the request, then NULL is 60 is returned. If there is not enough memory remaining to satisfy the request, then NULL is 103 returned. If there is not enough memory at the specified alignment remaining to satisfy the 128 returned. If there is not enough memory at the specified alignment remaining to satisfy the 153 returned. If there is not enough memory at the specified alignment remaining to satisfy the 202 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned. 220 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned. 238 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned. 256 valid buffer of 0 size is returned. If there is not enough memory remaining to satisfy the [all …]
|
H A D | S3BootScriptLib.h | 67 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 90 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 112 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 135 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 156 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 177 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 199 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 222 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 248 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 266 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
H A D | MemoryAllocationLib.h | 22 is returned. If there is not enough memory remaining to satisfy the request, then NULL is 41 is returned. If there is not enough memory remaining to satisfy the request, then NULL is 60 is returned. If there is not enough memory remaining to satisfy the request, then NULL is 103 returned. If there is not enough memory at the specified alignment remaining to satisfy the 128 returned. If there is not enough memory at the specified alignment remaining to satisfy the 153 returned. If there is not enough memory at the specified alignment remaining to satisfy the 202 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned. 220 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned. 238 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned. 256 valid buffer of 0 size is returned. If there is not enough memory remaining to satisfy the [all …]
|
H A D | S3BootScriptLib.h | 67 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 90 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 112 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 135 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 156 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 177 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 199 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 222 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 248 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 266 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/ |
H A D | MemoryAllocationLib.h | 22 is returned. If there is not enough memory remaining to satisfy the request, then NULL is 41 is returned. If there is not enough memory remaining to satisfy the request, then NULL is 60 is returned. If there is not enough memory remaining to satisfy the request, then NULL is 103 returned. If there is not enough memory at the specified alignment remaining to satisfy the 128 returned. If there is not enough memory at the specified alignment remaining to satisfy the 153 returned. If there is not enough memory at the specified alignment remaining to satisfy the 202 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned. 220 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned. 238 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned. 256 valid buffer of 0 size is returned. If there is not enough memory remaining to satisfy the [all …]
|
H A D | S3BootScriptLib.h | 67 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 90 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 112 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 135 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 156 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 177 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 199 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 222 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 248 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform 266 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
H A D | MemoryAllocationLib.h | 28 is returned. If there is not enough memory remaining to satisfy the request, then NULL is 47 is returned. If there is not enough memory remaining to satisfy the request, then NULL is 66 is returned. If there is not enough memory remaining to satisfy the request, then NULL is 109 returned. If there is not enough memory at the specified alignment remaining to satisfy the 134 returned. If there is not enough memory at the specified alignment remaining to satisfy the 159 returned. If there is not enough memory at the specified alignment remaining to satisfy the 208 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned. 226 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned. 244 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned. 262 valid buffer of 0 size is returned. If there is not enough memory remaining to satisfy the [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/binary/ |
D | mod.rs | 37 /// *Complete version*: Returns an error if there is not enough input data. 39 …ial version*: Will return `Err(winnow::error::ErrMode::Incomplete(_))` if there is not enough data. 81 /// *Complete version*: Returns an error if there is not enough input data. 83 …ial version*: Will return `Err(winnow::error::ErrMode::Incomplete(_))` if there is not enough data. 126 /// *Complete version*: Returns an error if there is not enough input data. 128 …ial version*: Will return `Err(winnow::error::ErrMode::Incomplete(_))` if there is not enough data. 171 /// *Complete version*: Returns an error if there is not enough input data. 173 …ial version*: Will return `Err(winnow::error::ErrMode::Incomplete(_))` if there is not enough data. 216 /// *Complete version*: Returns an error if there is not enough input data. 218 …ial version*: Will return `Err(winnow::error::ErrMode::Incomplete(_))` if there is not enough data. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | DataExtractor.h | 115 /// enough bytes to extract this value, the offset will be left 150 /// enough bytes to extract this value, the offset will be left 184 /// enough bytes to extract this value, the offset will be left 189 /// enough bytes in the data to extract the full string, the offset will 216 /// enough bytes to extract this value, the offset will be left 220 /// The number of bytes to extract. If there are not enough bytes in the 258 /// enough bytes to extract this value, the offset will be left 297 /// enough bytes to extract this value, the offset will be left 320 /// enough bytes to extract this value, the offset will be left 343 /// enough bytes to extract this value, the offset will be left [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | DataExtractor.h | 115 /// enough bytes to extract this value, the offset will be left 150 /// enough bytes to extract this value, the offset will be left 184 /// enough bytes to extract this value, the offset will be left 189 /// enough bytes in the data to extract the full string, the offset will 216 /// enough bytes to extract this value, the offset will be left 220 /// The number of bytes to extract. If there are not enough bytes in the 258 /// enough bytes to extract this value, the offset will be left 297 /// enough bytes to extract this value, the offset will be left 320 /// enough bytes to extract this value, the offset will be left 343 /// enough bytes to extract this value, the offset will be left [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 115 /// enough bytes to extract this value, the offset will be left 150 /// enough bytes to extract this value, the offset will be left 184 /// enough bytes to extract this value, the offset will be left 189 /// enough bytes in the data to extract the full string, the offset will 216 /// enough bytes to extract this value, the offset will be left 220 /// The number of bytes to extract. If there are not enough bytes in the 258 /// enough bytes to extract this value, the offset will be left 297 /// enough bytes to extract this value, the offset will be left 320 /// enough bytes to extract this value, the offset will be left 343 /// enough bytes to extract this value, the offset will be left [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | DataExtractor.h | 115 /// enough bytes to extract this value, the offset will be left 150 /// enough bytes to extract this value, the offset will be left 184 /// enough bytes to extract this value, the offset will be left 189 /// enough bytes in the data to extract the full string, the offset will 216 /// enough bytes to extract this value, the offset will be left 220 /// The number of bytes to extract. If there are not enough bytes in the 258 /// enough bytes to extract this value, the offset will be left 297 /// enough bytes to extract this value, the offset will be left 320 /// enough bytes to extract this value, the offset will be left 343 /// enough bytes to extract this value, the offset will be left [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | DataExtractor.h | 115 /// enough bytes to extract this value, the offset will be left 150 /// enough bytes to extract this value, the offset will be left 184 /// enough bytes to extract this value, the offset will be left 189 /// enough bytes in the data to extract the full string, the offset will 216 /// enough bytes to extract this value, the offset will be left 220 /// The number of bytes to extract. If there are not enough bytes in the 258 /// enough bytes to extract this value, the offset will be left 297 /// enough bytes to extract this value, the offset will be left 320 /// enough bytes to extract this value, the offset will be left 343 /// enough bytes to extract this value, the offset will be left [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 112 /// enough bytes to extract this value, the offset will be left 134 /// enough bytes to extract this value, the offset will be left 159 /// enough bytes to extract this value, the offset will be left 198 /// enough bytes to extract this value, the offset will be left 221 /// enough bytes to extract this value, the offset will be left 244 /// enough bytes to extract this value, the offset will be left 272 /// enough bytes to extract this value, the offset will be left 277 /// be large enough to hold all requested data. 317 /// enough bytes to extract this value, the offset will be left 346 /// enough bytes to extract this value, the offset will be left [all …]
|