/external/chromium_org/base/strings/ |
D | sys_string_conversions_mac.mm | 43 // 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/ |
D | sys_string_conversions_mac.mm | 43 // 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/ |
D | mapper.cc | 141 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()
|
D | query.h | 19 UInt8 operator[](std::size_t i) const { 45 UInt8 operator[](std::size_t i) const {
|
D | tail.h | 35 const UInt8 *operator[](std::size_t offset) const { 57 Vector<UInt8> buf_;
|
D | marisa-string.h | 31 UInt8 operator[](std::size_t i) const { 103 UInt8 operator[](std::size_t i) const {
|
D | tail.cc | 120 Vector<UInt8> buf; in build_binary_tail() 162 Vector<UInt8> buf; in build_text_tail()
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | mapper.cc | 145 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()
|
D | query.h | 19 UInt8 operator[](std::size_t i) const { 45 UInt8 operator[](std::size_t i) const {
|
D | tail.h | 35 const UInt8 *operator[](std::size_t offset) const { 58 Vector<UInt8> buf_;
|
D | marisa-string.h | 31 UInt8 operator[](std::size_t i) const { 103 UInt8 operator[](std::size_t i) const {
|
D | tail.cc | 120 Vector<UInt8> buf; in build_binary_tail() 162 Vector<UInt8> buf; in build_text_tail()
|
/external/chromium_org/content/browser/gamepad/ |
D | xbox_data_fetcher_mac.cc | 349 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/ |
D | StringImplCF.cpp | 133 …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/ |
D | grfmt_imageio.cpp | 40 (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/ |
D | SDL_romaudio.c | 116 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/ |
D | pdf_metafile_cg_mac.cc | 107 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/ |
D | mock_launchd.cc | 83 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/ |
D | osx_wifi.h | 77 UInt8 macAddress[6]; // MAC address of the wireless access point.
|
/external/chromium_org/media/video/capture/mac/ |
D | video_capture_device_qtkit_mac.h | 39 std::vector<UInt8> adjustedFrame_;
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_config_macos.h | 33 typedef UInt8 uint8_t;
|
/external/chromium_org/win8/metro_driver/ |
D | winrt_utils.cc | 84 IMPLEMENT_CREATE_PROPERTY(UInt8, UINT8); 150 COMPARE_ATOMIC_PROPERTY_VALUES(UInt8, UINT8); in CompareProperties()
|
D | winrt_utils.h | 38 DECLARE_CREATE_PROPERTY(UInt8, UINT8);
|
/external/freetype/include/freetype/ |
D | ftmac.h | 190 UInt8* path,
|
/external/chromium_org/third_party/freetype/include/freetype/ |
D | ftmac.h | 190 UInt8* path,
|