Home
last modified time | relevance | path

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

123

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
Dftmac.c362 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/
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/marisa-trie/lib/marisa/
Dmapper.cc141 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()
Dquery.h19 UInt8 operator[](std::size_t i) const {
45 UInt8 operator[](std::size_t i) const {
Dtail.h35 const UInt8 *operator[](std::size_t offset) const {
57 Vector<UInt8> buf_;
Dmarisa-string.h31 UInt8 operator[](std::size_t i) const {
103 UInt8 operator[](std::size_t i) const {
Dtail.cc120 Vector<UInt8> buf; in build_binary_tail()
162 Vector<UInt8> buf; in build_text_tail()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dmapper.cc145 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()
Dquery.h19 UInt8 operator[](std::size_t i) const {
45 UInt8 operator[](std::size_t i) const {
Dtail.h35 const UInt8 *operator[](std::size_t offset) const {
58 Vector<UInt8> buf_;
Dmarisa-string.h31 UInt8 operator[](std::size_t i) const {
103 UInt8 operator[](std::size_t i) const {
Dtail.cc120 Vector<UInt8> buf; in build_binary_tail()
162 Vector<UInt8> buf; in build_text_tail()
Dbase.h141 typedef ::marisa_alpha_uint8 UInt8; typedef
/external/google-breakpad/src/common/mac/
Dstring_utilities.cc46 scoped_array<UInt8> buffer(new UInt8[maxUTF8Length + 1]); in ConvertToString()
/external/lldb/source/Host/macosx/
DSymbols.cpp304 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/
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/freetype/
Dftmac.h190 UInt8* path,
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
Dftmac.h190 UInt8* path,
/external/pdfium/third_party/freetype/include/freetype/
Dftmac.h190 UInt8* path,
/external/lldb/source/Host/macosx/cfcpp/
DCFCBundle.cpp68 …return ::CFURLGetFileSystemRepresentation (bundle_url.get(), resolveAgainstBase, (UInt8 *)dst, dst… in GetPath()
/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 <<()

123