HomeSort by relevance Sort by last modified time
    Searched refs:tags (Results 76 - 100 of 553) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/chromium_org/chromeos/dbus/
fake_nfc_adapter_client.cc 60 if (!devices.value().empty() || !tags.value().empty()) {
160 !properties_->tags.value().empty()) {
264 const ObjectPathVector& tags(properties_->tags.value());
265 for (ObjectPathVector::const_iterator iter = tags.begin();
266 iter != tags.end(); ++iter) {
268 LOG(WARNING) << "Tag path already in list of tags.";
275 ObjectPathVector new_tags = tags;
277 properties_->tags.ReplaceValue(new_tags);
301 ObjectPathVector new_tags = properties_->tags.value()
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 280 int[] tags = new int[k]; local
285 tags[i] = tag;
296 appendFrame(pos, offset, tags, data);
305 * @param tags <code>locals[i].tag</code>.
309 public void appendFrame(int pos, int offsetDelta, int[] tags, int[] data)
342 private int verifyTypeInfo(int pos, int n, int[] tags, int[] data) {
345 tags[i] = tag;
381 public void appendFrame(int pos, int offsetDelta, int[] tags, int[] data) {
382 writer.appendFrame(offsetDelta, tags, copyData(tags, data))
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifData.java 194 * Removes the thumbnail and its related tags. IFD1 will be removed.
259 ExifTag[] tags = d.getAllTags(); local
260 if (tags != null) {
261 for (ExifTag t : tags) {
282 ExifTag[] tags = d.getAllTags(); local
283 if (tags == null) {
286 ArrayList<ExifTag> ret = new ArrayList<ExifTag>(tags.length);
287 for (ExifTag t : tags) {
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifData.java 194 * Removes the thumbnail and its related tags. IFD1 will be removed.
258 ExifTag[] tags = d.getAllTags(); local
259 if (tags != null) {
260 for (ExifTag t : tags) {
278 ExifTag[] tags = d.getAllTags(); local
279 if (tags == null) {
282 ArrayList<ExifTag> ret = new ArrayList<ExifTag>(tags.length);
283 for (ExifTag t : tags) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifData.java 194 * Removes the thumbnail and its related tags. IFD1 will be removed.
259 ExifTag[] tags = d.getAllTags(); local
260 if (tags != null) {
261 for (ExifTag t : tags) {
282 ExifTag[] tags = d.getAllTags(); local
283 if (tags == null) {
286 ArrayList<ExifTag> ret = new ArrayList<ExifTag>(tags.length);
287 for (ExifTag t : tags) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifData.java 194 * Removes the thumbnail and its related tags. IFD1 will be removed.
259 ExifTag[] tags = d.getAllTags(); local
260 if (tags != null) {
261 for (ExifTag t : tags) {
282 ExifTag[] tags = d.getAllTags(); local
283 if (tags == null) {
286 ArrayList<ExifTag> ret = new ArrayList<ExifTag>(tags.length);
287 for (ExifTag t : tags) {
  /packages/apps/Mms/src/com/android/mms/exif/
ExifData.java 196 * Removes the thumbnail and its related tags. IFD1 will be removed.
261 ExifTag[] tags = d.getAllTags(); local
262 if (tags != null) {
263 for (ExifTag t : tags) {
284 ExifTag[] tags = d.getAllTags(); local
285 if (tags == null) {
288 ArrayList<ExifTag> ret = new ArrayList<ExifTag>(tags.length);
289 for (ExifTag t : tags) {
  /external/chromium_org/third_party/skia/tests/
FontHostTest.cpp 177 SkFontTableTag* tags = storage.get(); local
179 int count2 = face->getTableTags(tags);
183 size_t size = face->getTableSize(tags[i]);
188 name[0] = (tags[i] >> 24) & 0xFF;
189 name[1] = (tags[i] >> 16) & 0xFF;
190 name[2] = (tags[i] >> 8) & 0xFF;
191 name[3] = (tags[i] >> 0) & 0xFF;
197 if (gKnownTableSizes[j].fTag == tags[i]) {
205 size_t size2 = face->getTableData(tags[i], 0, size, data.get());
  /external/skia/tests/
FontHostTest.cpp 177 SkFontTableTag* tags = storage.get(); local
179 int count2 = face->getTableTags(tags);
183 size_t size = face->getTableSize(tags[i]);
188 name[0] = (tags[i] >> 24) & 0xFF;
189 name[1] = (tags[i] >> 16) & 0xFF;
190 name[2] = (tags[i] >> 8) & 0xFF;
191 name[3] = (tags[i] >> 0) & 0xFF;
197 if (gKnownTableSizes[j].fTag == tags[i]) {
205 size_t size2 = face->getTableData(tags[i], 0, size, data.get());
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_element_factory.py 75 tags = self._template_context['tags']
76 for tag in tags:
82 for tag in tags:
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ObjectDescriptorFactory.java 144 final int[] tags = descriptor.tags(); typedefs
151 for (int tag : tags) {
ProfileLevelIndicationDescriptor.java 30 @Descriptor(tags = 0x14)
  /packages/apps/Gallery/src/com/android/camera/
ImageLoader.java 83 // Clear the queue. Returns an array of tags that were in the queue.
87 int[] tags = new int[n]; local
89 tags[i] = mQueue.get(i).mTag;
92 return tags;
  /build/tools/
java-event-log-tags.py 18 Usage: java-event-log-tags.py [-o output_file] <input_file> <merged_tags_file>
21 tags in the given input file.
63 # tags. Use the numbers from the merged file to fill in any missing
67 merged_by_name = dict([(t.tagname, t) for t in merged_tagfile.tags])
68 for t in tagfile.tags:
74 # product, so its tags don't appear in the merged file. Assign
107 for t in tagfile.tags:
133 for t in tagfile.tags:
  /external/chromium_org/build/
build-ctags.sh 39 mv -f .tmp_tags .tags
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_result.cc 66 Tags tags; local
67 tags.reserve(hits.size());
69 tags.push_back(Tag(Tag::MATCH, hits[i].start(), hits[i].end()));
72 set_title_tags(tags);
  /external/chromium_org/chrome/service/cloud_print/
printer_job_queue_handler.cc 65 // Get tags for print job.
66 const base::ListValue* tags = NULL; local
67 if (job_data->GetList(kTagsValue, &tags)) {
68 for (size_t i = 0; i < tags->GetSize(); i++) {
70 if (tags->GetString(i, &value))
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_linux.cc 29 virtual int32_t GetTableTags(std::vector<uint32_t>* tags) OVERRIDE;
87 int32_t PepperTrueTypeFontLinux::GetTableTags(std::vector<uint32_t>* tags) {
115 tags->resize(num_tables);
122 (*tags)[i] = tag;
134 // Tags are byte swapped on Linux.
  /external/chromium_org/third_party/skia/src/fonts/
SkGScalerContext.h 39 virtual int onGetTableTags(SkFontTableTag tags[]) const SK_OVERRIDE;
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 123 static Tag tags[MAX_TAG_COUNT]; variable
135 /* Were the standard tags declared before the aliases. */
278 uprv_memset(tags, 0, sizeof(tags));
309 /* clean up tags */
312 if (tags[i].aliasList[n].aliases!=NULL) {
313 uprv_free(tags[i].aliasList[n].aliases);
369 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
486 /* handle tags if they are present */
514 addAlias(alias, EMPTY_TAG_NUM, cnv, (UBool)(tags[0].aliasList[cnv].aliasCount == 0))
    [all...]
  /external/skia/src/fonts/
SkGScalerContext.h 39 virtual int onGetTableTags(SkFontTableTag tags[]) const SK_OVERRIDE;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 37 def write(self, s, tags=(), mark="insert"):
46 self.text.insert(mark, s, tags)
137 def write(self, s, tags, mark):
140 self.owin.write(s, tags, mark)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 37 def write(self, s, tags=(), mark="insert"):
46 self.text.insert(mark, s, tags)
137 def write(self, s, tags, mark):
140 self.owin.write(s, tags, mark)
  /external/chromium_org/third_party/openssl/openssl/crypto/chacha/
Makefile 60 tags:
77 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff

Completed in 3228 milliseconds

1 2 34 5 6 7 8 91011>>