HomeSort by relevance Sort by last modified time
    Searched full:unwrap (Results 1 - 25 of 322) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/IR/
Core.cpp 56 initializeCore(*unwrap(R));
87 unwrap(C)->setDiagnosticHandler(
96 unwrap(C)->setYieldCallback(YieldCallback, OpaqueHandle);
100 delete unwrap(C);
105 return unwrap(C)->getMDKindID(StringRef(Name, SLen));
117 unwrap(DI)->print(DP);
126 switch(unwrap(DI)->getSeverity()) {
155 return wrap(new Module(ModuleID, *unwrap(C)));
159 delete unwrap(M);
164 return unwrap(M)->getDataLayoutStr().c_str()
    [all...]
  /external/llvm/lib/Object/
Object.cpp 22 inline ObjectFile *unwrap(LLVMObjectFileRef OF) { function
30 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { function
40 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { function
50 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { function
62 std::unique_ptr<MemoryBuffer> Buf(unwrap(MemBuf));
70 delete unwrap(ObjectFile);
75 section_iterator SI = unwrap(ObjectFile)->section_begin();
80 delete unwrap(SI);
85 return (*unwrap(SI) == unwrap(ObjectFile)->section_end()) ? 1 : 0
    [all...]
  /external/llvm/lib/Target/
Target.cpp 27 inline TargetLibraryInfo *unwrap(LLVMTargetLibraryInfoRef P) { function
42 initializeTarget(*unwrap(R));
52 unwrap(PM)->add(new DataLayoutPass(*unwrap(TD)));
57 unwrap(PM)->add(new TargetLibraryInfo(*unwrap(TLI)));
61 std::string StringRep = unwrap(TD)->getStringRepresentation();
66 return unwrap(TD)->isLittleEndian() ? LLVMLittleEndian : LLVMBigEndian;
70 return unwrap(TD)->getPointerSize(0);
74 return unwrap(TD)->getPointerSize(AS)
    [all...]
TargetMachineC.cpp 33 inline TargetMachine *unwrap(LLVMTargetMachineRef P) { function
36 inline Target *unwrap(LLVMTargetRef P) { function
56 return wrap(unwrap(T)->getNext());
87 return unwrap(T)->getName();
91 return unwrap(T)->getShortDescription();
95 return unwrap(T)->hasJIT();
99 return unwrap(T)->hasTargetMachine();
103 return unwrap(T)->hasMCAsmBackend();
126 CodeModel::Model CM = unwrap(CodeModel);
145 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalar.cpp 72 initializeScalarOpts(*unwrap(R));
76 unwrap(PM)->add(createAggressiveDCEPass());
80 unwrap(PM)->add(createCFGSimplificationPass());
84 unwrap(PM)->add(createDeadStoreEliminationPass());
88 unwrap(PM)->add(createScalarizerPass());
92 unwrap(PM)->add(createGVNPass());
96 unwrap(PM)->add(createIndVarSimplifyPass());
100 unwrap(PM)->add(createInstructionCombiningPass());
104 unwrap(PM)->add(createJumpThreadingPass());
108 unwrap(PM)->add(createLICMPass())
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
unwrap.hpp 14 // $Id: unwrap.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
24 F& unwrap(F& f, long) function in namespace:boost::mpl::aux
32 unwrap(reference_wrapper<F>& f, int) function in namespace:boost::mpl::aux
40 unwrap(reference_wrapper<F> const& f, int) function in namespace:boost::mpl::aux
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoringTest.java 29 // Unwrap view with parent, no children - this will unwrap the parent (frame layout)
30 checkRefactoring("unwrap.xml", "@+id/button");
34 // Unwrap view with parent and children; this should unwrap the element itself
35 checkRefactoring("unwrap.xml", "@+id/frame");
39 // Unwrap root: should transfer namespace
40 checkRefactoring("unwrap.xml", "@+id/linear");
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 30 inline TargetLibraryInfo *unwrap(LLVMTargetLibraryInfoRef P) { function
50 GenVal->IntVal = APInt(unwrap<IntegerType>(Ty)->getBitWidth(), N, IsSigned);
62 switch (unwrap(TyRef)->getTypeID()) {
76 return unwrap(GenValRef)->IntVal.getBitWidth();
81 GenericValue *GenVal = unwrap(GenValRef);
89 return unwrap(GenVal)->PointerVal;
93 switch (unwrap(TyRef)->getTypeID()) {
95 return unwrap(GenVal)->FloatVal;
97 return unwrap(GenVal)->DoubleVal;
104 delete unwrap(GenVal)
    [all...]
  /external/llvm/lib/Transforms/IPO/
IPO.cpp 51 initializeIPO(*unwrap(R));
55 unwrap(PM)->add(createArgumentPromotionPass());
59 unwrap(PM)->add(createConstantMergePass());
63 unwrap(PM)->add(createDeadArgEliminationPass());
67 unwrap(PM)->add(createFunctionAttrsPass());
71 unwrap(PM)->add(createFunctionInliningPass());
75 unwrap(PM)->add(llvm::createAlwaysInlinerPass());
79 unwrap(PM)->add(createGlobalDCEPass());
83 unwrap(PM)->add(createGlobalOptimizerPass());
87 unwrap(PM)->add(createIPConstantPropagationPass())
    [all...]
  /external/chromium_org/chrome/test/chromedriver/js/
call_function_test.html 47 assertEquals(document.querySelector('div'), unwrap(result.value[1], cache));
64 assertEquals(1, unwrap(1));
66 assertEquals("1", unwrap("1"));
68 assertEquals(false, unwrap(false));
70 assertEquals(null, unwrap(null));
72 assertEquals(undefined, unwrap(undefined));
75 assertEquals(func, unwrap(func));
84 var unwrapped = unwrap(JSON.parse(wrappedJson), cache);
102 unwrap(wrapped, getPageCache());
121 assertEquals(doc, unwrap(wrappedDoc, cache))
    [all...]
  /external/llvm/tools/lto/
lto.cpp 64 LTOCodeGenerator *CG = unwrap(cg);
149 void lto_module_dispose(lto_module_t mod) { delete unwrap(mod); }
152 return unwrap(mod)->getTargetTriple().c_str();
156 return unwrap(mod)->setTargetTriple(triple);
160 return unwrap(mod)->getSymbolCount();
164 return unwrap(mod)->getSymbolName(index);
169 return unwrap(mod)->getSymbolAttributes(index);
173 return unwrap(mod)->getDependentLibraryCount();
177 return unwrap(mod)->getDependentLibrary(index);
181 return unwrap(mod)->getLinkerOptCount()
    [all...]
  /external/chromium_org/base/
tuple.h 543 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg));
548 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a));
555 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a),
556 base::internal::UnwrapTraits<B>::Unwrap(arg.b));
562 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a),
563 base::internal::UnwrapTraits<B>::Unwrap(arg.b),
564 base::internal::UnwrapTraits<C>::Unwrap(arg.c));
570 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a),
571 base::internal::UnwrapTraits<B>::Unwrap(arg.b),
572 base::internal::UnwrapTraits<C>::Unwrap(arg.c)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Wrapper.java 16 public byte[] unwrap(byte[] in, int inOff, int inLen) method in interface:Wrapper
  /external/llvm/include/llvm/Support/
CBindingWrapping.h 20 inline ty *unwrap(ref P) { \
32 inline T *unwrap(ref P) { \
33 return cast<T>(unwrap(P)); \
40 inline T *unwrap(ref P) { \
41 T *Q = (T*)unwrap(P); \
  /external/chromium_org/remoting/base/
dispatch_win.h 73 // Unwrap() routines unpack the output parameters from VARIANTARG structures
76 void Unwrap(const VARIANT& param_out) {
80 void Unwrap(VARIANT* const & param_out) {
155 // Unwrap the return value.
157 result.Unwrap(result_out);
205 // Unwrap the parameters.
206 disp_args[1 - 1].Unwrap(p1);
208 // Unwrap the return value.
210 result.Unwrap(result_out);
262 // Unwrap the parameters
    [all...]
  /frameworks/rs/cpu_ref/linkloader/android/
librsloader.cpp 41 static inline ELFObject<64> *unwrap(RSExecRef object) { function
45 static inline ELFObject<32> *unwrap(RSExecRef object) { function
88 ELFObject<64>* object = unwrap(object_);
90 ELFObject<32>* object = unwrap(object_);
99 ELFObject<64> *object = unwrap(object_);
101 ELFObject<32> *object = unwrap(object_);
141 delete unwrap(object);
147 ELFObject<64> *object = unwrap(object_);
152 ELFObject<32> *object = unwrap(object_);
180 ELFObject<64> *object = unwrap(object_)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebServiceWorkerProxy.cpp 17 ServiceWorker* WebServiceWorkerProxy::unwrap() const function in class:blink::WebServiceWorkerProxy
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
BaseContext.cpp 19 BaseContext* BaseContext::Unwrap(Handle<Object> obj) {
26 BaseContext* BaseContext = Unwrap(args.This());
53 BaseContext* BaseContext = Unwrap(args.This());
63 BaseContext* BaseContext = Unwrap(args.This());
73 BaseContext* BaseContext = Unwrap(args.This());
90 BaseContext* BaseContext = Unwrap(args.This());
108 BaseContext* BaseContext = Unwrap(args.This());
118 BaseContext* BaseContext = Unwrap(args.This());
140 BaseContext* BaseContext = Unwrap(args.This());
205 BaseContext* baseContext = Unwrap(info.This())
    [all...]
  /external/skia/experimental/SkV8Example/
BaseContext.cpp 19 BaseContext* BaseContext::Unwrap(Handle<Object> obj) {
26 BaseContext* BaseContext = Unwrap(args.This());
53 BaseContext* BaseContext = Unwrap(args.This());
63 BaseContext* BaseContext = Unwrap(args.This());
73 BaseContext* BaseContext = Unwrap(args.This());
90 BaseContext* BaseContext = Unwrap(args.This());
108 BaseContext* BaseContext = Unwrap(args.This());
118 BaseContext* BaseContext = Unwrap(args.This());
140 BaseContext* BaseContext = Unwrap(args.This());
205 BaseContext* baseContext = Unwrap(info.This())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFormControlElement.cpp 67 unwrap<HTMLFormControlElement>()->dispatchFormControlChangeEvent();
77 unwrap<HTMLFormControlElement>()->setAutofilled(autofilled);
97 unwrap<HTMLInputElement>()->setValue(value, sendEvents ? DispatchInputAndChangeEvent : DispatchNoEvent);
99 unwrap<HTMLTextAreaElement>()->setValue(value, sendEvents ? DispatchInputAndChangeEvent : DispatchNoEvent);
101 unwrap<HTMLSelectElement>()->setValue(value, sendEvents);
118 unwrap<HTMLInputElement>()->setSuggestedValue(value);
120 unwrap<HTMLTextAreaElement>()->setSuggestedValue(value);
122 unwrap<HTMLSelectElement>()->setSuggestedValue(value);
148 unwrap<HTMLInputElement>()->setSelectionRange(start, end);
150 unwrap<HTMLTextAreaElement>()->setSelectionRange(start, end)
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLEngineTest.java 213 * Test for <code>unwrap(ByteBuffer src, ByteBuffer dst)</code> method
230 e.unwrap(bbN, bb);
231 e.unwrap(bb, bbN);
236 e.unwrap(bb, roBb);
240 * Test for <code>unwrap(ByteBuffer src, ByteBuffer[] dsts)</code> method
261 e.unwrap(bb, bbNA);
266 e.unwrap(bb, bbA);
267 e.unwrap(bbN, bbA);
275 e.unwrap(bb, bbA);
280 * Test for <code>unwrap(ByteBuffersrc, ByteBuffer dst)</code> an
482 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, method in class:mySSLEngine
518 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer dst) method in class:mySSLEngine1
527 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) method in class:mySSLEngine1
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
Vectorize.cpp 35 initializeVectorization(*unwrap(R));
39 unwrap(PM)->add(createBBVectorizePass());
43 unwrap(PM)->add(createLoopVectorizePass());
47 unwrap(PM)->add(createSLPVectorizerPass());
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineTest.java 303 * javax.net.ssl.SSLEngine#unwrap(ByteBuffer src, ByteBuffer[] dsts,
314 clientEngine.engine.unwrap(bbs, new ByteBuffer[] { bbd }, 0, 1);
321 * javax.net.ssl.SSLEngine#unwrap(ByteBuffer src, ByteBuffer[] dsts,
335 sse.unwrap(bb, bbA, -1, 3);
340 sse.unwrap(bb, bbA, 0, -3);
345 sse.unwrap(bb, bbA, bbA.length + 1, bbA.length);
350 sse.unwrap(bb, bbA, 0, bbA.length + 1);
357 * javax.net.ssl.SSLEngine#unwrap(ByteBuffer src, ByteBuffer[] dsts,
372 sse.unwrap(bb, bbA, 0, bbA.length);
379 * javax.net.ssl.SSLEngine#unwrap(ByteBuffer src, ByteBuffer[] dsts
616 SSLEngineResult unwrap = clientEngine.engine.unwrap(bbs, bbd); local
    [all...]

Completed in 767 milliseconds

1 2 3 4 5 6 7 8 91011>>