HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 1 - 25 of 1313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/d/
ddirectives.swg 7 #define %dmanifestconst %feature("d:manifestconst")
8 #define %dconstvalue(value) %feature("d:constvalue",value)
9 #define %dmethodmodifiers %feature("d:methodmodifiers")
10 #define %dnothrowexception %feature("except")
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsServiceFeatureCallback.aidl 21 * Callback to ImsManager when a feature changes in the ImsServiceController.
25 void imsFeatureCreated(int slotId, int feature);
26 void imsFeatureRemoved(int slotId, int feature);
27 void imsStatusChanged(int slotId, int feature, int status);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyuserdir.swg 15 Use the "nondynamic" feature to make a wrapped class behave as a "nondynamic"
34 Since nondynamic is a feature, if you use it like
49 #define %pythonnondynamic %feature("python:nondynamic", "1")
50 #define %nopythonnondynamic %feature("python:nondynamic", "0")
51 #define %clearpythonnondynamic %feature("python:nondynamic", "")
65 #define %pythonmaybecall %feature("python:maybecall", "1")
66 #define %nopythonmaybecall %feature("python:maybecall", "0")
67 #define %clearpythonmaybecall %feature("python:maybecall", "")
71 The %pythoncallback feature produce a more natural callback wrapper
111 #define %pythoncallback %feature("python:callback"
    [all...]
  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_table_accessor_test_data.h 200 feature {
208 feature {
216 feature {
224 feature {
232 feature {
240 feature {
248 feature {
256 feature {
264 feature {
277 feature {
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/feature/
CapabilityChangeRequest.aidl 17 package android.telephony.ims.feature;
  /external/webrtc/webrtc/system_wrappers/source/
cpu_features.cc 21 // No CPU feature is available => straight C path.
22 int GetCPUInfoNoASM(CPUFeature feature) {
23 (void)feature;
51 // Actual feature detection for x86.
52 static int GetCPUInfo(CPUFeature feature) {
55 if (feature == kSSE2) {
58 if (feature == kSSE3) {
65 static int GetCPUInfo(CPUFeature feature) {
66 (void)feature;
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_color_manager.h 42 static DisplayError SetPCC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
43 static DisplayError SetIGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
44 static DisplayError SetPGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
45 static DisplayError SetMixerGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
46 static DisplayError SetPAV2(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
47 static DisplayError SetDither(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
48 static DisplayError SetGamut(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
49 static DisplayError SetPADither(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
50 static DisplayError SetCSCLegacy(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
51 static DisplayError (*SetFeature[kMaxNumPPFeatures])(const PPFeatureInfo &feature,
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_color_manager.h 42 static DisplayError SetPCC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
43 static DisplayError SetIGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
44 static DisplayError SetPGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
45 static DisplayError SetMixerGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
46 static DisplayError SetPAV2(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
47 static DisplayError SetDither(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
48 static DisplayError SetGamut(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
49 static DisplayError SetPADither(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
51 static DisplayError (*SetFeature[kMaxNumPPFeatures])(const PPFeatureInfo &feature,
hw_color_manager.cpp 58 DisplayError HWColorManager::SetPCC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params) {
62 kernel_params->data.pcc_cfg_data.version = feature.feature_version_;
63 kernel_params->data.pcc_cfg_data.block = MDP_LOGICAL_BLOCK_DISP_0 + feature.disp_id_;
64 kernel_params->data.pcc_cfg_data.ops = feature.enable_flags_;
65 kernel_params->data.pcc_cfg_data.cfg_payload = feature.GetConfigData();
73 DisplayError HWColorManager::SetIGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params) {
79 MDP_LOGICAL_BLOCK_DISP_0 + feature.disp_id_;
80 kernel_params->data.lut_cfg_data.data.igc_lut_data.version = feature.feature_version_;
81 kernel_params->data.lut_cfg_data.data.igc_lut_data.ops = feature.enable_flags_;
82 kernel_params->data.lut_cfg_data.data.igc_lut_data.cfg_payload = feature.GetConfigData()
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_color_manager.h 42 static DisplayError SetPCC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
43 static DisplayError SetIGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
44 static DisplayError SetPGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
45 static DisplayError SetMixerGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
46 static DisplayError SetPAV2(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
47 static DisplayError SetDither(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
48 static DisplayError SetGamut(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
49 static DisplayError SetPADither(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
51 static DisplayError (*SetFeature[kMaxNumPPFeatures])(const PPFeatureInfo &feature,
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_color_manager.h 42 static DisplayError SetPCC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
43 static DisplayError SetIGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
44 static DisplayError SetPGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
45 static DisplayError SetMixerGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
46 static DisplayError SetPAV2(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
47 static DisplayError SetDither(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
48 static DisplayError SetGamut(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
49 static DisplayError SetPADither(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
51 static DisplayError (*SetFeature[kMaxNumPPFeatures])(const PPFeatureInfo &feature,
hw_color_manager.cpp 58 DisplayError HWColorManager::SetPCC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params) {
62 kernel_params->data.pcc_cfg_data.version = feature.feature_version_;
63 kernel_params->data.pcc_cfg_data.block = MDP_LOGICAL_BLOCK_DISP_0 + feature.disp_id_;
64 kernel_params->data.pcc_cfg_data.ops = feature.enable_flags_;
65 kernel_params->data.pcc_cfg_data.cfg_payload = feature.GetConfigData();
73 DisplayError HWColorManager::SetIGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params) {
79 MDP_LOGICAL_BLOCK_DISP_0 + feature.disp_id_;
80 kernel_params->data.lut_cfg_data.data.igc_lut_data.version = feature.feature_version_;
81 kernel_params->data.lut_cfg_data.data.igc_lut_data.ops = feature.enable_flags_;
82 kernel_params->data.lut_cfg_data.data.igc_lut_data.cfg_payload = feature.GetConfigData()
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octuserdir.swg 10 #define %implicitconv %feature("implicitconv")
11 #define %noimplicitconv %feature("implicitconv", "0")
12 #define %clearimplicitconv %feature("implicitconv", "")
  /prebuilts/go/darwin-x86/misc/swig/callback/
callback.swigcxx 16 %feature("director");
  /prebuilts/go/linux-x86/misc/swig/callback/
callback.swigcxx 16 %feature("director");
  /frameworks/base/telephony/java/com/android/ims/
ImsConfigListener.aidl 25 * Notifies client the value of the get operation result on the feature config item.
28 * @param feature. as defined in com.android.ims.ImsConfig#FeatureConstants.
34 void onGetFeatureResponse(int feature, int network, int value, int status);
37 * Notifies client the set value operation result for feature config item.
43 * @param feature. as defined in com.android.ims.ImsConfig#FeatureConstants.
50 void onSetFeatureResponse(int feature, int network, int value, int status);
  /external/tensorflow/tensorflow/core/example/
feature_util.cc 21 Feature& ExampleFeature(const string& name, Example* example) {
29 return (features.feature().find(key) != features.feature().end());
34 auto it = features.feature().find(key);
35 return (it != features.feature().end()) &&
36 (it->second.kind_case() == Feature::KindCase::kInt64List);
41 auto it = features.feature().find(key);
42 return (it != features.feature().end()) &&
43 (it->second.kind_case() == Feature::KindCase::kFloatList);
48 auto it = features.feature().find(key)
    [all...]
  /frameworks/support/webkit/src/main/java/androidx/webkit/internal/
ServiceWorkerWebSettingsImpl.java 93 final WebViewFeatureInternal feature = WebViewFeatureInternal.SERVICE_WORKER_CACHE_MODE; local
94 if (feature.isSupportedByFramework()) {
96 } else if (feature.isSupportedByWebView()) {
106 final WebViewFeatureInternal feature = WebViewFeatureInternal.SERVICE_WORKER_CACHE_MODE; local
107 if (feature.isSupportedByFramework()) {
109 } else if (feature.isSupportedByWebView()) {
119 final WebViewFeatureInternal feature = WebViewFeatureInternal.SERVICE_WORKER_CONTENT_ACCESS; local
120 if (feature.isSupportedByFramework()) {
122 } else if (feature.isSupportedByWebView()) {
132 final WebViewFeatureInternal feature = WebViewFeatureInternal.SERVICE_WORKER_CONTENT_ACCESS local
145 final WebViewFeatureInternal feature = WebViewFeatureInternal.SERVICE_WORKER_FILE_ACCESS; local
158 final WebViewFeatureInternal feature = WebViewFeatureInternal.SERVICE_WORKER_FILE_ACCESS; local
171 final WebViewFeatureInternal feature = local
185 final WebViewFeatureInternal feature = local
    [all...]
  /system/bt/device/include/
interop.h 99 bool interop_match_addr(const interop_feature_t feature,
108 bool interop_match_name(const interop_feature_t feature, const char* name);
111 // bytes of |addr|, implementing the workaround identified by |feature|.
114 // As |interop_feature_t| is not exposed in the public API, feature must be a
116 void interop_database_add(uint16_t feature, const RawAddress* addr,
  /prebuilts/misc/common/swig/include/2.0.11/
swig.swg 45 #define %readonly %warn "114:%readonly is deprecated. Use %immutable; " %feature("immutable");
46 #define %readwrite %warn "115:%readwrite is deprecated. Use %mutable; " %feature("immutable","");
48 #define %immutable %feature("immutable")
49 #define %noimmutable %feature("immutable","0")
50 #define %clearimmutable %feature("immutable","")
54 #define %nodefault %feature("nodefault","1")
55 #define %default %feature("nodefault","0")
56 #define %clearnodefault %feature("nodefault","")
60 #define %nodefaultctor %feature("nodefaultctor","1")
61 #define %defaultctor %feature("nodefaultctor","0"
    [all...]
  /external/icu/icu4j/eclipse-build/features.template/com.ibm.icu/
build.properties 14 feature.xml,\
15 feature.properties,\
  /external/icu/icu4j/eclipse-build/features.template/com.ibm.icu.base/
build.properties 14 feature.xml,\
15 feature.properties,\
  /external/llvm/test/MC/Mips/mips5/
invalid-mips64r2.s 8 clo $11,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 dclz $s0,$25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 deret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 di $s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 drotr $1,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 drotr $1,$14,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 drotr32 $1,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 drotr32 $1,$14,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable
    [all...]
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips2.s 8 addi $13,$9,26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 bc1fl $fcc0,-8239 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 bc1fl -8239 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 bc1tl $fcc0,-8239 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 bc1tl -8239 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 beql $14,$s3,12544 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 bgezall $12,7293 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 bgezl $4,-6858 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable
    [all...]
  /packages/apps/TV/common/src/com/android/tv/common/feature/
Feature.java 17 package com.android.tv.common.feature;
22 * A feature is elements of code that are turned off for most users until a feature is fully
35 public interface Feature {

Completed in 388 milliseconds

1 2 3 4 5 6 7 8 91011>>