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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
StrictMode.java 146 // How many Span tags (e.g. animations) to report.
2085 public String[] tags; field in class:StrictMode.ViolationInfo
    [all...]
  /dalvik/docs/
prettify.js 34 * 3) mark the <pre> and <code> tags in your source with class=prettyprint.
76 /** find all the < pre > and < code > tags in the DOM with class=prettyprint
358 // XMP tags contain unescaped entities so require special handling.
433 /** split markup into chunks of html tags (style null) and
434 * plain text (style {@link #PR_PLAIN}), converting tags which are
438 * @return {Object} source code and extracted tags.
459 // <br> tags are lexically significant so convert them to text.
499 return { source: sourceBuf.join(''), tags: extractedTags };
617 // Tags whose content is not escaped, and which contain source code.
624 /** split markup on tags, comments, application directives, and other to
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
EventLogTest.java 159 private List<Event> getEventsAfterMarker(Object marker, int... tags) throws IOException {
161 EventLog.readEvents(tags, events);
  /external/chromium_org/chromeos/dbus/
nfc_tag_client.cc 143 // Neard doesn't send out property changed signals for the tags that
168 // Ignore changes to properties other than "Tags".
169 if (property_name != adapter_properties->tags.name())
172 // Update the known tags.
173 VLOG(1) << "NFC tags changed.";
175 adapter_properties->tags.value();
227 // new NFC tags that appear.
  /external/chromium_org/media/base/
audio_video_metadata_extractor.cc 99 ExtractDictionary(format_context->metadata, &container_info.tags);
111 ExtractDictionary(stream->metadata, &info.tags);
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 203 var tags;
208 tags = resource.tags || [];
210 for (j = 0; j < tags.length; j++)
211 if (tags[j] == tag) {
230 tags = resource.tags || [];
231 for (j = 0; j < tags.length; j++) {
232 if (tags[j] == 'new') {
235 } else if (tags[j] == 'updated')
    [all...]
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 211 const char* tags = env->GetStringUTFChars(jtags, NULL); local
212 // copying array size -1, char array for tags was calloc'd, no need to NULL-terminate it
213 strncpy(paa->tags, tags, AUDIO_ATTRIBUTES_TAGS_MAX_SIZE - 1);
214 env->ReleaseStringUTFChars(jtags, tags);
217 ALOGV("AudioRecord_setup for source=%d tags=%s flags=%08x", paa->source, paa->tags, paa->flags);
  /external/chromium_org/third_party/icu/source/test/intltest/
restsnew.cpp 901 ResourceBundle tags=theBundle.get(tag, status); local
905 UResType bundleType=tags.getType();
908 tag_count=tags.getSize();
912 ResourceBundle tagelement=tags.get(index, status);
925 ResourceBundle tagelement=tags.get(index, status);
961 ResourceBundle tags=theBundle.get(tag, status); local
963 ResourceBundle tagelement=tags.get(item_tag, status);
    [all...]
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 901 ResourceBundle tags=theBundle.get(tag, status); local
905 UResType bundleType=tags.getType();
908 tag_count=tags.getSize();
912 ResourceBundle tagelement=tags.get(index, status);
925 ResourceBundle tagelement=tags.get(index, status);
961 ResourceBundle tags=theBundle.get(tag, status); local
963 ResourceBundle tagelement=tags.get(item_tag, status);
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 1511 char* tags; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1533 char* tags; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 1526 char* tags; local
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 128 /* Tags structures in RAM
151 /* Stuff used for extended tags in YAFFS2 */
578 const yaffs_ExtendedTags * tags);
581 yaffs_ExtendedTags * tags);
888 void yaffs_InitialiseTags(yaffs_ExtendedTags * tags);
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 297 video.tags = body;
507 video.tags = takeText();
537 public String tags; field in class:SafeSaxTest.YouTubeVideo
  /external/bison/
GNUmakefile 119 dist distcheck tags ctags
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/chrome_search/
background.js 50 // Codesearch wraps the result in <pre> tags. Remove those if they're
54 // Codesearch highlights the matches with 'b' tags. Replaces those
  /external/chromium_org/crypto/
mock_apple_keychain_mac.cc 25 UInt32 tags[] = { kSecAccountItemAttr, local
37 keychain_attr_list_[key].count = arraysize(tags);
41 keychain_attr_list_[key].attr[i].tag = tags[i];
43 switch (tags[i]) {
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 358 /* tags :: A pointer to an array of `n_points' chars, giving */
387 /* The B/W rasterizer only checks bit~2 in the `tags' array for the */
398 char* tags; /* the points flags */ member in struct:FT_Outline_
477 /* B/W rasterizer; see the `tags' field in @FT_Outline. */
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afloader.c 162 FT_ARRAY_COPY( gloader->current.outline.tags,
163 slot->outline.tags,
479 slot->outline.tags = internal->loader->base.outline.tags;
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
Makefile 109 # Emacs tags
110 tags:
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
Makefile 109 # Emacs tags
110 tags:
  /external/chromium_org/v8/
PRESUBMIT.py 132 if input_api.change.BUG and not 'LOG' in input_api.change.tags:
  /external/freetype/include/
ftimage.h 358 /* tags :: A pointer to an array of `n_points' chars, giving */
387 /* The B/W rasterizer only checks bit~2 in the `tags' array for the */
398 char* tags; /* the points flags */ member in struct:FT_Outline_
477 /* B/W rasterizer; see the `tags' field in @FT_Outline. */
    [all...]
  /external/freetype/src/autofit/
afloader.c 163 FT_ARRAY_COPY( gloader->current.outline.tags,
164 slot->outline.tags,
485 slot->outline.tags = internal->loader->base.outline.tags;
  /external/mesa3d/src/gallium/targets/libgl-xlib/
Makefile 109 # Emacs tags
110 tags:

Completed in 948 milliseconds

1 2 3 4 5 6 7 8 91011>>