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

1 2 34 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/kernels/
loss_test.cc 23 #include "tensorflow/core/lib/core/status.h"
191 Status status; local
204 status = loss_updater.ConvertLabel(&example_label);
205 EXPECT_FALSE(status.ok());
  /external/tensorflow/tensorflow/core/util/
matmul_autotune.cc 25 Status status = local
27 if (!status.ok()) {
28 LOG(ERROR) << status.error_message();
43 Status status = local
45 if (!status.ok()) {
46 LOG(ERROR) << status.error_message();
  /external/valgrind/gdbserver_tests/
fork_chain.c 24 int status; local
25 while((ret = waitpid(pid, &status, 0)) != pid) {
  /external/valgrind/none/tests/solaris/
block_all_signals.c 31 int status; local
33 while ((ret = waitpid(pid, &status, 0)) != pid) {
40 if (WIFSIGNALED(status)) {
41 assert(WTERMSIG(status) != 0);
43 if (WTERMSIG(status) == SIGSEGV) {
47 WTERMSIG(status));
49 } else if (WIFEXITED(status)) {
50 if (WEXITSTATUS(status) == 0) {
54 fprintf(stderr, "Child process exited with unexpected status %d.\n",
55 WEXITSTATUS(status));
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
dec_pred_intra_dc.cpp 32 PV_STATUS status = PV_SUCCESS; local
41 status = PV_VlcDecIntraDCPredSize(stream, compnum, &DC_size);
43 if (status == PV_SUCCESS)
73 return status;
  /frameworks/native/services/vr/hardware_composer/
vr_hardware_composer_service.cpp 45 android::status_t status = sm->addService( local
48 LOG_ALWAYS_FATAL_IF(status != android::OK,
49 "VrDisplay service failed to start: %" PRId32, status);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_ipic.c 30 vc1_Status status = VC1_STATUS_OK; local
45 if ((status = vc1_DecodeHuffmanPair(ctxt, VC1_BFRACTION_TBL,
49 return status;
58 if ((status = vc1_CalculatePQuant(pInfo)) != VC1_STATUS_OK)
59 return status;
74 if ((status = vc1_MVRangeDecode(ctxt, pInfo)) != VC1_STATUS_OK)
75 return status;
100 return status;
vc1parse_mv_com.c 22 vc1_Status status = VC1_STATUS_OK; local
43 return status;
53 vc1_Status status = VC1_STATUS_OK; local
81 return status;
  /hardware/interfaces/radio/config/1.0/vts/functional/
radio_config_hidl_hal_test.cpp 57 std::cv_status status = std::cv_status::no_timeout; local
60 status = cv_.wait_until(lock, now + std::chrono::seconds(TIMEOUT_PERIOD));
61 if (status == std::cv_status::timeout) {
62 return status;
66 return status;
  /hardware/nxp/nfc/1.1/
NxpNfcService.cpp 43 status_t status = nfc_service->registerAsService(); local
44 if (status != OK) {
45 LOG_ALWAYS_FATAL("Could not register service for NFC HAL Iface (%d).", status);
49 status = nxp_nfc_service->registerAsService();
50 if (status != OK) {
51 ALOGD("Could not register service for NXP NFC Extn Iface (%d).", status);
  /hardware/nxp/secure_element/1.0/
NxpEseService.cpp 42 status_t status = se_service->registerAsService("eSE1"); local
43 if (status != OK) {
46 status);
50 status = nxp_se_service->registerAsService();
51 if (status != OK) {
54 status);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
demangle.h 36 int status = 0; local
37 char* out = __cxxabiv1::__cxa_demangle(mangled_name, nullptr, nullptr, &status);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
pass_manager.cpp 20 Pass::Status PassManager::Run(ir::Module* module) {
21 auto status = Pass::Status::SuccessWithoutChange; local
24 if (one_status == Pass::Status::Failure) return one_status;
25 if (one_status == Pass::Status::SuccessWithChange) status = one_status;
28 if (status == Pass::Status::SuccessWithChange) {
31 return status;
  /system/bt/service/common/android/bluetooth/
advertise_data.cc 25 status_t status = parcel->writeByteVector(data_); local
26 return status;
30 status_t status = parcel->readByteVector(&data_); local
31 return status;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
RecapitalizeStatusTests.java 31 final RecapitalizeStatus status = new RecapitalizeStatus(); local
32 status.start(30, 40, "abcdefghij", Locale.ENGLISH, SPACE);
33 status.trim();
34 assertEquals("abcdefghij", status.getRecapitalizedString());
35 assertEquals(30, status.getNewCursorStart());
36 assertEquals(40, status.getNewCursorEnd());
38 status.start(30, 44, " abcdefghij", Locale.ENGLISH, SPACE);
39 status.trim();
40 assertEquals("abcdefghij", status.getRecapitalizedString());
41 assertEquals(34, status.getNewCursorStart())
58 final RecapitalizeStatus status = new RecapitalizeStatus(); local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WpsResult.java 28 public enum Status {
34 public Status status; field in class:WpsResult
39 status = Status.FAILURE;
43 public WpsResult(Status s) {
44 status = s;
50 sbuf.append(" status: ").append(status.toString());
65 status = source.status
    [all...]
  /device/generic/goldfish-opengl/system/egl/
eglSync.h 30 // c. type/status: track status of fence so SyncAttrib works
35 status(EGL_UNSIGNALED_KHR) { }
39 EGLint status; member in struct:EGLSync_t
  /external/ImageMagick/api_examples/
magick_command.c 32 MagickBooleanType status; local
  /external/ImageMagick/coders/
mpr.c 216 status;
225 status=SetImageRegistry(ImageRegistryType,image->filename,image,exception);
226 return(status);
210 status; local
  /external/android-clat/
dns64.c 43 int status; local
55 status = android_getaddrinfofornet(ipv4_name, NULL, &hints, net_id, MARK_UNSET, &result);
56 if (status != 0 || result == NULL) {
57 logmsg(ANDROID_LOG_ERROR, "plat_prefix/dns(%s) status = %d/%s",
58 ipv4_name, status, gai_strerror(status));
  /external/compiler-rt/lib/tsan/benchmarks/
start_many_threads.cc 40 int status = pthread_create(&t[i], 0, Thread, (void*)i); local
41 assert(status == 0);
  /external/compiler-rt/test/asan/TestCases/Posix/
wait3.cc 17 int *status = x + argc * 3; local
20 res = wait3(status, WNOHANG, NULL);
wait4.cc 24 int *status = x + argc * 3; local
27 res = wait4(pid, status, WNOHANG, NULL);
waitid.cc 13 int *status = x + argc * 3; local
  /external/curl/packages/vms/
report_openssl_version.c 78 int status; local
93 status = LIB$SET_SYMBOL(&symbol_dsc, &value_dsc, &table_type);
94 if (!$VMS_STATUS_SUCCESS(status)) {
95 exit(status);

Completed in 2300 milliseconds

1 2 34 5 6 7 8 91011>>