/third_party/protobuf/kokoro/docs/ |
D | common.cfg | 10 # Download trampoline resources. 11 gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 13 # Use the trampoline script to run in docker. 14 build_file: "protobuf/kokoro/docs/trampoline.sh" 16 # Configure the docker image for kokoro-trampoline.
|
D | python.cfg | 3 # Tell the trampoline which build file to use.
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.cc | 1952 trampoline_t *trampoline = (trampoline_t *) calloc (1, sizeof (trampoline_t)); in trampoline_create() local 1954 if (unlikely (!trampoline)) in trampoline_create() 1957 trampoline->closure.user_data = user_data; in trampoline_create() 1958 trampoline->closure.destroy = destroy; in trampoline_create() 1959 trampoline->closure.ref_count = 1; in trampoline_create() 1960 trampoline->func = func; in trampoline_create() 1962 return trampoline; in trampoline_create() 1993 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_nominal_glyph_trampoline() local 1994 return trampoline->func (font, font_data, unicode, 0, glyph, trampoline->closure.user_data); in hb_font_get_nominal_glyph_trampoline() 2005 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_variation_glyph_trampoline() local [all …]
|
/third_party/harfbuzz/src/ |
D | hb-font.cc | 2270 trampoline_t *trampoline = (trampoline_t *) calloc (1, sizeof (trampoline_t)); in trampoline_create() local 2272 if (unlikely (!trampoline)) in trampoline_create() 2275 trampoline->closure.user_data = user_data; in trampoline_create() 2276 trampoline->closure.destroy = destroy; in trampoline_create() 2277 trampoline->closure.ref_count = 1; in trampoline_create() 2278 trampoline->func = func; in trampoline_create() 2280 return trampoline; in trampoline_create() 2311 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_nominal_glyph_trampoline() local 2312 return trampoline->func (font, font_data, unicode, 0, glyph, trampoline->closure.user_data); in hb_font_get_nominal_glyph_trampoline() 2323 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_variation_glyph_trampoline() local [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.cc | 2271 trampoline_t *trampoline = (trampoline_t *) hb_calloc (1, sizeof (trampoline_t)); in trampoline_create() local 2273 if (unlikely (!trampoline)) in trampoline_create() 2276 trampoline->closure.user_data = user_data; in trampoline_create() 2277 trampoline->closure.destroy = destroy; in trampoline_create() 2278 trampoline->closure.ref_count = 1; in trampoline_create() 2279 trampoline->func = func; in trampoline_create() 2281 return trampoline; in trampoline_create() 2312 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_nominal_glyph_trampoline() local 2313 return trampoline->func (font, font_data, unicode, 0, glyph, trampoline->closure.user_data); in hb_font_get_nominal_glyph_trampoline() 2324 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; in hb_font_get_variation_glyph_trampoline() local [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/ |
D | gstglcontext_wgl.c | 166 HGLRC trampoline; in gst_gl_context_wgl_create_context() local 183 trampoline = wglCreateContext (device); in gst_gl_context_wgl_create_context() 184 if (trampoline) in gst_gl_context_wgl_create_context() 186 (guintptr) trampoline); in gst_gl_context_wgl_create_context() 193 g_assert (trampoline); in gst_gl_context_wgl_create_context() 196 wglMakeCurrent (device, trampoline); in gst_gl_context_wgl_create_context() 206 wglDeleteContext (trampoline); in gst_gl_context_wgl_create_context() 207 trampoline = NULL; in gst_gl_context_wgl_create_context()
|
/third_party/skia/src/gpu/ |
D | GrThreadSafeCache.cpp | 335 sk_sp<Trampoline> trampoline(new Trampoline); in CreateLazyView() local 340 [trampoline]( in CreateLazyView() 343 if (!resourceProvider || !trampoline->fProxy || in CreateLazyView() 344 !trampoline->fProxy->isInstantiated()) { in CreateLazyView() 348 SkASSERT(!trampoline->fProxy->peekTexture()->getUniqueKey().isValid()); in CreateLazyView() 350 sk_ref_sp(trampoline->fProxy->peekTexture())); in CreateLazyView() 368 return {{std::move(proxy), origin, swizzle}, std::move(trampoline)}; in CreateLazyView()
|
D | GrBlurUtils.cpp | 395 sk_sp<GrThreadSafeCache::Trampoline> trampoline; in hw_create_filtered_mask() local 400 std::tie(lazyView, trampoline) = GrThreadSafeCache::CreateLazyView( in hw_create_filtered_mask() 457 trampoline->fProxy = filteredMaskView.asTextureProxyRef(); in hw_create_filtered_mask()
|
/third_party/libffi/src/x86/ |
D | ffiw64.c | 199 static const unsigned char trampoline[16] = { in EFI64() local 218 memcpy (tramp, trampoline, sizeof(trampoline)); in EFI64()
|
D | ffi64.c | 731 static const unsigned char trampoline[16] = { in ffi_prep_closure_loc() local 754 memcpy (tramp, trampoline, sizeof(trampoline)); in ffi_prep_closure_loc()
|
/third_party/openssl/crypto/ |
D | sparse_array.c | 129 static void trampoline(ossl_uintmax_t n, void *l, void *arg) in trampoline() function 140 sa_doall(sa, NULL, &trampoline, &tramp); in ossl_sa_doall()
|
/third_party/rust/crates/cxx/src/ |
D | function.rs | 7 pub trampoline: *const c_void, field
|
/third_party/vulkan-loader/build-qnx/ |
D | common.mk | 24 phys_dev_ext.c trampoline.c unknown_ext_chain.c wsi.c \
|
/third_party/libffi/src/ |
D | closures.c | 176 void *(*trampoline) (void); member 234 entry->trampoline = in ffi_trampoline_table_alloc() 303 *code = entry->trampoline; in ffi_closure_alloc()
|
/third_party/libffi/src/aarch64/ |
D | ffi.c | 797 static const unsigned char trampoline[16] = { in ffi_prep_closure_loc() local 804 memcpy (tramp, trampoline, sizeof(trampoline)); in ffi_prep_closure_loc()
|
/third_party/vulkan-loader/tests/framework/layer/ |
D | CMakeLists.txt | 30 # work in the case where handles in the terminator don't match handles in the trampoline portion.
|
/third_party/vulkan-loader/openharmony/ |
D | BUILD.gn | 86 "../loader/trampoline.c",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 11 adjust_trampoline, // llvm.adjust.trampoline 148 init_trampoline, // llvm.init.trampoline
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pthread.cpp | 216 unsigned __stdcall trampoline(void *arg_arg) in trampoline() function 333 result = _beginthreadex(NULL, (unsigned)stacksize, trampoline, args.get(), 0, &threadID); in dng_pthread_create()
|
/third_party/skia/src/core/ |
D | SkBlurMF.cpp | 1067 sk_sp<GrThreadSafeCache::Trampoline> trampoline, in fillin_view_on_gpu() argument 1123 trampoline->fProxy = view.asTextureProxyRef(); in fillin_view_on_gpu() 1283 auto [lazyView, trampoline] = GrThreadSafeCache::CreateLazyView(dContext, in find_or_create_rrect_blur_mask_fp() 1301 std::move(trampoline), in find_or_create_rrect_blur_mask_fp()
|
/third_party/flutter/skia/third_party/externals/angle2/third_party/vulkan-loader/ |
D | BUILD.gn | 199 "src/loader/trampoline.c",
|
/third_party/skia/tests/ |
D | GrThreadSafeCacheTest.cpp | 650 sk_sp<GrThreadSafeCache::Trampoline> trampoline) { in FillInViewOnGpu() argument 666 trampoline->fProxy = view.asTextureProxyRef(); in FillInViewOnGpu() 682 auto [lazyView, trampoline] = GrThreadSafeCache::CreateLazyView( in AccessCachedView() 705 if (!FillInViewOnGpu(dContext, wh, stats, lazyView, std::move(trampoline))) { in AccessCachedView()
|
/third_party/vulkan-loader/ |
D | BUILD.gn | 130 "loader/trampoline.c",
|
/third_party/skia/third_party/externals/swiftshader/docs/ |
D | SamplingRoutines.md | 16 Note that this differs from typical JIT-compilers' use of trampoline functions in that we generate …
|
/third_party/libunwind/doc/ |
D | libunwind-ia64.tex | 45 registers are accessible. For signal-trampoline frames, all registers 93 stack-frame of a signal-handler trampoline.
|