Searched defs:Simple (Results 1 - 7 of 7) 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::__anon67
172 bool isSimple() const { return LVType == Simple; }
264 R.LVType = Simple;
/external/dropbear/libtomcrypt/
H A Dcrypt.tex495 \subsection{Simple Encryption Demonstration}
/external/clang/lib/Sema/
H A DSemaStmt.cpp1167 // the evaluated decls into a vector. Simple is set to true if none
1172 bool Simple; member in class:__anon244::DeclExtractor
1181 Simple(true) {}
1183 bool isSimple() { return Simple; }
1187 Simple = false;
1192 Simple = false;
1207 Simple = false;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2086 MVT Simple = VT.getSimpleVT(); local
2087 unsigned SimpleSize = Simple.getSizeInBits();
2122 MVT Simple = VT.getSimpleVT(); local
2123 unsigned SimpleSize = Simple.getSizeInBits();
2204 MVT Simple = VT.getSimpleVT(); local
2205 unsigned SimpleSize = Simple.getSizeInBits();
2234 MVT Simple = VT.getSimpleVT(); local
2235 unsigned SimpleSize = Simple.getSizeInBits();

Completed in 430 milliseconds