HomeSort by relevance Sort by last modified time
    Searched defs:tags (Results 1 - 25 of 235) sorted by null

1 2 3 4 5 6 7 8 910

  /external/doclava/src/com/google/doclava/
InheritedTags.java 20 TagInfo[] tags(); method in interface:InheritedTags
  /external/libunwind/doc/
libunwind-dynamic.tex 296 Section ``Operation tags'' below.
321 \subsection{Operations tags}
323 The possible operation tags are defined by enumeration type
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
Descriptor.java 36 int[] tags(); method in interface:Descriptor
  /ndk/toolchains/mips64el-linux-android-4.9/
setup.mk 57 # a C or Assembler source file, based on its tags.
58 TARGET-process-src-files-tags = \
  /ndk/toolchains/mipsel-linux-android-4.6/
setup.mk 57 # a C or Assembler source file, based on its tags.
58 TARGET-process-src-files-tags = \
  /ndk/toolchains/mipsel-linux-android-4.8/
setup.mk 57 # a C or Assembler source file, based on its tags.
58 TARGET-process-src-files-tags = \
  /ndk/toolchains/mipsel-linux-android-4.9/
setup.mk 57 # a C or Assembler source file, based on its tags.
58 TARGET-process-src-files-tags = \
  /external/chromium_org/chromeos/dbus/
nfc_adapter_client.h 47 // The object paths of the NFC tags that are known to the local adapter.
48 // These are tags that have been "tapped" on the local adapter. Read-only.
49 dbus::Property<std::vector<dbus::ObjectPath> > tags; member in struct:chromeos::NfcAdapterClient::Properties
  /external/chromium_org/v8/tools/
v8-info.sh 70 -u Print a link to all SVN revisions between two V8 revision tags.
75 tags() { function
88 tags | grep "svn/tags/$1$" | tag_revision
100 tags | grep svn/tags/$1 | while read tag; do
  /external/llvm/lib/IR/
Use.cpp 52 // Sets up the waymarking algorithm's tags for a series of Uses. See the
62 static const PrevPtrTag tags[20] = { local
67 new (Stop) Use(tags[Done++]);
  /ndk/toolchains/aarch64-linux-android-4.9/
setup.mk 56 # a C or Assembler source file, based on its tags.
58 TARGET-process-src-files-tags = \
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 90 # a C or Assembler source file, based on its tags.
92 TARGET-process-src-files-tags = \
  /ndk/toolchains/arm-linux-androideabi-4.8/
setup.mk 90 # a C or Assembler source file, based on its tags.
92 TARGET-process-src-files-tags = \
  /ndk/toolchains/arm-linux-androideabi-4.9/
setup.mk 90 # a C or Assembler source file, based on its tags.
92 TARGET-process-src-files-tags = \
  /ndk/toolchains/x86-4.6/
setup.mk 58 # a C or Assembler source file, based on its tags.
60 TARGET-process-src-files-tags = \
  /ndk/toolchains/x86-4.8/
setup.mk 57 # a C or Assembler source file, based on its tags.
59 TARGET-process-src-files-tags = \
  /ndk/toolchains/x86-4.9/
setup.mk 57 # a C or Assembler source file, based on its tags.
59 TARGET-process-src-files-tags = \
  /ndk/toolchains/x86_64-4.9/
setup.mk 55 # a C or Assembler source file, based on its tags.
57 TARGET-process-src-files-tags = \
  /packages/apps/Camera2/tests/exiftool_parser/
parser.py 39 tags = p.findall(text) variable
44 for s in tags:
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceVersionDetector.java 88 List<SystraceTag> tags = new ArrayList<SystraceTag>(categories.length); local
94 tags.add(new SystraceTag(m.group(1).trim(), m.group(2).trim()));
98 return tags;
  /cts/libs/vogar-expect/src/vogar/
Expectation.java 58 private final Set<String> tags; field in class:Expectation
66 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) {
75 this.tags = new LinkedHashSet<String>(tags);
92 return tags;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 7 head: 1.1 //maybe store, could be calculated based on tags table?
86 $tags = array(); variable
96 wmysql_query("INSERT INTO `tags` (`tagname`, `tagdate`) VALUES " . join($syms[1], ",") . " ON DUPLICATE KEY UPDATE `tid` = `tid`");
98 wmysql_query("INSERT INTO `filetags` SELECT $row[0], `tid`, `revision` FROM `tmptags` NATURAL JOIN `tags` ON DUPLICATE KEY UPDATE `filetags`.`revision` = `tmptags`.`revision`");
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
fb_writer.c 75 unsigned int tags; local
76 tags = mfc_multi_tag_reserve(5);
77 if (tags == MFC_TAG_INVALID) {
78 deprintf("[SPU] Failed to reserve mfc tags on fb_writer\n");
86 sizeof(struct fb_writer_parms_t), tags,
89 DMA_WAIT_TAG(tags);
93 cpy_to_fb(tags);
96 mfc_multi_tag_release(tags, 5);
  /external/yaffs2/yaffs2/
yaffs_checkptrw.c 98 yaffs_ExtendedTags tags; local
104 dev->readChunkWithTagsFromNAND(dev,chunk,NULL,&tags);
106 if(tags.sequenceNumber == YAFFS_SEQUENCE_CHECKPOINT_DATA){
108 dev->checkpointNextBlock = tags.objectId;
180 yaffs_ExtendedTags tags; local
190 tags.chunkDeleted = 0;
191 tags.objectId = dev->checkpointNextBlock; /* Hint to next place to look */
192 tags.chunkId = dev->checkpointPageSequence + 1;
193 tags.sequenceNumber = YAFFS_SEQUENCE_CHECKPOINT_DATA;
194 tags.byteCount = dev->nDataBytesPerChunk
256 yaffs_ExtendedTags tags; local
    [all...]
  /art/runtime/base/
logging.cc 57 // This can be used to reveal or conceal logs with specific tags.
82 const char* tags = getenv("ANDROID_LOG_TAGS"); local
83 if (tags == NULL) {
88 Split(tags, ' ', specs);
118 LOG(FATAL) << "unsupported '" << spec << "' in ANDROID_LOG_TAGS (" << tags << ")"; local

Completed in 662 milliseconds

1 2 3 4 5 6 7 8 910