Home
last modified time | relevance | path

Searched refs:UInt8 (Results 1 – 25 of 86) sorted by relevance

1234

/external/chromium_org/base/strings/
Dsys_string_conversions_mac.mm43 // out_size is the number of UInt8-sized units needed in the destination.
44 // A buffer allocated as UInt8 units might not be properly aligned to
47 // value_type elements per UInt8. Leave room for a NUL terminator.
49 out_size * sizeof(UInt8) / sizeof(typename StringType::value_type) + 1;
57 reinterpret_cast<UInt8*>(&out_buffer[0]),
83 reinterpret_cast<const UInt8*>(in.data()),
106 reinterpret_cast<const UInt8*>(in.data()),
/external/chromium/base/
Dsys_string_conversions_mac.mm43 // out_size is the number of UInt8-sized units needed in the destination.
44 // A buffer allocated as UInt8 units might not be properly aligned to
47 // value_type elements per UInt8. Leave room for a NUL terminator.
49 out_size * sizeof(UInt8) / sizeof(typename StringType::value_type) + 1;
57 reinterpret_cast<UInt8*>(&out_buffer[0]),
83 reinterpret_cast<const UInt8*>(in.data()),
107 reinterpret_cast<const UInt8*>(in.data()),
/external/marisa-trie/lib/marisa/
Dmapper.cc141 ptr_ = static_cast<const UInt8 *>(origin_) + offset; in seek()
148 ptr_ = static_cast<const UInt8 *>(origin_) + size_ + offset; in seek()
161 ptr_ = static_cast<const UInt8 *>(ptr_) + size; in map_data()
163 return static_cast<const UInt8 *>(ptr_) - size; in map_data()
Dquery.h19 UInt8 operator[](std::size_t i) const {
45 UInt8 operator[](std::size_t i) const {
Dtail.h35 const UInt8 *operator[](std::size_t offset) const {
57 Vector<UInt8> buf_;
Dmarisa-string.h31 UInt8 operator[](std::size_t i) const {
103 UInt8 operator[](std::size_t i) const {
Dtail.cc120 Vector<UInt8> buf; in build_binary_tail()
162 Vector<UInt8> buf; in build_text_tail()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dmapper.cc145 ptr_ = static_cast<const UInt8 *>(origin_) + offset; in seek()
152 ptr_ = static_cast<const UInt8 *>(origin_) + size_ + offset; in seek()
165 ptr_ = static_cast<const UInt8 *>(ptr_) + size; in map_data()
167 return static_cast<const UInt8 *>(ptr_) - size; in map_data()
Dquery.h19 UInt8 operator[](std::size_t i) const {
45 UInt8 operator[](std::size_t i) const {
Dtail.h35 const UInt8 *operator[](std::size_t offset) const {
58 Vector<UInt8> buf_;
Dmarisa-string.h31 UInt8 operator[](std::size_t i) const {
103 UInt8 operator[](std::size_t i) const {
Dtail.cc120 Vector<UInt8> buf; in build_binary_tail()
162 Vector<UInt8> buf; in build_text_tail()
/external/chromium_org/content/browser/gamepad/
Dxbox_data_fetcher_mac.cc349 const UInt8 length = 3; in SetLEDPattern()
353 UInt8* buffer = new UInt8[length]; in SetLEDPattern()
354 buffer[0] = static_cast<UInt8>(CONTROL_MESSAGE_SET_LED); in SetLEDPattern()
356 buffer[2] = static_cast<UInt8>(pattern); in SetLEDPattern()
379 UInt8* buffer = static_cast<UInt8*>(context); in WriteComplete()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImplCF.cpp133 …return adoptCF(CFStringCreateWithBytes(0, reinterpret_cast<const UInt8*>(characters8()), m_length,… in createCFString()
144 …string = CFStringCreateWithBytesNoCopy(allocator, reinterpret_cast<const UInt8*>(characters8()), m… in createCFString()
/external/opencv/otherlibs/highgui/
Dgrfmt_imageio.cpp40 (const UInt8*)filename, in CheckFile()
98 (const UInt8*)m_filename, in ReadHeader()
359 (const UInt8*)m_filename, in WriteImage()
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
DSDL_romaudio.c116 static UInt8 *buffer[2];
121 static void mix_buffer(SDL_AudioDevice *audio, UInt8 *buffer) in mix_buffer()
257 buffer[i] = (UInt8*)malloc (sizeof(UInt8) * spec->size); in Mac_OpenAudio()
/external/chromium_org/printing/
Dpdf_metafile_cg_mac.cc107 CFDataAppendBytes(pdf_data_, static_cast<const UInt8*>(src_buffer), in InitFromData()
285 static_cast<UInt8*>(dst_buffer)); in GetData()
295 kCFAllocatorDefault, reinterpret_cast<const UInt8*>(path_string.c_str()), in SaveTo()
/external/chromium_org/chrome/common/mac/
Dmock_launchd.cc83 const UInt8* bundle_root_path = in MakeABundle()
84 reinterpret_cast<const UInt8*>(bundle_root->value().c_str()); in MakeABundle()
209 CFDataCreate(NULL, reinterpret_cast<UInt8*>(&unix_addr), unix_addr_len)); in CopyDictionaryByCheckingIn()
/external/chromium_org/content/browser/geolocation/
Dosx_wifi.h77 UInt8 macAddress[6]; // MAC address of the wireless access point.
/external/chromium_org/media/video/capture/mac/
Dvideo_capture_device_qtkit_mac.h39 std::vector<UInt8> adjustedFrame_;
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_config_macos.h33 typedef UInt8 uint8_t;
/external/chromium_org/win8/metro_driver/
Dwinrt_utils.cc84 IMPLEMENT_CREATE_PROPERTY(UInt8, UINT8);
150 COMPARE_ATOMIC_PROPERTY_VALUES(UInt8, UINT8); in CompareProperties()
Dwinrt_utils.h38 DECLARE_CREATE_PROPERTY(UInt8, UINT8);
/external/freetype/include/freetype/
Dftmac.h190 UInt8* path,
/external/chromium_org/third_party/freetype/include/freetype/
Dftmac.h190 UInt8* path,

1234