HomeSort by relevance Sort by last modified time
    Searched full:taglist (Results 1 - 25 of 32) sorted by null

1 2

  /external/bluetooth/bluez/audio/
gsta2dpsink.c 286 self->taglist = gst_tag_list_new();
326 if (self->taglist) {
327 gst_tag_list_free(self->taglist);
328 self->taglist = NULL;
560 /* check if we should push the taglist FIXME should we push this?
562 if (self->taglist != NULL &&
565 event = gst_event_new_tag(self->taglist);
568 if (gst_tag_list_get_boolean(self->taglist, "has-crc", &crc))
571 if (gst_tag_list_get_string(self->taglist, "channel-mode",
577 self->taglist = NULL
615 GstTagList *taglist = NULL; local
    [all...]
gsta2dpsink.h 67 GstTagList *taglist; member in struct:_GstA2dpSink
gstavdtpsink.c 1197 static void gst_avdtp_sink_tag(const GstTagList *taglist,
1206 if (!gst_tag_list_get_boolean(taglist, tag, &crc)) {
1215 if (!gst_tag_list_get_string(taglist, tag, &channel_mode)) {
1236 GstTagList *taglist = NULL; local
1241 gst_event_parse_tag(event, &taglist);
1242 gst_tag_list_foreach(taglist, gst_avdtp_sink_tag, self);
    [all...]
  /external/icu4c/common/
ucnv_io.h 41 const uint16_t *tagList;
ucnv_io.c 279 gMainTable.tagList = table + currOffset;
340 if (gMainTable.tagList) {
343 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
iexploder.rb 302 tagList = [ 'body']
305 1.upto(@htmlMaxTags - 5 ) { tagList << @htmlTags[rand(@htmlTags.length)] }
307 tagList.each { |tag|
  /external/webkit/Source/WebCore/html/
HTMLObjectElement.cpp 399 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, tagList, ());
400 if (tagList.isEmpty()) {
416 tagList.add(tags[i]->localName().impl());
419 return tagList.contains(tagName.localName().impl());
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb 593 tagList = ['body']
595 1.upto(tag_count-1) { tagList << @htmlTags[rand(@htmlTags.length)] }
601 tagList[rand(tagList.length-1)+1] = tag
607 tagList.each do |tag|
  /external/libvpx/examples/includes/geshi/geshi/
vim.php 123 'taglist', 'tagfiles', 'tempname', 'tolower', 'toupper', 'tr',
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/
libexpat.so 
libexpat.so.1 
libexpat.so.1.5.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.x 219 * This structure defines a generic NIS tag list. The taglist contains
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 219 * This structure defines a generic NIS tag list. The taglist contains
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 219 * This structure defines a generic NIS tag list. The taglist contains
  /external/expat/lib/
xmlparse.c     [all...]
  /external/libmtp/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/libpng/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/libusb/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/libusb-compat/
ltmain.sh 635 for tagname in $taglist; do
663 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
687 taglist="$taglist $tagname"
    [all...]
  /external/openfst/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/protobuf/
ltmain.sh 628 for tagname in $taglist; do
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
680 taglist="$taglist $tagname"
    [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh 465 taglist="$taglist $tagname"
503 for tagname in $taglist; do
    [all...]
  /external/chromium/third_party/libevent/
ltmain.sh 465 taglist="$taglist $tagname"
503 for tagname in $taglist; do
    [all...]

Completed in 1504 milliseconds

1 2