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

  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.h 26 enum BackingStoreType { Simple, Tiled };
27 QGraphicsWKView(QWKContext* context, BackingStoreType backingStoreType = Simple, QGraphicsItem* parent = 0);
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 157 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow };
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
RuleBasedCollatorTest.java 38 String Simple = "< a< b< c< d";
39 rbc = new RuleBasedCollator(Simple);
  /external/clang/lib/CodeGen/
CGValue.h 34 /// simple LLVM SSA value, a pair of SSA values for complex numbers, or the
101 /// bitfields, this is not a simple LLVM pointer, it may be a pointer plus a
105 Simple, // This is a normal l-value, use getAddress().
174 bool isSimple() const { return LVType == Simple; }
231 // simple lvalue
276 R.LVType = Simple;
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 14 private static SimpleInterface simple; field in class:ArrayAccessReplaceTest
19 CtClass simpleClass = pool.get(ArrayAccessReplaceTest.class.getName() + "$Simple");
24 simple = (SimpleInterface) simpleClass.toClass(new URLClassLoader(new URL[0], getClass().getClassLoader()), Class.class.getProtectionDomain()).newInstance();
41 simple.setBoolean(i, value);
46 assertEquals(value, simple.getBoolean(i));
52 simple.setByte(i, i);
56 assertEquals(i, simple.getByte(i));
62 simple.setShort(i, i);
66 assertEquals(i, simple.getShort(i));
72 simple.setChar(i, i)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 153 Not only did I strive to make a consistent and simple API to work with but I also attempted to make the library
158 On top of making the build simple and the API approachable I've also attempted for a reasonably high level of
226 In general the API is very simple to memorize and use. Most of the functions return either {\bf void} or {\bf int}. Functions
495 \subsection{Simple Encryption Demonstration}
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 251 milliseconds