| /third_party/libsoup/libsoup/ |
| D | soup-session-feature.c | 64 request_queued (SoupSession *session, SoupMessage *msg, gpointer feature) in request_queued() 78 SoupSocket *socket, gpointer feature) in request_started() 88 request_unqueued (SoupSession *session, SoupMessage *msg, gpointer feature) in request_unqueued() 101 soup_session_feature_real_attach (SoupSessionFeature *feature, SoupSession *session) in soup_session_feature_real_attach() 119 soup_session_feature_attach (SoupSessionFeature *feature, in soup_session_feature_attach() 129 soup_session_feature_real_detach (SoupSessionFeature *feature, SoupSession *session) in soup_session_feature_real_detach() 141 soup_session_feature_detach (SoupSessionFeature *feature, in soup_session_feature_detach() 172 soup_session_feature_add_feature (SoupSessionFeature *feature, in soup_session_feature_add_feature() 197 soup_session_feature_remove_feature (SoupSessionFeature *feature, in soup_session_feature_remove_feature() 222 soup_session_feature_has_feature (SoupSessionFeature *feature, in soup_session_feature_has_feature()
|
| D | soup-requester.c | 56 soup_requester_attach (SoupSessionFeature *feature, SoupSession *session) in soup_requester_attach() 66 soup_requester_detach (SoupSessionFeature *feature, SoupSession *session) in soup_requester_detach() 76 soup_requester_add_feature (SoupSessionFeature *feature, GType type) in soup_requester_add_feature() 88 soup_requester_remove_feature (SoupSessionFeature *feature, GType type) in soup_requester_remove_feature() 100 soup_requester_has_feature (SoupSessionFeature *feature, GType type) in soup_requester_has_feature()
|
| D | soup-websocket-extension-manager.c | 105 soup_websocket_extension_manager_add_feature (SoupSessionFeature *feature, GType type) in soup_websocket_extension_manager_add_feature() 119 soup_websocket_extension_manager_remove_feature (SoupSessionFeature *feature, GType type) in soup_websocket_extension_manager_remove_feature() 142 soup_websocket_extension_manager_has_feature (SoupSessionFeature *feature, GType type) in soup_websocket_extension_manager_has_feature()
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstpluginfeature.c | 57 gst_plugin_feature_init (GstPluginFeature * feature) in gst_plugin_feature_init() 65 GstPluginFeature *feature = GST_PLUGIN_FEATURE_CAST (object); in gst_plugin_feature_finalize() local 98 gst_plugin_feature_load (GstPluginFeature * feature) in gst_plugin_feature_load() 162 gst_plugin_feature_set_rank (GstPluginFeature * feature, guint rank) in gst_plugin_feature_set_rank() 179 gst_plugin_feature_get_rank (GstPluginFeature * feature) in gst_plugin_feature_get_rank() 197 gst_plugin_feature_get_plugin (GstPluginFeature * feature) in gst_plugin_feature_get_plugin() 220 gst_plugin_feature_get_plugin_name (GstPluginFeature * feature) in gst_plugin_feature_get_plugin_name() 243 GstPluginFeature *feature = GST_PLUGIN_FEATURE_CAST (g->data); in gst_plugin_feature_list_free() local 320 gst_plugin_feature_check_version (GstPluginFeature * feature, in gst_plugin_feature_check_version() 412 parse_feature_name (gchar * str, const gchar ** feature) in parse_feature_name() [all …]
|
| D | gstcapsfeatures.c | 137 gst_caps_feature_name_is_valid (const gchar * feature) in gst_caps_feature_name_is_valid() 227 gst_caps_features_new_single (const gchar * feature) in gst_caps_features_new_single() 509 const gchar *feature; in gst_caps_features_from_string() local 613 const gchar *feature; in gst_caps_features_get_nth() local 663 const gchar * feature) in gst_caps_features_contains() 684 gst_caps_features_contains_id (const GstCapsFeatures * features, GQuark feature) in gst_caps_features_contains_id() 781 gst_caps_features_add (GstCapsFeatures * features, const gchar * feature) in gst_caps_features_add() 801 gst_caps_features_add_id (GstCapsFeatures * features, GQuark feature) in gst_caps_features_add_id() 834 gst_caps_features_remove (GstCapsFeatures * features, const gchar * feature) in gst_caps_features_remove() 853 gst_caps_features_remove_id (GstCapsFeatures * features, GQuark feature) in gst_caps_features_remove_id()
|
| /third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
| D | sctp_var.h | 52 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) argument 53 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) argument 54 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature) argument 55 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) argument 57 #define sctp_stcb_feature_on(inp, stcb, feature) {\ argument 64 #define sctp_stcb_feature_off(inp, stcb, feature) {\ argument 71 #define sctp_stcb_is_feature_on(inp, stcb, feature) \ argument 76 #define sctp_stcb_is_feature_off(inp, stcb, feature) \ argument 84 #define sctp_mobility_feature_on(inp, feature) (inp->sctp_mobility_features |= feature) argument 85 #define sctp_mobility_feature_off(inp, feature) (inp->sctp_mobility_features &= ~feature) argument [all …]
|
| /third_party/jsframework/runtime/main/extend/mediaquery/ |
| D | mediaQuery.ts | 239 const feature = condition.match(patt); constant 259 const feature = condition.match(/[a-z-]+|[0-9.]+/g); constant 265 const unit: string = feature.length === 3 ? feature[2] : ''; constant 279 const feature = condition.match(/[a-z-]+|[0-9.]+/g); constant 306 const feature = condition.match(/[a-z-]+|[0-9.]+/g); constant 312 const unit: string = feature.length === 3 ? feature[2] : ''; constant
|
| /third_party/boost/tools/build/src/build/ |
| D | feature.py | 73 def set_parent(self, feature, value): argument 136 def feature (name, values, attributes = []): function 165 def set_default (feature, value): argument 209 def attributes (feature): argument 215 def values (feature): argument 254 def __find_implied_subfeature (feature, subvalue, value_string): argument 271 def implied_subfeature (feature, subvalue, value_string): argument 552 def get_values (feature, properties): argument 650 def is_subvalue(feature, value_string, subfeature, subvalue): argument 894 def __validate_feature (feature): argument
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | cpu.c | 125 static int x86CPUInfo(CPUFeature feature) { in x86CPUInfo() 178 static int AndroidCPUInfo(CPUFeature feature) { in AndroidCPUInfo() 190 static int wasmCPUInfo(CPUFeature feature) { in wasmCPUInfo() 216 static int armCPUInfo(CPUFeature feature) { in armCPUInfo() 242 static int mipsCPUInfo(CPUFeature feature) { in mipsCPUInfo()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | attribute.cpp | 242 const auto noArgument = [&](const char* feature) { in handleLoopAttributes() 250 const auto positiveSignedArgument = [&](const char* feature, int& value) { in handleLoopAttributes() 263 const auto unsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes() 273 const auto positiveUnsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes() 288 const auto spirv14 = [&](const char* feature) { in handleLoopAttributes()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ms-feature-ranges.cc | 43 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); in hb_ms_setup_features() local
|
| /third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
| D | cpu.c | 119 static int x86CPUInfo(CPUFeature feature) { in x86CPUInfo() 172 static int AndroidCPUInfo(CPUFeature feature) { in AndroidCPUInfo() 185 static int armCPUInfo(CPUFeature feature) { in armCPUInfo() 211 static int mipsCPUInfo(CPUFeature feature) { in mipsCPUInfo()
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
| D | feature.proto | 51 map<string, Feature> feature = 1; field 56 repeated Feature feature = 1; field
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Features.cpp | 25 Feature feature; member 90 void FeaturesSet::EnableFeature(Feature feature) { in EnableFeature() 122 const char* FeatureEnumToName(Feature feature) { in FeatureEnumToName()
|
| /third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
| D | fuzz_utils.h | 68 static WEBP_INLINE int GetCPUInfoNoSSE41(CPUFeature feature) { in GetCPUInfoNoSSE41() 73 static WEBP_INLINE int GetCPUInfoNoAVX(CPUFeature feature) { in GetCPUInfoNoAVX() 78 static WEBP_INLINE int GetCPUInfoForceSlowSSSE3(CPUFeature feature) { in GetCPUInfoForceSlowSSSE3() 85 static WEBP_INLINE int GetCPUInfoOnlyC(CPUFeature feature) { in GetCPUInfoOnlyC()
|
| /third_party/e2fsprogs/lib/e2p/ |
| D | feature.c | 23 struct feature { struct 29 static struct feature feature_list[] = { argument
|
| /third_party/gstreamer/gstreamer/plugins/tracers/ |
| D | gstfactories.c | 69 GstPluginFeature *feature; in do_element_new() local 100 GstPluginFeature * feature) in do_plugin_feature_loaded()
|
| /third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/ |
| D | GetModel.java | 99 FeatureMap feature = responseDataBuf.featureMap(i); in parseResponseAlbert() local 138 FeatureMap feature = responseDataBuf.featureMap(i); in parseResponseAlbert() local 165 FeatureMap feature = responseDataBuf.featureMap(i); in parseResponseLenet() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| D | GPUAdapter.cpp | 80 bool has(interop::GPUFeatureName feature) { in has() 86 interop::GPUFeatureName feature; in has() local 95 for (auto feature : enabled_) { in keys() local
|
| /third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/string/ |
| D | lsh_projection.cc | 129 int LshProjectionCPUKernel::GetSignBit(int32_t *feature, float *weight, float seed, LshProjectionPa… in GetSignBit() 150 void LshProjectionCPUKernel::LshProjectionSparse(float *hashSeed, int32_t *feature, float *weight, … in LshProjectionSparse() 169 void LshProjectionCPUKernel::LshProjectionDense(float *hashSeed, int32_t *feature, float *weight, i… in LshProjectionDense()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| D | debug.h | 47 #define MARL_ASSERT_HAS_BOUND_SCHEDULER(feature) \ argument 54 #define MARL_ASSERT_HAS_BOUND_SCHEDULER(feature) argument
|
| /third_party/freetype/src/gxvalid/ |
| D | gxvfeat.c | 54 FT_UShort feature; member 82 gxv_feat_registry_validate( FT_UShort feature, in gxv_feat_registry_validate() 198 FT_UShort feature; in gxv_feat_name_validate() local
|
| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| D | gxvfeat.c | 54 FT_UShort feature; member 82 gxv_feat_registry_validate( FT_UShort feature, in gxv_feat_registry_validate() 198 FT_UShort feature; in gxv_feat_name_validate() local
|
| /third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
| D | makeindex.py | 73 feature = None, argument 94 def addkey(dict, feature): argument 213 def addMenuLink(key, feature, fp): argument
|
| /third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/ |
| D | gxvfeat.c | 54 FT_UShort feature; member 82 gxv_feat_registry_validate( FT_UShort feature, in gxv_feat_registry_validate() 198 FT_UShort feature; in gxv_feat_name_validate() local
|