HomeSort by relevance Sort by last modified time
    Searched refs:phony (Results 1 - 23 of 23) sorted by null

  /build/soong/phony/
phony.go 15 package phony package
26 android.RegisterModuleType("phony", phonyFactory)
29 type phony struct { type
35 module := &phony{}
41 func (p *phony) DepsMutator(ctx android.BottomUpMutatorContext) {
44 func (p *phony) GenerateAndroidBuildActions(ctx android.ModuleContext) {
47 ctx.PropertyErrorf("required", "phony must not have empty required dependencies in order to be useful(and therefore permitted).")
51 func (p *phony) AndroidMk() (ret android.AndroidMkData, err error) {
  /build/make/core/
phony_package.mk 3 $(error LOCAL_SRC_FILES are not allowed for phony packages)
copy_headers.mk 31 # all_copied_headers phony target depend on each
  /build/soong/android/
defs.go 28 // A phony rule that is not the built-in Ninja phony rule. The built-in
29 // phony rule has special behavior that is sometimes not desired. See the
31 Phony = pctx.AndroidStaticRule("Phony",
33 Command: "# phony $out",
34 Description: "phony $out",
  /libcore/ojluni/
Android.mk 19 LOCAL_MODULE := ojluni-phony
  /build/kati/testcase/
sort.mk 12 echo $(sort cpplint-art-phony libart libartd libgabi++ libopenjdkjvm libopenjdkjvmd libart)
  /art/build/
Android.cpplint.mk 34 .PHONY: cpplint-art
39 .PHONY: cpplint-art-all
63 LOCAL_MODULE := cpplint-art-phony
  /build/kati/
dep.go 42 return fmt.Sprintf("Dep{output=%s cmds=%d deps=%d orders=%d hasRule=%t phony=%t filename=%s lineno=%d}",
58 phony map[string]bool
144 if db.phony[target] {
294 n := &DepNode{Output: output, IsPhony: db.phony[output]}
297 // create depnode for phony targets?
547 phony: make(map[string]bool),
554 rule, present := db.rules[".PHONY"]
557 db.phony[input] = true
570 for t := range db.phony {
query.go 59 fmt.Fprintf(w, "phony: true\n")
ninja.go 510 ruleName := "phony"
728 // emit phony targets for visited nodes that are
742 n.emitBuild(node, "phony", "", "")
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.asm 203 ; Double fault causes an error code to be pushed so no phony push necessary
215 ; Invalid TSS causes an error code to be pushed so no phony push necessary
222 ; Segment Not Present causes an error code to be pushed so no phony push necessary
229 ; Stack fault causes an error code to be pushed so no phony push necessary
236 ; GP fault causes an error code to be pushed so no phony push necessary
243 ; Page fault causes an error code to be pushed so no phony push necessary
260 ; Alignment check causes an error code to be pushed so no phony push necessary
efi64.asm 225 ; Double fault causes an error code to be pushed so no phony push necessary
237 ; Invalid TSS causes an error code to be pushed so no phony push necessary
244 ; Segment Not Present causes an error code to be pushed so no phony push necessary
251 ; Stack fault causes an error code to be pushed so no phony push necessary
258 ; GP fault causes an error code to be pushed so no phony push necessary
265 ; Page fault causes an error code to be pushed so no phony push necessary
282 ; Alignment check causes an error code to be pushed so no phony push necessary
  /build/blueprint/bootstrap/
bootstrap.go 111 phony = pctx.StaticRule("phony",
113 Command: "# phony $out",
114 Description: "phony $out",
786 Rule: blueprint.Phony,
108 phony = pctx.StaticRule("phony", var
doc.go 164 // adds a phony rule "blueprint_tools" that depends on all blueprint_go_binary
  /build/soong/ui/build/
build.go 39 build {{.CombinedNinjaFile}}: phony {{.SoongNinjaFile}}
  /bionic/libc/stdio/
stdio.cpp 854 namespace phony { namespace in namespace:__anon1303
858 static_assert(sizeof(::__sFILE) == sizeof(phony::__sFILE),
860 static_assert(alignof(::__sFILE) == alignof(phony::__sFILE),
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 504 Mailbox phony = buildTestMailbox("different ID", "display name for mailbox"); local
505 assertFalse(Arrays.equals(phony.getHashes(), unparcelled.getHashes()));
  /prebuilts/misc/common/robolectric/
run_robotests.mk 157 # This is actually a phony target that is never built.
  /build/blueprint/
package_ctx.go 123 var Phony Rule = NewBuiltinRule("phony")
  /external/minijail/
common.mk 62 # In most cases, using .PHONY is preferred.
455 # into the phony archives for timestamps. This will cause the final
525 .PHONY: TEST
532 .PHONY: CLEANFILE
539 .PHONY: CLEAN
735 .PHONY: tests
771 .PHONY: qemu_clean qemu_chroot_install
882 .PHONY: clean NONE valgrind NONE
    [all...]
  /external/modp_b64/
common.mk 62 # In most cases, using .PHONY is preferred.
455 # into the phony archives for timestamps. This will cause the final
525 .PHONY: TEST
532 .PHONY: CLEANFILE
539 .PHONY: CLEAN
735 .PHONY: tests
771 .PHONY: qemu_clean qemu_chroot_install
882 .PHONY: clean NONE valgrind NONE
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 709 milliseconds