HomeSort by relevance Sort by last modified time
    Searched defs:defaultProperties (Results 1 - 19 of 19) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 255 Properties defaultProperties = null;
271 defaultProperties = m_xml_properties;
282 defaultProperties = m_html_properties;
301 defaultProperties = m_text_properties;
312 defaultProperties = m_unknown_properties;
317 defaultProperties = m_xml_properties;
328 // wrap these cached defaultProperties in a new Property object just so
330 return new Properties(defaultProperties);
  /frameworks/wilhelm/tests/sandbox/
playbq.c 452 SLuint32 defaultProperties;
453 result = (*playerPlaybackRate)->GetProperties(playerPlaybackRate, &defaultProperties);
456 defaultProperties);
playbq.cpp 452 SLuint32 defaultProperties;
453 result = (*playerPlaybackRate)->GetProperties(playerPlaybackRate, &defaultProperties);
456 defaultProperties);