Home
last modified time | relevance | path

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

12345678910

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/
DDataMore.java19 private boolean complete; field in DataMore
26 public DataMore(String id, int age, boolean complete) { in DataMore()
35 public void setComplete(boolean complete) { in setComplete()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DAtomic.kt88 abstract fun complete(affected: T, failure: Any?) // failure != null if failed to prepare op in prepare() method
112 abstract fun complete(op: AtomicOp<*>, failure: Any?) // decision == null if success method in kotlinx.coroutines.internal.AtomicDesc
/external/libese/libese-teq1/tests/
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()
/external/libese/apps/boot/tests/
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()
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()
/external/libese/libese-hw/
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()
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()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCompletableDeferred.kt36 public fun complete(value: T): Boolean in complete() method
91 override fun complete(value: T): Boolean = method
DCompletableJob.kt28 public fun complete(): Boolean method
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DUncheckedThrowingFuture.java55 public void complete(RuntimeException e) { in complete() method in UncheckedThrowingFuture
61 public void complete(Error e) { in complete() method in UncheckedThrowingFuture
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DUncheckedThrowingFuture.java55 public void complete(RuntimeException e) { in complete() method in UncheckedThrowingFuture
61 public void complete(Error e) { in complete() method in UncheckedThrowingFuture
/external/rust/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
/external/pigweed/pw_rpc/ts/
Dcall.ts257 async complete(timeoutMs?: number): Promise<[Status, Message]> { method in UnaryCall
288 complete(timeoutMs?: number): Promise<[Status, Message[]]> { method in ServerStreamingCall
/external/autotest/client/cros/bluetooth/
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
/external/clang/lib/Parse/
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
/external/crosvm/cros_async/src/
Dcomplete.rs61 let mut complete = true; localVariable
/external/rust/crates/nom/src/bytes/
Dmod.rs3 pub mod complete; module
/external/crosvm/common/cros_async/src/
Dcomplete.rs61 let mut complete = true; localVariable
Dselect.rs50 let mut complete = false; localVariable
/external/rust/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
/external/libese/libese-hw/nxp/pn80t/
Dnq_nci.c118 int UNUSED(complete)) { in nq_transmit()
148 int UNUSED(complete)) { in nq_receive()
/external/jline/src/src/main/java/jline/
DCandidateCycleCompletionHandler.java24 public boolean complete(final ConsoleReader reader, final List candidates, in complete() method in CandidateCycleCompletionHandler
DCompletor.java31 int complete(String buffer, int cursor, List candidates); in complete() method
DNullCompletor.java24 public int complete(final String buffer, int cursor, List candidates) { in complete() method in NullCompletor
/external/rust/crates/nom/src/number/
Dmod.rs3 pub mod complete; module

12345678910