/system/core/libmemtrack/ |
D | memtrack_test.cpp | 65 size_t v2; in main() local 82 v2 = DIV_ROUND_UP(memtrack_proc_graphics_pss(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/sepolicy/prebuilts/api/27.0/public/ |
D | untrusted_v2_app.te | 2 ### Untrusted v2 sandbox apps.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | untrusted_v2_app.te | 2 ### Untrusted v2 sandbox apps.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | untrusted_v2_app.te | 2 ### Untrusted v2 sandbox apps.
|
/system/core/libpixelflinger/ |
D | trap.cpp | 99 const GGLcoord* v2 ) in triangle_dump_points() argument 107 v2[0]*tri, v2[1]*tri, v2[0], v2[1] ); in triangle_dump_points() 463 const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) in trianglex_debug() argument 467 aa_trianglex(con,v0,v1,v2); in trianglex_debug() 469 trianglex_big(con,v0,v1,v2); in trianglex_debug() 474 linex(con, v1, v2, TRI_ONE); in trianglex_debug() 475 linex(con, v2, v0, TRI_ONE); in trianglex_debug() 480 const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) in trianglex_xor() argument 482 trianglex_big(con,v0,v1,v2); in trianglex_xor() 483 trianglex_small(con,v0,v1,v2); in trianglex_xor() [all …]
|
/system/core/debuggerd/ |
D | protocol.h | 102 CrashInfoDataV2 v2; member
|
/system/apex/shim/ |
D | Android.bp | 28 src: "com.android.apex.cts.shim.v2.apex", 29 filename: "com.android.apex.cts.shim.v2.apex",
|
D | README.md | 30 com.android.apex.cts.shim.v2 \ 43 …duct/${DEVICE}/obj/ETC/com.android.apex.cts.shim.v2_intermediates/com.android.apex.cts.shim.v2.apex
|
/system/timezone/ |
D | README.android | 90 - Major format version numbers are mutually incompatible. e.g. v2 is not 92 - Minor format version numbers are backwards compatible. e.g. a v2.2 distro 93 will work on a v2.1 device but not a v2.3 device.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | untrusted_v2_app.te | 2 ### Untrusted v2 sandbox apps.
|
D | untrusted_app_all.te | 5 ### apps which target the v2 security sandbox (ephemeral_app for instant apps, 6 ### untrusted_v2_app for fully installed v2 apps).
|
D | seapp_contexts | 15 # isV2App=true will match apps in the v2 app sandbox.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | untrusted_v2_app.te | 2 ### Untrusted v2 sandbox apps.
|
D | untrusted_app_all.te | 5 ### apps which target the v2 security sandbox (ephemeral_app for instant apps, 6 ### untrusted_v2_app for fully installed v2 apps).
|
D | seapp_contexts | 15 # isV2App=true will match apps in the v2 app sandbox.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | untrusted_v2_app.te | 2 ### Untrusted v2 sandbox apps.
|
D | untrusted_app_all.te | 5 ### apps which target the v2 security sandbox (ephemeral_app for instant apps, 6 ### untrusted_v2_app for fully installed v2 apps).
|
/system/media/audio_utils/include/audio_utils/ |
D | variadic_utils.h | 269 && fold([](const bool& v1, const bool& v2) { return v1 && v2; }, 270 tupleOp([](const auto &v1, const auto &v2) { return equivalent(v1, v2); },
|
/system/apex/shim/build/ |
D | Android.bp | 61 name: "com.android.apex.cts.shim.v2", 147 ":com.android.apex.cts.shim.v2",
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | pixelflinger.h | 211 GGLcoord const* v0, GGLcoord const* v1, GGLcoord const* v2);
|
/system/libhidl/ |
D | test_main.cpp | 206 vector<int32_t> v2 = hv1; // cast in TEST_F() local 207 EXPECT_ARRAYEQ(v2, v, 3); in TEST_F()
|
/system/ca-certificates/google/files/ |
D | 2afc57aa.0 | 72 URI:http://www.trustcenter.de/crl/v2/tc_class_2_ca_II.crl
|
/system/bt/stack/crypto_toolbox/ |
D | aes.cc | 256 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local 266 v2 ^= (v1 * n2); /* shift accumulated value and */ in gf_inv() 276 v1 ^= v2 * n1; in gf_inv() 280 return v2; in gf_inv()
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 428 #define EXPAND_ASSIST(v1, v2, v3, v4, shuff_const, aes_const) \ argument 429 v2 = _mm_aeskeygenassist_si128(v4, aes_const); \ 434 v2 = _mm_shuffle_epi32(v2, shuff_const); \ 435 v1 = _mm_xor_si128(v1, v2)
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 229 VersionRange v2; in TEST_F() local 230 EXPECT_TRUE(parse("1.2-3", &v2)); in TEST_F() 231 EXPECT_EQ(v, v2); in TEST_F() 467 Version v2; in TEST_F() local 468 EXPECT_TRUE(gVersionConverter(&v2, xml)); in TEST_F() 469 EXPECT_EQ(v, v2); in TEST_F()
|