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

1 2 3 4

  /hardware/broadcom/wlan/
.gitignore 32 tags
33 TAGS
  /build/make/core/tasks/
module-info.mk 12 '"tags": [$(foreach w,$(sort $(ALL_MODULES.$(m).TAGS)),"$(w)", )], ' \
  /external/linux-kselftest/
.gitignore 45 /tags
46 /TAGS
  /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>;
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DeviceInfoCollector.java 56 private static final String TAGS = "ro.build.tags";
95 REFERENCE_FINGERPRINT, SERIAL, TAGS, TYPE, VERSION_BASE_OS, VERSION_RELEASE,
  /external/e2fsprogs/util/
Makefile.in 61 $(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 99 TAGS: $(SRCS)
100 $(TAGS) $(SRCS)
155 $(RM) -f *~ \#* *.bak *.otl *.aux *.toc *.PS *.dvi *.ps TAGS *.ln \
163 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java 96 values.put(Media.TAGS, "cts, test");
131 assertEquals("cts, test", c.getString(c.getColumnIndex(Media.TAGS)));
157 values.put(Media.TAGS, "cts1, test1");
184 assertEquals("cts1, test1", c.getString(c.getColumnIndex(Media.TAGS)));
  /external/e2fsprogs/tests/progs/
Makefile.in 67 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
  /external/libogg/win32/
Makefile 138 tags: TAGS
139 TAGS:
  /external/v8/tools/release/
test_scripts.py 78 self.assertEquals("4.8.230", SanitizeVersionTag("tags/4.8.230"))
83 "tags/4.8.230",
84 "tags/4.8.224.1",
87 "tags/4.8.223",
88 "tags/4.8.231",
646 TAGS = """
658 Cmd("git fetch origin +refs/tags/*:refs/tags/*", ""),
659 Cmd("git tag", self.TAGS),
817 Cmd("git fetch origin +refs/tags/*:refs/tags/*", "")
    [all...]
  /development/vndk/tools/definition-tool/tests/
test_tagged_dict.py 56 for to_tag in TaggedDict.TAGS:
254 for tag in TaggedPathDict.TAGS:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 50 /** Version of the test report. Increment whenever adding new tags and attributes. */
106 referenceFingerprint, Build.SERIAL, Build.TAGS, Build.TYPE, versionBaseOs,
  /cts/tests/tests/os/src/android/os/cts/
BuildTest.java 220 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
81 # for 'tags' and dependencies
180 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
  /frameworks/base/core/java/android/os/
Build.java     [all...]
  /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...]
  /build/make/core/
base_rules.mk 86 # Don't pull in modules by tags if this is for translation TARGET_2ND_ARCH.
103 ## Dump a .csv file of all modules and their tags
116 # User tags are not allowed anymore. Fail early because it will not be installed
130 # Only the tags mentioned in this test are expected to be set by module
134 $(call pretty-warning,unusual tags $(my_module_tags))
137 # Add implicit tags.
509 ALL_MODULES.$(my_register_name).TAGS := \
510 $(ALL_MODULES.$(my_register_name).TAGS) $(my_module_tags)
576 # Keep track of all the tags we've seen.
  /external/vboot_reference/
Makefile     [all...]
  /external/e2fsprogs/resize/
Makefile.in 113 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old

Completed in 1675 milliseconds

1 2 3 4