/external/ltp/tools/top-LTP/proc/ |
status.c | 10 #include "status.h" 12 const char *status(const proc_t * restrict task) function
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
VtsHalWifiV1_0TargetTest.cpp | 26 int status = RUN_ALL_TESTS(); local 27 LOG(INFO) << "Test result = " << status; 28 return status;
|
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/ |
VtsHalWifiKeystoreV1_0TargetTest.cpp | 23 int status = RUN_ALL_TESTS(); local 24 LOG(INFO) << "Test result = " << status; 25 return status;
|
/device/google/marlin/usb/ |
service.cpp | 37 status_t status = service->registerAsService(); local 39 if (status != OK) {
|
/device/linaro/hikey/bluetooth/ |
service.cc | 35 android::status_t status = bluetooth->registerAsService(); local 36 if (status == android::OK)
|
/external/ImageMagick/www/source/ |
wand.c | 22 status; local 37 status=MagickReadImage(magick_wand,argv[1]); 38 if (status == MagickFalse) 49 status=MagickWriteImages(magick_wand,argv[2],MagickTrue); 50 if (status == MagickFalse)
|
/external/boringssl/src/crypto/rand/ |
fuchsia.c | 33 mx_status_t status = local 35 if (status != NO_ERROR) {
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_nolibc_test.cc | 27 int status = system(NolibcTestPath.c_str()); local 28 EXPECT_EQ(true, WIFEXITED(status)); 29 EXPECT_EQ(0, WEXITSTATUS(status));
|
/external/compiler-rt/test/lsan/TestCases/ |
fork.cc | 14 int status = 0; local 19 waitpid(pid, &status, 0); 20 assert(WIFEXITED(status)); 21 return WEXITSTATUS(status);
|
/external/elfutils/tests/ |
hash.c | 38 int status; local 41 status = check ("_DYNAMIC", 165832675); 42 status |= check ("_GLOBAL_OFFSET_TABLE_", 102264335); 44 return status;
|
/external/icu/icu4c/source/samples/datecal/ |
cal.cpp | 24 UErrorCode status = U_ZERO_ERROR; local 26 GregorianCalendar* gc = new GregorianCalendar(status); 27 if (U_FAILURE(status)) { 42 gc->get(UCAL_YEAR, status), 43 gc->get(UCAL_MONTH, status) + 1, 44 gc->get(UCAL_MONTH, status), 45 gc->get(UCAL_DATE, status)); 46 if (U_FAILURE(status)) 52 gc->add(UCAL_DATE, 1, status); 53 if (U_FAILURE(status)) { [all...] |
ccal.c | 24 UErrorCode status = U_ZERO_ERROR; local 26 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); 27 if (U_FAILURE(status)) { 44 ucal_get(cal, UCAL_YEAR, &status), 45 ucal_get(cal, UCAL_MONTH, &status) + 1, 46 ucal_get(cal, UCAL_MONTH, &status), 47 ucal_get(cal, UCAL_DATE, &status)); 48 if (U_FAILURE(status)) { 53 ucal_add(cal, UCAL_DATE, 1, &status); 54 if (U_FAILURE(status)) [all...] |
/external/icu/icu4c/source/samples/msgfmt/answers/ |
main_0.cpp | 20 UErrorCode status = U_ZERO_ERROR; local
|
main_1.cpp | 19 UErrorCode status = U_ZERO_ERROR; local
|
/external/icu/icu4c/source/test/testmap/ |
testmap.c | 32 UErrorCode status = U_ZERO_ERROR; local 34 udata_setCommonData(NULL, &status); 35 printf("setCommonData(NULL) -> %s [should fail]\n", u_errorName(status)); 36 if(status != U_ILLEGAL_ARGUMENT_ERROR) 42 status = U_ZERO_ERROR; 43 udata_setCommonData(&U_ICUDATA_ENTRY_POINT, &status); 44 printf("setCommonData(%p) -> %s\n", (void*)&U_ICUDATA_ENTRY_POINT, u_errorName(status)); 45 if(U_FAILURE(status)) 51 status = U_ZERO_ERROR; 52 c = ucnv_open("iso-8859-3", &status); [all...] |
/external/libbrillo/brillo/ |
type_name_undecorate.cc | 20 int status = 0; local 23 abi::__cxa_demangle(type_name, nullptr, nullptr, &status), 27 return (status == 0) ? res.get() : type_name;
|
/external/ltp/testcases/kernel/containers/pidns/ |
pidns_helper.h | 26 int pid, status; local 34 SAFE_WAIT(NULL, &status);
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
ipcns_helper.h | 31 int pid, status; local 40 SAFE_WAIT(NULL, &status);
|
/external/pdfium/testing/libfuzzer/ |
pdf_css_fuzzer.cc | 25 FDE_CSSSyntaxStatus status; local 27 status = parser.DoSyntaxParse(); 28 } while (status != FDE_CSSSyntaxStatus::Error && 29 status != FDE_CSSSyntaxStatus::EOS);
|
/external/valgrind/none/tests/solaris/ |
threads_exitall.c | 22 void *status; local 29 if (pthread_join(thread, &status)) {
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
PowerHAL.cpp | 44 status_t status; local 45 status = mPowerManager->powerHint(static_cast<int>(PowerHint::VSYNC), 47 if(status == DEAD_OBJECT) { 50 return status;
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_bpic.c | 27 vc1_Status status = VC1_STATUS_OK;
local 31 if ((status = vc1_DecodeHuffmanPair(ctxt, VC1_BFRACTION_TBL,
35 return status;
39 if ((status = vc1_CalculatePQuant(pInfo)) != VC1_STATUS_OK)
40 return status;
53 if ((status = vc1_MVRangeDecode(ctxt, pInfo)) != VC1_STATUS_OK)
54 return status;
60 if ((status = vc1_DecodeBitplane(ctxt, pInfo,
66 if ((status = vc1_DecodeBitplane(ctxt, pInfo,
69 return status;
[all...] |
/hardware/interfaces/audio/2.0/default/ |
service.cpp | 47 android::status_t status; local 48 status = registerPassthroughServiceImplementation<IDevicesFactory>(); 49 LOG_ALWAYS_FATAL_IF(status != OK, "Error while registering audio service: %d", status); 50 status = registerPassthroughServiceImplementation<IEffectsFactory>(); 51 LOG_ALWAYS_FATAL_IF(status != OK, "Error while registering audio effects service: %d", status); 53 status = registerPassthroughServiceImplementation<ISoundTriggerHw>(); 54 ALOGE_IF(status != OK, "Error while registering soundtrigger service: %d", status); [all...] |
/hardware/interfaces/automotive/evs/1.0/default/ |
service.cpp | 52 status_t status = service->registerAsService(kEnumeratorServiceName); local 53 if (status == OK) { 57 ALOGE("Could not register service %s (%d).", kEnumeratorServiceName, status);
|
/hardware/interfaces/configstore/1.0/default/ |
service.cpp | 37 status_t status = surfaceFlingerConfigs->registerAsService(); local 38 LOG_ALWAYS_FATAL_IF(status != OK, "Could not register ISurfaceFlingerConfigs");
|