Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 29) sorted by relevance

12

/test/vts-testcase/security/avb/
Dgsi_validation_utils.cpp24 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()
Dgsi_validation_utils.h24 uint8_t HexDigitToByte(char c);
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py341 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/
Ddrop_caches_test.cpp51 for (unsigned int c = 0; c < chunksize; c++) { in TEST() local
52 buf[c] = (random() % 26) + 'A'; in TEST()
/test/mlts/benchmark/results/
DChart.bundle.min.js10c[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…
DLICENSE6 Copyright (c) 2018 Chart.js Contributors
/test/vts-testcase/security/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
/test/vts-testcase/vndk/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
/test/vts-testcase/fuzz/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
/test/vts/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
/test/vts-testcase/hal/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
/test/vts-testcase/performance/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
/test/vts-testcase/hal-trace/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
/test/vts-testcase/kernel/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
/test/vts/utils/python/library/vtable/testing/
Dbuild-libtest.sh24 clang++ -fPIC -nostdlib -c test-vtable.cpp -std=c++11
/test/vts-testcase/kernel/encryption/
Dadiantum.cpp104 #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/
Dgenerate_module_test.py90 for c in generated_str:
91 if c == '{':
93 elif c == '}':
/test/vts-testcase/kernel/api/bpf_native_test/
DAndroid.bp53 srcs: ["kern.c"],
/test/vts/utils/python/controllers/
Dandroid_device.py234 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/
DAndroid.bp50 srcs: ["lights.c"],
/test/mlts/benchmark/tools/
Drequirements.txt85 libarchive-c==2.8
/test/mlts/models/assets/asr_float/
DLICENSE85 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/
DREADME.md92 $ python xxx_test.py -c config.yaml
/test/mlts/models/assets/ssd_mobilenet_v1_coco_quantized/
Dtarmac.output71 …J4I(79HD,[CEADE8D25G2;7,$Q5DDT]LWEKRD�raut_melhZEkHYt<KYAXI5VPEo�DDfoecx�u�[c`nn^DSWSNFQ\R=^J[9J\n…
/test/vts/runners/target/gtest/
Dgtest_main.cpp464 for (auto c : xml) { in XmlEscape() local
465 switch (c) { in XmlEscape()
482 escaped.append(1, c); in XmlEscape()

12