/external/llvm/test/MC/X86/AlignedBundling/ |
single-inst-bundling.s | 21 # This imull is 3 bytes long and should have started at 0xe, so two bytes
|
/external/python/cpython3/Parser/ |
parsetok.c | 189 int started = 0; local 213 if (type == ENDMARKER && started) { 215 started = 0; 227 started = 1;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/ |
single-inst-bundling.s | 21 # This imull is 3 bytes long and should have started at 0xe, so two bytes
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_thread.py | 112 started = []
114 started.append(None)
118 while not started:
|
/external/e2fsprogs/lib/et/ |
error_message.c | 122 int started = 0; local 184 started++; 186 if (started || offset >= 10) {
|
/external/grpc-grpc/examples/ruby/route_guide/ |
route_guide_server.rb | 107 started, elapsed_time = 0, 0 117 started = Time.now.to_i 120 elapsed_time = Time.now.to_i - started
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
AsyncCallBase.cs | 51 protected bool started; field in class:Grpc.Core.Internal.AsyncCallBase 64 protected long streamingWritesCounter; // Number of streaming send operations started so far. 79 GrpcPreconditions.CheckState(started); 122 GrpcPreconditions.CheckState(started); 145 GrpcPreconditions.CheckState(started); 164 /// If there are no more pending actions and no new actions can be started, releases
|
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
AltsTsiTest.java | 159 private boolean started = false; field in class:AltsTsiTest.MockAltsHandshakerStub 163 if (started) { 190 started = true;
|
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/ |
CronetClientTransport.java | 76 // Whether this transport has started. 77 private boolean started; field in class:CronetClientTransport 131 } else if (started) { 134 throw new AssertionError("Transport is not started"); 153 started = true;
|
/external/webrtc/webrtc/modules/utility/source/ |
process_thread_impl_unittest.cc | 252 rtc::scoped_ptr<EventWrapper> started(EventWrapper::Create()); 268 SetEvent(started.get()), 280 EXPECT_EQ(kEventSignaled, started->Wait(100));
|
/external/perfetto/src/traced/probes/ |
probes_producer.cc | 208 if (data_source->started) 215 data_source->started = true; 342 // Issue a Flush() to all started data sources. 347 if (it == data_sources_.end() || !it->second->started) 406 if (it == data_sources_.end() || !it->second->started) 450 if (!ds->started)
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
seccomp_bpf_tests.c | 1021 sem_t *started; 1033 sem_t started; 1066 sem_init(&self->started, 0, 0); 1069 self->sibling[0].started = &self->started; 1077 self->sibling[1].started = &self->started; 1108 sem_destroy(&self->started); 1124 sem_post(me->started); 1125 /* Return outside of started so parent notices failures. * [all...] |
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
server.pyx.pxi | 47 raise ValueError("server must be started and not shutting down") 71 raise ValueError("the server has already started") 110 raise ValueError("the server hasn't started yet")
|
/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
rpc_server.rb | 329 fail 'cannot add services if the server has been started' 366 metadata_received: true, started: false) 382 metadata_received: true, started: false) 389 fail 'not started' if running_state == :not_started 448 started: false,
|
active_call.rb | 86 # @param started [true|false] indicates that metadata was sent 89 def initialize(call, marshal, unmarshal, deadline, started: true, 97 @metadata_sent = started 100 fail(ArgumentError, 'Already sent md') if started && metadata_to_send 101 @metadata_to_send = metadata_to_send || {} unless started 613 # Starts the call if not already started
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AbstractExecutionThreadServiceTest.java | 309 final CountDownLatch started = new CountDownLatch(1); local 313 started.await(); 318 started.countDown();
|
/external/libchrome/base/strings/ |
safe_sprintf.cc | 343 bool started = false; local 378 if (!num && started) { 385 started = true;
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_i.h | 127 int started; /* nonzero if we are active */ member in struct:upnp_wps_device_sm
|
/art/compiler/ |
exception_test.cc | 167 bool started = runtime_->Start(); local 168 CHECK(started);
|
/external/python/cpython3/Lib/test/ |
test_threading.py | 239 print(" started worker thread") 249 print(" waiting for worker thread to get started") 582 started = _thread.allocate_lock() 584 started.acquire() 587 started.release() 590 # The tstate lock is None until the thread is started 594 started.acquire() 617 started = _thread.allocate_lock() 619 started.acquire() 622 started.release( [all...] |
/external/skia/experimental/wasm-skp-debugger/ |
karma.conf.js | 53 // how many browser should be started simultaneous
|
/external/skia/modules/canvaskit/ |
karma.conf.js | 56 // how many browser should be started simultaneous
|
/external/skqp/experimental/canvaskit/ |
karma.conf.js | 54 // how many browser should be started simultaneous
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
ServerImpl.java | 96 @GuardedBy("lock") private boolean started; field in class:ServerImpl 157 * @throws IllegalStateException if already started 163 checkState(!started, "Already started"); 168 started = true; 176 checkState(started, "Not started"); 219 shutdownTransportServer = started;
|
/build/soong/ui/status/ |
status.go | 16 // (total actions, currently running, started, finished), and giving that to 66 // StartedActions are the number of actions that have been started with 79 // be started by this tool. 82 // current number of started actions. 85 // StartAction specifies that the associated action has been started by
|