Home
last modified time | relevance | path

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

123456

/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
/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
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/utils/
H A Dsamgr_maintenance.c53 FeatureImpl *feature = VECTOR_At(&impl->features, j); in SAMGR_PrintServices() local
/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...]
/test/xts/device_attest_lite/framework/small/src/service/
H A Dattest_framework_feature.c61 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName() argument
67 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
74 static void FEATURE_OnStop(Feature *feature, Identity identity) in FEATURE_OnStop() argument
83 FEATURE_OnMessage(Feature *feature, Request *request) FEATURE_OnMessage() argument
[all...]
/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...]
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DFeatureApiTest.cpp77 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName() argument
82 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
87 static void FEATURE_OnStop(Feature *feature, Identity identity) in FEATURE_OnStop() argument
93 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage() argument
[all...]
H A DFeatureTest.cpp77 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName() argument
82 static const char *FEATURE_GetName2(Feature *feature) in FEATURE_GetName2() argument
87 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
93 static void FEATURE_OnStop(Feature *feature, Identity identity) in FEATURE_OnStop() argument
99 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage() argument
[all...]
H A DServiceTest.cpp80 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName() argument
85 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
91 static void FEATURE_OnStop(Feature *feature, Identity identity) in FEATURE_OnStop() argument
97 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage() argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dservice_func_test.c82 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName() argument
87 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
93 static void FEATURE_OnStop(Feature *feature, Identity identity) in FEATURE_OnStop() argument
99 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage() argument
H A Dfeatureapi_func_test.c78 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName() argument
83 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
89 static void FEATURE_OnStop(Feature *feature, Identity identity) in FEATURE_OnStop() argument
95 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage() argument
[all...]
/test/xts/device_attest_lite/framework/small/src/client/
H A Dattest_framework_client_proxy.c169 static void *CreateClient(const char *service, const char *feature, uint32 size) in CreateClient() argument
196 static void DestroyClient(const char *service, const char *feature, void *iproxy) in DestroyClient() argument

Completed in 9 milliseconds

123456