HomeSort by relevance Sort by last modified time
    Searched defs:success (Results 451 - 475 of 2342) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/interception/tests/
interception_win_test.cc 297 bool success = override(identity_address, local
300 EXPECT_TRUE(success);
306 if (!success || !real_identity_address)
393 bool success = override(identity_address, local
396 EXPECT_TRUE(success);
400 success = override(identity_address,
403 EXPECT_FALSE(success);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libcdep.cc 400 bool success = ReadFromFile(input_fd_, buffer + read_len, local
404 if (!success || just_read == 0) {
420 bool success = WriteToFile(output_fd_, buffer, length, &write_len); local
421 if (!success || write_len != length) {
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationWindingTests.cpp 474 bool success = true; local
574 success = verifyResultImage(log,
580 frontFaceWinding) && success;
584 return (success ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("Failure"));
  /external/deqp/framework/delibs/deutil/
deTimer.c 130 BOOL success = DeleteTimerQueueTimer(NULL, timer->timer, waitEvent); local
131 if (success)
  /external/fio/engines/
windowsaio.c 317 BOOL success = FALSE; local
329 success = WriteFile(io_u->file->hFile, io_u->xfer_buf, io_u->xfer_buflen, NULL, lpOvl);
332 success = ReadFile(io_u->file->hFile, io_u->xfer_buf, io_u->xfer_buflen, NULL, lpOvl);
337 success = FlushFileBuffers(io_u->file->hFile);
338 if (!success) {
356 if (success || GetLastError() == ERROR_IO_PENDING)
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 89 bool success; local
91 success = DumpOSInformation();
92 if (success)
93 success = DumpCrashingThread();
94 if (success)
95 success = DumpMappings();
98 return success;
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 89 static bool CheckForIOIncomplete(bool success) {
93 return success ? false : (GetLastError() == ERROR_IO_INCOMPLETE);
308 bool success = ConnectNamedPipe(pipe_, &overlapped_) != FALSE; local
309 DWORD error_code = success ? ERROR_SUCCESS : GetLastError();
314 assert(!success);
341 bool success = GetOverlappedResult(pipe_, local
345 DWORD error_code = success ? ERROR_SUCCESS : GetLastError();
347 if (success) {
365 bool success = ReadFile(pipe_, local
370 DWORD error_code = success ? ERROR_SUCCESS : GetLastError()
392 bool success = GetOverlappedResult(pipe_, local
467 bool success = GetOverlappedResult(pipe_, local
488 bool success = ReadFile(pipe_, local
510 bool success = GetOverlappedResult(pipe_, local
694 bool success = WriteFile(pipe_, local
    [all...]
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.cc 550 bool success = writer.WriteMap(converted_output); local
553 if (!success) {
  /external/icu/icu4c/source/common/
rbbi_cache.cpp 547 UBool success = FALSE; local
552 success = TRUE;
566 return success;
  /external/icu/icu4c/source/i18n/
hebrwcal.cpp 157 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success)
158 : Calendar(TimeZone::createDefault(), aLocale, success)
161 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
indiancal.cpp 42 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success)
43 : Calendar(TimeZone::createDefault(), aLocale, success)
45 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
islamcal.cpp 237 IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success, ECalculationType type)
238 : Calendar(TimeZone::createDefault(), aLocale, success),
241 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
    [all...]
  /external/libbrillo/brillo/streams/
tls_stream.cc 465 bool success = pimpl->Init(std::move(socket), host, local
470 if (!success)
  /external/libchrome/base/metrics/
persistent_memory_allocator.h 556 bool success = local
558 DCHECK(success);
578 bool success = ChangeType(ref, new_type, kTypeIdTransitioning, false); local
579 DCHECK(success);
    [all...]
  /external/libconstrainedcrypto/test/
rsa_test.c 816 int success = 1; local
    [all...]
  /external/libmojo/mojo/edk/system/
channel.cc 403 bool success = true; local
417 success = false;
426 return success;
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 51 return Error::success();
73 return Error::success();
102 return Error::success();
127 return Error::success();
132 bool success = (S_OK == Session->get_loadAddress(&LoadAddress)); local
133 return (success) ? LoadAddress : 0;
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 179 bool Success = false;
184 Success = ::GetFileSizeEx(FileHandle, &FileSize);
186 if (!Success)
208 Success = ::GetMappedFileNameA(::GetCurrentProcess(),
213 if (!Success)
225 /// @return If ec == errc::success, The absolute path to the program. Otherwise
351 BOOL success = ::CreateProcessA(ProgramToRun.c_str(), local
361 if (!success) {
385 success = ::GetProcessTimes(ProcessInfo.hProcess,
390 if (!success) {
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter_blt.c 408 bool success; local
427 success = buf_copy_region(blitter, ilo_buffer_resource(dst), dst_offset,
431 success = tex_copy_region(blitter,
436 success = false;
439 return success;
452 bool success; local
492 success = buf_clear_region(blitter, ilo_buffer_resource(rt->texture),
501 success = tex_clear_region(blitter, ilo_texture(rt->texture),
505 return success;
ilo_draw.c 298 bool success = true; local
358 success = false;
367 return success;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 407 boolean success = TRUE; local
485 success = FALSE;
496 return success;
503 boolean success = TRUE; local
511 success = FALSE;
516 return success;
lp_test_conv.c 67 boolean success)
69 fprintf(fp, "%s\t", success ? "pass" : "fail");
162 boolean success; local
226 success = TRUE;
227 for(i = 0; i < n && success; ++i) {
254 success = FALSE;
257 if (!success || verbose >= 3) {
260 if (success) {
324 write_tsv_row(fp, src_type, dst_type, cycles_avg, success);
329 return success;
396 boolean success = TRUE; local
425 boolean success = TRUE; local
451 boolean success; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_tcs.c 355 bool success = brw_codegen_tcs_prog(brw, tcp, tep, &key); local
356 assert(success);
357 (void)success;
371 bool success; local
403 success = brw_codegen_tcs_prog(brw, btcp, btep, &key);
408 return success;
brw_wm.c 592 bool success = brw_codegen_wm_prog(brw, fp, &key, local
594 (void) success;
595 assert(success);
650 bool success = brw_codegen_wm_prog(brw, bfp, &key, &vue_map); local
655 return success;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 110 bool success = false; local
242 success = st_pbo_draw(st, &addr, fb.width, fb.height);
251 return success;

Completed in 2055 milliseconds

<<11121314151617181920>>