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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java 45 import org.xml.sax.Attributes;
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 664 WebKit::WebGraphicsContext3D::Attributes attributes; local
665 attributes.antialias = false;
666 attributes.shareResources = true;
667 attributes.noAutomaticFlushes = true;
668 attributes.depth = false;
669 attributes.stencil = false;
671 attributes.stencil = true;
674 context = CreateGraphicsContext3D(attributes);
    [all...]
renderer_webkitplatformsupport_impl.cc     [all...]
  /external/doclava/res/assets/templates/
macros.cs 174 <h5 class="jd-tagtitle">Related XML Attributes</h5>
  /frameworks/base/media/java/android/media/
MediaScanner.java 19 import org.xml.sax.Attributes;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [all...]
SAX2DTM2.java 794 * all ancestors, attributes, and namespace nodes.
    [all...]
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.h 250 virtual Attributes getContextAttributes();
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 200 virtual Attributes getContextAttributes();
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 791 unsigned Attributes = PD->getPropertyAttributes();
793 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) &&
794 (Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
    [all...]
RewriteModernObjC.cpp     [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 126 new ResourceProviderContext(Attributes(), shared_data));
284 ResourceProviderContext(const Attributes& attrs,
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 391 * Attributes the attribution image at the bottom left.
  /external/chromium_org/v8/tools/
grokdump.py     [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc 62 WebGraphicsContext3D::Attributes attributes; local
64 CreateOffscreenContext(attributes);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.cc     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 77 /// ParseGNUAttributes - Parse a non-empty attributes list.
79 /// [GNU] attributes:
81 /// attributes attribute
111 /// any attributes that don't work (based on my limited testing). Most
112 /// attributes are very simple in practice. Until we find a bug, I don't see
135 // allows for empty/non-empty attributes. ((__vector_size__(16),,,,))
144 // handle "parameterized" attributes
150 // Attributes in a class are parsed at the end of the class, along
201 // Availability attributes have their own grammar.
206 // Thread safety attributes fit into the FIXME case above, so w
    [all...]
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc 522 virtual Attributes getContextAttributes() {
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 831 // A list of late-parsed attributes. Used by ParseGNUAttributes.
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]

Completed in 1146 milliseconds

1 2 3 4 5 6 7 8 91011>>