Home
last modified time | relevance | path

Searched full:enough (Results 1 – 25 of 12793) sorted by relevance

12345678910>>...512

/external/python/google-api-python-client/docs/dyn/
Dgames_v1.stats.html103 … in minutes of the player. E.g., 1, 30, 60, ... . Not populated if there is not enough information.
104 …ame in the next day. E.g., 0, 0.1, 0.5, ..., 1.0. Not populated if there is not enough information.
105 …r last played this game. E.g., 0, 1, 5, 10, ... . Not populated if there is not enough information.
106 …shold amount of money. E.g., 0, 0.25, 0.50, 0.75. Not populated if there is not enough information.
108 …the player in this game. E.g., 0, 1, 5, 10, ... . Not populated if there is not enough information.
109 …n they are disconnected. E.g., 0, 1, 5, 10, ... . Not populated if there is not enough information.
110 … they are disconnected. E.g., 0, 0.25, 0.5, 0.75. Not populated if there is not enough information.
111 …he player in this game. E.g., 0, 0.25, 0.5, 0.75. Not populated if there is not enough information.
112 …n the next seven days. E.g., 0, 0.25, 0.50, 0.75. Not populated if there is not enough information.
113 …spend in the next 28 days. E.g., 1, 30, 60, ... . Not populated if there is not enough information.
/external/emboss/doc/
Dcpp-reference.md116 `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 …]
/external/tpm2-tss/src/tss2-fapi/
Dtpm_json_serialize.c49 * @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 …]
Difapi_policy_json_serialize.c26 * @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 …]
/external/openthread/src/core/common/
Dframe_data.hpp54 …* Indicates whether or not there are enough bytes remaining in the `FrameData` to read a given num…
59 * @retval TRUE There are enough remaining bytes to read @p aLength bytes.
60 * @retval FALSE There are not enough remaining bytes to read @p aLength bytes.
72 * @retval kErrorParse Not enough bytes remaining to read.
84 * @retval kErrorParse Not enough bytes remaining to read.
96 * @retval kErrorParse Not enough bytes remaining to read.
108 * @retval kErrorParse Not enough bytes remaining to read.
120 * @retval kErrorParse Not enough bytes remaining to read.
133 * @retval kErrorParse Not enough bytes remaining to read @p aLength.
145 * @retval kErrorParse Not enough bytes remaining to read the entire object.
/external/googleapis/google/ads/googleads/v15/errors/
Dasset_group_error.proto46 // Not enough headline asset for a valid asset group.
49 // Not enough long headline asset for a valid asset group.
52 // Not enough description headline asset for a valid asset group.
55 // Not enough business name asset for a valid asset group.
58 // Not enough marketing image asset for a valid asset group.
61 // Not enough square marketing image asset for a valid asset group.
64 // Not enough logo asset for a valid asset group.
/external/googleapis/google/ads/googleads/v16/errors/
Dasset_group_error.proto46 // Not enough headline asset for a valid asset group.
49 // Not enough long headline asset for a valid asset group.
52 // Not enough description headline asset for a valid asset group.
55 // Not enough business name asset for a valid asset group.
58 // Not enough marketing image asset for a valid asset group.
61 // Not enough square marketing image asset for a valid asset group.
64 // Not enough logo asset for a valid asset group.
/external/googleapis/google/ads/googleads/v14/errors/
Dasset_group_error.proto46 // Not enough headline asset for a valid asset group.
49 // Not enough long headline asset for a valid asset group.
52 // Not enough description headline asset for a valid asset group.
55 // Not enough business name asset for a valid asset group.
58 // Not enough marketing image asset for a valid asset group.
61 // Not enough square marketing image asset for a valid asset group.
64 // Not enough logo asset for a valid asset group.
/external/vboot_reference/firmware/2lib/
D2struct.c15 VB2_DEBUG("Not enough space for keyblock header.\n"); in vb2_check_keyblock()
30 VB2_DEBUG("Not enough data for keyblock.\n"); in vb2_check_keyblock()
45 /* Verify we signed enough data */ in vb2_check_keyblock()
47 VB2_DEBUG("Didn't sign enough data\n"); in vb2_check_keyblock()
99 VB2_DEBUG("Not enough data for preamble header\n"); in vb2_verify_fw_preamble()
114 VB2_DEBUG("Not enough data for preamble.\n"); in vb2_verify_fw_preamble()
136 /* Verify we signed enough data */ in vb2_verify_fw_preamble()
138 VB2_DEBUG("Didn't sign enough data\n"); in vb2_verify_fw_preamble()
208 VB2_DEBUG("Not enough data for preamble header.\n"); in vb2_verify_kernel_preamble()
226 VB2_DEBUG("Not enough data for preamble.\n"); in vb2_verify_kernel_preamble()
[all …]
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
DMemoryAllocationLib.h28 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 …]
DS3BootScriptLib.h74 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform
97 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform
119 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform
142 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform
163 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform
184 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform
206 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform
229 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform
255 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform
273 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform
[all …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
DMemoryAllocationLib.h22 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 …]
DS3BootScriptLib.h67 @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 …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
DMemoryAllocationLib.h22 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 …]
DS3BootScriptLib.h67 @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 …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
DMemoryAllocationLib.h22 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 …]
DS3BootScriptLib.h67 @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 …]
/external/llvm/include/llvm/Support/
DDataExtractor.h51 /// 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 …]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DMsgMgr.java58 * the error condition is severe enough to halt processing.
85 * the error condition is severe enough to halt processing.
101 * the error condition is severe enough to halt processing.
119 * the error condition is severe enough to halt processing.
138 * the error condition is severe enough to halt processing.
162 * the error condition is severe enough to halt processing.
190 * the error condition is severe enough to halt processing.
207 * the error condition is severe enough to halt processing.
224 * the error condition is severe enough to halt processing.
242 * the error condition is severe enough to halt processing.
[all …]
/external/rust/android-crates-io/crates/etherparse/src/err/
Dlen_error.rs4 /// enough data in a slice to decode a header).
6 /// This error is triggered whenever there is not enough data to decode
12 /// When the error is caused by not enough data being available
19 /// An example for an error that could be returned when there is not enough
30 /// // There was only 1 byte left (not enough for an UDP header):
97 …"{}: Not enough data to decode '{}'. {} byte(s) would be required, but only {} byte(s) are availab… in fmt()
109 …"{}: Not enough data to decode '{}'. {} byte(s) would be required, but only {} byte(s) are availab… in fmt()
227 // len sources based tests (not enough data) in fmt()
231 …(Slice, "IPv4 Header Error: Not enough data to decode 'IPv4 header'. 2 byte(s) would be required, … in fmt()
232 …(Ipv4HeaderTotalLen, "IPv4 Header Error: Not enough data to decode 'IPv4 header'. 2 byte(s) would … in fmt()
[all …]
/external/pigweed/pw_bluetooth_hci/
Dpacket.cc40 return std::nullopt; // Not enough data to parse the packet header. in Decode()
46 return std::nullopt; // Not enough data to cover the parameter bytes. in Decode()
68 return std::nullopt; // Not enough data to parse the packet header. in Decode()
74 return std::nullopt; // Not enough data to cover the data bytes. in Decode()
96 return std::nullopt; // Not enough data to parse the packet header. in Decode()
102 return std::nullopt; // Not enough data to cover the data bytes. in Decode()
122 return std::nullopt; // Not enough data to parse the packet header. in Decode()
128 return std::nullopt; // Not enough data to cover the parameter bytes. in Decode()
/external/perfetto/src/trace_processor/importers/perf/
Dsample.cc174 return base ::ErrStatus("Not enough data to read PERF_SAMPLE_IDENTIFIER"); in Parse()
180 return base ::ErrStatus("Not enough data to read PERF_SAMPLE_IP"); in Parse()
186 return base ::ErrStatus("Not enough data to read PERF_SAMPLE_TID"); in Parse()
192 return base ::ErrStatus("Not enough data to read PERF_SAMPLE_TIME"); in Parse()
198 return base ::ErrStatus("Not enough data to read PERF_SAMPLE_ADDR"); in Parse()
204 return base ::ErrStatus("Not enough data to read PERF_SAMPLE_ID"); in Parse()
218 return base ::ErrStatus("Not enough data to read PERF_SAMPLE_STREAM_ID"); in Parse()
228 return base ::ErrStatus("Not enough data to read PERF_SAMPLE_CPU"); in Parse()
235 return base ::ErrStatus("Not enough data to read PERF_SAMPLE_PERIOD"); in Parse()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_utils_interface.h39 // should be big enough to store the operation result.
48 // should be big enough to store the operation result.
59 // should be big enough to store the operation result.
66 // should be big enough to store the operation result.
73 // should be big enough to store the operation result.
80 // should be big enough to store the operation result.
/external/webrtc/rtc_base/
Dbit_buffer.h39 // there aren't enough bytes left in the buffer.
42 // there aren't enough bits left in the buffer.
50 // enough data left for the specified type.
55 // Writes bit-sized values to the buffer. Returns false if there isn't enough
62 // Returns false if there isn't enough room left for the value.
68 // Returns false if there isn't enough room left for the value.
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/src/buf/
Dbuf_mut.rs200 /// 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 …]

12345678910>>...512