Searched refs:location (Results 1 – 13 of 13) sorted by relevance
32 "$(location aprotoc) -Iplatform_testing/libraries -Iexternal/protobuf/src " +33 …"--plugin=protoc-gen-grpc-java=$(location protoc-gen-grpc-java-plugin) --grpc-java_out=$(genDir)/g…34 "$(location soong_zip) -o $(out) -C $(genDir)/gen -D $(genDir)/gen"36 …"$(location aprotoc) --java_opt=annotate_code=false -Iplatform_testing/libraries -Iexternal/protob…37 …"--plugin=protoc-gen-grpc-java=$(location protoc-gen-grpc-java-plugin) --grpc-java_out=lite:$(genD…38 "$(location soong_zip) -o $(out) -C $(genDir)/gen -D $(genDir)/gen"
78 cmd: "$(location gen-manifest.sh) " +79 "$(location AndroidManifest.xml.template) " +80 "$(location :permission-list-normal) " +97 " $(location toybox) xxd -i < $(in);" +
120 public static void failIfRequested(BooleanOption option, String location) { in failIfRequested() argument122 String message = String.format("Failed %s", location); in failIfRequested()
42 "&& if ! ($(location aprotoc) --encode=longevity.profile.Configuration " +43 "$(location :profile-proto-def) < $$file > " +
48 … "$(location soong_zip) -o $(out) -C $(genDir)/tmp -D $(genDir)/tmp -D $(genDir)/tmp/.idea",
38 …"&& $(location soong_zip) -jar -o $(out) -C $(genDir)/pb -P assets/statsd-configs -D $(genDir)/pb",
65 // There was no file at the golden location or it was unreadable.
251 public void clickAndWait(Point location) { in clickAndWait() argument252 mDevice.click(location.x, location.y); in clickAndWait()
365 URL location = RenderTestBase.class.getProtectionDomain().getCodeSource().getLocation(); in getTestResDir() local366 return new File(location.getPath()).exists() ? location.getPath() : null; in getTestResDir()
... .File wrapperJar () java.net.URI location java.net.URISyntaxException e java.net. ...
9 * Elements drawn in the wrong location (e.g., not rotating correctly)