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

1 2 3 4 56 7 8 910

  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyMetadataMapper.java 1366 int[] tags = new int[keys.length]; local
1376 int[] tags = new int[keys.length]; local
1386 int[] tags = new int[keys.length]; local
    [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 268 const char* tags = env->GetStringUTFChars(jtags, NULL); local
269 // copying array size -1, char array for tags was calloc'd, no need to NULL-terminate it
270 strncpy(paa->tags, tags, AUDIO_ATTRIBUTES_TAGS_MAX_SIZE - 1);
271 env->ReleaseStringUTFChars(jtags, tags);
277 ALOGV("AudioTrack_setup for usage=%d content=%d flags=0x%#x tags=%s",
278 paa->usage, paa->content_type, paa->flags, paa->tags);
    [all...]
android_os_Debug.cpp 584 static const char* const tags[] = { local
611 while (tags[i]) {
612 if (strncmp(p, tags[i], tagsLen[i]) == 0) {
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 737 // Space is "fairly" shared between tags -- they are all squeezed
751 TreeSet<FileList> tags = new TreeSet<FileList>(mFilesByTag.values()); local
752 for (FileList tag : tags) {
762 for (FileList tag : tags) {
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 671 * DIEs by the list of tags.
674 /* Zero-terminated list of tags to collect DIEs for. If this field is NULL,
675 * DIEs for all tags will be collected during the parsing. */
676 const Dwarf_Tag* tags; member in struct:DwarfParseContext
682 * be NULL, indicating that all tags should be collected.
690 if (parse_context == NULL || parse_context->tags == NULL) {
693 for (const Dwarf_Tag* tags = parse_context->tags; *tags != 0; tags++)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h 366 /* A list of structure, union and enum tags defined. */
367 vec<c_arg_tag, va_gc> *tags; member in struct:c_arg_info
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
firewire-cdev.h 277 __u32 tags; member in struct:fw_cdev_start_iso
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
firewire-cdev.h 277 __u32 tags; member in struct:fw_cdev_start_iso
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
firewire-cdev.h 277 __u32 tags; member in struct:fw_cdev_start_iso
  /system/core/adb/
adb.c 86 /* read a comma/space/colum/semi-column separated list of tags
99 } tags[] = { local
129 for (tagn = 0; tags[tagn].tag != NULL; tagn++)
131 int taglen = strlen(tags[tagn].tag);
133 if (len == taglen && !memcmp(tags[tagn].tag, p, len) )
135 int flag = tags[tagn].flag;
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 312 // Apply @since tags from the XML file
957 // Insert the goods into HDF data (title, link, tags, type)
969 StringBuilder tags = new StringBuilder(); local
970 String tagsList = hdf.getValue("page.tags", "");
975 tags.append("\"");
976 tags.append(tagParts[iter].trim());
977 tags.append("\"");
979 tags.append(",");
992 data.setValue("docs.pages." + counter.i + ".tags", tags.toString())
    [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 307 FT_Byte* tags; member in struct:FT_StrokeBorderRec_
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
385 /* then the tags */
387 FT_Byte* tag1 = border->tags + start + 1;
388 FT_Byte* tag2 = border->tags + count - 1;
403 border->tags[start ] |= FT_STROKE_TAG_BEGIN;
404 border->tags[count - 1] |= FT_STROKE_TAG_END;
440 FT_Byte* tag = border->tags + border->num_points;
468 FT_Byte* tag = border->tags + border->num_points;
501 FT_Byte* tag = border->tags + border->num_points
660 FT_Byte* tags = border->tags; local
730 FT_Byte* tags = border->tags; local
2053 char* tags; local
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 1511 char* tags; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 1608 UResourceBundle* tags=NULL; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 2227 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = local
    [all...]
  /external/freetype/src/base/
ftstroke.c 307 FT_Byte* tags; member in struct:FT_StrokeBorderRec_
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
385 /* then the tags */
387 FT_Byte* tag1 = border->tags + start + 1;
388 FT_Byte* tag2 = border->tags + count - 1;
403 border->tags[start ] |= FT_STROKE_TAG_BEGIN;
404 border->tags[count - 1] |= FT_STROKE_TAG_END;
440 FT_Byte* tag = border->tags + border->num_points;
468 FT_Byte* tag = border->tags + border->num_points;
501 FT_Byte* tag = border->tags + border->num_points
660 FT_Byte* tags = border->tags; local
730 FT_Byte* tags = border->tags; local
2053 char* tags; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1533 char* tags; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 1613 UResourceBundle* tags=NULL; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftstroke.c 307 FT_Byte* tags; member in struct:FT_StrokeBorderRec_
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
385 /* then the tags */
387 FT_Byte* tag1 = border->tags + start + 1;
388 FT_Byte* tag2 = border->tags + count - 1;
403 border->tags[start ] |= FT_STROKE_TAG_BEGIN;
404 border->tags[count - 1] |= FT_STROKE_TAG_END;
440 FT_Byte* tag = border->tags + border->num_points;
468 FT_Byte* tag = border->tags + border->num_points;
501 FT_Byte* tag = border->tags + border->num_points
660 FT_Byte* tags = border->tags; local
730 FT_Byte* tags = border->tags; local
2053 char* tags; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 1526 char* tags; local
    [all...]
  /external/valgrind/main/callgrind/
sim.c 80 UWord* tags; member in struct:__anon36104
96 /* Lower bits of cache tags are used as flags for a cache line */
159 c->tags[i] = 0;
168 c->tags[i] = i % c->assoc; /* init lower bits as pointer */
203 c->tags = (UWord*) CLG_MALLOC("cl.sim.cs_ic.1",
221 VG_(printf)("%8x ", c->tags[i]);
253 set = &(c->tags[set_no * c->assoc]);
359 set = &(c->tags[set_no * c->assoc]);
703 set = &(L.tags[set1 * L.assoc]); \
752 set = &(L.tags[set1 * L.assoc]);
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 196 // marshalling tag indicating flattened utf16 tags
212 // | kAudioAttributesMarshallTagFlattenTags | // ignore tags if not found
214 // | flattened tags in UTF16 |
229 // the tags are UTF16, convert to UTF8
230 String16 tags = parcel.readString16(); local
231 ssize_t realTagSize = utf16_to_utf8_length(tags.string(), tags.size());
233 strcpy(attributes->tags, "");
236 // copying array size -1, array for tags was calloc'd, no need to NULL-terminate it
239 utf16_to_utf8(tags.string(), tagSize, attributes->tags)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 792 int[] tags = mLoader.clearQueue(); local
793 for (int pos : tags) {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar 

Completed in 954 milliseconds

1 2 3 4 56 7 8 910