Searched refs:UInt8 (Results 1 - 25 of 70) sorted by relevance

123

/external/chromium_org/content/browser/geolocation/
H A Dosx_wifi.h77 UInt8 macAddress[6]; // MAC address of the wireless access point.
/external/marisa-trie/lib/marisa/
H A Dquery.h19 UInt8 operator[](std::size_t i) const {
45 UInt8 operator[](std::size_t i) const {
H A Dtail.h35 const UInt8 *operator[](std::size_t offset) const {
57 Vector<UInt8> buf_;
H A Dmapper.cc141 ptr_ = static_cast<const UInt8 *>(origin_) + offset;
148 ptr_ = static_cast<const UInt8 *>(origin_) + size_ + offset;
161 ptr_ = static_cast<const UInt8 *>(ptr_) + size;
163 return static_cast<const UInt8 *>(ptr_) - size;
H A Dmarisa-string.h31 UInt8 operator[](std::size_t i) const {
103 UInt8 operator[](std::size_t i) const {
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dquery.h19 UInt8 operator[](std::size_t i) const {
45 UInt8 operator[](std::size_t i) const {
H A Dtail.h35 const UInt8 *operator[](std::size_t offset) const {
58 Vector<UInt8> buf_;
H A Dmapper.cc145 ptr_ = static_cast<const UInt8 *>(origin_) + offset;
152 ptr_ = static_cast<const UInt8 *>(origin_) + size_ + offset;
165 ptr_ = static_cast<const UInt8 *>(ptr_) + size;
167 return static_cast<const UInt8 *>(ptr_) - size;
H A Dmarisa-string.h31 UInt8 operator[](std::size_t i) const {
103 UInt8 operator[](std::size_t i) const {
H A Dbase.h141 typedef ::marisa_alpha_uint8 UInt8; typedef in namespace:marisa_alpha
/external/chromium_org/media/video/capture/mac/
H A Dvideo_capture_device_qtkit_mac.h39 std::vector<UInt8> adjustedFrame_;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftmac.h190 UInt8* path,
/external/freetype/include/freetype/
H A Dftmac.h190 UInt8* path,
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_macos.h33 typedef UInt8 uint8_t;
/external/chromium_org/third_party/WebKit/Source/core/platform/text/cf/
H A DStringImplCF.cpp133 return adoptCF(CFStringCreateWithBytes(0, reinterpret_cast<const UInt8*>(characters8()), m_length, kCFStringEncodingISOLatin1, false));
144 string = CFStringCreateWithBytesNoCopy(allocator, reinterpret_cast<const UInt8*>(characters8()), m_length, kCFStringEncodingISOLatin1, false, kCFAllocatorNull);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
H A DFontCustomPlatformDataMac.cpp61 RetainPtr<CFDataRef> bufferData(AdoptCF, CFDataCreate(0, reinterpret_cast<const UInt8*>(buffer->data()), buffer->size()));
/external/chromium_org/win8/metro_driver/
H A Dwinrt_utils.h38 DECLARE_CREATE_PROPERTY(UInt8, UINT8);
H A Dwinrt_utils.cc82 IMPLEMENT_CREATE_PROPERTY(UInt8, UINT8);
148 COMPARE_ATOMIC_PROPERTY_VALUES(UInt8, UINT8);
/external/chromium_org/third_party/mozilla/
H A DNSURL+Utils.m70 if (inFile && FSPathMakeRef((UInt8 *)[inFile fileSystemRepresentation], &ref, NULL) == noErr) {
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.h121 UInt8 first_config, active_config, port;
/external/chromium_org/printing/
H A Dpdf_metafile_cg_mac.cc107 CFDataAppendBytes(pdf_data_, static_cast<const UInt8*>(src_buffer),
285 static_cast<UInt8*>(dst_buffer));
295 kCFAllocatorDefault, reinterpret_cast<const UInt8*>(path_string.c_str()),
/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.cpp40 (const UInt8*)filename,
98 (const UInt8*)m_filename,
359 (const UInt8*)m_filename,
/external/chromium_org/content/browser/gamepad/
H A Dxbox_data_fetcher_mac.cc349 const UInt8 length = 3;
353 UInt8* buffer = new UInt8[length];
354 buffer[0] = static_cast<UInt8>(CONTROL_MESSAGE_SET_LED);
356 buffer[2] = static_cast<UInt8>(pattern);
379 UInt8* buffer = static_cast<UInt8*>(context);
/external/chromium_org/chrome/common/mac/
H A Dmock_launchd.cc83 const UInt8* bundle_root_path =
84 reinterpret_cast<const UInt8*>(bundle_root->value().c_str());
209 CFDataCreate(NULL, reinterpret_cast<UInt8*>(&unix_addr), unix_addr_len));
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.c116 static UInt8 *buffer[2];
121 static void mix_buffer(SDL_AudioDevice *audio, UInt8 *buffer)
257 buffer[i] = (UInt8*)malloc (sizeof(UInt8) * spec->size);

Completed in 2083 milliseconds

123