Home
last modified time | relevance | path

Searched defs:success (Results 1 – 25 of 64) sorted by relevance

123

/device/generic/goldfish/dhcp/common/include/
Dresult.h25 static Result success() { in success() function
47 explicit Result(bool success) : mSuccess(success) { } in Result()
/device/generic/goldfish/network/wifi_forwarder/
Dresult.h25 static Result success() { in success() function
47 explicit Result(bool success) : mSuccess(success) { } in Result()
Dwifi_forwarder.cpp102 bool success = true; in onTimeout() local
131 void WifiForwarder::onAck(FrameInfo& info, bool success) { in onAck()
/device/generic/goldfish/network/netmgr/
Dresult.h25 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/
Dthread_foobar.h16 int success = 0; /* init not needed when SOLARIS_THREADS and */ in PyThread_start_new_thread() local
64 int success; in PyThread_acquire_lock() local
Dthread_cthread.h32 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
Dthread_wince.h28 int success = -1; in PyThread_start_new_thread() local
102 int success = 1; in PyThread_acquire_lock() local
Dthread_lwp.h32 int success; in PyThread_start_new_thread() local
87 int success; in PyThread_acquire_lock() local
Dthread_sgi.h118 int success = 0; /* init not needed when SOLARIS_THREADS and */ in PyThread_start_new_thread() local
240 int success; in PyThread_acquire_lock() local
Dthread_beos.h117 status_t success = 0; in PyThread_start_new_thread() local
214 int success; in PyThread_acquire_lock() local
Dthread_solaris.h109 int success; in PyThread_acquire_lock() local
Dthread_pthread.h313 int success; in PyThread_acquire_lock() local
408 int success; in PyThread_acquire_lock() local
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp170 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/
DAndroidMessageChannel.cpp75 void MessageChannelBase::afterWrite(bool success) { in afterWrite()
110 void MessageChannelBase::afterRead(bool success) { in afterRead()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
DNmakeSubdirs.bat36 :success label
/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc189 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/
DSTUNMessage.cpp250 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/
Dtest-hwapi.cpp262 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/
Dtest-hwapi.cpp261 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/
Dtest-hwapi.cpp261 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/
Dtest-hwapi.cpp261 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/
Dkasa.c114 int success = 0; in kasaFit() local
/device/google/atv/audio_proxy/
DAudioProxyManager.cpp117 bool success = mService->registerDevice(mDevice->getAddress(), in reconnectService() local
/device/generic/goldfish/radio/ril/
Datchannel.h62 int success; /* true if final response indicates member
/device/generic/goldfish-opengl/android-emu/android/base/
Dring_buffer.c567 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

123