/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/ |
D | ftmac.c | 362 UInt8* path, in FT_GetFilePath_From_Mac_ATS_Name() 378 UInt8* path, in FT_GetFilePath_From_Mac_ATS_Name() 478 FT_FSPathMakeSpec( const UInt8* pathname, in FT_FSPathMakeSpec() 535 UInt8* path, in FT_FSpMakePath() 575 FT_FSPathMakeRes( const UInt8* pathname, in FT_FSPathMakeRes() 619 get_file_type_from_path( const UInt8* pathname ) in get_file_type_from_path() 835 lookup_lwfn_by_fond( const UInt8* path_fond, in lookup_lwfn_by_fond() 837 UInt8* path_lwfn, in lookup_lwfn_by_fond() 924 const UInt8* pathname ) in count_faces() 929 UInt8 buff[PATH_MAX]; in count_faces() [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/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()
|
/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
|
/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 | 452 UInt8, enumerator 473 uint8_t UInt8; member 492 VARIANT_EQUAL_CASE(UInt8)
|
/external/freetype/include/freetype/ |
D | ftmac.h | 190 UInt8* path,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
D | ftmac.h | 190 UInt8* path,
|
/external/pdfium/third_party/freetype/include/freetype/ |
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 <<()
|