Home
last modified time | relevance | path

Searched defs:complete (Results 1 – 25 of 1902) sorted by relevance

12345678910>>...77

/aosp_15_r20/external/cronet/base/task/
H A Djob_perftest.cc203 WaitableEvent complete; in RunJobWithNaiveAssignment() local
208 JobDelegate* delegate) { in RunJobWithNaiveAssignment()
251 WaitableEvent complete; in RunJobWithAtomicAssignment() local
256 std::atomic_size_t* index, JobDelegate* delegate) { in RunJobWithAtomicAssignment()
297 WaitableEvent complete; in RunJobWithDynamicAssignment() local
302 WaitableEvent* complete, JobDelegate* delegate) { in RunJobWithDynamicAssignment()
356 WaitableEvent complete; in RunJobWithLoopAround() local
361 WaitableEvent* complete, JobDelegate* delegate) { in RunJobWithLoopAround()
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java2096 final boolean complete, final GetDownloadableSubscriptionMetadataResult result) { in prepareGetDownloadableSubscriptionMetadataCall()
2114 boolean complete, GetDownloadableSubscriptionMetadataResult result) { in callGetDownloadableSubscriptionMetadata()
2123 boolean complete, GetDefaultDownloadableSubscriptionListResult result) { in callGetDefaultDownloadableSubscriptionList()
2144 boolean switchAfterDownload, final boolean complete, final int result, in callDownloadSubscription()
2172 private void callDeleteSubscription(int subscriptionId, String iccid, final boolean complete, in callDeleteSubscription()
2192 private void callSwitchToSubscription(int subscriptionId, String iccid, final boolean complete, in callSwitchToSubscription()
2215 final boolean complete, final int result, String callingPackage) { in callUpdateSubscriptionNickname()
2236 private void callEraseSubscriptions(final boolean complete, final int result) { in callEraseSubscriptions()
2255 private void callEraseSubscriptionsWithOptions(final boolean complete, final int result) { in callEraseSubscriptionsWithOptions()
2275 private void callRetainSubscriptionsForFactoryReset(final boolean complete, final int result) { in callRetainSubscriptionsForFactoryReset()
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/stats/
Dtuple.rs35 fn complete(self) -> <Self::Item as Tuple>::Distributions; in complete() method
70 fn complete(self) -> (Distribution<A>,) { in complete() function
112 fn complete(self) -> (Distribution<A>, Distribution<B>) { in complete() function
166 fn complete(self) -> (Distribution<A>, Distribution<B>, Distribution<C>) { in complete() function
238 fn complete( in complete() function
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/
H A DDataMore.java18 private boolean complete; field in DataMore
25 public DataMore(String id, int age, boolean complete) { in DataMore()
34 public void setComplete(boolean complete) { in setComplete()
/aosp_15_r20/system/chre/platform/shared/
H A Dplatform_debug_dump_manager.cc48 size_t debugStrSize, bool complete) { in debugDumpReadyCb()
57 bool complete) { in sendDebugDump()
111 bool complete) { in sendDebugDumpResult()
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dgraph_utils.cpp5 TypePtr getTensorType(const at::Tensor& t, bool complete) { in getTensorType()
17 bool complete) { in inferShapeAndTypeForInput()
50 bool complete, in setInputTensorTypes()
/aosp_15_r20/external/libese/apps/boot/tests/
H A Dese_operations_wrapper.cpp34 static uint32_t EseHwReceive(struct EseInterface *ese, uint8_t *data, uint32_t len, int complete) { in EseHwReceive()
38 …uint32_t EseHwTransmit(struct EseInterface *ese, const uint8_t *data, uint32_t len, int complete) { in EseHwTransmit()
51 static int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) { in EsePoll()
H A Dese_app_boot_tests.cpp39 uint32_t len, int complete) { return -1; } in EseHwReceive()
41 uint32_t len, int complete) { return -1; } in EseHwTransmit()
43 virtual int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) { in EsePoll()
/aosp_15_r20/external/libese/libese-teq1/tests/
H A Dese_operations_wrapper.cpp35 static uint32_t EseHwReceive(struct EseInterface *ese, uint8_t *data, uint32_t len, int complete) { in EseHwReceive()
39 …uint32_t EseHwTransmit(struct EseInterface *ese, const uint8_t *data, uint32_t len, int complete) { in EseHwTransmit()
52 static int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) { in EsePoll()
/aosp_15_r20/external/libese/libese-hw/
H A Dese_hw_fake.c58 uint32_t len, int complete) { in fake_receive()
75 uint32_t len, int complete) { in fake_transmit()
92 int complete) { in fake_poll()
H A Dese_hw_echo.c68 uint32_t len, int complete) { in echo_receive()
91 uint32_t len, int complete) { in echo_transmit()
113 int complete) { in echo_poll()
/aosp_15_r20/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h149 void complete(Decl *D) { in complete() function
190 void complete(Decl *D) { in complete() function
221 void complete(Decl *D) { in complete() function
243 void complete(Decl *D) { in complete() function
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/literal/
Dimp.rs14 complete: bool, field
58 let complete = lits.all_complete(); in new() localVariable
73 pub fn complete(&self) -> bool { in complete() method
280 complete: bool, field
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/
DRAIIObjectsForParser.h149 void complete(Decl *D) { in complete() function
190 void complete(Decl *D) { in complete() function
223 void complete(Decl *D) { in complete() function
246 void complete(Decl *D) { in complete() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/
DRAIIObjectsForParser.h149 void complete(Decl *D) { in complete() function
190 void complete(Decl *D) { in complete() function
223 void complete(Decl *D) { in complete() function
246 void complete(Decl *D) { in complete() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/
DRAIIObjectsForParser.h149 void complete(Decl *D) { in complete() function
190 void complete(Decl *D) { in complete() function
223 void complete(Decl *D) { in complete() function
246 void complete(Decl *D) { in complete() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/
DRAIIObjectsForParser.h149 void complete(Decl *D) { in complete() function
190 void complete(Decl *D) { in complete() function
223 void complete(Decl *D) { in complete() function
246 void complete(Decl *D) { in complete() function
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
DSppConstants.java68 "Provisioning complete, request sppUpdateResponse"); in sStatusStrings.put()
70 "Remediation complete, request sppUpdateResponse"); in sStatusStrings.put()
71 sStatusStrings.put(SppStatus.UPDATE_COMPLETE, "Update complete, request sppUpdateResponse"); in sStatusStrings.put()
73 "Exchange complete, release TLS connection"); in sStatusStrings.put()
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DAidlTestUtils.java139 static ProgramListChunk makeHalChunk(boolean purge, boolean complete, in makeHalChunk()
155 static ProgramListChunk makeHalChunk(boolean purge, boolean complete, in makeHalChunk()
165 static ProgramList.Chunk makeChunk(boolean purge, boolean complete, in makeChunk()
/aosp_15_r20/external/autotest/client/cros/bluetooth/
H A Dbluetooth_semiauto_helper.py126 complete = lambda: self._get_adapter_info() is not None function
139 complete = lambda: self._verify_adapter_power( function
155 complete = lambda: self._verify_device_connection( function
/aosp_15_r20/frameworks/libs/systemui/mechanics/src/com/android/mechanics/spec/
DFluentSpecBuilder.kt98 fun complete(): R in toBreakpoint() method
333 override fun complete(): R { in continueWithTargetValue() method
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_event_parser.cc97 auto complete = complete_opt.value(); in parse_change_connection_link_key_complete() local
107 auto complete = event_opt.value(); in parse_central_link_key_complete() local
185 auto complete = event_opt.value(); in parse_simple_pairing_complete() local
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/
H A DBuildScopeImpl.kt69 val complete = CompletableDeferred<R>(parent = coroutineContext.job) in <lambda>() constant
185 val complete = CompletableDeferred<Unit>(parent = coroutineContext.job) in <lambda>() constant
H A DNoScope.kt33 val complete = CompletableDeferred<R>(coroutineContext.job) in runInFrpScope() constant
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/
H A DEquationsMapper.java82 public void extractEquationData(double[] complete, double[] equationData) in extractEquationData()
99 public void insertEquationData(double[] equationData, double[] complete) in insertEquationData()

12345678910>>...77