HomeSort by relevance Sort by last modified time
    Searched refs:wrapper (Results 51 - 75 of 1395) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceConstructor3.h 55 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceConstructor3>(impl, isolate);
56 if (!wrapper.IsEmpty())
57 return wrapper;
70 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
71 v8SetReturnValue(callbackInfo, wrapper);
84 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
85 v8SetReturnValue(callbackInfo, wrapper);
97 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
98 v8SetReturnValue(callbackInfo, wrapper);
V8TestInterfaceEmpty.h 54 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceEmpty>(impl, isolate);
55 if (!wrapper.IsEmpty())
56 return wrapper;
69 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
70 v8SetReturnValue(callbackInfo, wrapper);
83 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
84 v8SetReturnValue(callbackInfo, wrapper);
96 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
97 v8SetReturnValue(callbackInfo, wrapper);
V8TestSpecialOperations.h 54 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestSpecialOperations>(impl, isolate);
55 if (!wrapper.IsEmpty())
56 return wrapper;
69 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
70 v8SetReturnValue(callbackInfo, wrapper);
83 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
84 v8SetReturnValue(callbackInfo, wrapper);
96 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
97 v8SetReturnValue(callbackInfo, wrapper);
V8TestSpecialOperationsNotEnumerable.h 54 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestSpecialOperationsNotEnumerable>(impl, isolate);
55 if (!wrapper.IsEmpty())
56 return wrapper;
69 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
70 v8SetReturnValue(callbackInfo, wrapper);
83 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
84 v8SetReturnValue(callbackInfo, wrapper);
96 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
97 v8SetReturnValue(callbackInfo, wrapper);
V8TestTypedefs.h 55 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestTypedefs>(impl, isolate);
56 if (!wrapper.IsEmpty())
57 return wrapper;
70 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
71 v8SetReturnValue(callbackInfo, wrapper);
84 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
85 v8SetReturnValue(callbackInfo, wrapper);
97 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
98 v8SetReturnValue(callbackInfo, wrapper);
V8TestInterfaceDocument.cpp 95 v8::Handle<v8::Object> wrapper = V8TestInterfaceDocument::createWrapper(impl, creationContext, isolate); local
96 if (wrapper.IsEmpty())
97 return wrapper;
101 frame->script().windowShell(world)->updateDocumentWrapper(wrapper);
103 return wrapper;
119 // initializeMainWorld may have created a wrapper for the object, retry from the start.
120 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapper<V8TestInterfaceDocument>(impl.get(), isolate); local
121 if (!wrapper.IsEmpty())
122 return wrapper;
125 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), is (…) local
    [all...]
V8TestInterfaceConstructor2.cpp 57 v8::Handle<v8::Object> wrapper = info.Holder(); local
58 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceConstructor2>(impl.release(), &V8TestInterfaceConstructor2::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
59 v8SetReturnValue(info, wrapper);
77 v8::Handle<v8::Object> wrapper = info.Holder(); local
78 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceConstructor2>(impl.release(), &V8TestInterfaceConstructor2::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
79 v8SetReturnValue(info, wrapper);
107 v8::Handle<v8::Object> wrapper = info.Holder(); local
108 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceConstructor2>(impl.release(), &V8TestInterfaceConstructor2::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
109 v8SetReturnValue(info, wrapper);
116 v8::Handle<v8::Object> wrapper = info.Holder() local
250 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 87 RefPtr<CallbackWrapper> wrapper = adoptRef(new CallbackWrapper(callbacks)); local
89 bind(&LocalFileSystem::resolveURLInternal, this, fileSystemURL, wrapper),
90 bind(&LocalFileSystem::fileSystemNotAllowedInternal, this, PassRefPtrWillBeRawPtr<ExecutionContext>(context), wrapper));
96 RefPtr<CallbackWrapper> wrapper = adoptRef(new CallbackWrapper(callbacks)); local
98 bind(&LocalFileSystem::fileSystemAllowedInternal, this, contextPtr, type, wrapper),
99 bind(&LocalFileSystem::fileSystemNotAllowedInternal, this, contextPtr, wrapper));
108 RefPtr<CallbackWrapper> wrapper = adoptRef(new CallbackWrapper(callbacks)); local
110 bind(&LocalFileSystem::deleteFileSystemInternal, this, contextPtr, type, wrapper),
111 bind(&LocalFileSystem::fileSystemNotAllowedInternal, this, contextPtr, wrapper));
  /external/chromium_org/tools/telemetry/telemetry/
decorators.py 49 def wrapper(*args, **kwargs): function in function:Disabled._Disabled
51 wrapper._disabled_strings = disabled_strings
52 return wrapper
78 def wrapper(*args, **kwargs): function in function:Enabled._Enabled
80 wrapper._enabled_strings = enabled_strings
81 return wrapper
  /external/lldb/source/Interpreter/
wrap_python.mk 14 $(LLDB_ROOT_PATH)/scripts/Python/edit-swig-python-wrapper-file.py \
18 $(hide) "$(LLDB_ROOT_PATH_ABS)/scripts/build-swig-wrapper-classes.sh" "$(LLDB_ROOT_PATH_ABS)" "$(intermediates_abs)" "$(intermediates_abs)" "$(intermediates_abs)" -m
19 $(hide) "$(LLDB_ROOT_PATH_ABS)/scripts/finish-swig-wrapper-classes.sh" "$(LLDB_ROOT_PATH_ABS)" "$(intermediates_abs)" "$(intermediates_abs)" "$(intermediates_abs)" -m
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 41 result = self.wrapper._split(text)
50 self.wrapper = TextWrapper(width=45)
96 wrapper = TextWrapper(45, fix_sentence_endings=True)
97 result = wrapper.wrap(text)
100 result = wrapper.fill(text)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
111 self.check(wrapper.wrap(text), expect)
118 self.check(wrapper.wrap(text), expect)
121 self.check(wrapper.wrap(text), expect)
125 self.check(wrapper.wrap(text), expect
    [all...]
test_functools.py 188 def check_wrapper(self, wrapper, wrapped,
193 self.assertTrue(getattr(wrapper, name) is getattr(wrapped, name))
196 wrapper_attr = getattr(wrapper, name)
206 def wrapper(): function in function:TestUpdateWrapper._default_update
208 functools.update_wrapper(wrapper, f)
209 return wrapper, f
212 wrapper, f = self._default_update()
213 self.check_wrapper(wrapper, f)
214 self.assertEqual(wrapper.__name__, 'f')
215 self.assertEqual(wrapper.attr, 'This is also a test'
228 def wrapper(): function in function:TestUpdateWrapper.test_no_update
241 def wrapper(): function in function:TestUpdateWrapper.test_selective_update
256 def wrapper(): function in function:TestUpdateWrapper.test_builtin_update
270 def wrapper(): function in function:TestWraps._default_update
292 def wrapper(): function in function:TestWraps.test_no_update
311 def wrapper(): function in function:TestWraps.test_selective_update
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 41 result = self.wrapper._split(text)
50 self.wrapper = TextWrapper(width=45)
96 wrapper = TextWrapper(45, fix_sentence_endings=True)
97 result = wrapper.wrap(text)
100 result = wrapper.fill(text)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
111 self.check(wrapper.wrap(text), expect)
118 self.check(wrapper.wrap(text), expect)
121 self.check(wrapper.wrap(text), expect)
125 self.check(wrapper.wrap(text), expect
    [all...]
test_functools.py 188 def check_wrapper(self, wrapper, wrapped,
193 self.assertTrue(getattr(wrapper, name) is getattr(wrapped, name))
196 wrapper_attr = getattr(wrapper, name)
206 def wrapper(): function in function:TestUpdateWrapper._default_update
208 functools.update_wrapper(wrapper, f)
209 return wrapper, f
212 wrapper, f = self._default_update()
213 self.check_wrapper(wrapper, f)
214 self.assertEqual(wrapper.__name__, 'f')
215 self.assertEqual(wrapper.attr, 'This is also a test'
228 def wrapper(): function in function:TestUpdateWrapper.test_no_update
241 def wrapper(): function in function:TestUpdateWrapper.test_selective_update
256 def wrapper(): function in function:TestUpdateWrapper.test_builtin_update
270 def wrapper(): function in function:TestWraps._default_update
292 def wrapper(): function in function:TestWraps.test_no_update
311 def wrapper(): function in function:TestWraps.test_selective_update
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testbase.py 13 def wrapper(test_method): function in function:broken
25 return wrapper
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
__init__.py 39 def wrapper(*args, **kwargs): function in function:_singleton_method
40 """Singleton wrapper around a coverage method."""
45 return wrapper
  /external/javassist/src/main/javassist/
CtPrimitiveType.java 31 CtPrimitiveType(String name, char desc, String wrapper,
36 wrapperName = wrapper;
68 * Returns the name of the wrapper class.
69 * For example, if the type is int, then the wrapper class is
76 * from the wrapper object.
84 * from the wrapper object.
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
UndeclaredThrowableStrategy.java 32 * @param wrapper a class which extends either directly or
38 public UndeclaredThrowableStrategy(Class wrapper) {
39 t = new UndeclaredThrowableTransformer(wrapper);
  /frameworks/base/core/jni/
android_media_RemoteDisplay.cpp 157 NativeRemoteDisplay* wrapper = new NativeRemoteDisplay(display, client); local
158 return reinterpret_cast<jlong>(wrapper);
162 NativeRemoteDisplay* wrapper = reinterpret_cast<NativeRemoteDisplay*>(ptr); local
163 wrapper->pause();
167 NativeRemoteDisplay* wrapper = reinterpret_cast<NativeRemoteDisplay*>(ptr); local
168 wrapper->resume();
172 NativeRemoteDisplay* wrapper = reinterpret_cast<NativeRemoteDisplay*>(ptr); local
173 delete wrapper;
  /hardware/qcom/audio/voice_processing/
Android.mk 3 # audio preprocessing wrapper
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
__init__.py 16 from curses.wrapper import wrapper namespace
23 # until initscr() has been called.) This wrapper function calls the
41 # This is a similar wrapper for start_color(), which adds the COLORS and
wrapper.py 1 """curses.wrapper
3 Contains one function, wrapper(), which runs another function which
5 application raises an exception, wrapper() will restore the terminal
12 def wrapper(func, *args, **kwds): function
13 """Wrapper function that initializes curses and calls another function,
17 wrapper().
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
__init__.py 16 from curses.wrapper import wrapper namespace
23 # until initscr() has been called.) This wrapper function calls the
41 # This is a similar wrapper for start_color(), which adds the COLORS and
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/
Makefile 5 SUBDIRS = null wrapper
  /external/mesa3d/src/gallium/winsys/sw/
Makefile 5 SUBDIRS = null wrapper

Completed in 1712 milliseconds

1 23 4 5 6 7 8 91011>>