Searched refs:thunk (Results 1 - 7 of 7) sorted by relevance

/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DRouterTest.java163 RouterImpl.ResponderThunk thunk =
166 thunk.finalize();
/external/v8/benchmarks/
H A Dearley-boyer.js1712 function sc_dynamicWind(before, thunk, after) {
1715 var res = thunk();
2604 function sc_withInputFromFile(s, thunk) {
2609 function sc_withOutputToFile(s, thunk) {
2647 function sc_withInputFromPort(p, thunk) {
2651 return thunk();
2658 function sc_withInputFromString(s, thunk) {
2659 return sc_withInputFromPort(new sc_StringInputPort(sc_string2jsstring(s)), thunk);
2663 function sc_withOutputToPort(p, thunk) {
2667 return thunk();
[all...]
/external/python/cpython2/Modules/_ctypes/
H A Dctypes.h127 CThunkObject *thunk; member in struct:__anon17457
H A D_ctypes.c3491 CThunkObject *thunk; local
3548 thunk = _ctypes_alloc_callback(callable,
3552 if (!thunk)
3557 Py_DECREF(thunk);
3564 self->thunk = thunk;
3565 *(void **)self->b_ptr = (void *)thunk->pcl_exec;
3567 Py_INCREF((PyObject *)thunk); /* for KeepRef */
3568 if (-1 == KeepRef((CDataObject *)self, 0, (PyObject *)thunk)) {
4024 Py_VISIT(self->thunk);
[all...]
/external/llvm/include/llvm/Support/
H A DMachO.h858 uint32_t thunk; member in struct:llvm::MachO::tlv_descriptor_32
864 uint64_t thunk; member in struct:llvm::MachO::tlv_descriptor_64
870 uintptr_t thunk; member in struct:llvm::MachO::tlv_descriptor
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h866 uint32_t thunk; member in struct:llvm::MachO::tlv_descriptor_32
872 uint64_t thunk; member in struct:llvm::MachO::tlv_descriptor_64
878 uintptr_t thunk; member in struct:llvm::MachO::tlv_descriptor
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 375 milliseconds