Searched defs:Simple (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.h26 enum BackingStoreType { Simple, Tiled }; enumerator in enum:QGraphicsWKView::BackingStoreType
27 QGraphicsWKView(QWKContext* context, BackingStoreType backingStoreType = Simple, QGraphicsItem* parent = 0);
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h157 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow }; enumerator in enum:WebCore::Font::CodePath
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java19 CtClass simpleClass = pool.get(ArrayAccessReplaceTest.class.getName() + "$Simple");
279 public static class Simple implements SimpleInterface { class in class:ArrayAccessReplaceTest
292 public Simple() { method in class:ArrayAccessReplaceTest.Simple
/external/clang/lib/CodeGen/
H A DCGValue.h105 Simple, // This is a normal l-value, use getAddress(). enumerator in enum:clang::CodeGen::LValue::__anon2844
174 bool isSimple() const { return LVType == Simple; }
276 R.LVType = Simple;
/external/dropbear/libtomcrypt/
H A Dcrypt.tex495 \subsection{Simple Encryption Demonstration}
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1998 MVT Simple = VT.getSimpleVT(); local
1999 unsigned SimpleSize = Simple.getSizeInBits();
2034 MVT Simple = VT.getSimpleVT(); local
2035 unsigned SimpleSize = Simple.getSizeInBits();
2116 MVT Simple = VT.getSimpleVT(); local
2117 unsigned SimpleSize = Simple.getSizeInBits();
2146 MVT Simple = VT.getSimpleVT(); local
2147 unsigned SimpleSize = Simple.getSizeInBits();

Completed in 329 milliseconds