Lines Matching refs:com
18 name: "com.android.apex.cts.shim.pem",
19 out: ["com.android.apex.cts.shim.pem"],
24 name: "com.android.apex.cts.shim.pubkey",
25 srcs: [":com.android.apex.cts.shim.pem"],
26 out: ["com.android.apex.cts.shim.pubkey"],
32 name: "com.android.apex.cts.shim.key",
33 private_key: ":com.android.apex.cts.shim.pem",
34 public_key: ":com.android.apex.cts.shim.pubkey",
52 name: "com.android.apex.cts.shim.v3",
55 key: "com.android.apex.cts.shim.key",
61 name: "com.android.apex.cts.shim.v2",
64 key: "com.android.apex.cts.shim.key",
85 name: "com.android.apex.cts.shim.v2_wrong_sha",
88 key: "com.android.apex.cts.shim.key",
101 name: "com.android.apex.cts.shim.v2_additional_file",
104 key: "com.android.apex.cts.shim.key",
118 name: "com.android.apex.cts.shim.v2_additional_folder",
121 key: "com.android.apex.cts.shim.key",
127 name: "com.android.apex.cts.shim.v2_with_pre_install_hook",
130 key: "com.android.apex.cts.shim.key",
136 name: "com.android.apex.cts.shim.v2_with_post_install_hook",
139 key: "com.android.apex.cts.shim.key",
147 ":com.android.apex.cts.shim.v2",
148 ":com.android.apex.cts.shim.v2_additional_file",
149 ":com.android.apex.cts.shim.v2_additional_folder",
150 ":com.android.apex.cts.shim.v2_with_pre_install_hook",
151 ":com.android.apex.cts.shim.v2_with_post_install_hook",
152 ":com.android.apex.cts.shim.v3",
166 name: "com.android.apex.cts.shim.v1",
169 key: "com.android.apex.cts.shim.key",
175 name: "com.android.apex.cts.shim_not_pre_installed.pem",
176 out: ["com.android.apex.cts.shim_not_pre_installed.pem"],
181 name: "com.android.apex.cts.shim_not_pre_installed.pubkey",
182 srcs: [":com.android.apex.cts.shim_not_pre_installed.pem"],
183 out: ["com.android.apex.cts.shim_not_pre_installed.pubkey"],
189 name: "com.android.apex.cts.shim_not_pre_installed.key",
190 private_key: ":com.android.apex.cts.shim_not_pre_installed.pem",
191 public_key: ":com.android.apex.cts.shim_not_pre_installed.pubkey",
196 name: "com.android.apex.cts.shim_not_pre_installed",
199 key: "com.android.apex.cts.shim_not_pre_installed.key",