Searched refs:Wrapper (Results 1 - 25 of 41) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DWrapper.java3 public interface Wrapper interface
/external/v8/test/mjsunit/
H A Ddouble-equals.js49 function Wrapper(value) { class
111 var x = new Wrapper(null);
134 testNotEqual(null, new Wrapper(null));
139 testNotEqual(undefined, new Wrapper(undefined));
170 testEqual(new Wrapper(true), true);
171 testEqual(new Wrapper(true), 1);
172 testEqual(new Wrapper(false), false);
173 testEqual(new Wrapper(false), 0);
206 testNotEqual(new Wrapper(null), new Wrapper(nul
[all...]
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp38 OProfileWrapper& Wrapper; member in class:__anon8768::OProfileJITEventListener
44 : Wrapper(LibraryWrapper) {
58 if (!Wrapper.op_open_agent()) {
67 if (Wrapper.isAgentAvailable()) {
68 if (Wrapper.op_close_agent() == -1) {
96 if (Wrapper.op_write_native_code(F.getName().data(),
142 if (Wrapper.op_write_debug_line_info(FnStart, LineInfo.size(),
155 if (Wrapper.op_unload_native_code(reinterpret_cast<uint64_t>(FnStart)) == -1) {
/external/guava/guava/src/com/google/common/base/
H A DEquivalence.java146 * {@link Wrapper#equals(Object) Object.equals()} such that
151 public final <S extends T> Wrapper<S> wrap(@Nullable S reference) {
152 return new Wrapper<S>(this, reference);
176 public static final class Wrapper<T> implements Serializable { class in class:Equivalence
180 private Wrapper(Equivalence<? super T> equivalence, @Nullable T reference) { method in class:Equivalence.Wrapper
198 } else if (obj instanceof Wrapper) {
199 Wrapper<?> that = (Wrapper<?>) obj;
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp40 IntelJITEventsWrapper& Wrapper; member in class:__anon8756::IntelJITEventListener
46 : Wrapper(libraryWrapper) {
72 IntelJITEventsWrapper& Wrapper,
79 Result.method_id = Wrapper.iJIT_GetNewMethodID();
97 iJIT_Method_Load FunctionMessage = FunctionDescToIntelJITFormat(Wrapper,
154 Wrapper.iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED,
162 Wrapper.iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_UNLOAD_START, &I->second);
71 FunctionDescToIntelJITFormat( IntelJITEventsWrapper& Wrapper, const char* FnName, uintptr_t FnStart, size_t FnSize) argument
/external/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls.cpp94 struct Wrapper { struct in namespace:test4
97 extern Wrapper *p;
/external/grub/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/libffi/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/libogg/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/libusb/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/libusb-compat/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/libvorbis/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dvia-parser.rb14 @input.insert_before($start,"public class Wrapper {\n")
75 public class Wrapper {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseWrapCipher.java34 import org.bouncycastle.crypto.Wrapper;
63 protected Wrapper wrapEngine = null;
73 Wrapper wrapEngine)
79 Wrapper wrapEngine,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DRFC3394WrapEngine.java7 import org.bouncycastle.crypto.Wrapper;
14 * an implementation of the AES Key Wrapper from the NIST Key Wrap
21 implements Wrapper
H A DDESedeWrapEngine.java8 import org.bouncycastle.crypto.Wrapper;
32 implements Wrapper
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DBaseCipherSpi.java29 import org.bouncycastle.crypto.Wrapper;
51 protected Wrapper wrapEngine = null;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h28 Wrapper, enumerator in enum:llvm::NVPTXISD::NodeType
/external/bison/build-aux/
H A Dylwrap48 Wrapper for lex/yacc invocations, renaming files as desired.
/external/elfutils/config/
H A Dylwrap48 Wrapper for lex/yacc invocations, renaming files as desired.
/external/webkit/Source/WebCore/dom/
H A Dmake_names.pl869 ## Wrapper Factory routines
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)
1058 print F " map.set(${tag}Tag.localName().impl(), create${ucTag}Wrapper);\n";
1126 JSNode* createJS$parameters{namespace}Wrapper(JSC::ExecState*, JSDOMGlobalObject*, PassRefPtr<$parameters{namespace}Element>);
1140 v8::Handle<v8::Value> createV8$parameters{namespace}Wrapper(
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
206 Wrapper for compilers which do not understand '-c -o'.
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h43 /// Wrapper - A wrapper node for TargetConstantPool, TargetExternalSymbol,
45 Wrapper, enumerator in enum:llvm::MSP430ISD::__anon8933
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h75 Wrapper, enumerator in enum:llvm::MipsISD::NodeType
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php37 * Wrapper class to make calls to the Chrome Web Store License Server.

Completed in 509 milliseconds

12