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

1 2 3 4 5 67 8 91011>>

  /external/doclava/src/com/google/doclava/
AttrTagInfo.java 114 public static void makeReferenceHDF(Data data, String base, AttrTagInfo[] tags) {
116 for (AttrTagInfo t : tags) {
  /external/skia/include/core/
SkTypeface.h 173 /** Copy into tags[] (allocated by the caller) the list of table tags in
175 * or 0 if an error occured. If tags == NULL, this only returns the count
178 int getTableTags(SkFontTableTag tags[]) const;
317 virtual int onGetTableTags(SkFontTableTag tags[]) const = 0;
  /ndk/build/core/
clear-vars.mk 19 $(call clear-src-tags)
  /packages/experimental/NotificationLog/src/com/android/notificationlog/
NotificationLogActivity.java 47 int[] tags = new int[] { EventLog.getTagCode("notification_enqueue") }; local
49 EventLog.readEvents(tags, mNotificationEvents);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Percolator.py 23 def insert(self, index, chars, tags=None):
25 self.top.insert(index, chars, tags)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Percolator.py 23 def insert(self, index, chars, tags=None):
25 self.top.insert(index, chars, tags)
  /device/asus/fugu/
AndroidKernel.mk 74 TAGS_files := TAGS
75 tags_files := tags
79 TAGS tags gtags cscope: $(KERNEL_CONFIG)
  /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
  /external/chromium_org/third_party/markupsafe/
__init__.py 146 r"""Unescape markup into an text_type string and strip all tags. This
  /external/chromium_org/third_party/skia/tools/
skpinfo.cpp 18 DEFINE_bool2(tags, t, true, "tags");
97 // Not all the tags store the chunk size (in bytes). Three
  /external/skia/tools/
skpinfo.cpp 18 DEFINE_bool2(tags, t, true, "tags");
97 // Not all the tags store the chunk size (in bytes). Three
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool_SoundPoolImpl.cpp 199 const char* tags = env->GetStringUTFChars(jtags, NULL); local
200 // copying array size -1, char array for tags was calloc'd, no need to NULL-terminate it
201 strncpy(paa->tags, tags, AUDIO_ATTRIBUTES_TAGS_MAX_SIZE - 1);
202 env->ReleaseStringUTFChars(jtags, tags);
  /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/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/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/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-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 = \
  /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-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 = \

Completed in 1020 milliseconds

1 2 3 4 5 67 8 91011>>