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

12 3 4 5 6 7 8 910

  /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/media/base/
audio_video_metadata_extractor.h 21 // This class extracts a string dictionary of metadata tags for audio and video
31 TagDictionary tags; member in struct:media::AudioVideoMetadataExtractor::StreamInfo
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
IfdData.java 23 * This class stores all the tags in an IFD.
102 * Gets the tags count in the IFD.
123 * Returns true if all tags in this two IFDs are equal. Note that tags of
137 ExifTag[] tags = data.getAllTags(); local
138 for (ExifTag tag : tags) {
  /hardware/libhardware/modules/camera/
VendorTags.cpp 31 // Internal representations of vendor tags for convenience.
45 const Entry* tags; member in struct:default_camera_hal::__anon40532::Section
123 return &section->tags[index];
  /ndk/toolchains/aarch64-linux-android-clang3.4/
setup.mk 77 # a C or Assembler source file, based on its tags.
79 TARGET-process-src-files-tags = \
  /ndk/toolchains/arm-linux-androideabi-clang3.3/
setup.mk 129 # a C or Assembler source file, based on its tags.
131 TARGET-process-src-files-tags = \
  /ndk/toolchains/arm-linux-androideabi-clang3.4/
setup.mk 129 # a C or Assembler source file, based on its tags.
131 TARGET-process-src-files-tags = \
  /ndk/toolchains/mips64el-linux-android-clang3.4/
setup.mk 81 # a C or Assembler source file, based on its tags.
82 TARGET-process-src-files-tags = \
  /ndk/toolchains/mipsel-linux-android-clang3.3/
setup.mk 81 # a C or Assembler source file, based on its tags.
82 TARGET-process-src-files-tags = \
  /ndk/toolchains/mipsel-linux-android-clang3.4/
setup.mk 81 # a C or Assembler source file, based on its tags.
82 TARGET-process-src-files-tags = \
  /ndk/toolchains/x86-clang3.3/
setup.mk 79 # a C or Assembler source file, based on its tags.
81 TARGET-process-src-files-tags = \
  /ndk/toolchains/x86-clang3.4/
setup.mk 79 # a C or Assembler source file, based on its tags.
81 TARGET-process-src-files-tags = \
  /ndk/toolchains/x86_64-clang3.4/
setup.mk 77 # a C or Assembler source file, based on its tags.
79 TARGET-process-src-files-tags = \
  /packages/apps/Camera2/src/com/android/camera/exif/
IfdData.java 23 * This class stores all the tags in an IFD.
102 * Gets the tags count in the IFD.
123 * Returns true if all tags in this two IFDs are equal. Note that tags of
137 ExifTag[] tags = data.getAllTags(); local
138 for (ExifTag tag : tags) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
IfdData.java 23 * This class stores all the tags in an IFD.
102 * Gets the tags count in the IFD.
123 * Returns true if all tags in this two IFDs are equal. Note that tags of
137 ExifTag[] tags = data.getAllTags(); local
138 for (ExifTag tag : tags) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
IfdData.java 23 * This class stores all the tags in an IFD.
102 * Gets the tags count in the IFD.
123 * Returns true if all tags in this two IFDs are equal. Note that tags of
137 ExifTag[] tags = data.getAllTags(); local
138 for (ExifTag tag : tags) {
  /packages/apps/Mms/src/com/android/mms/exif/
IfdData.java 23 * This class stores all the tags in an IFD.
102 * Gets the tags count in the IFD.
123 * Returns true if all tags in this two IFDs are equal. Note that tags of
137 ExifTag[] tags = data.getAllTags(); local
138 for (ExifTag tag : tags) {
  /system/core/libcutils/
trace.c 118 // Read the sysprop and return the value tags should be set to
123 uint64_t tags; local
125 property_get("debug.atrace.tags.enableflags", value, "0");
127 tags = strtoull(value, &endptr, 0);
131 } else if (errno == ERANGE || tags == ULLONG_MAX) {
139 tags |= ATRACE_TAG_APP;
141 tags &= ~ATRACE_TAG_APP;
144 return (tags | ATRACE_TAG_ALWAYS) & ATRACE_TAG_VALID_MASK;
147 // Update tags if tracing is ready. Useful as a sysprop change callback.
150 uint64_t tags; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaSessionTest.java 122 Set<String> tags = info.getAudioAttributes().getTags(); local
123 assertNotNull(tags);
124 assertTrue(tags.contains(val));
  /bootable/recovery/minadbd/
adb.c 65 /* read a comma/space/colum/semi-column separated list of tags
78 } tags[] = { local
107 for (tagn = 0; tags[tagn].tag != NULL; tagn++)
109 int taglen = strlen(tags[tagn].tag);
111 if (len == taglen && !memcmp(tags[tagn].tag, p, len) )
113 int flag = tags[tagn].flag;
  /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/net/quic/crypto/
crypto_handshake_message.cc 71 vector<QuicTag> tags; local
80 tags.push_back(list_item);
83 // Because of the way that we keep tags in memory, we can copy the contents
86 SetVector(tag, tags);
  /external/valgrind/main/cachegrind/
cg_sim.c 50 UWord* tags; member in struct:__anon36088
75 c->tags = VG_(malloc)("cg.sim.ci.1",
79 c->tags[i] = 0;
94 set = &(c->tags[set_no * c->assoc]);
133 /* Tags used in real caches are minimal to save space.
  /ndk/toolchains/llvm-3.3/
setup-common.mk 87 # a C or Assembler source file, based on its tags.
89 TARGET-process-src-files-tags = \
  /ndk/toolchains/llvm-3.4/
setup-common.mk 90 # a C or Assembler source file, based on its tags.
92 TARGET-process-src-files-tags = \

Completed in 357 milliseconds

12 3 4 5 6 7 8 910