/test/vts-testcase/kernel/encryption/ |
D | adiantum.cpp | 40 __le32 x; in get_unaligned_le32() local 42 memcpy(&x, p, sizeof(x)); in get_unaligned_le32() 43 return le32_to_cpu(x); in get_unaligned_le32() 47 __le32 x = cpu_to_le32(v); in put_unaligned_le32() local 49 memcpy(p, &x, sizeof(x)); in put_unaligned_le32() 53 __le64 x = cpu_to_le64(v); in put_unaligned_le64() local 55 memcpy(p, &x, sizeof(x)); in put_unaligned_le64() 116 static void ChaChaPermute(uint32_t x[16], int nrounds) { in ChaChaPermute() 119 CHACHA_QUARTERROUND(x[0], x[4], x[8], x[12]); in ChaChaPermute() 120 CHACHA_QUARTERROUND(x[1], x[5], x[9], x[13]); in ChaChaPermute() [all …]
|
/test/vts-testcase/kernel/ltp/testcase/tools/common/ |
D | list_utils.py | 31 x for x in itertools.chain(*lists) if not (x in seen or seen.add(x))
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 178 baseline = next(filter(lambda x: x.backend_type == BASELINE_BACKEND, 180 other = sorted(filter(lambda x: x is not baseline, results), 181 key=lambda x: x.backend_type) 229 (start_sec + x * time_freq_step_sec) * 1000.0) 230 for x in range(left_to_pad)], [0] * left_to_pad) 233 (end_time + x * time_freq_step_sec) * 1000.0) 234 for x in range(right_to_pad)], [0] * right_to_pad) 240 (time_freq_start_sec + x * time_freq_step_sec) * 1000.0) 241 for x in range(len(time_freq_sec))], time_freq_sec) 294 val = [float(x) * 100.0 for x in result.evaluator_values] [all …]
|
D | Chart.bundle.min.js | 10 …x(t){var e,i=t[0],n=t[1],a=t[2];return(e=360*Math.atan2(a,n)/2/Math.PI)<0&&(e+=360),[i,Math.sqrt(n… property
|
/test/vts/tests/kernel_proc_file_api_test/proc_tests/ |
D | ProcUidConcurrentTimeTests.py | 58 no_repeated_uids = len(set(x[0] for x in times)) == len(times) 86 p[0] = sum(int(x) for x in p[1]) 104 no_repeated_uids = len(set(x[0] for x in times)) == len(times)
|
D | ProcQtaguidCtrlTest.py | 38 if any(map(lambda x: x < 0, parsed)): 49 if any(map(lambda x: x < 0, parsed)):
|
D | ProcFsFileTests.py | 106 return list(map(lambda x: x.split(), contents.split('\n')[:-1]))
|
/test/vts-testcase/vndk/dependency/ |
D | vts_vndk_dependency_test.py | 120 self._sp_hal = [re.compile(x) for x in sp_hal_strings] 147 if not any(elf.MatchCpuAbi(x) for x in abi_list): 353 vendor_link_paths = [vndk_utils.FormatVndkPath(x, bitness) for 354 x in self._VENDOR_LINK_PATHS] 365 sp_hal_link_paths = [vndk_utils.FormatVndkPath(x, bitness) for 366 x in self._SP_HAL_LINK_PATHS] 385 if any(x.match(obj.target_path) for x in self._sp_hal): 389 bitness, ", ".join(x.name for x in sp_hal_libs)) 400 bitness, ", ".join(x.name for x in vndk_sp_ext_deps)) 461 error_lines = ["%s: %s" % (x[0], x[1]) for x in read_errors] [all …]
|
/test/vts-testcase/vndk/files/ |
D | vts_vndk_files_test.py | 97 unexpected = [x for x in self._ListFiles(vndk_dir) if 98 target_path_module.basename(x) not in vndk_set] 117 unexpected = [x for x in self._ListFiles(lib_dir) if 118 target_path_module.basename(x) in llndk_set]
|
/test/vts-testcase/vndk/golden/ |
D | vndk_data.py | 115 arch_names = next(x[2:] for x in _ABI_LIST if 116 abi_name.startswith(x[0]) and x[1] == abi_bitness) 241 vndk_lists = tuple([] for x in tags)
|
/test/vts-testcase/kernel/zram/ |
D | ZramTest.cpp | 59 [](const std::string& x) { return x.empty(); }), in TEST() argument
|
/test/vts-testcase/performance/hwbinder_latency_test/ |
D | HwBinderLatencyTest.py | 136 row.extend([ms_result[x] for x in self._MS_COLUMNS]) 137 row.extend([dis_result[x] for x in self._DIS_COLUMNS])
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/ |
D | BlankScreenDetectorWithSameColorRectangleTest.java | 144 .isEqualTo((imageWidth - smallRectangle.x - smallRectangle.width) * imageHeight); in maxSameColorRectangle_withLowerLeftRectangle_returnsLargestRectangle() 145 assertThat(rectangle.x).isEqualTo(smallRectangle.x + smallRectangle.width); in maxSameColorRectangle_withLowerLeftRectangle_returnsLargestRectangle() 165 assertThat(rectangle.x).isEqualTo(40); in maxSameColorRectangle_withFourRectangles_returnsLargestRectangle() 213 graphic.fillRect(rectangle.x, rectangle.y, rectangle.width, rectangle.height); in drawRectangles()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/imageprocessors/ |
D | Inception.java | 29 int x = origBitmap.getWidth() / 2 - croppedSize / 2; in preprocess() local 32 Bitmap centeredBitmap = Bitmap.createBitmap(origBitmap, x, y, croppedSize, croppedSize); in preprocess()
|
/test/vts-testcase/security/system_property/ |
D | vts_treble_sys_prop_test.py | 239 lambda x: not any( 240 x.startswith(prefix) for prefix in allowed_namespaces), 337 lambda x: any( 338 x.startswith(prefix)
|
/test/app_compat/csuite/tools/csuite_test/ |
D | go.mod | 20 exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
/test/vts-testcase/vndk/abi/ |
D | vts_vndk_abi_test.py | 345 host_dirs = [self._ToHostPath(x) for x in target_dirs]
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | BlankScreenDetectorWithSameColorRectangle.java | 205 mBlankScreenRectangle.x, in drawBlankScreenRectangle()
|
/test/app_compat/csuite/integration_tests/ |
D | Android.bp | 47 "chmod a+x $${CSUITE_TOOLS}/csuite-tradefed && " +
|
/test/mlts/models/assets/ssd_mobilenet_v1_coco_quantized/ |
D | tarmac.output7 | 1 …HF)J:@/4ADRG[MDJDDNE:CB02<17E;LDIKFVGLED�w�z�t|rz\Di]hzQ^ifofHqbDl�CDqpo_v|x�l`n{zqDfd^bYbscJ_R_P…
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 799 return {x: self.isPropSupported(x) for x in properties}
|
/test/app_compat/csuite/ |
D | pylintrc | 219 method-rgx=(?x)^(?:(?P<exempt>_[a-z0-9_]+__|runTest|setUp|tearDown|setUpTestCase|tearDownTestCase|s… 267 ignore-long-lines=(?x)(
|
/test/dittosuite/ |
D | Doxyfile | 20 # doxygen -x [configFile] 2023 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x 2024 # 14 inches) and executive (7.25 x 10.5 inches).
|
/test/mlts/models/assets/image_classification/ |
D | LICENSE | 9718 Title: Hummer x Newfoundlander
|