/external/pdfium/third_party/freetype/src/base/ |
D | ftmac.c | 222 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/ |
D | objc-cf-audited-warning.m | 13 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/ |
D | sys_string_conversions_mac.mm | 44 // 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/ |
D | string_utilities.cc | 46 scoped_array<UInt8> buffer(new UInt8[maxUTF8Length + 1]); in ConvertToString()
|
/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/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 452 UInt8, enumerator 473 uint8_t UInt8; member 492 VARIANT_EQUAL_CASE(UInt8)
|
/external/freetype/include/ |
D | ftmac.h | 190 UInt8* path,
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftmac.h | 190 UInt8* path,
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 33 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/ |
D | macasyncsocket.cc | 393 const UInt8* bytes = reinterpret_cast<UInt8*>(&saddr); in CopyCFAddress()
|
D | macutils.cc | 43 reinterpret_cast<const UInt8*>(str8.data()), in ToUtf16()
|
/external/libchrome/base/files/ |
D | file_path.cc | 1190 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/ |
D | darwinssl.c | 126 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/ |
D | darwin_usb.c | 362 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/ |
D | fpdf_edit_doc.cpp | 490 UInt8* pBuffer = (UInt8*)calloc(len + 1, sizeof(UInt8)); in _CFString2CFXByteString()
|
/external/opencv3/samples/winrt/ImageManipulations/common/ |
D | suspensionmanager.cpp | 323 case PropertyType::UInt8:
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 41 Result.UInt8 = V.bVal; in VariantFromVARIANT() 42 Result.Type = PDB_VariantType::UInt8; in VariantFromVARIANT()
|
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 1518 const UInt8* bits = CFDataGetBytePtr(bitmap); in populate_glyph_to_unicode()
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 1523 …CFStringGetBytes(cfStr, range, kCFStringEncodingUTF8, '^', false, (UInt8*)mDNS_VACB, (CFIndex)size… in DebugSNPrintFVAList()
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/ |
D | SRWebSocket.m | 487 CFHTTPMessageAppendBytes(_receivedHTTPHeaders, (const UInt8 *)data.bytes, data.length);
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 130 MAKE_ARRAY_TYPE(BYTE, UInt8)
|