/device/generic/goldfish/dhcp/common/include/ |
D | result.h | 25 static Result success() { in success() function 47 explicit Result(bool success) : mSuccess(success) { } in Result()
|
/device/generic/goldfish/network/wifi_forwarder/ |
D | result.h | 25 static Result success() { in success() function 47 explicit Result(bool success) : mSuccess(success) { } in Result()
|
D | wifi_forwarder.cpp | 102 bool success = true; in onTimeout() local 131 void WifiForwarder::onAck(FrameInfo& info, bool success) { in onAck()
|
/device/generic/goldfish/network/netmgr/ |
D | result.h | 25 static Result success() { in success() function 47 explicit Result(bool success) : mSuccess(success) { } in Result()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | thread_foobar.h | 16 int success = 0; /* init not needed when SOLARIS_THREADS and */ in PyThread_start_new_thread() local 64 int success; in PyThread_acquire_lock() local
|
D | thread_cthread.h | 32 int success = 0; /* init not needed when SOLARIS_THREADS and */ in PyThread_start_new_thread() local 94 int success = FALSE; in PyThread_acquire_lock() local
|
D | thread_wince.h | 28 int success = -1; in PyThread_start_new_thread() local 102 int success = 1; in PyThread_acquire_lock() local
|
D | thread_lwp.h | 32 int success; in PyThread_start_new_thread() local 87 int success; in PyThread_acquire_lock() local
|
D | thread_sgi.h | 118 int success = 0; /* init not needed when SOLARIS_THREADS and */ in PyThread_start_new_thread() local 240 int success; in PyThread_acquire_lock() local
|
D | thread_beos.h | 117 status_t success = 0; in PyThread_start_new_thread() local 214 int success; in PyThread_acquire_lock() local
|
D | thread_solaris.h | 109 int success; in PyThread_acquire_lock() local
|
D | thread_pthread.h | 313 int success; in PyThread_acquire_lock() local 408 int success; in PyThread_acquire_lock() local
|
/device/google/contexthub/util/nanotool/ |
D | contexthub.cpp | 170 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in CalibrateSensors() local 181 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in TestSensors() local 250 bool success = true; in DisableAllSensors() local 260 bool success = true; in DisableActiveSensors() local 290 bool success = false; in PrintBridgeVersion() local 378 bool success = false; in CalibrateSingleSensor() local 412 bool success = false; in TestSingleSensor() local 432 bool success = true; in ForEachSensor() local 452 bool success = false; in HandleCalibrationResult() local
|
/device/generic/goldfish-opengl/android-emu/android/base/synchronization/ |
D | AndroidMessageChannel.cpp | 75 void MessageChannelBase::afterWrite(bool success) { in afterWrite() 110 void MessageChannelBase::afterRead(bool success) { in afterRead()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/ |
D | NmakeSubdirs.bat | 36 :success label
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | image_aggregator.cc | 189 int success = bpttool_cmd.Start().Wait(); in BpttoolMakeTable() local 206 int success = bpttool_cmd.Start().Wait(); in BpttoolMakePartitionTable() local 246 int success = bpttool_cmd.Start().Wait(); in BptToolMakeDiskImage() local 321 int success = crosvm_qcow2_cmd.Start().Wait(); in CreateQcowOverlay() local
|
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/ |
D | STUNMessage.cpp | 250 auto success = verifyMessageIntegrity(offset + 20, *password); in dump() local 263 auto success = verifyFingerprint(offset + 20); in dump() local 303 bool success = !memcmp( in verifyMessageIntegrity() local
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 262 TEST_P(SetInt8Test, success) { in TEST_P() argument 295 TEST_P(SetUint8Test, success) { in TEST_P() argument 327 TEST_P(SetUint32Test, success) { in TEST_P() argument 364 TEST_P(SetStringTest, success) { in TEST_P() argument
|
/device/google/bramble/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 261 TEST_P(SetInt8Test, success) { in TEST_P() argument 294 TEST_P(SetUint8Test, success) { in TEST_P() argument 326 TEST_P(SetUint32Test, success) { in TEST_P() argument 363 TEST_P(SetStringTest, success) { in TEST_P() argument
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 261 TEST_P(SetInt8Test, success) { in TEST_P() argument 294 TEST_P(SetUint8Test, success) { in TEST_P() argument 326 TEST_P(SetUint32Test, success) { in TEST_P() argument 363 TEST_P(SetStringTest, success) { in TEST_P() argument
|
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 261 TEST_P(SetInt8Test, success) { in TEST_P() argument 294 TEST_P(SetUint8Test, success) { in TEST_P() argument 326 TEST_P(SetUint32Test, success) { in TEST_P() argument 363 TEST_P(SetStringTest, success) { in TEST_P() argument
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | kasa.c | 114 int success = 0; in kasaFit() local
|
/device/google/atv/audio_proxy/ |
D | AudioProxyManager.cpp | 117 bool success = mService->registerDevice(mDevice->getAddress(), in reconnectService() local
|
/device/generic/goldfish/radio/ril/ |
D | atchannel.h | 62 int success; /* true if final response indicates member
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | ring_buffer.c | 567 bool success = __atomic_compare_exchange_n( in ring_buffer_producer_acquire() local 579 bool success = __atomic_compare_exchange_n( in ring_buffer_producer_acquire_from_hangup() local 602 bool success = __atomic_compare_exchange_n( in ring_buffer_consumer_hangup() local
|