Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 77) 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
31 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/
Dvndk.go161 func vndkIsVndkDepAllowed(from *vndkdep, to *vndkdep) bool {
163 if from.isVndkExt() {
164 if from.isVndkSp() {
172 if from.isVndk() {
177 if from.isVndkSp() {
/build/soong/cmd/symbol_inject/
Dsymbol_inject.go30 from = flag.String("from", "", "optional existing value of the symbol for verification") var
98 err = injectSymbol(file, w, *symbol, *value, *from)
129 func injectSymbol(file *File, w io.Writer, symbol, value, from string) error {
139 if from != "" {
143 copy(expected, from)
/build/soong/cc/config/
Dglobal.go245 func replaceFirst(slice []string, from, to string) { argument
246 if slice[0] != from {
247 panic(fmt.Errorf("Expected %q, found %q", from, to))
/build/make/core/
Dapicheck_msg_last.txt3 You have tried to change the API from what has been previously released in
Dapicheck_msg_current.txt3 You have tried to change the API from what has been previously approved.
Dhost_executable_internal.mk21 ifeq (,$(call if-build-from-source,$(LOCAL_MODULE),$(LOCAL_PATH)))
Dhost_shared_library_internal.mk29 ifeq (,$(call if-build-from-source,$(LOCAL_MODULE),$(LOCAL_PATH)))
/build/make/target/board/generic_arm64/
DREADME.txt5 from it or use it in any way.
/build/make/target/board/generic/sepolicy/
Dqemu_props.te8 # TODO(b/79502552): Invalid property access from emulator vendor
Dlogpersist.te8 # Read from logd.
/build/make/target/board/generic_mips64/
DREADME.txt8 from it or use it in any way.
/build/make/target/board/generic_x86_64/
DREADME.txt8 from it or use it in any way.
/build/make/target/board/generic_x86/
DREADME.txt8 from it or use it in any way.
/build/make/target/board/generic/
DREADME.txt9 from it or use it in any way.
/build/make/target/board/generic_mips/
DREADME.txt9 from it or use it in any way.
/build/kati/
DAUTHORS2 # This file is distinct from the CONTRIBUTORS files.
/build/soong/ui/logger/
Dlogger.go78 func fileRotation(from, baseName, ext string, cur, max int) error { argument
87 if err := os.Rename(from, newName); err != nil {
88 return fmt.Errorf("Failed to rotate %s to %s. %s", from, newName, err)
/build/make/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.

1234