Home
last modified time | relevance | path

Searched defs:func (Results 876 - 900 of 1104) sorted by relevance

1...<<31323334353637383940>>...45

/third_party/alsa-lib/src/pcm/
H A Dpcm_route.c88 route_f func; member
/third_party/alsa-lib/src/alisp/
H A Dalisp.c2970 struct alisp_object * (*func)(struct alisp_instance *instance, struct alisp_object * args); member
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1308 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) in ThreadWithParam() argument
1502 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) in ThreadWithParam() argument
1509 RunnableImpl(UserThreadFunc* func, T param) : func_(func), param_(param) {} in RunnableImpl() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java2652 public synchronized void setProperties(PropertySetter func) { in setProperties() argument
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage.c1397 static uint32_t usb_task_creat(uint32_t *taskid, TSK_ENTRY_FUNC func, uint16_t prio, in usb_task_creat() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDecimalFormat.java2423 public synchronized void setProperties(PropertySetter func) { in setProperties() argument
/third_party/icu/icu4c/source/i18n/
H A Dastro.cpp733 SunTimeAngleFunc func; in getSunTime() local
762 RiseSetCoordFunc func; in getSunRiseSet() local
1249 MoonTimeAngleFunc func; in getMoonTime() local
1287 MoonRiseSetCoordFunc func; in getMoonRiseSet() local
1299 UDate CalendarAstronomer::timeOfAngle(AngleFunc& func, double desired, in timeOfAngle() argument
1367 riseOrSet(CoordFunc& func, UBool rise, double diameter, double refraction, double epsilon) riseOrSet() argument
[all...]
/third_party/libuv/src/unix/
H A Dcore.c1931 int uv_register_task_to_event(struct uv_loop_s* loop, uv_post_task func, void* handler) in uv_register_task_to_event() argument
1765 uv__getsockpeername(const uv_handle_t* handle, uv__peersockfunc func, struct sockaddr* name, int* namelen) uv__getsockpeername() argument
/third_party/lzma/C/
H A DXzDec.c267 Xz_StateCoder_Bc_SetFromMethod_Func(IStateCoder *p, UInt64 id, Xz_Func_BcFilterStateBase_Filter func, ISzAllocPtr alloc) Xz_StateCoder_Bc_SetFromMethod_Func() argument
/third_party/libdrm/include/drm/
H A Dmga_drm.h278 } func; member
H A Dr128_drm.h230 } func; member
296 } func; member
319 } func; member
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.c991 ecma_value_t func; in ecma_op_get_method() local
3065 ecma_value_t func in ecma_op_invoke() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp469 const nir_function *func = reinterpret_cast<const nir_function *>(exec_list_get_head_const(&nir->functions)); in process() local
495 bool Shader::scan_shader(const nir_function *func) in scan_shader() argument
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1305 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) in ThreadWithParam() argument
1496 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) in ThreadWithParam() argument
1504 RunnableImpl(UserThreadFunc* func, T param) in RunnableImpl() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc885 const wasm::WasmFunction& func = in FindNextBreakablePosition() local
924 const wasm::WasmFunction& func = module->functions[func_index]; in SetBreakPoint() local
971 const wasm::WasmFunction& func = module->functions[func_index]; in SetBreakPointForFunction() local
1196 const wasm::WasmFunction& func = functions[func_idx]; in GetPossibleBreakpoints() local
[all...]
/third_party/node/src/
H A Dnode_api.cc202 ThreadSafeFunction(v8::Local<v8::Function> func, in ThreadSafeFunction() argument
960 jsvm_make_callback(JSVM_Env env, jsvm_async_context async_context, JSVM_Value recv, JSVM_Value func, size_t argc, const JSVM_Value* argv, JSVM_Value* result) jsvm_make_callback() argument
1304 jsvm_create_threadsafe_function(JSVM_Env env, JSVM_Value func, JSVM_Value async_resource, JSVM_Value async_resource_name, size_t max_queue_size, size_t initial_thread_count, void* thread_finalize_data, JSVM_Finalize thread_finalize_cb, void* context, jsvm_threadsafe_function_call_js call_js_cb, jsvm_threadsafe_function* result) jsvm_create_threadsafe_function() argument
1366 jsvm_get_threadsafe_function_context( jsvm_threadsafe_function func, void** result) jsvm_get_threadsafe_function_context() argument
1376 jsvm_call_threadsafe_function(jsvm_threadsafe_function func, void* data, jsvm_threadsafe_function_call_mode is_blocking) jsvm_call_threadsafe_function() argument
1385 jsvm_acquire_threadsafe_function(jsvm_threadsafe_function func) jsvm_acquire_threadsafe_function() argument
1390 jsvm_release_threadsafe_function( jsvm_threadsafe_function func, jsvm_threadsafe_function_release_mode mode) jsvm_release_threadsafe_function() argument
1397 jsvm_unref_threadsafe_function(JSVM_Env env, jsvm_threadsafe_function func) jsvm_unref_threadsafe_function() argument
1403 jsvm_ref_threadsafe_function(JSVM_Env env, jsvm_threadsafe_function func) jsvm_ref_threadsafe_function() argument
[all...]
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c53 fuse_interrupt_func_t func; member
1212 void fuse_req_interrupt_func(fuse_req_t req, fuse_interrupt_func_t func, in fuse_req_interrupt_func() argument
1235 void (*func)(fuse_req_ member
[all...]
/third_party/musl/src/network/
H A Dlookup_name.c189 JudgeIpv6 func = load_ipv6_judger(); in IsIpv6Enable() local
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h1333 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) in ThreadWithParam() argument
1528 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) in ThreadWithParam() argument
1535 RunnableImpl(UserThreadFunc* func, T param) : func_(func), param_(param) {} in RunnableImpl() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dastro.cpp733 SunTimeAngleFunc func; in getSunTime() local
762 RiseSetCoordFunc func; in getSunRiseSet() local
1249 MoonTimeAngleFunc func; in getMoonTime() local
1287 MoonRiseSetCoordFunc func; in getMoonRiseSet() local
1299 UDate CalendarAstronomer::timeOfAngle(AngleFunc& func, double desired, in timeOfAngle() argument
1367 riseOrSet(CoordFunc& func, UBool rise, double diameter, double refraction, double epsilon) riseOrSet() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dvarray.c695 validate_array_format(struct gl_context *ctx, const char *func, in validate_array_format() argument
819 validate_array(struct gl_context *ctx, const char *func, struct gl_vertex_array_object *vao, struct gl_buffer_object *obj, GLuint attrib, GLbitfield legalTypesMask, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, GLboolean doubles, const GLvoid *ptr) validate_array() argument
877 validate_array_and_format(struct gl_context *ctx, const char *func, struct gl_vertex_array_object *vao, struct gl_buffer_object *obj, GLuint attrib, GLbitfield legalTypes, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, GLboolean doubles, GLenum format, const GLvoid *ptr) validate_array_and_format() argument
1925 enable_vertex_array_attrib(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint index, const char *func) enable_vertex_array_attrib() argument
2944 vertex_array_vertex_buffer(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint bindingIndex, GLuint buffer, GLintptr offset, GLsizei stride, bool no_error, const char *func) vertex_array_vertex_buffer() argument
2992 vertex_array_vertex_buffer_err(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint bindingIndex, GLuint buffer, GLintptr offset, GLsizei stride, const char *func) vertex_array_vertex_buffer_err() argument
3129 vertex_array_vertex_buffers(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides, bool no_error, const char *func) vertex_array_vertex_buffers() argument
3237 vertex_array_vertex_buffers_err(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides, const char *func) vertex_array_vertex_buffers_err() argument
3373 vertex_attrib_format(GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLboolean integer, GLboolean doubles, GLbitfield legalTypes, GLsizei sizeMax, GLuint relativeOffset, const char *func) vertex_attrib_format() argument
3466 vertex_array_attrib_format(GLuint vaobj, bool isExtDsa, GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLboolean integer, GLboolean doubles, GLbitfield legalTypes, GLsizei sizeMax, GLuint relativeOffset, const char *func) vertex_array_attrib_format() argument
3588 vertex_array_attrib_binding(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint attribIndex, GLuint bindingIndex, const char *func) vertex_array_attrib_binding() argument
3708 vertex_array_binding_divisor(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint bindingIndex, GLuint divisor, const char *func) vertex_array_binding_divisor() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp277 Function *func; member in nv50_ir::RegAlloc
342 Function *func; member in nv50_ir::SpillCodeInserter
835 Function *func; global() member in nv50_ir::GCRA
[all...]
H A Dnv50_ir_emit_gk110.cpp2784 CodeEmitterGK110::prepareEmission(Function *func) in prepareEmission() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h349 void (*func)(struct nvc0_context *); member
/third_party/libdrm/
H A Dxf86drmMode.c871 int domain, bus, dev, func; in drmCheckModesettingSupported() local

Completed in 62 milliseconds

1...<<31323334353637383940>>...45