/hardware/broadcom/wlan/ |
.gitignore | 32 tags 33 TAGS
|
/prebuilt/android-arm/gdbserver/ |
Android.mk | 13 # Any prebuilt files with default TAGS can use the below:
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
RasterRenderer.cpp | 62 static const String TAGS[] = { 133 return TAGS;
|
GaneshRenderer.cpp | 60 static const String TAGS[] = { 168 return 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/util/ |
Makefile.in | 49 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
gen-tarball.in | 40 -o -name TAGS -o -name \*.old -o -name SCCS \
|
/frameworks/base/core/java/android/os/ |
Build.java | 317 /** Comma-separated tags describing the build, like "unsigned,debug". */ 318 public static final String TAGS = getString("ro.build.tags");
|
/external/e2fsprogs/lib/et/ |
Makefile.in | 80 TAGS: $(SRCS) 81 $(TAGS) $(SRCS) 134 $(RM) -f *~ \#* *.bak *.otl *.aux *.toc *.PS *.dvi *.ps TAGS *.ln *.html 140 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Video_MediaTest.java | 84 values.put(Media.TAGS, "cts, test"); 119 assertEquals("cts, test", c.getString(c.getColumnIndex(Media.TAGS))); 145 values.put(Media.TAGS, "cts1, test1"); 172 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
|
/cts/tests/tests/os/src/android/os/cts/ |
BuildTest.java | 154 assertTrue(TAGS_PATTERN.matcher(Build.TAGS).matches());
|
/external/srtp/crypto/ |
Makefile | 119 rm -f *core TAGS ktrace.out
|
/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
|
/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 \
|