HomeSort by relevance Sort by last modified time
    Searched defs:Simple (Results 26 - 50 of 61) sorted by null

12 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_builtin.py     [all...]
  /external/clang/lib/CodeGen/
CGValue.h 36 /// simple LLVM SSA value, a pair of SSA values for complex numbers, or the
150 /// bitfields, this is not a simple LLVM pointer, it may be a pointer plus a
154 Simple, // This is a normal l-value, use getAddress().
246 bool isSimple() const { return LVType == Simple; }
326 // simple lvalue
379 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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_builtin.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_builtin.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_builtin.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py     [all...]
  /system/tools/hidl/test/
hidl_test_client.cpp 177 struct Simple : public ISimple {
178 Simple(int32_t cookie)
733 Simple* instanceA = new Simple(1);
735 Simple* instanceB = new Simple(2);
    [all...]
  /external/python/cpython2/Lib/test/
test_builtin.py     [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 63 // elements can be undefined, a (simple) type, or a function type signature.
71 enum TypeKind { Undefined, Simple, FuncSig };
81 /// Changes the extended type to a simple type with the given / value.
84 Kind = Simple;
95 // Note: For simple types, the return type of the signature will be used to
96 // hold the simple type.
118 case ExtendedType::Simple:
119 Stream << "Simple";
138 return Ty->getKind() == Simple;
164 case Simple:
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h 492 LONG_PTR Simple;
    [all...]
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.4.33/
byte-buddy-agent-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.5.5/
byte-buddy-agent-1.5.5.jar 
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/mockito/lib/
byte-buddy-agent-1.6.9.jar 
byte-buddy-1.6.9.jar 
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.6.5/
byte-buddy-agent-1.6.5.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/
aws-java-sdk-cloudsearch-1.11.18.jar 

Completed in 2073 milliseconds

12 3