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

  /build/core/
phony_package.mk 2 $(error LOCAL_SRC_FILES are not allowed for phony packages)
6 $(error LOCAL_REQUIRED_MODULES is required for phony packages)
main.mk 56 .PHONY: droid
61 .PHONY: FORCE
159 .PHONY: incrementaljavac
357 .PHONY: $(INTERNAL_MODIFIER_TARGETS)
705 .PHONY: prebuilt
711 .PHONY: all_copied_headers
717 .PHONY: files
725 .PHONY: checkbuild
728 .PHONY: ramdisk
731 .PHONY: systemtarbal
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
QuickResponseTests.java 60 QuickResponse phony = new QuickResponse(17, "quick response text"); local
61 assert(!(phony.equals(unparcelled)));
MailboxTests.java 576 Mailbox phony = buildTestMailbox("different ID", "display name for mailbox"); local
577 assertFalse(Arrays.equals(phony.getHashes(), unparcelled.getHashes()));
  /ndk/sources/host-tools/make-3.81/
filedef.h 85 unsigned int phony:1; /* Nonzero if this is a phony file member in struct:file
86 i.e., a prerequisite of .PHONY. */
remake.c 229 message (1, ((file->phony || file->cmds == 0)
454 if (!file->phony && file->cmds == 0 && !file->tried_implicit)
597 d->changed = ((file->phony && file->cmds != 0)
830 if (file->phony)
854 if ((ran && !file->phony) || touched)
916 if (ran && !d->file->phony)
947 if (file->phony || !file->intermediate)
964 if (!file->phony && file->cmds == 0 && !file->tried_implicit)
    [all...]
file.c 326 MERGE (phony);
628 Also mark the files depended on by .PRECIOUS, .PHONY, .SILENT,
672 for (f = lookup_file (".PHONY"); f != 0; f = f->prev)
676 /* Mark this file as phony nonexistent target. */
677 f2->phony = 1;
911 if (f->phony)
912 puts (_("# Phony target (prerequisite of .PHONY)."));
commands.c 529 /* Delete FILE unless it's precious or not actually a file (phony),
538 if (file->precious || file->phony)
  /ndk/build/core/
build-all.mk 30 # These phony targets are used to control various stages of the build
31 .PHONY: all \

Completed in 751 milliseconds