Home
last modified time | relevance | path

Searched refs:example2 (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/enrollment/
Dadtech_enrollment_data.csv2 …OTECTED_AUDIENCE,FakeAdTech1,https://source.example1.com https://source.example2.com,https://trigg…
3 …le3.com,https://trigger.example2.com,https://reporting.example2.com,https://remarketing.example2.c…
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dsoftmax_v1_2.mod.py36 example2 = { variable
47 Example(example2).AddVariations("relaxed", "float16", quant8).AddDims([1, 3], i, o)
55 Example(example2).AddVariations("relaxed", "float16", quant8).AddAllDimsAndAxis(i, o, axis)
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dsoftmax_quant8_signed.mod.py77 example2 = { variable
88 Example(example2).AddVariations(quant8_signed, includeDefault=False).AddDims([1, 3], i, o)
97 Example(example2).AddVariations(quant8_signed, includeDefault=False).AddAllDimsAndAxis(i, o, axis)
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java301 Inet4Address example2 = v4Address("192.0.2.43"); in testIpAddress() local
307 checkIpAddress("192.0.2.1/24", example2, example1, slash24Netmask); in testIpAddress()
308 checkIpAddress("192.0.2.43/11", example2, ANY, slash11Netmask); in testIpAddress()
309 checkIpAddress("192.0.2.43/11", ANY, example2, slash11Netmask); in testIpAddress()
312 checkIpAddress(null, example2, ANY, invalidNetmask); in testIpAddress()
315 checkIpAddress("192.0.2.43/24", ANY, example2, null); in testIpAddress()