Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 79) sorted by relevance

1234

/build/kati/testcase/
Dbuild_once.mk5 echo link $@ from $<
8 echo compile $@ from $<
16 echo protoc $@ from $<
23 echo protoc $@ from $<
28 echo link $@ from $<
Dcurdir.mk4 echo linking $@ from $<
7 echo compiling $@ from $<
9 echo compiling $@ from $<
Dcurdir_implicit_rule.mk4 echo linking $@ from $<
7 echo compiling $@ from $<
Dimplicit_pattern_rule_phony.mk9 echo $@ from $<
12 echo $@ from $<
Dphony.mk12 echo PASS test1 from foo bar baz
34 echo PASS test5 from foo bar baz
Dimplicit_pattern_rule_chain.mk7 echo compile from $< to $@
Dmulti_rule_order_only.mk13 echo compile $@ from $<
/build/soong/cc/
Darm_device.go142 replaceFirst := func(slice []string, from, to string) {
143 if slice[0] != from {
144 panic(fmt.Errorf("Expected %q, found %q", from, to))
/build/tools/ijar/
DREADME.txt2 ijar: A tool for generating interface .jars from normal .jars
21 JVM .class files. Class files serve a dual purpose: from the JVM's
22 perspective, they are containers of executable code, but from the
30 The purpose of ijar is to produce, from a .jar file, a much smaller,
84 then read from there as necessary.
108 input than to risk leaving out something important from the output
/build/core/
Dexecutable_internal.mk19 ifeq (,$(call if-build-from-source,$(LOCAL_MODULE),$(LOCAL_PATH)))
32 …ULE) is statically linking libc to dynamic executable, please remove libc from static libs or set …
Dapicheck_msg_last.txt3 You have tried to change the API from what has been previously released in
Dhost_executable_internal.mk19 ifeq (,$(call if-build-from-source,$(LOCAL_MODULE),$(LOCAL_PATH)))
Dapicheck_msg_current.txt3 You have tried to change the API from what has been previously approved.
/build/target/board/generic_armv5/
DREADME.txt5 from it or use it in any way.
/build/target/board/generic_arm64/
DREADME.txt5 from it or use it in any way.
/build/tools/zipalign/
DREADME.txt21 from being page-aligned. The adjustment is made by altering the size of
39 facilitates directly loading shared libraries from inside a zip archive.
/build/target/board/generic/sepolicy/
Dlogd.te7 # Read from logd.
/build/target/board/generic_mips64/
DREADME.txt8 from it or use it in any way.
/build/target/board/generic_x86_64/
DREADME.txt8 from it or use it in any way.
/build/target/board/generic_x86/
DREADME.txt8 from it or use it in any way.
/build/kati/
DAUTHORS2 # This file is distinct from the CONTRIBUTORS files.
/build/target/board/generic/
DREADME.txt9 from it or use it in any way.
/build/target/board/generic_mips/
DREADME.txt9 from it or use it in any way.
/build/tools/acp/
DREADME17 volume. "cp" works okay copying from local disk.
22 If you copy from NFS to local disk, your NFS files will always be
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go537 for _, from := range mtDoc.PropertyStructs {
539 if from.Name == to.Name {
540 collapseDuplicateProperties(&to.Properties, &from.Properties)
544 collapsedDocs = append(collapsedDocs, from)
549 func collapseDuplicateProperties(to, from *[]PropertyDocs) {
551 for _, f := range *from {

1234