Home
last modified time | relevance | path

Searched defs:complete (Results 1 – 25 of 245) 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 in kotlinx.coroutines.internal.AtomicOp
112 abstract fun complete(op: AtomicOp<*>, failure: Any?) // decision == null if success method
/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-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/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/rust/crates/nom/src/bytes/
Dmod.rs6 pub mod complete; module
/external/llvm-project/clang/test/Sema/
Dcomplete-incomplete-pointer-relational-c99.c5 int complete[6]; variable
/external/crosvm/cros_async/src/
Dcomplete.rs59 let mut complete = true; localVariable
Dselect.rs48 let mut complete = false; localVariable
/external/jline/src/src/main/java/jline/
DCandidateCycleCompletionHandler.java24 public boolean complete(final ConsoleReader reader, final List candidates, in complete() method in CandidateCycleCompletionHandler
DCompletionHandler.java18 boolean complete(ConsoleReader reader, List candidates, int position) in complete() method
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.rs7 pub mod complete; module
/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/llvm-project/llvm/test/MC/AMDGPU/
Dhsa-gfx10-v3.s54 complete: label
/external/llvm-project/clang/include/clang/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/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

12345678910