Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 12 of 12) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DOutputMeanStdDev.java29 public OutputMeanStdDev(byte[] bytes) { in OutputMeanStdDev()
/test/app_compat/csuite/tools/script/
Dgenerate_module.py144 def parse_package_list(package_list_file: IO[bytes]) -> Set[bytes]:
181 out_file: IO[bytes]) -> Text:
Dgenerate_module_test.py56 def assert_valid_xml(self, xml_str: bytes) -> None:
86 def assert_braces_balanced(self, generated_str: bytes) -> None:
/test/mlts/benchmark/src/com/android/nn/benchmark/util/
DIOUtils.java34 public static float[] readFloats(byte[] bytes, int dataSize) { in readFloats()
/test/vts-testcase/kernel/encryption/
Dutils.cpp108 void RandomBytesForTesting(std::vector<uint8_t> &bytes) { in RandomBytesForTesting()
121 std::string BytesToHex(const std::vector<uint8_t> &bytes) { in BytesToHex()
311 bool VerifyDataRandomness(const std::vector<uint8_t> &bytes) { in VerifyDataRandomness()
Dvts_kernel_encryption.h110 uint8_t bytes[kFilesystemUuidSize]; member
Dfile_based_encryption_tests.cpp136 uint8_t bytes[kFscryptFileNonceSize]; member
146 uint8_t bytes[kFscryptMaxIVSize]; member
416 static bool MakeSomeCompressibleClusters(std::vector<uint8_t> &bytes, in MakeSomeCompressibleClusters()
831 uint8_t bytes[8]; in HashInodeNumber() member
Dadiantum.cpp154 uint8_t bytes[64]; in XChaCha() member
/test/vts-testcase/security/avb/
Dgsi_validation_utils.cpp45 bool HexToBytes(const std::string &hex, std::vector<uint8_t> *bytes) { in HexToBytes()
64 std::string BytesToHex(const std::vector<uint8_t> &bytes) { in BytesToHex()
/test/mlts/benchmark/jni/
Dbenchmark_jni.cpp358 jfloat *bytes = env->GetFloatArrayElements(meanSquareErrorArray, nullptr); in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark() local
365 jfloat *bytes = env->GetFloatArrayElements(maxSingleErrorArray, nullptr); in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark() local
384 jbyte *bytes = env->GetByteArrayElements(inferenceOutput, nullptr); in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark() local
491 jfloat* bytes = env->GetFloatArrayElements(to, nullptr); in convertToJfloatArray() local
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java516 public void addTestArtifact(String name, LogDataType type, byte[] bytes) { in addTestArtifact()
540 void addTestArtifact(String name, LogDataType type, byte[] bytes); in addTestArtifact()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DHostInfoStore.java262 public void addBytesResult(String name, byte[] bytes) throws IOException { in addBytesResult()