Home
last modified time | relevance | path

Searched defs:func (Results 676 - 700 of 1125) sorted by relevance

1...<<21222324252627282930>>...45

/third_party/python/Lib/test/
H A Dtest_context.py108 def func(*args, **kwargs): function
136 def func(*args, **kwargs): function
175 def func(): global() function
[all...]
H A Dtest_trace.py97 def func(): function
[all...]
/third_party/python/Objects/
H A Dmoduleobject.c160 PyObject *func; in _add_methods_to_object() local
H A Dclassobject.c49 PyObject *func = PyMethod_GET_FUNCTION(method); in method_vectorcall() local
105 PyMethod_New(PyObject *func, PyObject *self) in PyMethod_New() argument
134 PyObject *func = PyMethod_GET_FUNCTION(self); in method___reduce___impl() local
278 PyObject *func in method_repr() local
357 PyInstanceMethod_New(PyObject *func) PyInstanceMethod_New() argument
444 PyObject *func = PyInstanceMethod_GET_FUNCTION(descr); instancemethod_descr_get() local
482 PyObject *func = PyInstanceMethod_Function(self); instancemethod_repr() local
[all...]
/third_party/python/Lib/ctypes/test/
H A Dtest_structures.py613 func = dll._testfunc_union_by_value1 global() variable in StructureTestCase.test_union_by_value.Test5
621 func = dll._testfunc_union_by_value2 global() variable in StructureTestCase.test_union_by_value.Test5
683 func = dll._testfunc_bitfield_by_value1 global() variable in StructureTestCase.test_bitfield_by_value.Test6
734 func = dll._testfunc_bitfield_by_value2 global() variable in StructureTestCase.test_bitfield_by_value.Test8
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc70 ABSL_SYMBOLIZE_TEST_NOINLINE void Foo::func(int) { in func() function in Foo
[all...]
/third_party/spirv-tools/source/opt/
H A Dconvert_to_half_pass.cpp333 bool ConvertToHalfPass::ProcessFunction(Function* func) { in ProcessFunction() argument
H A Dinst_buff_addr_check_pass.cpp210 std::unique_ptr<Function> func = in GetSearchAndTestFuncId() local
/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearCase.cpp110 static void renderClear (EGLint api, const ApiFunctions& func, const ClearOp& clear) in renderClear() argument
123 static void finish (EGLint api, const ApiFunctions& func) in finish() argument
136 static void readPixels (EGLint api, const ApiFunctions& func, tcu::Surface& dst) in readPixels() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp73 static inline bool compare (deUint32 func, T a, T b) in compare() argument
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp498 UploadFunction func; in init() member
/third_party/elfutils/libcpu/
H A Driscv_disasm.c552 uint32_t func; in riscv_disasm() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_chromakey_cuda.c294 static int call_cuda_kernel(AVFilterContext *ctx, CUfunction func, in call_cuda_kernel() argument
H A Dvf_scale_cuda.c404 static int call_resize_kernel(AVFilterContext *ctx, CUfunction func, in call_resize_kernel() argument
H A Dvf_hqx.c40 hqxfunc_t func; member
H A Dvf_xbr.c48 xbrfunc_t func; member
/third_party/curl/lib/vssh/
H A Dlibssh.c343 curl_sshkeycallback func = in myssh_is_known() local
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.c74 void (*func)(void); member
260 void *func; member
752 void *checkasm_check_func(void *func, const char *name, ...) in checkasm_check_func() argument
[all...]
/third_party/glfw/deps/
H A Dstb_image_write.h269 stbi_write_func *func; global() member
512 stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, const void *data) stbi_write_bmp_to_func() argument
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_iec958.c57 iec958_f func; member
H A Dpcm_lfloat.c54 void (*func)(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, member
H A Dpcm_mulaw.c52 mulaw_f func; member
H A Dpcm_adpcm.c83 adpcm_f func; member
H A Dpcm_alaw.c53 alaw_f func; member
/third_party/astc-encoder/Source/
H A Dstb_image_write.h269 stbi_write_func *func; global() member
512 stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, const void *data) stbi_write_bmp_to_func() argument
[all...]

Completed in 27 milliseconds

1...<<21222324252627282930>>...45