Home
last modified time | relevance | path

Searched full:eventually (Results 1 – 25 of 3047) sorted by relevance

12345678910>>...122

/external/clang/lib/StaticAnalyzer/Checkers/
DReturnPointerRangeChecker.cpp55 // FIXME: All of this out-of-bounds checking should eventually be refactored in checkPreStmt()
70 // FIXME: This bug correspond to CWE-466. Eventually we should have bug in checkPreStmt()
78 // FIXME: It would be nice to eventually make this diagnostic more clear, in checkPreStmt()
/external/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp75 // Eventually we only need to promote functions in the exporting module that in doPromoteLocalToGlobal()
133 // The ThinLTO pass will eventually force-import their definitions. in getLinkage()
174 // The ThinLTO pass will eventually force-import their definitions. in getLinkage()
185 // The ThinLTO pass will eventually force-import their definitions. in getLinkage()
203 // as this is a declaration for the linker, and will be dropped eventually. in processGlobalForThinLTO()
/external/rust/cxx/tests/ui/
Dasync_fn.stderr1 … approach, and https://github.com/pcwalton/cxx-async for some helpers; eventually what you wrote w…
7 … approach, and https://github.com/pcwalton/cxx-async for some helpers; eventually what you wrote w…
/external/tensorflow/tensorflow/core/distributed_runtime/
Drendezvous_mgr_interface.h31 // constructed. Eventually, they will be initialized. Clients of the
33 // RemoteRendezvous eventually.
81 // Note: the caller must guarantee to eventually call Initialize on the
/external/compiler-rt/test/scudo/
Dquarantine.cpp5 // Also tests that a chunk will eventually become available again for
30 // Eventually the chunk should become available again in main()
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_init.data44 Fake entropy: one block eventually
56 Fake entropy: two blocks eventually
/external/mbedtls/tests/suites/
Dtest_suite_psa_crypto_init.data44 Fake entropy: one block eventually
56 Fake entropy: two blocks eventually
/external/tink/cc/
Doutput_stream.h34 // into this buffer will eventually (maybe instantly, maybe later on)
48 // * Any data which the caller stores in this buffer will eventually be
51 // as repeatedly calling Next() eventually yields a buffer with non-zero
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServerTransport.java28 * eventually begin failing. New streams "eventually" begin failing because shutdown may need to
/external/icing/icing/result/
Dresult-state-manager.cc164 // result_state_map_ will "eventually" invoke the destructor of ResultState in InternalInvalidateAllResultStates()
212 // max_total_hits_ when token_queue_ is empty. Still "eventually" it will be in RemoveStatesIfNeeded()
229 // ptr instance will "eventually" invoke the destructor of ResultState and in InternalInvalidateResultState()
243 // shared ptr instance will "eventually" invoke the destructor of in InternalInvalidateExpiredResultStates()
/external/llvm/test/TableGen/
DTargetInstrInfo.td1 // This test describes how we eventually want to describe instructions in
7 class Instruction { // Would have other stuff eventually
74 // described here. Eventually we can do away with this when everything
/external/cronet/net/disk_cache/
Dbackend_cleanup_tracker.h32 // will eventually post |retry_closure| to the calling thread,
44 // and will in turn eventually post |cb| there.
/external/webrtc/pc/
Dvideo_rtp_track_source.h39 // Called when the implementor should eventually start to serve encoded
41 // The implementor should cause a keyframe to be eventually generated.
/external/python/google-api-python-client/docs/dyn/
Dkeep_v1.notes.html160 …, # Output only. When this note was trashed. If `trashed`, the note is eventually deleted. If the …
161 …e, # Output only. `true` if this note has been trashed. If trashed, the note is eventually deleted.
219 …, # Output only. When this note was trashed. If `trashed`, the note is eventually deleted. If the …
220 …e, # Output only. `true` if this note has been trashed. If trashed, the note is eventually deleted.
303 …, # Output only. When this note was trashed. If `trashed`, the note is eventually deleted. If the …
304 …e, # Output only. `true` if this note has been trashed. If trashed, the note is eventually deleted.
374 …, # Output only. When this note was trashed. If `trashed`, the note is eventually deleted. If the …
375 …e, # Output only. `true` if this note has been trashed. If trashed, the note is eventually deleted.
/external/cronet/base/task/sequence_manager/
DREADME.md11 `WorkQueue`s, to manage immediate tasks and delayed tasks. Tasks eventually end
51 `TaskQueueImpl::ScheduleDelayedWorkTask()` which eventually calls
/external/aws-sdk-java-v2/services/sqs/src/it/java/software/amazon/awssdk/services/sqs/
DSqsConcurrentPerformanceIntegrationTest.java29 * Connections sitting around in the connection pool for too long will eventually be terminated by
33 * sockets are eventually expired and released.
/external/chromium-trace/catapult/third_party/polymer/components/iron-behaviors/
Diron-control-state.html69 // eventually become `this` due to retargeting; if we are not in
70 // ShadowDOM land, `event.target` will eventually become `this` due
/external/cronet/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream.h148 // as repeatedly calling Next() eventually yields a buffer with non-zero
199 // into this buffer will eventually (maybe instantly, maybe later on)
213 // * Any data which the caller stores in this buffer will eventually be
216 // as repeatedly calling Next() eventually yields a buffer with non-zero
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream.h146 // as repeatedly calling Next() eventually yields a buffer with non-zero
197 // into this buffer will eventually (maybe instantly, maybe later on)
211 // * Any data which the caller stores in this buffer will eventually be
214 // as repeatedly calling Next() eventually yields a buffer with non-zero
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp61 // FIXME: Eventually this logic should actually do dispatches to in VisitObjCForCollectionStmt()
131 // FIXME: Eventually all pre- and post-checks should live in VisitStmt. in VisitObjCForCollectionStmt()
235 // Eventually we will want to handle exceptions properly. in VisitObjCMessage()
245 // Eventually we will want to handle exceptions properly. in VisitObjCMessage()
/external/cronet/build/toolchain/android/
DBUILD.gn56 # eventually resulted in that android toolchains being used inside a LaCrOS
86 # eventually resulted in that android toolchains being used inside a LaCrOS
/external/tensorflow/tensorflow/tsl/platform/default/
Dunbounded_work_queue.cc45 // Clear the list of pooled threads, which will eventually terminate due to in ~UnboundedWorkQueue()
65 // NOTE: `PooledThreadFunc` will eventually increment `num_idle_threads_` in Schedule()
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
DExceptionCollector.kt17 * other callbacks will eventually be registered, and so collects the exceptions.
62 * that a callback will eventually appear and collect the unprocessed exceptions, so in <lambda>()
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dretry_util_unittest.py38 # The exception is eventually raised.
113 # Call eventually succeeds after enough tries.
/external/python/cpython3/Lib/asyncio/
Dtransports.py32 protocol's connection_lost() method will (eventually) be
142 The protocol's connection_lost() method will (eventually) be
191 The protocol's connection_lost() method will (eventually) be

12345678910>>...122