Home
last modified time | relevance | path

Searched defs:functions (Results 176 - 200 of 257) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.h202 const std::vector<Function>& functions() const { return functions_; } in functions() function in tint::writer::spirv::Builder
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.cpp63 dng_noise_profile::dng_noise_profile (const dng_std_vector<dng_noise_function> &functions) in dng_noise_profile() argument
/third_party/python/Objects/
H A Dmoduleobject.c158 _add_methods_to_object(PyObject *module, PyObject *name, PyMethodDef *functions) in _add_methods_to_object() argument
449 PyModule_AddFunctions(PyObject *m, PyMethodDef *functions) in PyModule_AddFunctions() argument
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp169 : functions(&functions), callbacks(callbacks) {} variable
171 : functions(&functions), inst(inst), callbacks(callbacks) {} variable
270 : functions(&functions), dev(device), callbacks(callbacks){}; global() variable
804 create_surface_helper(VulkanFunctions* functions, VkInstance inst, VkSurfaceKHR& surface, const char* load_func_name) global() argument
810 create_surface(VulkanFunctions* functions, VkInstance inst, VkSurfaceKHR& surface, [[maybe_unused]] const char* api_selection) global() argument
[all...]
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_context.cpp656 napi_property_descriptor functions[] = { in DeclareDeviceCoordinationInterface() local
/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp472 int32_t UsbRightManager::HasSetFuncRight(int32_t functions) in HasSetFuncRight() argument
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/
H A Dpinctrl-rk806.c66 const struct rk806_pin_function *functions; member
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c990 static struct name_function functions[] = { variable
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc645 std::vector<CoverageFunction>* functions = &result->back().functions; in Collect() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc362 auto functions = std::make_unique< in coverageToProtocol() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiVersionCheck.cpp154 ApisMap functions = ApisMap(); in iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp288 const FunctionsGL *functions = GetFunctionsGL(context); in createGLFB() local
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp225 std::vector<const FunctionDeclaration*> functions; in symbol() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModule.h610 iterator_range<iterator> functions() { in functions() function in llvm::Module
613 iterator_range<const_iterator> functions() const { in functions() function in llvm::Module
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DStackMapParser.h362 iterator_range<function_iterator> functions() const { in functions() function in llvm::StackMapParser::LocationKind
H A DWasm.h149 ArrayRef<wasm::WasmFunction> functions() const { return Functions; } in functions() function in llvm::object::WasmObjectFile
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.cc551 std::vector<std::pair<void (*)(const void*), const void*>> functions; member
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp282 int32_t functions; in DoGetCurrentFunctions() local
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H A Dpinctrl-rk805.c70 const struct rk805_pin_function *functions; member
H A Dpinctrl-rockchip.h261 struct rockchip_pmx_func *functions; member
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dcomposite.h317 struct list_head functions; global() member
[all...]
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dcomposite.h328 struct list_head functions; global() member
[all...]
/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if.c767 static int32_t CreatKernelFunc(const char *devName, const struct UsbFnFunction *functions, uint8_t confVal) in CreatKernelFunc() argument
795 static int32_t CreatFunc(const char *devName, const struct UsbFnFunction *functions, uint8_t confVal) in CreatFunc() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp427 void RdbStoreConfig::SetScalarFunctions(const std::map<std::string, ScalarFunctionInfo> functions) in SetScalarFunctions() argument
/third_party/ffmpeg/libavcodec/
H A Dmfenc.c37 MFFunctions functions; member
[all...]

Completed in 32 milliseconds

1234567891011