HomeSort by relevance Sort by last modified time
    Searched defs:done (Results 151 - 175 of 2138) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython3/Python/
future.c 63 int i, done = 0, prev_line = 0; local
92 if (done && s->lineno > prev_line)
106 if (done) {
117 done = 1;
121 done = 1;
  /external/selinux/libselinux/src/
query_user_context.c 80 int done = 0; /* true if a non-empty field has been obtained */ local
82 while (!done) { /* Keep going until we get a value for the field */
94 done = 1;
119 int done = 0; /* true if a valid sid has been obtained */ local
121 /* Initialize the context. How this is done depends on whether
131 while (!done) {
170 done = 1;
  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 386 EAS_BOOL done = EAS_FALSE; local
428 done = WT_CheckSampleEnd(pWTVoice, &intFrame, EAS_FALSE);
443 done = EAS_TRUE;
445 return done;
  /external/spirv-llvm/lib/SPIRV/
SPIRVMDBuilder.h 105 ParentT &done(MDNode **Ptr = nullptr) { function in struct:SPIRV::SPIRVMDBuilder::MDWrapper
  /external/syslinux/com32/lua/src/
dhcp.c 117 for (int done = 0; done < loop; done++){
118 sprintf(op_name, "%u.%d", option, done+1);
120 sprintf(op_value, "%u.%u.%u.%u", value[0+(done*4)], value[1+(done*4)], value[2+(done*4)], value[3+(done*4)]);
145 int done = 0; local
240 done = 1
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
job.h 43 void ( * done ) ( struct job_interface *job, int rc ); member in struct:job_interface_operations
  /external/tensorflow/tensorflow/core/distributed_runtime/
base_rendezvous_mgr.h 75 // "done" when the tensor for "key" is produced or an error occurs.
79 Rendezvous::DoneCallback done) override;
136 DoneCallback done) override;
146 // Runs "done" as soon as the tensor for "parsed" is available or an error
150 void RecvLocalAsync(const ParsedKey& parsed, DoneCallback done);
155 DoneCallback done) = 0;
189 DoneCallback done; member in struct:tensorflow::BaseRemoteRendezvous::DeferredCall
191 DeferredCall(const ParsedKey& parsed, DoneCallback done);
214 Tensor* out, StatusCallback done);
217 void RecvLocalAsyncInternal(const ParsedKey& parsed, DoneCallback done);
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_base.cc 136 bool done = false; local
137 while (!done && !takegrad_attempts_.empty()) {
145 done = true;
  /external/toybox/toys/posix/
xargs.c 113 int entries, bytes, done = 0, status; local
140 while (data || !done) {
154 done++;
163 if (data == (char *)2) done++;
  /external/turbine/java/com/google/turbine/parse/
UnicodeEscapePreprocessor.java 44 public boolean done() { method in class:UnicodeEscapePreprocessor
130 ch = done() ? ASCII_SUB : input.charAt(idx);
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_init.c 122 static int done = 0; local
125 if (!done) {
127 done = 1;
  /frameworks/av/media/libstagefright/
FrameRenderTracker.cpp 113 std::list<Info> done; local
142 done.splice(done.end(), mRenderQueue, it++);
151 return done;
  /frameworks/base/tools/bit/
adb.cpp 85 read_varint(int fd, int* err, bool* done)
93 *done = true;
113 bool done = false; local
114 uint64_t size = read_varint(fd, err, &done);
115 if (*err != 0 || done) {
203 bool done;
208 read_varint(fd, &err, &done);
211 } else if (done) {
219 size = read_varint(fd, &err, &done);
222 } else if (done) {
    [all...]
  /hardware/intel/common/utils/media_resource_manager/arbitrator/
MediaResourceArbitrator.cpp 173 int done; local
198 done = len < mBufSize;
199 if (XML_Parse(parser, (const char *)pBuf, len, done) == XML_STATUS_ERROR) {
203 } while (!done);
  /libcore/ojluni/src/main/java/java/util/concurrent/
ExecutorCompletionService.java 123 protected void done() { completionQueue.add(task); } method in class:ExecutorCompletionService.QueueingFuture
  /libcore/ojluni/src/main/java/javax/crypto/
ExemptionMechanism.java 64 private boolean done = false; field in class:ExemptionMechanism
260 if (done && (key != null)) {
316 done = false;
348 done = false;
380 done = false;
405 done = true;
438 done = true;
474 done = true;
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_s390x.s 245 done: label
  /prebuilts/go/darwin-x86/src/os/
exec.go 34 func (p *Process) done() bool { func
  /prebuilts/go/darwin-x86/src/runtime/
memclr_s390x.s 26 CMPBEQ R5, $0, done
111 CMPBEQ R5, $0, done
114 done: label
sys_windows_386.s 96 JMP done
119 // traceback will think that we've done SUBL
144 done: label
sys_windows_amd64.s 136 JMP done
160 // traceback will think that we've done PUSHFQ and SUBQ
186 done: label
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_s390x.s 245 done: label
  /prebuilts/go/linux-x86/src/os/
exec.go 34 func (p *Process) done() bool { func
  /prebuilts/go/linux-x86/src/runtime/
memclr_s390x.s 26 CMPBEQ R5, $0, done
111 CMPBEQ R5, $0, done
114 done: label
sys_windows_386.s 96 JMP done
119 // traceback will think that we've done SUBL
144 done: label

Completed in 917 milliseconds

1 2 3 4 5 67 8 91011>>