HomeSort by relevance Sort by last modified time
    Searched defs:status (Results 26 - 50 of 6481) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/lzma/C/
LzmaLib.c 38 ELzmaStatus status; local
39 return LzmaDecode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc);
  /external/pdfium/testing/libfuzzer/
pdf_css_fuzzer.cc 22 CFX_CSSSyntaxStatus status; local
24 status = parser.DoSyntaxParse();
25 } while (status != CFX_CSSSyntaxStatus::Error &&
26 status != CFX_CSSSyntaxStatus::EOS);
  /external/strace/tests/
run_expect_termsig.c 53 int status; local
54 if (waitpid(pid, &status, 0) != pid)
57 return !(WIFSIGNALED(status) && WTERMSIG(status) == atoi(av[1]));
  /external/strace/tests-m32/
run_expect_termsig.c 53 int status; local
54 if (waitpid(pid, &status, 0) != pid)
57 return !(WIFSIGNALED(status) && WTERMSIG(status) == atoi(av[1]));
  /external/strace/tests-mx32/
run_expect_termsig.c 53 int status; local
54 if (waitpid(pid, &status, 0) != pid)
57 return !(WIFSIGNALED(status) && WTERMSIG(status) == atoi(av[1]));
  /external/valgrind/none/tests/solaris/
threads_exitall.c 22 void *status; local
29 if (pthread_join(thread, &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/authsecret/1.0/default/
service.cpp 36 status_t status = authSecret->registerAsService(); local
37 LOG_ALWAYS_FATAL_IF(status != OK, "Could not register IAuthSecret");
  /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/broadcastradio/1.1/default/
service.cpp 31 auto status = broadcastRadioFactory.registerAsService(); local
32 CHECK_EQ(status, android::OK) << "Failed to register Broadcast Radio HAL implementation";
  /hardware/interfaces/broadcastradio/2.0/default/
service.cpp 33 auto status = broadcastRadio.registerAsService(); local
34 CHECK_EQ(status, android::OK) << "Failed to register Broadcast Radio HAL implementation";
  /hardware/interfaces/cas/1.0/default/
service.cpp 42 android::status_t status = service->registerAsService(); local
44 status != android::OK,
45 "Error while registering cas service: %d", status);
  /hardware/interfaces/configstore/1.1/default/
service.cpp 40 status_t status = surfaceFlingerConfigs->registerAsService(); local
41 LOG_ALWAYS_FATAL_IF(status != OK, "Could not register ISurfaceFlingerConfigs");
  /hardware/interfaces/confirmationui/1.0/default/
service.cpp 32 auto status = confirmationui->registerAsService(); local
33 if (status != android::OK) {
34 LOG(FATAL) << "Could not register service for ConfirmationIU 1.0 (" << status << ")";
  /hardware/interfaces/drm/1.0/default/
service.cpp 41 android::status_t status = local
44 status != android::OK,
45 "Error while registering drm service: %d", status);
46 status = registerPassthroughServiceImplementation<ICryptoFactory>();
48 status != android::OK,
49 "Error while registering crypto service: %d", status);
  /hardware/interfaces/gnss/1.1/vts/functional/
VtsHalGnssV1_1TargetTest.cpp 26 int status = RUN_ALL_TESTS(); local
27 ALOGI("Test result = %d", status);
28 return status;
  /hardware/interfaces/keymaster/4.0/default/
service.cpp 29 auto status = keymaster->registerAsService(); local
30 if (status != android::OK) {
31 LOG(FATAL) << "Could not register service for Keymaster 4.0 (" << status << ")";
  /hardware/interfaces/radio/1.0/vts/functional/
VtsHalRadioV1_0TargetTest.cpp 29 int status = RUN_ALL_TESTS(); local
30 LOG(INFO) << "Test result = " << status;
32 return status;
VtsHalSapV1_0TargetTest.cpp 29 int status = RUN_ALL_TESTS(); local
30 LOG(INFO) << "Test result = " << status;
32 return status;
  /hardware/interfaces/radio/1.2/default/
radio-service.cpp 35 status_t status = radio->registerAsService(); local
36 ALOGW_IF(status != OK, "Could not register IRadio v1.2");
sap-service.cpp 35 status_t status = sap->registerAsService(); local
36 ALOGW_IF(status != OK, "Could not register ISap v1.2");
  /hardware/interfaces/radio/config/1.0/default/
service.cpp 36 status_t status = radioConfig->registerAsService(); local
37 ALOGW_IF(status != OK, "Could not register IRadioConfig");
  /hardware/interfaces/usb/1.0/default/
service.cpp 38 status_t status = service->registerAsService(); local
40 if (status == OK) {
  /packages/services/Car/evs/sampleDriver/
service.cpp 50 status_t status = service->registerAsService(kEnumeratorServiceName); local
51 if (status == OK) {
55 ALOGE("Could not register service %s (%d).", kEnumeratorServiceName, status);
  /system/bt/test/rootcanal/
service.cc 35 android::status_t status = bluetooth->registerAsService(); local
36 if (status == android::OK)

Completed in 500 milliseconds

12 3 4 5 6 7 8 91011>>