HomeSort by relevance Sort by last modified time
    Searched refs:TAGS (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /hardware/broadcom/wlan/
.gitignore 32 tags
33 TAGS
  /build/core/tasks/
module-info.mk 12 '"tags": [$(foreach w,$(sort $(ALL_MODULES.$(m).TAGS)),"$(w)", )], ' \
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 66 Assert.assertNotNull("TAGS", Build.TAGS); // TAGS is allowed to be empty.
  /toolchain/binutils/binutils-2.25/libiberty/
maint-tool 132 open(TAGS, "TAGS");
133 while (<TAGS>) {
136 $filename = <TAGS>;
  /external/e2fsprogs/util/
Makefile.in 54 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
gen-tarball.in 40 -o -name TAGS -o -name \*.old -o -name SCCS \
  /hardware/qcom/audio/legacy/libalsa-intf/
Android.mk 4 # Any prebuilt files with default TAGS can use the below:
  /device/asus/fugu/
AndroidKernel.mk 72 TAGS_files := TAGS
73 tags_files := tags
77 TAGS tags gtags cscope: $(KERNEL_CONFIG)
  /external/e2fsprogs/lib/et/
Makefile.in 100 TAGS: $(SRCS)
101 $(TAGS) $(SRCS)
156 $(RM) -f *~ \#* *.bak *.otl *.aux *.toc *.PS *.dvi *.ps TAGS *.ln \
164 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java 95 values.put(Media.TAGS, "cts, test");
130 assertEquals("cts, test", c.getString(c.getColumnIndex(Media.TAGS)));
156 values.put(Media.TAGS, "cts1, test1");
183 assertEquals("cts1, test1", c.getString(c.getColumnIndex(Media.TAGS)));
  /external/e2fsprogs/tests/progs/
Makefile.in 66 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
  /external/srtp/crypto/
Makefile 119 rm -f *core TAGS ktrace.out
  /frameworks/base/core/java/android/os/
Build.java     [all...]
  /external/libogg/win32/
Makefile 138 tags: TAGS
139 TAGS:
  /external/v8/tools/release/
test_scripts.py 77 self.assertEquals("4.8.230", SanitizeVersionTag("tags/4.8.230"))
82 "tags/4.8.230",
83 "tags/4.8.224.1",
86 "tags/4.8.223",
87 "tags/4.8.231",
645 TAGS = """
657 Cmd("git fetch origin +refs/tags/*:refs/tags/*", ""),
658 Cmd("git tag", self.TAGS),
816 Cmd("git fetch origin +refs/tags/*:refs/tags/*", "")
    [all...]
  /build/core/
base_rules.mk 73 ## Dump a .csv file of all modules and their tags
86 # User tags are not allowed anymore. Fail early because it will not be installed
100 # Only the tags mentioned in this test are expected to be set by module
104 $(warning unusual tags $(my_module_tags) on $(LOCAL_MODULE) at $(LOCAL_PATH))
107 # Add implicit tags.
426 ALL_MODULES.$(my_register_name).TAGS := \
427 $(ALL_MODULES.$(my_register_name).TAGS) $(my_module_tags)
488 # Keep track of all the tags we've seen.
  /cts/tests/tests/os/src/android/os/cts/
BuildTest.java 214 assertTrue(TAGS_PATTERN.matcher(Build.TAGS).matches());
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 73 VAR_MAP.put("build.tags", new StaticVarGetter(Build.TAGS));
  /external/e2fsprogs/lib/ss/
Makefile.in 30 TAGS=etags
82 # for 'tags' and dependencies
181 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
  /external/srtp/
Makefile 14 # tags builds etags file from all .c and .h files
165 # bookkeeping: tags, clean, and distribution
167 tags:
194 rm -rf $(cryptobj) $(srtpobj) $(cryptomath) $(table_apps) TAGS \
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 955 // TODO (katyarogers) searchbrowse includes search lists and tags,
1024 "http://(?:www.)?flickr.com/photos/([^/?#&]+)/(tags|sets)/" +
1028 private static final String TAGS = "tags";
1032 private String grouping; // either "tags" or "sets"
1033 private String groupingId; // sets or tags identifier
1039 /* System wide tags look like the URL to a Flickr user. */
1040 if (!TAGS.equals(user)) {
1049 this.grouping = TAGS;
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 337 tags: TAGS
339 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
341 tags=; \
349 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
352 $$tags $$unique; \
357 tags=; \
365 test -z "$(CTAGS_ARGS)$$tags$$unique" \
367 $$tags $$unique
374 distclean-tags
    [all...]
  /external/vboot_reference/
Makefile     [all...]
  /external/e2fsprogs/resize/
Makefile.in 114 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
  /external/e2fsprogs/debugfs/
Makefile.in 126 $(RM) -f debug_cmds.c .depend Makefile $(srcdir)/TAGS \

Completed in 1167 milliseconds

1 2 3 4