Home
last modified time | relevance | path

Searched refs:safety (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/third_party/ltp/lib/
Dtst_memutils.c21 size_t i, map_count = 0, safety = 0, blocksize = BLOCKSIZE; in tst_pollute_memory() local
33 safety = MAX(4096 * SAFE_SYSCONF(_SC_PAGESIZE), 128 * 1024 * 1024); in tst_pollute_memory()
34 safety = MAX(safety, min_free); in tst_pollute_memory()
35 safety /= info.mem_unit; in tst_pollute_memory()
37 if (info.freeswap > safety) in tst_pollute_memory()
38 safety = 0; in tst_pollute_memory()
50 if (freeram <= safety) in tst_pollute_memory()
56 if (freeram - safety < maxsize / info.mem_unit) in tst_pollute_memory()
57 maxsize = (freeram - safety) * info.mem_unit; in tst_pollute_memory()
/third_party/boost/libs/ptr_container/doc/
Dptr_sequence_adapter.rst155 - Exception safety: strong guarantee
170 - Exception safety: Strong guarantee
186 Exception safety: Strong guarantee
235 - Exception safety: Strong guarantee
246 - Exception safety: Strong guarantee
258 - Exception safety: Strong guarantee
270 - Exception safety: Strong guarantee
283 - Exception safety: Strong guarantee
291 - Exception safety: Strong guarantee
300 - Exception safety: Strong guarantee
[all …]
Dptr_multiset_adapter.rst84 - Exception safety: Strong guarantee
96 - Exception safety: Strong guarantee
111 - Exception safety: Strong guarantee
121 - Exception safety: Basic guarantee
133 - Exception safety: Basic guarantee
Dptr_deque.rst94 - Exception safety: Strong guarantee
105 - Exception safety: Strong guarantee
117 - Exception safety: Strong guarantee
157 - Exception safety: Strong guarantee
169 - Exception safety: Nothrow guarantee
Dptr_multimap_adapter.rst124 - Exception safety: Strong guarantee
135 - Exception safety: Strong guarantee
166 - Exception safety: Strong guarantee
176 - Exception safety: Basic guarantee
188 - Exception safety: Basic guarantee
Dptr_array.rst135 - Exception safety: Strong guarantee
221 - Exception safety: Strong guarantee
235 - Exception safety: Strong guarantee
263 - Exception safety: Strong guarantee
272 - Exception safety: Nothrow guarantee
280 - Exception safety: Nothrow guarantee
Dptr_set_adapter.rst88 - Exception safety: Strong guarantee
100 - Exception safety: Strong guarantee
116 - Exception safety: Strong guarantee
127 - Exception safety: Basic guarantee
Dptr_map_adapter.rst129 - Exception safety: Strong guarantee
141 - Exception safety: Strong guarantee
152 - Exception-safety: Strong guarantee
174 - Exception safety: Strong guarantee
185 - Exception safety: Basic guarantee
Dptr_list.rst81 - Exception safety: Strong guarantee
92 - Exception safety: Strong guarantee
104 - Exception safety: Strong guarantee
Dptr_vector.rst149 - Exception safety: Strong guarantee
161 - Exception safety: Nothrow guarantee
175 - Exception safety: Strong guarantee if ``delete_from == true``; if ``delete_from == false``,
/third_party/grpc/src/objective-c/GRPCClient/
DGRPCCall.h111 safety:(GRPCCallSafety)safety NS_DESIGNATED_INITIALIZER;
121 @property(readonly) GRPCCallSafety safety;
DGRPCCall.m101 - (instancetype)initWithHost:(NSString *)host path:(NSString *)path safety:(GRPCCallSafety)safety {
109 _safety = safety;
117 safety:_safety];
148 NSAssert(requestOptions.safety <= GRPCCallSafetyCacheableRequest, @"Invalid call safety value.");
153 if (requestOptions.safety > GRPCCallSafetyCacheableRequest) {
/third_party/boost/libs/optional/doc/
D18_exception_safety.qbk26 …ssignment provide strong exception safety guarantee, `optional<T>`'s assignment also provides stro…
48 Operation `emplace` provides basic exception safety guarantee. If it throws, the optional object be…
54 …ics, when one wants to acheive stronger exception safety guarantees.) In this case the exception s…
/third_party/boost/libs/geometry/doc/index/rtree/
Dexception_safety.qbk11 [section Exception safety]
21 [[Operation] [exception-safety]]
57 [endsect] [/Exception safety/]
/third_party/boost/libs/bimap/doc/reference/
Dlist_of.qbk341 * [*Exception safety:] Strong.
356 * [*Exception safety:] Strong.
373 * [*Exception safety:] Strong.
396 * [*Exception safety:] Basic.
409 * [*Exception safety:] nothrow.
421 * [*Exception safety:] nothrow.
436 * [*Exception safety:] Strong. If an exception is thrown by some user-provided
455 * [*Exception safety:] Strong. If an exception is thrown by some user-provided
474 * [*Exception safety:] Strong. If an exception is thrown by some user-provided
494 * [*Exception safety:] Basic. If an exception is thrown by some user-provided
[all …]
Dvector_of.qbk354 * [*Exception safety:] If the capacity is not changed, nothrow; otherwise, strong.
383 * [*Exception safety:] Strong.
398 * [*Exception safety:] Strong.
414 * [*Exception safety:] Strong.
441 * [*Exception safety:] Basic.
453 * [*Exception safety:] nothrow.
465 * [*Exception safety:] nothrow.
480 * [*Exception safety:] Strong. If an exception is thrown by some user-provided
500 * [*Exception safety:] Strong. If an exception is thrown by some user-provided
519 * [*Exception safety:] Strong. If an exception is thrown by some user-provided
[all …]
/third_party/grpc/src/objective-c/tests/UnitTests/
DAPIv2Tests.m169 safety:GRPCCallSafetyDefault];
215 safety:GRPCCallSafetyDefault];
291 safety:GRPCCallSafetyDefault];
318 safety:GRPCCallSafetyDefault];
359 safety:GRPCCallSafetyIdempotentRequest];
403 safety:GRPCCallSafetyDefault];
437 safety:GRPCCallSafetyDefault];
486 safety:GRPCCallSafetyDefault];
528 safety:GRPCCallSafetyDefault];
570 safety:GRPCCallSafetyDefault];
[all …]
/third_party/flutter/skia/third_party/externals/angle2/doc/
D64BitSafety.md8 64-bit safety fixes to newly regenerated outputs. This should be unnoticeable to
15 safety fixes are applied.
/third_party/skia/third_party/externals/angle2/doc/
D64BitSafety.md8 64-bit safety fixes to newly regenerated outputs. This should be unnoticeable to
15 safety fixes are applied.
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCCallInternal.m85 NSAssert(requestOptions.safety <= GRPCCallSafetyCacheableRequest, @"Invalid call safety value.");
90 if (requestOptions.safety > GRPCCallSafetyCacheableRequest) {
91 NSLog(@"Invalid call safety.");
117 callSafety:_requestOptions.safety
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dban-types.md4 It's often a good idea to ban certain types to help with consistency and safety.
69 The default options provide a set of "best practices", intended to provide safety and standardizati…
72 - Avoid the `Function` type, as it provides little safety for the following reasons:
73 …- It provides no type safety when calling the value, which means it's easy to provide the wrong ar…
107 'It provides no type safety when calling the function, which can be a common source of bugs.',
/third_party/boost/libs/thread/doc/
Dsync_queues_ref.qbk134 [[Exception safety:] [If an exception is thrown then the queue state is unmodified.]]
154 [[Exception safety:] [If an exception is thrown then the queue state is unmodified.]]
174 [[Exception safety:] [If an exception is thrown then the queue state is unmodified.]]
184 …s:] [Q::value_type is no throw move constructible. This is needed to ensure the exception safety.]]
198 [[Exception safety:] [If an exception is thrown then the queue state is unmodified.]]
209 …res:] [Q::value_type is no throw move assignable. This is needed to ensure the exception safety. ]]
223 [[Exception safety:] [If an exception is thrown then the queue state is unmodified.]]
278 [[Exception safety:] [If an exception is thrown then the queue state is unmodified.]]
307 [[Exception safety:] [If an exception is thrown then the queue state is unmodified.]]
335 [[Exception safety:] [If an exception is thrown then the queue state is unmodified.]]
[all …]
/third_party/ejdb/src/bindings/ejdb2_flutter/
DCHANGELOG.md4 - Opted out null safety mode
/third_party/skia/third_party/externals/harfbuzz/
DCONFIG.md106 ## Thread-safety
109 the `HB_TINY` predefined configuring (more below) disables thread-safety.
111 If you do *not* need thread-safety in the library (eg. you always call into
112 HarfBuzz from the same thread), you can disable thread-safety by defining
129 disabling thread-safety and debugging, and use even more size-optimized data
/third_party/harfbuzz/
DCONFIG.md106 ## Thread-safety
109 the `HB_TINY` predefined configuring (more below) disables thread-safety.
111 If you do *not* need thread-safety in the library (eg. you always call into
112 HarfBuzz from the same thread), you can disable thread-safety by defining
129 disabling thread-safety and debugging, and use even more size-optimized data

12345678910>>...17