Home
last modified time | relevance | path

Searched defs:feature (Results 1 - 25 of 117) sorted by relevance

12345

/third_party/mbedtls/library/
H A Dversion_features.c814 int mbedtls_version_check_feature(const char *feature) in mbedtls_version_check_feature() argument
H A Dpadlock.c27 int mbedtls_padlock_has_support(int feature) in mbedtls_padlock_has_support() argument
/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_feature.c17 int32_t AddFeature(struct WifiModule *module, uint16_t featureType, struct WifiFeature *feature) in AddFeature() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-map.cc58 const AAT::FeatureName* feature = &face->table.feat->get_feature (mapping->aatFeatureType); in add_feature() local
H A Dhb-ms-feature-ranges.cc43 hb_ms_active_feature_t feature; in hb_ms_setup_features() local
63 hb_ms_active_feature_t feature; in hb_ms_setup_features() local
117 auto *feature = active_features.find (&event->feature); hb_ms_setup_features() local
[all...]
H A Dhb-ms-feature-ranges.hh62 hb_ms_active_feature_t feature; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Ddebug.cpp42 void assert_has_bound_scheduler(const char* feature) { in assert_has_bound_scheduler() argument
45 "%s requires a marl::Scheduler to be bound", feature); in assert_has_bound_scheduler() local
/third_party/rust/crates/nix/src/
H A Dmacros.rs2 macro_rules! feature { macros
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/
H A Dcamera_stream.cpp26 RetCode CameraStreams::CameraStreamOn(struct CameraFeature feature) in CameraStreamOn() argument
49 RetCode CameraStreams::CameraStreamOff(struct CameraFeature feature) in CameraStreamOff() argument
H A Dcamera_common.cpp137 int32_t SendDeviceInfo(struct HdfSBuf *reqData, struct CameraFeature feature, bool state) in SendDeviceInfo() argument
H A Dcamera_control.cpp23 RetCode CameraControl::CameraPowerUp(struct CameraFeature feature) in CameraPowerUp() argument
46 RetCode CameraControl::CameraPowerDown(struct CameraFeature feature) in CameraPowerDown() argument
69 RetCode CameraControl::CameraQueryConfig(struct CameraFeature feature, CameraCtrl &ctrl) in CameraQueryConfig() argument
105 RetCode CameraControl::CameraSetConfig(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetConfig() argument
132 RetCode CameraControl::CameraGetConfig(struct CameraFeature feature, CameraCtrl &ctrl) in CameraGetConfig() argument
161 CameraGetConfigs(struct CameraFeature feature, std::vector<CameraCtrl> &ctrl, int count) CameraGetConfigs() argument
184 CameraSetConfigs(struct CameraFeature feature, std::vector<CameraCtrl> &ctrl, int count) CameraSetConfigs() argument
206 CameraEnumDevices(struct CameraFeature feature, struct DeviceaInfo &device) CameraEnumDevices() argument
232 CameraGetAbility(struct CameraFeature feature) CameraGetAbility() argument
260 CameraMatchDevice(struct CameraFeature feature) CameraMatchDevice() argument
[all...]
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/module/
H A Dhdf_module_test.c38 static int32_t P2pInit(struct WifiFeature *feature) in P2pInit() argument
44 static int32_t P2pDeinit(struct WifiFeature *feature) in P2pDeinit() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DFeatureList.java28 public void addFeature(Feature feature) in addFeature() argument
H A DScriptList.java31 public void addFeature(Feature feature) in addFeature() argument
166 public void addFeature(String scriptTag, String languageTag, Feature feature) in addFeature() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DFeatureTests.cpp70 dawn_native::Feature feature = static_cast<dawn_native::Feature>(i); in TEST_F() local
/third_party/python/Python/
H A Dfuture.c18 const char *feature = PyUnicode_AsUTF8(name->name); in future_check_features() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-features.h55 static constexpr const char* name_for_feature(WasmFeature feature) { in name_for_feature() argument
/third_party/skia/tools/gpu/gl/interface/
H A Dgen_interface.go[all...]
/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/
H A Dsta_fuzzer.cpp28 struct HdfFeatureInfo feature; in FuzzStartScan() local
38 struct HdfFeatureInfo feature; in FuzzSetScanningMacAddress() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUAdapter.cpp80 bool has(interop::GPUFeatureName feature) { in has() argument
86 interop::GPUFeatureName feature; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DFeatures.cpp25 Feature feature; member
90 void FeaturesSet::EnableFeature(Feature feature) { in EnableFeature() argument
122 const char* FeatureEnumToName(Feature feature) { in FeatureEnumToName() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-face.c80 hb_aat_layout_feature_type_t feature = HB_AAT_LAYOUT_FEATURE_TYPE_ALL_TYPOGRAPHIC; in test_font() local
/third_party/vixl/src/
H A Dcpu-features.cc71 void CPUFeatures::Combine(Feature feature) { in Combine() argument
79 void CPUFeatures::Remove(Feature feature) { in Remove() argument
93 std::ostream& operator<<(std::ostream& os, CPUFeatures::Feature feature) { in operator <<() argument
126 os << feature; operator <<() local
[all...]
/drivers/hdf_core/framework/model/input/driver/
H A Dinput_config_parser.c194 ParseFeature(struct DeviceResourceIface *parser, const struct DeviceResourceNode *featureNode, BoardFeatureCfg *feature) ParseFeature() argument
/drivers/hdf_core/framework/model/network/wifi/core/components/p2p/
H A Dp2p.c382 static int32_t P2pInit(struct WifiFeature *feature) in P2pInit() argument
397 static int32_t P2pDeinit(struct WifiFeature *feature) in P2pDeinit() argument

Completed in 10 milliseconds

12345