/libcore/luni/src/main/java/java/sql/ |
Wrapper.java | 21 * This class is an actual usage of the wrapper pattern for JDBC classes. 27 public interface Wrapper { 31 * not a wrapper, a SQLException will be thrown. 42 * If the caller is a wrapper of the class or implements the given
|
ParameterMetaData.java | 24 public interface ParameterMetaData extends Wrapper {
|
ResultSetMetaData.java | 23 public interface ResultSetMetaData extends Wrapper {
|
Statement.java | 37 public interface Statement extends Wrapper, AutoCloseable {
|
Connection.java | 43 public interface Connection extends Wrapper, AutoCloseable { [all...] |
DatabaseMetaData.java | 36 public interface DatabaseMetaData extends Wrapper { [all...] |
/libcore/luni/src/main/java/javax/sql/ |
DataSource.java | 22 import java.sql.Wrapper; 53 public interface DataSource extends CommonDataSource, Wrapper {
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/ |
Wrapper.java | 3 public interface Wrapper 8 * Return the name of the algorithm the wrapper implements. 10 * @return the name of the algorithm the wrapper implements.
|
/external/v8/test/mjsunit/ |
double-equals.js | 64 assertFalse(new Wrapper(null) == new Wrapper(null), "new Wrapper(null) == new Wrapper(null)"); 69 var x = new Wrapper(null); 88 assertFalse(new Wrapper(null) == null, "new Wrapper(null) == null"); 89 assertFalse(null == new Wrapper(null), "null == new Wrapper(null)"); 106 assertTrue(new Wrapper(true) == true, "new Wrapper(true) == true") [all...] |
/external/grub/ |
compile | 2 # Wrapper for compilers which do not understand `-c -o'. 41 Wrapper for compilers which do not understand `-c -o'.
|
/external/libffi/ |
compile | 2 # Wrapper for compilers which do not understand `-c -o'. 41 Wrapper for compilers which do not understand `-c -o'.
|
/external/valgrind/main/ |
compile | 2 # Wrapper for compilers which do not understand `-c -o'. 41 Wrapper for compilers which do not understand `-c -o'.
|
/cts/apps/CtsVerifier/jni/audioquality/ |
Android.mk | 28 GenerateSinusoid.cpp Wrapper.cpp
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/ |
RFC3394WrapEngine.java | 7 import org.bouncycastle.crypto.Wrapper; 14 * an implementation of the AES Key Wrapper from the NIST Key Wrap 21 implements Wrapper
|
DESedeWrapEngine.java | 8 import org.bouncycastle.crypto.Wrapper; 30 implements Wrapper
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
WrapCipherSpi.java | 40 import org.bouncycastle.crypto.Wrapper; 70 protected Wrapper wrapEngine = null; 80 Wrapper wrapEngine) 86 Wrapper wrapEngine,
|
/external/llvm/lib/Target/Blackfin/ |
BlackfinISelLowering.h | 28 Wrapper // Address wrapper
|
BlackfinISelLowering.cpp | 133 case BFISD::Wrapper: return "BFISD::Wrapper"; 149 return DAG.getNode(BFISD::Wrapper, DL, MVT::i32, Op); 158 return DAG.getNode(BFISD::Wrapper, DL, MVT::i32, Op);
|
/external/bison/build-aux/ |
ylwrap | 2 # ylwrap - wrapper for lex/yacc invocations. 48 Wrapper for lex/yacc invocations, renaming files as desired.
|
/external/webkit/Source/WebCore/dom/ |
make_names.pl | 364 # Mapped tag name uses a special wrapper to keep their prefix and namespaceURI while using the mapped localname. 869 ## Wrapper Factory routines 875 # A tag reuses the default wrapper if its JSInterfaceName matches the default namespace Element. 886 # Avoid defining the same wrapper method twice. 902 static JSNode* create${JSInterfaceName}Wrapper(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<$parameters{namespace}Element> element) 914 static JSNode* create${JSInterfaceName}Wrapper(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<$parameters{namespace}Element> element) 925 static v8::Handle<v8::Value> create${JSInterfaceName}Wrapper($parameters{namespace}Element* element) 937 static v8::Handle<v8::Value> create${JSInterfaceName}Wrapper($parameters{namespace}Element* element) 1029 JSNode* createJS$parameters{namespace}Wrapper(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<$parameters{namespace}Element> element) 1038 v8::Handle<v8::Value> createV8$parameters{namespace}Wrapper($parameters{namespace}Element* element, bool forceNewObject [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.h | 43 /// Wrapper - A wrapper node for TargetConstantPool, TargetExternalSymbol, 45 Wrapper,
|
MSP430ISelDAGToDAG.cpp | 136 /// MatchWrapper - Try to match MSP430ISD::Wrapper node into an addressing mode. 195 case MSP430ISD::Wrapper:
|
/frameworks/base/core/tests/coretests/src/android/text/ |
TextUtilsTest.java | 271 CharSequence s2 = new Wrapper(s1); 394 * CharSequence wrapper for testing the cases where text is copied into 397 private static class Wrapper implements CharSequence { 400 public Wrapper(CharSequence s) { 418 return new Wrapper(mString.subSequence(start, end));
|
/cts/tools/signature-tools/lib/ |
stringtemplate.jar | |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 35 Wrapper, // Wrapper - A wrapper node for TargetConstantPool, 37 WrapperDYN, // WrapperDYN - A wrapper node for TargetGlobalAddress in 39 WrapperPIC, // WrapperPIC - A wrapper node for TargetGlobalAddress in 41 WrapperJT, // WrapperJT - A wrapper node for TargetJumpTable
|