Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/base/
Dftmac.c222 UInt8* path, in FT_GetFilePath_From_Mac_ATS_Name()
279 FT_FSPathMakeRes( const UInt8* pathname, in FT_FSPathMakeRes()
304 get_file_type_from_path( const UInt8* pathname ) in get_file_type_from_path()
502 lookup_lwfn_by_fond( const UInt8* path_fond, in lookup_lwfn_by_fond()
504 UInt8* path_lwfn, in lookup_lwfn_by_fond()
546 const UInt8* pathname ) in count_faces()
551 UInt8 buff[PATH_MAX]; in count_faces()
701 const UInt8* pathname, in FT_New_Face_From_LWFN()
805 const UInt8* pathname, in FT_New_Face_From_Suitcase()
862 UInt8 path_lwfn[PATH_MAX]; in FT_New_Face_From_FOND()
[all …]
/external/clang/test/SemaObjC/
Dobjc-cf-audited-warning.m13 typedef unsigned char UInt8; typedef
18 CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFI…
23 … // expected-warning {{passing 'const char *' to parameter of type 'const UInt8 *' (aka 'const uns…
/external/libchrome/base/strings/
Dsys_string_conversions_mac.mm44 // out_size is the number of UInt8-sized units needed in the destination.
45 // A buffer allocated as UInt8 units might not be properly aligned to
48 // value_type elements per UInt8. Leave room for a NUL terminator.
50 out_size * sizeof(UInt8) / sizeof(typename StringType::value_type) + 1;
58 reinterpret_cast<UInt8*>(&out_buffer[0]),
84 reinterpret_cast<const UInt8*>(in.data()),
107 reinterpret_cast<const UInt8*>(in.data()),
/external/google-breakpad/src/common/mac/
Dstring_utilities.cc46 scoped_array<UInt8> buffer(new UInt8[maxUTF8Length + 1]); in ConvertToString()
/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/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h452 UInt8, enumerator
473 uint8_t UInt8; member
492 VARIANT_EQUAL_CASE(UInt8)
/external/freetype/include/
Dftmac.h190 UInt8* path,
/external/pdfium/third_party/freetype/include/freetype/
Dftmac.h190 UInt8* path,
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp33 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS) in operator <<()
320 case PDB_VariantType::UInt8: in operator <<()
321 OS << static_cast<unsigned>(Value.UInt8); in operator <<()
/external/webrtc/webrtc/base/
Dmacasyncsocket.cc393 const UInt8* bytes = reinterpret_cast<UInt8*>(&saddr); in CopyCFAddress()
Dmacutils.cc43 reinterpret_cast<const UInt8*>(str8.data()), in ToUtf16()
/external/libchrome/base/files/
Dfile_path.cc1190 reinterpret_cast<const UInt8*>(string.data()), in GetHFSDecomposedForm()
1237 reinterpret_cast<const UInt8*>(string1.data()), in CompareIgnoreCase()
1245 reinterpret_cast<const UInt8*>(string2.data()), in CompareIgnoreCase()
/external/curl/lib/vtls/
Ddarwinssl.c126 UInt8 *currData = (UInt8 *)data; in SocketRead()
192 const UInt8 *dataPtr = (UInt8 *)data; in SocketWrite()
940 (const UInt8 *)cPath, strlen(cPath), false); in CopyIdentityFromPKCS12File()
/external/libusb/libusb/os/
Ddarwin_usb.c362 UInt8 i, numConfig; in get_configuration_index()
384 UInt8 config_value; in darwin_get_active_config_descriptor()
443 UInt8 bDeviceClass, bDeviceSubClass; in process_new_device()
694 UInt8 configNum; in darwin_get_configuration()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp490 UInt8* pBuffer = (UInt8*)calloc(len + 1, sizeof(UInt8)); in _CFString2CFXByteString()
/external/opencv3/samples/winrt/ImageManipulations/common/
Dsuspensionmanager.cpp323 case PropertyType::UInt8:
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp41 Result.UInt8 = V.bVal; in VariantFromVARIANT()
42 Result.Type = PDB_VariantType::UInt8; in VariantFromVARIANT()
/external/skia/src/ports/
DSkFontHost_mac.cpp1518 const UInt8* bits = CFDataGetBytePtr(bitmap); in populate_glyph_to_unicode()
/external/mdnsresponder/mDNSShared/
DDebugServices.c1523 …CFStringGetBytes(cfStr, range, kCFStringEncodingUTF8, '^', false, (UInt8*)mDNS_VACB, (CFIndex)size… in DebugSNPrintFVAList()
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
DSRWebSocket.m487 CFHTTPMessageAppendBytes(_receivedHTTPHeaders, (const UInt8 *)data.bytes, data.length);
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp130 MAKE_ARRAY_TYPE(BYTE, UInt8)