HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 1276 - 1300 of 7695) sorted by null

<<51525354555657585960>>

  /external/google-breakpad/src/client/linux/minidump_writer/
cpu_set.h 80 size_t item_len = static_cast<size_t>(p_end - p);
82 static_cast<const char*>(my_memchr(p, ',', item_len));
85 item_len = static_cast<size_t>(item_next - item);
129 size_t nn = static_cast<size_t>(index);
  /external/google-breakpad/src/client/windows/unittests/
crash_generation_server_test.cc 236 static_cast<MockCrashGenerationServerCallbacks*>(context)->
244 static_cast<MockCrashGenerationServerCallbacks*>(context)->
250 static_cast<MockCrashGenerationServerCallbacks*>(context)->
255 static_cast<MockCrashGenerationServerCallbacks*>(context)->
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_test_common.h 122 ULEB128(static_cast<unsigned>(tag));
123 D8(static_cast<unsigned>(has_children));
130 ULEB128(static_cast<unsigned>(name));
131 ULEB128(static_cast<unsigned>(form));
  /external/google-breakpad/src/common/
memory_range_unittest.cc 58 { false, kBufferSize, static_cast<size_t>(-1) },
60 { false, static_cast<size_t>(-1), 2 },
63 { false, 0, static_cast<size_t>(-1) },
64 { false, 1, static_cast<size_t>(-1) },
  /external/icu/android_utils/
IcuUtils.cpp 32 LOG_ALWAYS_FATAL_IF((num_written < 0 || static_cast<size_t>(num_written) >= sizeof(buf)),
  /external/icu/icu4c/source/i18n/
measure.cpp 64 const Measure &m = static_cast<const Measure&>(other);
  /external/libbrillo/brillo/streams/
stream_utils.cc 68 // also not overflow size_t, so the static_cast below is safe.
70 static_cast<size_t>(std::min(buffer_size, state->remaining_to_copy));
129 uint64_t unsigned_offset = static_cast<uint64_t>(-offset);
184 *new_position = static_cast<uint64_t>(pos + offset);
  /external/libchrome/base/
atomic_sequence_num.h 25 return static_cast<int>(
rand_util_posix.cc 53 ReadFromFD(urandom_fd, static_cast<char*>(output), output_length);
security_unittest.cc 105 const size_t kMaxSizeT = ~static_cast<size_t>(0);
132 return static_cast<size_t>(ptr_diff) <= size;
149 static_cast<void*>(MAP_FAILED));
158 static_cast<char*>(malloc(kAllocSize)));
  /external/libchrome/base/files/
file_util_linux.cc 27 switch (static_cast<uintmax_t>(statfs_buf.f_type)) {
  /external/libchrome/base/memory/
ref_counted_delete_on_message_loop.h 62 const T* t = static_cast<const T*>(this);
  /external/libchrome/base/process/
process_handle.cc 25 return static_cast<uint32_t>(process_id) + 1000000000U;
  /external/libchrome/base/strings/
utf_string_conversion_utils.cc 22 *code_point_out = static_cast<uint32_t>(code_point);
74 output->push_back(static_cast<char>(code_point));
95 output->push_back(static_cast<char16>(code_point));
134 if (static_cast<unsigned char>(src[0]) < 0x80) {
  /external/libcxx/src/
memory.cpp 148 mutex& m = *static_cast<mutex*>(__lx);
164 static_cast<mutex*>(__lx)->unlock();
215 char* p1 = static_cast<char*>(ptr);
217 size_t d = static_cast<size_t>(p2 - p1);
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 34 return std::error_code(static_cast<int>(x), std::generic_category());
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
make_error_code.pass.cpp 23 assert(ec.value() == static_cast<int>(std::errc::operation_canceled));
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
ErrorConditionEnum.pass.cpp 23 assert(ec.value() == static_cast<int>(std::errc::not_a_directory));
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
ErrorConditionEnum.pass.cpp 24 assert(ec.value() == static_cast<int>(std::errc::not_enough_memory));
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
make_error_condition.pass.cpp 23 assert(ec1.value() == static_cast<int>(std::errc::message_size));
  /external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/error.reporting/
make_error_code.pass.cpp 21 assert(ec.value() == static_cast<int>(std::io_errc::stream));
make_error_condition.pass.cpp 21 assert(ec1.value() == static_cast<int>(std::io_errc::stream));
  /external/libcxx/test/std/language.support/support.types/
nullptr_t_integral_cast.fail.cpp 16 std::ptrdiff_t i = static_cast<std::ptrdiff_t>(nullptr);
  /external/libcxx/test/std/thread/futures/futures.errors/
make_error_code.pass.cpp 25 assert(ec.value() == static_cast<int>(std::future_errc::broken_promise));
make_error_condition.pass.cpp 27 static_cast<int>(std::future_errc::future_already_retrieved));

Completed in 550 milliseconds

<<51525354555657585960>>