Home
last modified time | relevance | path

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

1234

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
DApple80211.h25 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/platform/cf/
DBinaryPropertyList.cpp41 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 …]
DKURLCFNet.cpp46 CFURLGetBytes(url, reinterpret_cast<UInt8*>(bytes), bytesLength); in KURL()
75 …CFURLRef result = CFURLCreateAbsoluteURLWithBytes(0, reinterpret_cast<const UInt8*>(buffer.data())… in createCFURL()
77 …result = CFURLCreateAbsoluteURLWithBytes(0, reinterpret_cast<const UInt8*>(buffer.data()), buffer.… in createCFURL()
DBinaryPropertyList.h101 virtual UInt8* buffer(size_t) = 0;
/external/webkit/Source/WebCore/platform/graphics/win/
DDIBPixelData.h34 typedef unsigned char UInt8; typedef
56 UInt8* buffer() const { return m_bitmapBuffer; } in buffer()
63 UInt8* m_bitmapBuffer;
DQTCFDictionary.h40 typedef CFDictionaryRef (* QTCFDictonaryCreateFromDataCallback)(CFAllocatorRef, const UInt8*, CFInd…
/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/webkit/Source/WebKit2/Shared/API/c/cf/
DWKURLCF.cpp57 …URLCreateAbsoluteURLWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(buffer.data()), … in WKURLCopyCFURL()
59 …result = CFURLCreateAbsoluteURLWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(buffe… in WKURLCopyCFURL()
/external/webkit/Source/WebCore/history/cf/
DHistoryPropertyList.h50 virtual UInt8* buffer(size_t);
63 UInt8* m_buffer;
DHistoryPropertyList.cpp51 UInt8* HistoryPropertyListWriter::buffer(size_t size) in buffer()
54 m_buffer = static_cast<UInt8*>(CFAllocatorAllocate(0, size, 0)); in buffer()
61 UInt8* buffer = m_buffer; in releaseData()
/external/webkit/Source/WebKit/mac/Misc/
DWebNSDataExtras.m115 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;
DWebNSURLExtras.mm369 const UInt8 *inBytes = static_cast<const UInt8 *>([userTypedData bytes]);
380 UInt8 c = inBytes[i];
436 const UInt8 *bytes = static_cast<const UInt8*>([data bytes]);
452 UInt8 *buffer = (UInt8 *)malloc(URL_BYTES_BUFFER_LENGTH);
456 buffer = (UInt8 *)realloc(buffer, bytesToAllocate);
628 UInt8 *urlBytes, buffer[2048];
632 urlBytes = static_cast<UInt8*>(malloc(numBytes));
664 UInt8* urlBytes;
665 UInt8 buffer[2048];
669 urlBytes = static_cast<UInt8*>(malloc(numBytes));
[all …]
/external/webkit/Source/JavaScriptGlue/
DJSObject.cpp112 UInt8 JSUserObject::Equal(JSBase* other) in Equal()
114 UInt8 result = false; in Equal()
DJavaScriptGlue.cpp44 static UInt8 CFJSObjectEqual(void *data1, void *data2);
104 UInt8 JSEqual(JSTypeRef ref1, JSTypeRef ref2) in JSEqual()
106 UInt8 result = false; in JSEqual()
549 UInt8 CFJSObjectEqual(void *data1, void *data2) in CFJSObjectEqual()
551 UInt8 result = false; in CFJSObjectEqual()
DJavaScriptGlue.h62 typedef UInt8 (*JSObjectEqualProcPtr)(void *data1, void *data2) DEPRECATED_IN_MAC_OS_X_VERSION_10_5…
84 UInt8 JSEqual(JSTypeRef ref1, JSTypeRef ref2) DEPRECATED_IN_MAC_OS_X_VERSION_10_5_AND_LATER;
DJSBase.h45 virtual UInt8 Equal(JSBase* other);
DJSBase.cpp75 UInt8 JSBase::Equal(JSBase* other) in Equal()
DJSObject.h49 virtual UInt8 Equal(JSBase* other);
/external/webkit/Source/WebCore/platform/network/cf/
DFormDataStreamCFNet.cpp72 …CFDataRef data = CFDataCreate(0, reinterpret_cast<const UInt8 *>(element.m_data.data()), element.m… in setHTTPBody()
84 …RetainPtr<CFDataRef> data(AdoptCF, CFDataCreate(0, reinterpret_cast<const UInt8*>(element.m_data.d… in setHTTPBody()
/external/webkit/Source/WebCore/platform/network/win/
DDownloadBundleWin.cpp71 const UInt8* resumeBytes = CFDataGetBytePtr(resumeData); in appendResumeData()
119 Vector<UInt8> footerBuffer; in extractResumeData()
/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/webkit/Source/WebCore/platform/cf/win/
DCertificateCFWin.cpp49 …, CFDataCreateWithBytesNoCopy(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(certificateCopy)… in copyCertificateToData()
/external/webkit/Source/WebCore/platform/graphics/opentype/
DOpenTypeUtilities.h40 typedef unsigned __int8 UInt8; typedef
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_config_macos.h33 typedef UInt8 uint8_t;

1234