/test/vts-testcase/security/avb/ |
D | gsi_validation_utils.cpp | 24 uint8_t HexDigitToByte(char c) { in HexDigitToByte() argument 25 if (c >= '0' && c <= '9') { in HexDigitToByte() 26 return c - '0'; in HexDigitToByte() 28 if (c >= 'a' && c <= 'f') { in HexDigitToByte() 29 return c - 'a' + 10; in HexDigitToByte() 31 if (c >= 'A' && c <= 'Z') { in HexDigitToByte() 32 return c - 'A' + 10; in HexDigitToByte()
|
D | gsi_validation_utils.h | 24 uint8_t HexDigitToByte(char c);
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 341 for c in self.configList: 342 if (c["access"] != self.vtypes.VehiclePropertyAccess.READ_WRITE or 343 c["changeMode"] != self.vtypes.VehiclePropertyChangeMode.ON_CHANGE or 344 c["prop"] & self.vtypes.VehiclePropertyType.MASK 351 prop = c["prop"] 369 for area in c["areaConfigs"]: 433 for c in self.configList: 435 if (c["prop"] in staticProperties): 438 c["changeMode"], 439 "Prop 0x%x must be static change mode" % c['prop']) [all …]
|
/test/vts-testcase/kernel/api/drop_caches_prop/ |
D | drop_caches_test.cpp | 51 for (unsigned int c = 0; c < chunksize; c++) { in TEST() local 52 buf[c] = (random() % 26) + 'A'; in TEST()
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …c[t.slice(0,3)]}};var c={};for(var f in n)c[n[f]]=f},{5:5}],2:[function(t,e,i){var n=t(4),a=t(1),r…
|
D | LICENSE | 6 Copyright (c) 2018 Chart.js Contributors
|
/test/vts-testcase/security/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
|
/test/vts-testcase/vndk/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
|
/test/vts-testcase/fuzz/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
|
/test/vts/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
|
/test/vts-testcase/hal/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
|
/test/vts-testcase/performance/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
|
/test/vts-testcase/hal-trace/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
|
/test/vts-testcase/kernel/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
|
/test/vts/utils/python/library/vtable/testing/ |
D | build-libtest.sh | 24 clang++ -fPIC -nostdlib -c test-vtable.cpp -std=c++11
|
/test/vts-testcase/kernel/encryption/ |
D | adiantum.cpp | 104 #define CHACHA_QUARTERROUND(a, b, c, d) \ argument 108 c += d; \ 109 b = rol32(b ^ c, 12); \ 112 c += d; \ 113 b = rol32(b ^ c, 7); \
|
/test/app_compat/csuite/tools/script/ |
D | generate_module_test.py | 90 for c in generated_str: 91 if c == '{': 93 elif c == '}':
|
/test/vts-testcase/kernel/api/bpf_native_test/ |
D | Android.bp | 53 srcs: ["kern.c"],
|
/test/vts/utils/python/controllers/ |
D | android_device.py | 234 for c in configs: 236 serial = c.pop(keys.ConfigKeys.IKEY_SERIAL) 240 (keys.ConfigKeys.IKEY_SERIAL, c)) 242 product_type = c.pop(keys.ConfigKeys.IKEY_PRODUCT_TYPE) 246 keys.ConfigKeys.IKEY_PRODUCT_TYPE, c) 250 ad.loadConfig(c)
|
/test/vts/hals/light/bullhead/ |
D | Android.bp | 50 srcs: ["lights.c"],
|
/test/mlts/benchmark/tools/ |
D | requirements.txt | 85 libarchive-c==2.8
|
/test/mlts/models/assets/asr_float/ |
D | LICENSE | 85 c. Copyright and Similar Rights means copyright and/or similar rights 242 c. indicate the Licensed Material is licensed under this 276 c. You must comply with the conditions in Section 3(a) if You Share 307 c. The disclaimer of warranties and limitation of liability provided 333 c. For the avoidance of doubt, the Licensor may also offer the 366 c. No term or condition of this Public License will be waived and no
|
/test/vts-testcase/nbu/src/ |
D | README.md | 92 $ python xxx_test.py -c config.yaml
|
/test/mlts/models/assets/ssd_mobilenet_v1_coco_quantized/ |
D | tarmac.output7 | 1 …J4I(79HD,[CEADE8D25G2;7,$Q5DDT]LWEKRD�raut_melhZEkHYt<KYAXI5VPEo�DDfoecx�u�[c`nn^DSWSNFQ\R=^J[9J\n…
|
/test/vts/runners/target/gtest/ |
D | gtest_main.cpp | 464 for (auto c : xml) { in XmlEscape() local 465 switch (c) { in XmlEscape() 482 escaped.append(1, c); in XmlEscape()
|