/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() 800 const UInt8* pathname, in FT_New_Face_From_Suitcase() 857 UInt8 path_lwfn[PATH_MAX]; in FT_New_Face_From_FOND() [all …]
|
/external/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/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | mapper.cc | 145 ptr_ = static_cast<const UInt8 *>(origin_) + offset; in seek() 152 ptr_ = static_cast<const UInt8 *>(origin_) + size_ + offset; in seek() 165 ptr_ = static_cast<const UInt8 *>(ptr_) + size; in map_data() 167 return static_cast<const UInt8 *>(ptr_) - size; in map_data()
|
D | query.h | 19 UInt8 operator[](std::size_t i) const { 45 UInt8 operator[](std::size_t i) const {
|
D | tail.h | 35 const UInt8 *operator[](std::size_t offset) const { 58 Vector<UInt8> buf_;
|
D | marisa-string.h | 31 UInt8 operator[](std::size_t i) const { 103 UInt8 operator[](std::size_t i) const {
|
D | tail.cc | 120 Vector<UInt8> buf; in build_binary_tail() 162 Vector<UInt8> buf; in build_text_tail()
|
D | base.h | 141 typedef ::marisa_alpha_uint8 UInt8; typedef
|
D | trie-search.cc | 368 const UInt8 *ptr = tail_[offset]; in tail_restore() 378 for (const UInt8 *str = tail_[offset]; *str != '\0'; ++str) { in tail_restore() 453 const UInt8 *ptr = tail_[offset]; in tail_match() 745 const UInt8 *ptr = tail_[offset]; in tail_prefix_match()
|
/external/marisa-trie/lib/marisa/ |
D | mapper.cc | 141 ptr_ = static_cast<const UInt8 *>(origin_) + offset; in seek() 148 ptr_ = static_cast<const UInt8 *>(origin_) + size_ + offset; in seek() 161 ptr_ = static_cast<const UInt8 *>(ptr_) + size; in map_data() 163 return static_cast<const UInt8 *>(ptr_) - size; in map_data()
|
D | query.h | 19 UInt8 operator[](std::size_t i) const { 45 UInt8 operator[](std::size_t i) const {
|
D | tail.h | 35 const UInt8 *operator[](std::size_t offset) const { 57 Vector<UInt8> buf_;
|
D | marisa-string.h | 31 UInt8 operator[](std::size_t i) const { 103 UInt8 operator[](std::size_t i) const {
|
D | tail.cc | 120 Vector<UInt8> buf; in build_binary_tail() 162 Vector<UInt8> buf; in build_text_tail()
|
D | base.h | 147 typedef ::marisa_uint8 UInt8; typedef
|
D | trie-search.cc | 349 const UInt8 *ptr = tail_[offset]; in tail_restore() 359 for (const UInt8 *str = tail_[offset]; *str != '\0'; ++str) { in tail_restore() 434 const UInt8 *ptr = tail_[offset]; in tail_match() 714 const UInt8 *ptr = tail_[offset]; in tail_prefix_match()
|
/external/google-breakpad/src/common/mac/ |
D | string_utilities.cc | 46 scoped_array<UInt8> buffer(new UInt8[maxUTF8Length + 1]); in ConvertToString()
|
/external/lldb/source/Host/macosx/ |
D | Symbols.cpp | 304 const UInt8 *module_uuid = (const UInt8 *)uuid->GetBytes(); in LocateMacOSXFilesUsingDebugSymbols() 334 … (const UInt8 *)exec_cf_path, in LocateMacOSXFilesUsingDebugSymbols() 346 … if (::CFURLGetFileSystemRepresentation (dsym_url.get(), true, (UInt8*)path, sizeof(path)-1)) in LocateMacOSXFilesUsingDebugSymbols() 411 … if (::CFURLGetFileSystemRepresentation (dsym_url.get(), true, (UInt8*)path, sizeof(path)-1)) in LocateMacOSXFilesUsingDebugSymbols() 426 … if (::CFURLGetFileSystemRepresentation (bundle_exe_url.get(), true, (UInt8*)path, sizeof(path)-1)) in LocateMacOSXFilesUsingDebugSymbols() 751 (const UInt8 *)command_output.data(), in DownloadObjectAndSymbolFile()
|
/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 | 448 UInt8, enumerator 469 uint8_t UInt8; member 488 VARIANT_EQUAL_CASE(UInt8)
|
/external/freetype/include/freetype/ |
D | ftmac.h | 190 UInt8* path,
|
/external/pdfium/third_party/freetype/include/ |
D | ftmac.h | 190 UInt8* path,
|
/external/lldb/source/Host/macosx/cfcpp/ |
D | CFCBundle.cpp | 68 …return ::CFURLGetFileSystemRepresentation (bundle_url.get(), resolveAgainstBase, (UInt8 *)dst, dst… in GetPath()
|
/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 <<()
|