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

1 2 3 4 5 6 78 91011>>

  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 149 TEST_F(CloneInstruction, Attributes) {
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
PYXWriter.java 177 Attributes atts) throws SAXException {
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
XMLReaderAdapterTest.java 25 import org.xml.sax.Attributes;
  /external/clang/lib/Lex/
ModuleMap.cpp 762 /// \brief The set of attributes that can be attached to a module.
763 struct Attributes {
764 Attributes() : IsSystem(), IsExhaustive() { }
826 bool parseOptionalAttributes(Attributes &Attrs);
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 37 /// 'inline'[opt] 'namespace' attributes[opt] '{' namespace-body '}'
44 /// 'inline'[opt] 'namespace' identifier attributes[opt]
85 // Read label attributes, if present.
366 // Using declarations can't have attributes.
381 /// namespace-name attributes[opt] ;
418 // Parse (optional) attributes (most likely GNU strong-using extension).
458 // FIXME: Simply skip the attributes and diagnose, don't bother parsing them.
518 // TODO: Can GNU attributes appear here?
566 // C++11 attributes are not allowed on a using-declaration, but GNU ones
570 // Parse (optional) attributes (most likely GNU strong-using extension)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 276 PassRefPtr<GraphicsContext3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attrs)
278 WebKit::WebGraphicsContext3D::Attributes webAttributes;
455 GraphicsContext3D::Attributes GraphicsContext3D::getContextAttributes()
457 WebKit::WebGraphicsContext3D::Attributes webAttributes = m_impl->getContextAttributes();
458 GraphicsContext3D::Attributes attributes; local
459 attributes.alpha = webAttributes.alpha;
460 attributes.depth = webAttributes.depth;
461 attributes.stencil = webAttributes.stencil;
462 attributes.antialias = webAttributes.antialias
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
XmlTest.java 19 import org.xml.sax.Attributes;
167 public void startElement(String uri, String localName, String name, Attributes atts)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 33 import java.util.jar.Attributes;
506 Attributes attrs = mf.getMainAttributes();
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 59 import org.xml.sax.Attributes;
    [all...]
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 82 const WebGraphicsContext3D::Attributes& attributes)
85 attributes_(attributes),
170 WebGraphicsContext3D::Attributes
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 225 wchar_t** out_name, uint32* attributes,
254 if (attributes)
255 *attributes = in_object->Attributes;
330 if (!(basic_info.Attributes & SEC_IMAGE))
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 133 virtual Attributes getContextAttributes() { return m_attrs; }
268 Attributes m_attrs;
  /external/chromium_org/third_party/libxslt/win32/
configure.js 468 t.Attributes =0;
478 t.Attributes =0;
  /external/chromium_org/content/common/gpu/client/
gl_helper_benchmark.cc 64 WebGraphicsContext3D::Attributes attributes; local
66 CreateOffscreenContext(attributes);
  /external/chromium_org/content/renderer/
render_widget.h 515 const WebKit::WebGraphicsContext3D::Attributes& attributes);
  /external/jdiff/src/jdiff/
XMLToAPI.java 7 import org.xml.sax.Attributes;
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 21 import org.xml.sax.Attributes;
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 35 import java.util.jar.Attributes;
472 Attributes attributes = manifest.getMainAttributes(); local
473 attributes.put(new Attributes.Name("Manifest-Version"), "1.0");
603 // JAR with a signature that has PKCS#7 Authenticated Attributes
636 * algorithm-Digest-Manifest-Main-Attributes entry in .SF file.
757 * In the Modified.jar, the main attributes of META-INF/MANIFEST.MF is
780 * It is all right in our original JarFile. If the Entry Attributes, for
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 77 import java.util.jar.Attributes;
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 91 import org.xml.sax.Attributes;
153 // Various tags and attributes used in the template metadata files - template.xml,
433 Attributes attributes)
436 String id = attributes.getValue(ATTR_ID);
438 String value = attributes.getValue(ATTR_DEFAULT);
441 String type = attributes.getValue(ATTR_TYPE);
449 String id = attributes.getValue(ATTR_ID);
451 String value = attributes.getValue(ATTR_VALUE);
456 String path = attributes.getValue(ATTR_FILE)
741 NamedNodeMap attributes = fragment.getDocumentElement().getAttributes(); local
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 464 tp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
setup_util_unittest.cc 89 return luid_and_att.Attributes == SE_PRIVILEGE_ENABLED;
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.cc 110 WebKit::WebGraphicsContext3D::Attributes attributes; local
111 attributes.antialias = false;
112 attributes.shareResources = true;
113 attributes.noAutomaticFlushes = true;
117 attributes, &in_process_attribs);
122 attributes.shareResources,
133 context.Pass(), attributes));
  /external/chromium_org/content/browser/aura/
gpu_process_transport_factory.cc 467 WebKit::WebGraphicsContext3D::Attributes attrs;

Completed in 805 milliseconds

1 2 3 4 5 6 78 91011>>