Searched refs:v3 (Results 1 – 12 of 12) sorted by relevance
/system/memory/libmemtrack/ |
D | memtrack_test.cpp | 66 size_t v3; in main() local 83 v3 = DIV_ROUND_UP(memtrack_proc_gl_total(p), 1024); in main() 88 if (v1 | v2 | v3 | v4 | v5 | v6) { in main() 89 fprintf(stdout, "%5d %6zu %6zu %6zu %6zu %6zu %6zu %s\n", pid, v1, v2, v3, v4, v5, v6, in main()
|
/system/apex/shim/ |
D | Android.bp | 71 src: "com.android.apex.cts.shim.v3.apex", 72 filename: "com.android.apex.cts.shim.v3.apex",
|
D | README.md | 29 m com.android.apex.cts.shim.v3 \
|
/system/apex/shim/build/ |
D | Android.bp | 52 name: "com.android.apex.cts.shim.v3", 182 ":com.android.apex.cts.shim.v3", 364 // v3 cts shim package signed by bob 370 ":com.android.apex.cts.shim.v3", 378 …om.android.apex.rotation.key.bob.x509.pem) --out $(out) $(location :com.android.apex.cts.shim.v3)", 381 // v3 cts shim package signed by bob + lineage 387 ":com.android.apex.cts.shim.v3", 396 …on :com.android.apex.rotation.key.bob.rot) --out $(out) $(location :com.android.apex.cts.shim.v3)",
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexdHostTest.java | 188 final File v3 = mTestUtils.getTestFile("apex.apexd_test_v3.apex"); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion() local 189 getDevice().pushFile(v3, "/product/apex/apex.apexd_test_v3.apex"); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion()
|
/system/libhidl/ |
D | test_main.cpp | 220 hidl_vec<int32_t> v3 = {5, 6, 7}; // initializer_list in TEST_F() local 221 EXPECT_EQ(v3.size(), 3ul); in TEST_F() 222 EXPECT_ARRAYEQ(v3, array, v3.size()); in TEST_F()
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 439 #define EXPAND_ASSIST(v1, v2, v3, v4, shuff_const, aes_const) \ argument 441 v3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(v3), _mm_castsi128_ps(v1), 16)); \ 442 v1 = _mm_xor_si128(v1, v3); \ 443 v3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(v3), _mm_castsi128_ps(v1), 140)); \ 444 v1 = _mm_xor_si128(v1, v3); \
|
/system/update_engine/ |
D | update_metadata.proto | 151 // dev-channel, x86-alex, 1.2.3, mp-v3 152 // nplusone-channel, x86-alex, 1.2.4, mp-v3, dev-channel, 1.2.3
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 151 // dev-channel, x86-alex, 1.2.3, mp-v3 152 // nplusone-channel, x86-alex, 1.2.4, mp-v3, dev-channel, 1.2.3
|
/system/timezone/ |
D | README.android | 130 with a v1 or a v3 device.
|
/system/chre/ |
D | README.md | 60 First, setup paths to the Hexagon Tools (v8.x.x), SDK (v3.0), and SLPI source
|
/system/apex/docs/ |
D | README.md | 144 [APK signature scheme v3](/https://source.android.com/security/apksigning/v3). Two different keys a…
|