Home
last modified time | relevance | path

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

123

/device/generic/goldfish/wifi/ipv6proxy/
Dresult.h20 static Result success() { in success() function
35 explicit Result(bool success) : mSuccess(success) { } in Result()
/device/generic/goldfish/dhcp/common/
Dresult.h25 static Result success() { in success() function
47 explicit Result(bool success) : mSuccess(success) { } in Result()
/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
Dthread_pth.h125 int success; in PyThread_acquire_lock() local
Dthread_atheos.h101 status_t success = -1; in PyThread_start_new_thread() local
Dthread_nt.h244 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
Dandroidcontexthub.cpp98 bool success = true; in GetCalibrationBytes() local
287 bool success = true; in LoadCalibration() local
Dnanotool.cpp440 bool success = true; in main() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
DNmakeSubdirs.bat36 :success label
/device/google/contexthub/firmware/os/algos/common/math/
Dkasa.c114 int success = 0; in kasaFit() local
/device/generic/goldfish/ril/
Datchannel.h62 int success; /* true if final response indicates member
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_debug.c437 sym_ston(const struct res_sym *syms, const char *name, int *success) { in sym_ston()
451 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos()
469 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop()
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
Dvhci_instrument.cpp230 bool success = false; in Attach() local
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/
Dvirtual_adb_client.cpp138 new USBCmdHeartbeat([this](bool success) { HandleHeartbeat(success); }))); in SendHeartbeat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_runner.py96 def success(some_test): function
/device/generic/goldfish/wifi/wifi_hal/
Dinterface.cpp100 bool success = mNetlink.sendMessage(message, in getLinkStats() local

123