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

1 2 3

  /hardware/broadcom/wlan/
.gitignore 32 tags
33 TAGS
  /hardware/ti/wlan/
.gitignore 32 tags
33 TAGS
  /system/wlan/ti/
.gitignore 32 tags
33 TAGS
  /prebuilt/android-arm/gdbserver/
Android.mk 13 # Any prebuilt files with default TAGS can use the below:
  /external/e2fsprogs/util/
Makefile.in 49 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
gen-tarball.in 33 -o -name TAGS -o -name \*.old -o -name SCCS \
  /frameworks/base/core/java/android/os/
Build.java 199 /** Comma-separated tags describing the build, like "unsigned,debug". */
200 public static final String TAGS = getString("ro.build.tags");
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 66 Assert.assertNotNull("TAGS", Build.TAGS); // TAGS is allowed to be empty.
  /external/e2fsprogs/lib/et/
Makefile.in 73 TAGS: $(SRCS)
74 $(TAGS) $(SRCS)
127 $(RM) -f *~ \#* *.bak *.otl *.aux *.toc *.PS *.dvi *.ps TAGS *.ln
133 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
  /external/iptables/
Rules.make 21 TAGS:
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java 78 values.put(Media.TAGS, "cts, test");
113 assertEquals("cts, test", c.getString(c.getColumnIndex(Media.TAGS)));
139 values.put(Media.TAGS, "cts1, test1");
166 assertEquals("cts1, test1", c.getString(c.getColumnIndex(Media.TAGS)));
  /external/e2fsprogs/tests/progs/
Makefile.in 61 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
  /external/bison/src/
Makefile 447 tags: TAGS
449 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
451 tags=; \
459 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
462 $$tags $$unique; \
467 tags=; \
475 test -z "$(CTAGS_ARGS)$$tags$$unique" \
477 $$tags $$unique
484 distclean-tags
    [all...]
  /external/elfutils/lib/
Makefile 267 tags: TAGS
269 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
271 tags=; \
279 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
282 $$tags $$unique; \
287 tags=; \
295 test -z "$(CTAGS_ARGS)$$tags$$unique" \
297 $$tags $$unique
304 distclean-tags
    [all...]
  /external/elfutils/libcpu/
Makefile 251 tags: TAGS
253 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
255 tags=; \
263 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
266 $$tags $$unique; \
271 tags=; \
279 test -z "$(CTAGS_ARGS)$$tags$$unique" \
281 $$tags $$unique
288 distclean-tags
    [all...]
  /external/elfutils/src/
Makefile 436 tags: TAGS
438 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
440 tags=; \
448 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
451 $$tags $$unique; \
456 tags=; \
464 test -z "$(CTAGS_ARGS)$$tags$$unique" \
466 $$tags $$unique
473 distclean-tags
    [all...]
  /external/elfutils/config/
Makefile 193 tags: TAGS
194 TAGS:
  /external/elfutils/doc/
Makefile 192 tags: TAGS
193 TAGS:
  /external/elfutils/m4/
Makefile 195 tags: TAGS
196 TAGS:
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 73 VAR_MAP.put("build.tags", new StaticVarGetter(Build.TAGS));
  /external/bison/
Makefile 382 tags-recursive:
384 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
399 tags: TAGS
401 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
403 tags=; \
414 test ! -f $$subdir/TAGS || \
415 tags="$$tags $$include_option=$$here/$$subdir/TAGS";
    [all...]
  /external/bison/examples/
Makefile 311 tags-recursive:
313 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
328 tags: TAGS
330 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
332 tags=; \
343 test ! -f $$subdir/TAGS || \
344 tags="$$tags $$include_option=$$here/$$subdir/TAGS";
    [all...]
  /external/e2fsprogs/lib/ss/
Makefile.in 30 TAGS=etags
86 # for 'tags' and dependencies
185 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
  /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...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Makefile 185 TAGS: $(SRCS)

Completed in 973 milliseconds

1 2 3