HomeSort by relevance Sort by last modified time
    Searched defs:status (Results 1 - 25 of 7030) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/libs/vr/libdvr/
dvr_pose.cpp 18 int status = android::dvr::dvrPoseClientGetDataReaderHandle(client, local
21 if (status != 0) {
22 ALOGE("dvrPoseClientGetDataReader: Failed to get queue: %d", status);
23 return status;
  /hardware/interfaces/radio/1.1/vts/functional/
VtsHalRadioV1_1TargetTest.cpp 23 int status = RUN_ALL_TESTS(); local
24 LOG(INFO) << "Test result = " << status;
26 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/power/
service.cpp 38 status_t status; local
52 status = service->registerAsService();
53 if (status != OK) {
54 ALOGE("Could not register service for Power HAL Iface (%d).", status);
  /device/google/marlin/usb/
service.cpp 39 status_t status = service->registerAsService(); local
41 if (status != OK) {
  /device/google/wahoo/dumpstate/
service.cpp 34 android::status_t status = dumpstate->registerAsService(); local
36 if (status != android::OK)
38 ALOGE("Could not register DumpstateDevice service (%d).", status);
  /device/google/wahoo/power/
service.cpp 38 status_t status; local
52 status = service->registerAsService();
53 if (status != OK) {
54 ALOGE("Could not register service for Power HAL Iface (%d).", status);
  /device/google/wahoo/usb/
service.cpp 39 status_t status = service->registerAsService(); local
41 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_extra/
fuchsia.c 33 mx_status_t status = local
35 if (status != MX_OK) {
  /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/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 25 FDE_CSSSyntaxStatus status; local
27 status = parser.DoSyntaxParse();
28 } while (status != FDE_CSSSyntaxStatus::Error &&
29 status != FDE_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]));

Completed in 693 milliseconds

1 2 3 4 5 6 7 8 91011>>