/third_party/mesa3d/include/android_stub/system/ |
H A D | window.h | 295 /* Valid operations for the (*perform)() hook. 515 * hook used to perform various operations on the surface. 516 * (*perform)() is a generic mechanism to add functionality to 522 * (*perform)() returns -ENOENT if the 'what' parameter is not supported 528 int (*perform)(struct ANativeWindow* window, member 644 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage); in native_window_set_usage() 683 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop); in native_window_set_crop() 704 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop); in native_window_set_post_transform_crop() 733 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount); in native_window_set_buffer_count() 753 return window->perform(windo in native_window_set_buffers_geometry() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 123 void perform(LoopInfo *LI); 180 void perform(LoopInfo *LI) { in perform() function in llvm::LoopBlocksRPO 181 DFS.perform(LI); in perform()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_time.c | 127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local 151 perform = 2; in s_time_main() 154 perform = 1; in s_time_main() 267 if (!(perform & 1)) in s_time_main() 328 if (!(perform & 2)) in s_time_main()
|
/third_party/openssl/apps/ |
H A D | s_time.c | 127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local 151 perform = 2; in s_time_main() 154 perform = 1; in s_time_main() 267 if (!(perform & 1)) in s_time_main() 328 if (!(perform & 2)) in s_time_main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 79 bool perform() { in perform() function in __anon25217::LibCallsShrinkWrap 84 if (perform(CI)) { in perform() 93 bool perform(CallInst *CI); 505 bool LibCallsShrinkWrap::perform(CallInst *CI) { in perform() function in LibCallsShrinkWrap 508 assert(Callee && "perform() should apply to a non-empty callee"); in perform() 510 assert(Func && "perform() is not expecting an empty function"); in perform() 529 bool Changed = CCDCE.perform(); in runImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOMemOPSizeOpt.cpp | 148 void perform() { in perform() function in __anon25079::MemOPSizeOpt 154 if (perform(MI)) { in perform() 166 // Not perform on constant length calls. in visitMemIntrinsic() 185 bool perform(MemIntrinsic *MI); 232 bool MemOPSizeOpt::perform(MemIntrinsic *MI) { in perform() function in __anon25079::MemOPSizeOpt 424 MemOPSizeOpt.perform(); in PGOMemOPSizeOptImpl()
|
/third_party/libabigail/tests/ |
H A D | test-read-ctf.cc | 397 /// Task specialization to perform CTF tests. 405 perform(); 437 test_task_ctf::perform() in perform() function in test_task_ctf
|
H A D | test-read-dwarf.cc | 576 /// Task specialization to perform DWARF tests. 584 perform(); 617 test_task_dwarf::perform() in perform() function in test_task_dwarf
|
H A D | test-types-stability.cc | 84 perform() in perform() function
|
H A D | test-diff-filter.cc | 853 perform() in perform() function
|
H A D | test-read-write.cc | 268 perform() in perform() function
|
H A D | test-diff-suppr.cc | 2083 perform() in perform() function
|
/third_party/libabigail/include/ |
H A D | abg-workers.h | 46 perform() = 0;
|
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/ |
H A D | gralloc.h | 38 int (*perform)(gralloc_module_t const*, int, ...); member
|
/third_party/nghttp2/src/ |
H A D | inflatehd.cc | 173 static int perform(void) { in perform() function 281 perform(); in main()
|
H A D | deflatehd.cc | 195 static int perform(void) { in perform() function 436 perform(); in main()
|
/third_party/libuv/src/unix/ |
H A D | darwin-stub.h | 63 void (*perform)(void*); member
|
/third_party/node/deps/uv/src/unix/ |
H A D | darwin-stub.h | 74 void (*perform)(void*); member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_android.c | 185 ret = gralloc->perform(gralloc, CROS_GRALLOC_DRM_GET_BUFFER_INFO, in tu_gralloc_info_cros() 226 if (!strcmp(gralloc->common.name, cros_gralloc_module_name) && gralloc->perform) { in tu_gralloc_info()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_android.c | 183 ret = gralloc->perform(gralloc, CROS_GRALLOC_DRM_GET_BUFFER_INFO, in v3dv_gralloc_info_cros() 214 gralloc->perform) { in v3dv_gralloc_info()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_android.c | 353 /* More recent CrOS gralloc has a perform op that fills out the struct below 384 dri2_dpy->gralloc->perform && 385 dri2_dpy->gralloc->perform(dri2_dpy->gralloc, 1576 if (dri2_dpy->gralloc->perform) 1577 err = dri2_dpy->gralloc->perform(dri2_dpy->gralloc, 1774 dri2_dpy->gralloc->perform && 1775 dri2_dpy->gralloc->perform(
|
/third_party/mesa3d/include/android_stub/hardware/ |
H A D | gralloc.h | 244 int (*perform)(struct gralloc_module_t const* module, member
|
/third_party/libabigail/src/ |
H A D | abg-workers.cc | 215 /// waiting to perform a task, so that they wake up and end up their 216 /// execution. If there is no task to perform, they just end their 217 /// execution. If there are tasks to perform, they finish them and 334 /// perform, they are woken up and their execution ends. 381 // If there is no more tasks to perform and the queue is not to in wait_to_execute_a_task() 386 // We were woken up. So maybe there are tasks to perform? If in wait_to_execute_a_task() 396 // If we've got a task to perform then perform it and when it's in wait_to_execute_a_task() 400 t->perform(); in wait_to_execute_a_task()
|
/third_party/python/Tools/msi/ |
H A D | uploadrelease.bat | 106 echo --skip-purge Does not perform CDN purge after uploading
107 echo --skip-test (-T) Does not perform post-upload tests
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_init_remote.tex | 39 it is easier to use and because it may perform better.
|