HomeSort by relevance Sort by last modified time
    Searched refs:UInt8 (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/platform/graphics/win/
DIBPixelData.h 33 // UInt8 is defined in CoreFoundation/CFBase.h
34 typedef unsigned char UInt8;
56 UInt8* buffer() const { return m_bitmapBuffer; }
63 UInt8* m_bitmapBuffer;
QTCFDictionary.h 40 typedef CFDictionaryRef (* QTCFDictonaryCreateFromDataCallback)(CFAllocatorRef, const UInt8*, CFIndex);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Apple80211.h 25 UInt8 bssID[6];
26 UInt8 ssid[34];
32 UInt8 macAddress[6];
39 UInt8 bssid[6];
43 UInt8 ssid[32];
53 WirelessError WirelessSetEnabled(WirelessRef ref, UInt8 enabled);
54 WirelessError WirelessGetEnabled(WirelessRef ref, UInt8 *enabled);
55 WirelessError WirelessSetPower(WirelessRef ref, UInt8 power);
56 WirelessError WirelessGetPower(WirelessRef ref, UInt8 *power);
  /external/webkit/Source/WebCore/history/cf/
HistoryPropertyList.h 50 virtual UInt8* buffer(size_t);
63 UInt8* m_buffer;
HistoryPropertyList.cpp 51 UInt8* HistoryPropertyListWriter::buffer(size_t size)
54 m_buffer = static_cast<UInt8*>(CFAllocatorAllocate(0, size, 0));
61 UInt8* buffer = m_buffer;
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VFL_transition.h 30 typedef unsigned char UInt8;
39 UInt8 *pac_data; /* buffer address */
  /external/webkit/Source/JavaScriptGlue/
JSBase.h 45 virtual UInt8 Equal(JSBase* other);
JSBase.cpp 75 UInt8 JSBase::Equal(JSBase* other)
JSObject.h 49 virtual UInt8 Equal(JSBase* other);
JSObject.cpp 112 UInt8 JSUserObject::Equal(JSBase* other)
114 UInt8 result = false;
JavaScriptGlue.h 62 typedef UInt8 (*JSObjectEqualProcPtr)(void *data1, void *data2) DEPRECATED_IN_MAC_OS_X_VERSION_10_5_AND_LATER;
84 UInt8 JSEqual(JSTypeRef ref1, JSTypeRef ref2) DEPRECATED_IN_MAC_OS_X_VERSION_10_5_AND_LATER;
  /external/webkit/Source/WebKit2/Shared/API/c/cf/
WKURLCF.cpp 57 CFURLRef result = CFURLCreateAbsoluteURLWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(buffer.data()), buffer.length(), kCFStringEncodingUTF8, 0, true);
59 result = CFURLCreateAbsoluteURLWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(buffer.data()), buffer.length(), kCFStringEncodingISOLatin1, 0, true);
  /external/webkit/Source/WebCore/platform/cf/win/
CertificateCFWin.cpp 49 return RetainPtr<CFDataRef>(AdoptCF, CFDataCreateWithBytesNoCopy(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(certificateCopy), sizeof(*certificateCopy), certDealloc));
  /external/webkit/Source/WebCore/platform/cf/
KURLCFNet.cpp 46 CFURLGetBytes(url, reinterpret_cast<UInt8*>(bytes), bytesLength);
75 CFURLRef result = CFURLCreateAbsoluteURLWithBytes(0, reinterpret_cast<const UInt8*>(buffer.data()), buffer.size(), kCFStringEncodingUTF8, 0, true);
77 result = CFURLCreateAbsoluteURLWithBytes(0, reinterpret_cast<const UInt8*>(buffer.data()), buffer.size(), kCFStringEncodingISOLatin1, 0, true);
BinaryPropertyList.h 101 virtual UInt8* buffer(size_t) = 0;
BinaryPropertyList.cpp 41 static const UInt8 booleanTrueMarkerByte = 0x09;
42 static const UInt8 oneByteIntegerMarkerByte = 0x10;
43 static const UInt8 twoByteIntegerMarkerByte = 0x11;
44 static const UInt8 fourByteIntegerMarkerByte = 0x12;
45 static const UInt8 eightByteIntegerMarkerByte = 0x13;
46 static const UInt8 asciiStringMarkerByte = 0x50;
47 static const UInt8 asciiStringWithSeparateLengthMarkerByte = 0x5F;
48 static const UInt8 unicodeStringMarkerByte = 0x60;
49 static const UInt8 unicodeStringWithSeparateLengthMarkerByte = 0x6F;
50 static const UInt8 arrayMarkerByte = 0xA0
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.h 40 typedef unsigned __int8 UInt8;
  /external/webkit/Source/WebCore/platform/mac/
KURLMac.mm 43 CFURLGetBytes(reinterpret_cast<CFURLRef>(url), reinterpret_cast<UInt8*>(bytes), bytesLength);
  /system/core/fastboot/
usb_osx.c 59 UInt8 bulkIn;
60 UInt8 bulkOut;
76 UInt8 interfaceNumEndpoints;
77 UInt8 endpoint;
78 UInt8 configuration;
185 UInt8 transferType;
187 UInt8 interval;
188 UInt8 number;
189 UInt8 direction;
266 UInt8 serialIndex
    [all...]
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VFL_transition.c 286 UInt8 *pu8_data_Y_start1,*pu8_data_U_start1,*pu8_data_V_start1;
287 UInt8 *pu8_data_Y_start2,*pu8_data_U_start2,*pu8_data_V_start2;
288 UInt8 *pu8_data_Y_start3,*pu8_data_U_start3,*pu8_data_V_start3;
289 UInt8 *pu8_data_Y_current1, *pu8_data_Y_next1, *pu8_data_U1, *pu8_data_V1;
290 UInt8 *pu8_data_Y_current2, *pu8_data_Y_next2, *pu8_data_U2, *pu8_data_V2;
291 UInt8 *pu8_data_Y_current3,*pu8_data_Y_next3, *pu8_data_U3, *pu8_data_V3;
440 *pu8_data_Y_current3++ = (UInt8)((u32_blendfactor * u32_Y2 +
443 *pu8_data_U3++ = (UInt8)((u32_blendfactor * u32_U2 +
446 *pu8_data_V3++ = (UInt8)((u32_blendfactor * u32_V2 +
456 *pu8_data_Y_next3++ = (UInt8)((u32_blendfactor * u32_Y2
    [all...]
  /external/freetype/include/freetype/
ftmac.h 190 UInt8* path,
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_macos.h 33 typedef UInt8 uint8_t;
  /external/webkit/Source/WebKit/mac/Misc/
WebNSDataExtras.m 115 const UInt8 *bytes = [self bytes];
279 static const UInt8 *_findEOL(const UInt8 *bytes, CFIndex len) {
293 UInt8 c = bytes[i];
313 const UInt8 *bytes = [self bytes];
316 const UInt8 *eol;
320 const UInt8 *line = bytes;
355 const UInt8 *colon;
  /system/core/adb/
usb_osx.c 40 UInt8 bulkIn;
41 UInt8 bulkOut;
130 UInt8 serialIndex;
300 UInt8 interfaceNumEndpoints, interfaceClass, interfaceSubClass, interfaceProtocol;
301 UInt8 endpoint;
338 UInt8 transferType;
340 UInt8 interval;
341 UInt8 number;
342 UInt8 direction;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamerCG.mm 46 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreateWithBytesNoCopy(0, static_cast<UInt8*>(GST_BUFFER_DATA(buffer)), GST_BUFFER_SIZE(buffer), kCFAllocatorNull));

Completed in 452 milliseconds

1 2 3 4