Home
last modified time | relevance | path

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

12

/external/freetype/src/base/
Dftmac.c223 UInt8* path, in FT_GetFilePath_From_Mac_ATS_Name()
280 FT_FSPathMakeRes( const UInt8* pathname, in FT_FSPathMakeRes()
305 get_file_type_from_path( const UInt8* pathname ) in get_file_type_from_path()
503 lookup_lwfn_by_fond( const UInt8* path_fond, in lookup_lwfn_by_fond()
505 UInt8* path_lwfn, in lookup_lwfn_by_fond()
547 const UInt8* pathname ) in count_faces()
552 UInt8 buff[PATH_MAX]; in count_faces()
702 const UInt8* pathname, in FT_New_Face_From_LWFN()
806 const UInt8* pathname, in FT_New_Face_From_Suitcase()
863 UInt8 path_lwfn[PATH_MAX]; in FT_New_Face_From_FOND()
[all …]
/external/freetype/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()
836 lookup_lwfn_by_fond( const UInt8* path_fond, in lookup_lwfn_by_fond()
838 UInt8* path_lwfn, in lookup_lwfn_by_fond()
925 const UInt8* pathname ) in count_faces()
930 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/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c244 static UInt32 DecodeVCountValue(const UInt8 *start, UInt32 *outCount) in DecodeVCountValue()
249 UInt8 * bytePtr; in DecodeVCountValue()
250 UInt8 byte; in DecodeVCountValue()
253 bytePtr = (UInt8 *)start; in DecodeVCountValue()
266 static UInt32 DecodeInstrCountValue(const UInt8 *inOpStart, UInt32 *outCount) in DecodeInstrCountValue()
287 static OSStatus UnpackPEFDataSection(const UInt8 * const packedData, UInt32 packedSize, in UnpackPEFDataSection()
288UInt8 * const unpackedData, UInt32 unpackedSize) in UnpackPEFDataSection()
292 UInt8 opCode; in UnpackPEFDataSection()
293 UInt8 * unpackCursor; in UnpackPEFDataSection()
361 const UInt8 *commonData; in UnpackPEFDataSection()
[all …]
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/types/
DUInt8.java19 public class UInt8 extends Number { class
47 private UInt8() {} in UInt8() method in UInt8
/external/google-breakpad/src/common/mac/
Dstring_utilities.cc46 scoped_array<UInt8> buffer(new UInt8[maxUTF8Length + 1]); in ConvertToString()
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/
DZerosTest.java30 import org.tensorflow.types.UInt8;
132 Zeros<UInt8> op = Zeros.create(scope, Constant.create(scope, shape), UInt8.class); in createUInt8Zeros()
134 byte[][] actual = result.expect(UInt8.class).copyTo(new byte[(int)shape[0]][(int)shape[1]]); in createUInt8Zeros()
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DDataType.java21 import org.tensorflow.types.UInt8;
111 typeCodes.put(UInt8.class, DataType.UINT8); in typeCodes.put()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h273 UInt8, enumerator
302 uint8_t UInt8; member
324 VARIANT_EQUAL_CASE(UInt8)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h326 UInt8, enumerator
355 uint8_t UInt8; member
377 VARIANT_EQUAL_CASE(UInt8)
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/
DLabelImage.java32 import org.tensorflow.types.UInt8;
193 Output<UInt8> decodeJpeg(Output<String> contents, long channels) { in decodeJpeg()
198 .<UInt8>output(0); in decodeJpeg()
/external/python/cpython2/Mac/Modules/evt/
D_Evtmodule.c371 UInt8 _rv; in Evt_LMGetKbdLast()
386 UInt8 value; in Evt_LMSetKbdLast()
402 UInt8 _rv; in Evt_LMGetKbdType()
417 UInt8 value; in Evt_LMSetKbdType()
/external/tensorflow/tensorflow/lite/experimental/swift/TestApp/TestApp/
DViewController.swift174 let input: [UInt8] = [1, 3] in invokeAddQuantized()
186 let quantizedResults = [UInt8](outputTensor.data) in invokeAddQuantized()
/external/freetype/include/freetype/
Dftmac.h198 UInt8* path,
/external/image_io/includes/image_io/base/
Dtypes.h14 using UInt8 = std::uint8_t; variable
/external/tensorflow/tensorflow/tools/android/inference_interface/java/org/tensorflow/contrib/android/
DTensorFlowInferenceInterface.java40 import org.tensorflow.types.UInt8;
358 addFeed(inputName, Tensor.create(UInt8.class, dims, ByteBuffer.wrap(src))); in feed()
433 addFeed(inputName, Tensor.create(UInt8.class, dims, src)); in feed()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp35 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS) in operator <<()
304 case PDB_VariantType::UInt8: in operator <<()
305 OS << static_cast<unsigned>(Value.Value.UInt8); in operator <<()
/external/tensorflow/tensorflow/java/src/gen/resources/
Dtftypes.csv5 UInt8,n,byte,n,(byte)0,8-bit unsigned integer
/external/libusb/libusb/os/
Ddarwin_usb.h127 UInt8 first_config, active_config, port;
Ddarwin_usb.c576 UInt8 i, numConfig; in get_configuration_index()
704 static int darwin_request_descriptor (usb_device_t **device, UInt8 desc, UInt8 desc_index, void *bu… in darwin_request_descriptor()
728 UInt8 bDeviceClass; in darwin_cache_device_descriptor()
851 static int get_device_port (io_service_t service, UInt8 *port) { in get_device_port()
877 UInt8 port = 0; in darwin_get_cached_device()
964 UInt8 devSpeed; in process_new_device()
1178 UInt8 bInterfaceNumber; in darwin_get_interface()
1242 UInt8 alt_setting; in get_endpoints()
/external/webrtc/webrtc/base/
Dmacasyncsocket.cc393 const UInt8* bytes = reinterpret_cast<UInt8*>(&saddr); in CopyCFAddress()
/external/tensorflow/tensorflow/lite/experimental/swift/Tests/
DInterpreterTests.swift137 let expectedResults = [UInt8](outputTensor.data) in testOutputTensorAtIndex_QuantizedModel()
311 static let results: [UInt8] = [3, 9]
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/
DScopeTest.java33 import org.tensorflow.types.UInt8;
289 zeros.put(UInt8.class, (byte) 0); in zeros.put()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp35 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS) in operator <<()
352 case PDB_VariantType::UInt8: in operator <<()
353 OS << static_cast<unsigned>(Value.Value.UInt8); in operator <<()
/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py30 UInt8 = Type("UInt8", "b") variable

12