HomeSort by relevance Sort by last modified time
    Searched defs:status (Results 526 - 550 of 6808) sorted by null

<<21222324252627282930>>

  /external/pdfium/testing/libfuzzer/
xfa_codec_fuzzer.h 31 FXCODEC_STATUS status = decoder->LoadImageInfo(source, type, nullptr, true); local
32 if (status != FXCODEC_STATUS_FRAME_READY)
43 status = decoder->StartDecode(bitmap.get(), 0, 0, bitmap->GetWidth(),
45 while (status == FXCODEC_STATUS_DECODE_TOBECONTINUE)
46 status = decoder->ContinueDecode();
  /external/protobuf/src/google/protobuf/stubs/
statusor.h 31 // StatusOr<T> is the union of a Status object and a T
33 // usable value, or an error Status explaining why such a value is
34 // not present. To this end, StatusOr<T> does not allow its Status
35 // value to be Status::OK. Further, StatusOr<T*> does not allow the
48 // LOG(ERROR) << result.status();
58 // LOG(ERROR) << result.status();
68 // LOG(ERROR) << result.status();
75 // return ::util::Status(::util::error::INVALID_ARGUMENT,
90 #include <google/protobuf/stubs/status.h>
101 // Construct a new StatusOr with Status::UNKNOWN statu
239 inline const Status& StatusOr<T>::status() const { function in class:google::protobuf::util::StatusOr
    [all...]
  /external/regex-re2/re2/
set.cc 37 RegexpStatus status; local
38 re2::Regexp* re = Regexp::Parse(pattern, pf, &status);
41 *error = status.Text();
43 LOG(ERROR) << "Error parsing '" << pattern << "': " << status.Text();
  /external/sfntly/cpp/src/test/
test_utils.cc 48 UErrorCode status = U_ZERO_ERROR; local
53 NULL, TRUE, &status);
54 if (!U_SUCCESS(status)) {
56 uchar, u_errorName(status));
75 UErrorCode status = U_ZERO_ERROR;
76 UConverter* conv = ucnv_open(charset_name, &status);
77 // if (!U_SUCCESS(status))
  /external/skia/tools/
git-sync-deps 102 def status(directory, checkoutable): function
152 status(directory, checkoutable) # Success.
165 status(directory, checkoutable) # Success.
  /external/skia/tools/skiaserve/
Response.cpp 43 // SendOK just sends an empty response with a 200 OK status code.
89 int status = MHD_HTTP_OK; local
93 status = MHD_HTTP_SEE_OTHER;
96 int ret = MHD_queue_response(connection, status, response);
  /external/strace/mpers-m32/
struct_v4l2_input.h 11 uint32_t status; member in struct:__anon30337
  /external/strace/mpers-mx32/
struct_v4l2_input.h 11 uint32_t status; member in struct:__anon30486
  /external/strace/
numa.c 142 const int status = * (int *) elem_buf; local
144 if (status < 0 && (unsigned) -status < nerrnos)
145 tprintf("%s", errnoent[-status]);
147 tprintf("%d", status);
wait.c 48 # define WCOREDUMP(status) ((status) & 0200)
64 printstatus(int status)
71 * are no wait status constructors it will have to do.
73 if (WIFSTOPPED(status)) {
74 int sig = WSTOPSIG(status);
78 status &= ~W_STOPCODE(sig);
80 else if (WIFSIGNALED(status)) {
82 signame(WTERMSIG(status)),
83 WCOREDUMP(status) ? " && WCOREDUMP(s)" : "")
133 int status; local
    [all...]
  /external/svox/pico/lib/
picoextapi.c 147 pico_Status status = PICO_OK; local
150 status = PICO_ERR_NULLPTR_ACCESS;
154 status = picoos_emGetExceptionCode(common->em);
157 return status;
169 pico_Status status = PICO_OK; local
172 status = PICO_ERR_INVALID_HANDLE;
174 status = PICO_ERR_NULLPTR_ACCESS;
177 status = getMemUsage(common, resetIncremental != 0, outUsedBytes, outIncrUsedBytes, outMaxUsedBytes);
180 return status;
192 pico_Status status = PICO_OK local
210 pico_Status status = PICO_OK; local
219 pico_Status status = PICO_OK; local
    [all...]
  /external/swiftshader/src/Main/
FrameBufferX11.cpp 58 Status status = libX11->XMatchVisualInfo(x_display, screen, 32, TrueColor, &x_visual); local
59 bool match = (status != 0 && x_visual.blue_mask == 0xFF); // Prefer X8R8G8B8
  /external/syslinux/com32/gpllib/disk/
write.c 127 int status; local
135 status = memcmp(data, rb, SECTOR * size);
137 return status ? -1 : 0;
  /external/syslinux/efi/
diskio.c 28 EFI_STATUS status; local
32 status = write_blocks(bio, disk->disk_number, lba, bytes, buf);
34 status = read_blocks(bio, disk->disk_number, lba, bytes, buf);
36 if (status != EFI_SUCCESS)
39 status);
51 EFI_STATUS status; local
53 status = uefi_call_wrapper(BS->HandleProtocol, 3, handle,
55 if (status != EFI_SUCCESS)
58 status = uefi_call_wrapper(BS->HandleProtocol, 3, handle,
60 if (status != EFI_SUCCESS
    [all...]
  /external/syslinux/gpxe/src/drivers/bus/
pciextra.c 19 uint16_t status; local
24 pci_read_config_word ( pci, PCI_STATUS, &status );
25 if ( ! ( status & PCI_STATUS_CAP_LIST ) )
  /external/syslinux/gpxe/src/drivers/nvs/
spi.c 55 * @ret rc Return status code
59 uint8_t status; local
66 &status, sizeof ( status ) ) ) != 0 )
68 if ( ! ( status & SPI_STATUS_NRDY ) )
82 * @ret rc Return status code
109 * @ret rc Return status code
  /external/toybox/toys/posix/
xargs.c 112 int entries, bytes, done = 0, status; local
177 waitpid(pid, &status, 0);
178 status = WIFEXITED(status) ? WEXITSTATUS(status) : WTERMSIG(status)+127;
  /external/valgrind/memcheck/tests/linux/
getregset.c 50 int status; local
58 pid = wait(&status);
  /external/valgrind/none/tests/
async-sigs.c 39 int status; local
62 ret = waitpid(killer, &status, 0);
70 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) {
71 fprintf(stderr, "kill %d failed status=%s %d\n", killer,
72 WIFEXITED(status) ? "exit" : "signal",
73 WIFEXITED(status) ? WEXITSTATUS(status) : WTERMSIG(status));
81 int status; local
    [all...]
fdleak_ipv4.c 74 int pid, status; local
85 wait(&status);
pth_atfork1.c 32 static void error (int status, int errnum, char* msg)
98 int status; local
110 if (waitpid (pid, &status, 0) != pid)
113 if (WTERMSIG (status) != 0)
115 status = WEXITSTATUS (status);
117 if (status == 0)
118 status = var != (PREPARE_BIT | PARENT_BIT);
120 return (void *) (long int) status;
thread-exits.c 94 int status; local
123 if (waitpid(grower, &status, 0) != grower)
125 else if (WIFEXITED(status) && WEXITSTATUS(status) == 0)
128 printf("FAILED: exit status=%d\n", status);
  /external/valgrind/none/tests/ppc32/
data-cache-instructions.c 93 int status; local
94 status = test_dcbzl ();
95 return status;
  /external/webrtc/talk/session/media/
externalhmac.cc 167 err_status_t status = crypto_kernel_replace_auth_type( local
169 if (status) {
171 << status;
  /external/webrtc/webrtc/base/
posix.cc 95 int status; local
96 pid_t child = waitpid(pid, &status, 0);
106 if (!WIFEXITED(status)) {
111 int exit_code = WEXITSTATUS(status);

Completed in 979 milliseconds

<<21222324252627282930>>