/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothConnectionFacade.java | 224 private boolean started = false; field in class:BluetoothConnectionFacade.DiscoverBondReceiver 255 if (!started) { 258 started = true; 259 Log.d("Bonding started."); 588 returns = "Whether discovery started successfully.") 605 returns = "Whether discovery started successfully. ")
|
/external/boringssl/src/crypto/poly1305/ |
poly1305_vec.c | 77 uint64_t started; // 8 bytes member in struct:poly1305_state_internal_t 130 st->started = 0; 666 if (!st->started) { 683 st->started = 1; 725 if (st->started) {
|
/external/grpc-grpc/src/core/lib/surface/ |
server.cc | 191 bool started; member in struct:grpc_server 379 if (server->started) { 386 if (server->started) { 653 if (server->started) { [all...] |
/external/python/dateutil/dateutil/ |
rrule.py | 279 started = False 285 elif not started: 287 started = True 295 elif not started: 297 started = True [all...] |
/external/autotest/frontend/afe/ |
models.py | [all...] |
/external/wpa_supplicant_8/src/ap/ |
hostapd.h | 145 unsigned int started:1; member in struct:hostapd_data 438 * interfaces that need to be started together (synchronously).
|
/art/runtime/ |
hidden_api_test.cc | 43 bool started = runtime_->Start(); variable 44 CHECK(started); variable
|
/art/runtime/jni/ |
jni_internal_test.cc | 635 bool started = runtime_->Start(); local 636 CHECK(started); 1905 bool started = runtime_->Start(); local 2277 bool started = runtime_->Start(); local [all...] |
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
DFA.as | 66 var mark:int = input.mark(); // remember where decision started in input
|
/external/autotest/client/site_tests/power_LoadTest/extension/ |
test.js | 28 record_log_entry(dateToString(new Date()) + " Loop started");
|
/external/autotest/server/ |
autoserv | 309 logging.debug('Servod is started') 311 logging.error('Servod failed to be started, error: %s', e) [all...] |
autoserv.py | 309 logging.debug('Servod is started') 311 logging.error('Servod failed to be started, error: %s', e) [all...] |
/external/curl/docs/cmdline-opts/ |
write-out.d | 138 started. time_redirect shows the complete execution time for multiple
|
/external/curl/packages/vms/ |
setup_gnv_curl_build.com | 78 $! A logical name to find the [.packages.vms] directory where we started.
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
GrpcThreadPool.cs | 79 GrpcPreconditions.CheckState(completionQueues == null, "Already started.");
|
/external/nanohttpd/ |
README.md | 79 If it started ok, point your browser at <http://localhost:8080/> and enjoy a web server that asks your name and replies with a greeting.
|
/external/nanohttpd/src/site/markdown/ |
index.md | 79 If it started ok, point your browser at <http://localhost:8080/> and enjoy a web server that asks your name and replies with a greeting.
|
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
fusiontables_v1_messages.py | 858 started: false while the table is busy with some other task. true if this 870 started = _messages.BooleanField(3) variable in class:Task
|
/external/syzkaller/prog/ |
analysis.go | 177 CallExecuted CallFlags = 1 << iota // was started at all
|
/external/syzkaller/vm/isolated/ |
isolated.go | 212 // If it fails, then the reboot started
|
/external/tremolo/Tremolo/ |
bitwiseARM.s | 133 @ We had overrun when we started, so we need to skip -r10 bits. 373 @ We had overrun when we started, so we need to skip -r10 bits.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.c | 585 * for works that have not been started. gas_query_free() will be unable 842 * association is completed for WPA/WPA2 4-Way Handshake is started. 5492 unsigned int started = work->started; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_ssl.py | [all...] |
/external/freetype/src/autofit/ |
afcjk.c | 579 FT_Bool started = 0, same_width = 1; local 621 if ( started ) 632 started = 1; [all...] |
aflatin2.c | 442 FT_Bool started = 0, same_width = 1; local 464 if ( started ) 475 started = 1; [all...] |