Searched refs:b (Results 1 – 20 of 20) sorted by relevance
/test/vts-testcase/kernel/encryption/ |
D | adiantum.cpp | 58 static unsigned int round_up(unsigned int a, unsigned int b) { in round_up() argument 59 return a + -a % b; in round_up() 65 const uint8_t b[16]) { in le128_add() 68 int sum = a[i] + b[i] + carry; in le128_add() 76 const uint8_t b[16]) { in le128_sub() 79 int sum = a[i] - b[i] - carry; in le128_sub() 104 #define CHACHA_QUARTERROUND(a, b, c, d) \ argument 106 a += b; \ 109 b = rol32(b ^ c, 12); \ 110 a += b; \ [all …]
|
D | utils.cpp | 123 for (uint8_t b : bytes) { in BytesToHex() local 124 o << std::hex << std::setw(2) << std::setfill('0') << (int)b; in BytesToHex()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/util/ |
D | IOUtils.java | 85 byte b = data[i + 1]; in invertOrder4() 88 data[i + 2] = b; in invertOrder4()
|
/test/vts/tests/gpu_test/ |
D | OWNERS | 1 # Bug template url: https://b.corp.google.com/issues/new?component=24939&template=1715593
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 303 diff = [a - b for a, b in zip(val, base)] 326 diff = [a - b for a, b in zip(val, base)] 348 diff = [a - b for a, b in zip(val, base)]
|
D | Chart.bundle.min.js | 10 …b=s;break;case 1:r=a,g=i,b=s;break;case 2:r=s,g=i,b=a;break;case 3:r=s,g=a,b=i;break;case 4:r=a,g=… property
|
/test/mlts/models/assets/asr_float/ |
D | LICENSE | 81 b. Adapter's License means the license You apply to Your Copyright 90 specified in Section 2(b)(1)-(2) are not Copyright and Similar 145 b. produce, reproduce, and Share Adapted Material. 175 b. No downstream restrictions. You may not offer or impose 189 b. Other rights. 239 b. indicate if You modified the Licensed Material and 271 b. if You include all or a substantial portion of the database 297 b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 320 b. Where Your right to use the Licensed Material has terminated under 329 For the avoidance of doubt, this Section 6(b) does not affect any [all …]
|
/test/suite_harness/common/host-side/util/ |
D | Android.bp | 25 // b/267831518: Pin tradefed and dependencies to Java 11.
|
/test/suite_harness/common/host-side/tradefed/ |
D | Android.bp | 22 // b/267831518: Pin tradefed and dependencies to Java 11.
|
/test/vts-testcase/vndk/golden/ |
D | Android.bp | 30 // TODO(b/150663999): Replace with gensrcs when the build system is able to
|
/test/vts/vndk_utils/library/ |
D | elf_parser.py | 211 ret = b"" 219 end_index = buf.find(b"\0") 485 if len(data) < 4 or data[:4] != b'APS2': 597 if name == b"Android\0":
|
/test/cts-root/tests/permission/ |
D | Android.bp | 32 // TODO(b/326241209): @TestApi isn't supported in system server right now.
|
/test/vts/vndk_utils/library/elf/ |
D | consts.py | 32 ELF_MAGIC_NUMBER = b'\x7fELF'
|
/test/catbox/report/src/com/android/catbox/util/ |
D | TestMetricsUtil.java | 207 double variance = values.stream().reduce(0.0, (a, b) -> a + Math.pow(b - mean, 2) / count);
|
/test/vts-testcase/vndk/ |
D | Android.bp | 46 // TODO(b/243602514): Python data should not be put in testcases dir.
|
/test/mlts/models/ |
D | LICENSE | 97 (b) You must cause any modified files to carry prominent notices
|
/test/mlts/benchmark/ |
D | LICENSE | 97 (b) You must cause any modified files to carry prominent notices
|
/test/dittosuite/ |
D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
D | README.md | 382 lcov -d ./CMakeFiles/ -b . --gcov-tool $PWD/../test/llvm-gcov.sh --capture -o cov.info
|
/test/mlts/models/assets/image_classification/ |
D | LICENSE | 927 Author: b d (https://www.flickr.com/people/dustandfog/) 10199 Author: chuck b. (https://www.flickr.com/people/82479320@N00/)
|