Home
last modified time | relevance | path

Searched defs:wrap (Results 1 – 25 of 202) sorted by relevance

123456789

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
Dp6-0x.cpp23 template<typename T = func_type_lvalue> struct wrap { struct
29 using func_type_lvalue = wrap<>::val; // expected-note{{in instantiation of}} argument
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_library_list.cpp64 LibraryView* wrap = known_libraries_.PopLast(); in ~LibraryList() local
75 LibraryView* wrap = known_libraries_[n]; in FindLibraryByName() local
138 LibraryView* wrap = known_libraries_[n]; in FindLibraryForAddress() local
177 void LibraryList::UnloadLibrary(LibraryView* wrap) { in UnloadLibrary()
238 LibraryView* wrap = FindKnownLibrary(lib_name); in LoadLibrary() local
271 LibraryView* wrap = new LibraryView(); in LoadLibrary() local
433 void LibraryList::AddLibrary(LibraryView* wrap) { in AddLibrary()
440 LibraryView* wrap = known_libraries_[n]; in FindKnownLibrary() local
Dcrazy_linker_api.cpp202 LibraryView* wrap = in crazy_library_open() local
233 LibraryView* wrap = in crazy_library_open_in_zip_file() local
266 LibraryView* wrap = reinterpret_cast<LibraryView*>(library); in crazy_library_get_info() local
294 LibraryView* wrap = reinterpret_cast<LibraryView*>(library); in crazy_library_create_shared_relro() local
314 LibraryView* wrap = reinterpret_cast<LibraryView*>(library); in crazy_library_use_shared_relro() local
332 LibraryView* wrap = in crazy_library_find_by_name() local
346 LibraryView* wrap = reinterpret_cast<LibraryView*>(library); in crazy_library_find_symbol() local
364 LibraryView* wrap = Globals::GetLibraries()->FindLibraryForAddress(address); in crazy_library_find_from_address() local
384 LibraryView* wrap = reinterpret_cast<LibraryView*>(library); in crazy_library_close_with_context() local
Dcrazy_linker_wrappers.cpp79 LibraryView* wrap = lib_list->LoadLibrary(path, in WrapDlopen() local
170 LibraryView* wrap = lib_list->FindLibraryForAddress(address); in WrapDladdr() local
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableListTest.java407 WrapWithIterable wrap) { in runConcurrentlyMutatedTest()
426 private static void runConcurrentlyMutatedTest(WrapWithIterable wrap) { in runConcurrentlyMutatedTest()
454 wrap); in runConcurrentlyMutatedTest() local
464 wrap); in runConcurrentlyMutatedTest() local
469 wrap); in runConcurrentlyMutatedTest() local
479 wrap); in runConcurrentlyMutatedTest() local
484 wrap); in runConcurrentlyMutatedTest() local
/external/clang/test/SemaTemplate/
Ddependent-class-member-operator.cpp7 void wrap() { in wrap() function
Dinstantiate-exception-spec-cxx11.cpp70 struct wrap { struct
71 T val;
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
Dwrap-commit-msg.py36 def wrap(text): function
/external/libvpx/libvpx/tools/
Dwrap-commit-msg.py36 def wrap(text): function
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8CSSValueCustom.cpp41 v8::Handle<v8::Object> wrap(CSSValue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* is… in wrap() function
DV8CSSRuleCustom.cpp48 v8::Handle<v8::Object> wrap(CSSRule* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* iso… in wrap() function
/external/chromium_org/ui/file_manager/video_player/js/
Derror_util.js28 Function.prototype.wrap = function(thisObject, var_args) { function
/external/chromium_org/ui/file_manager/file_manager/common/js/
Derror_util.js53 Function.prototype.wrap = function(thisObject) { function
/external/droiddriver/src/com/google/android/droiddriver/scroll/
DScrollers.java48 public static ScrollStepStrategy wrap(final ScrollStepStrategy delegate) { in wrap() method in Scrollers.ProgressBarScrollStepStrategy
/external/llvm/lib/Object/
DObject.cpp26 inline LLVMObjectFileRef wrap(const ObjectFile *OF) { in wrap() function
35 wrap(const section_iterator *SI) { in wrap() function
45 wrap(const symbol_iterator *SI) { in wrap() function
55 wrap(const relocation_iterator *SI) { in wrap() function
/external/chromium_org/tools/
Ddiagnose-me.py17 def wrap(func): function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DWrapper.java14 public byte[] wrap(byte[] in, int inOff, int inLen); in wrap() method
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
Ddebug.rb13 def self.wrap( adaptor, debug_listener = nil ) singletonMethod
113 def self.wrap( stream, debug_listener = nil ) singletonMethod in ANTLR3.Debug.TreeNodeStream
/external/smack/src/org/apache/harmony/javax/security/sasl/
DSaslClient.java36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException; in wrap() method
DSaslServer.java36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException; in wrap() method
/external/lldb/include/lldb/Expression/
DExpressionSourceCode.h62 bool wrap) : in ExpressionSourceCode()
/external/chromium_org/third_party/WebKit/Source/platform/mediastream/
DMediaStreamComponent.cpp63 void MediaStreamComponent::AudioSourceProviderImpl::wrap(blink::WebAudioSourceProvider* provider) in wrap() function in blink::MediaStreamComponent::AudioSourceProviderImpl
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h224 nvgl_wrap_mode(unsigned wrap) in nvgl_wrap_mode()
/external/guava/guava-tests/test/com/google/common/io/
DCheckCloseSupplier.java87 protected abstract T wrap(T object, Callback callback); in wrap() method in CheckCloseSupplier
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h224 nvgl_wrap_mode(unsigned wrap) in nvgl_wrap_mode()

123456789