Home
last modified time | relevance | path

Searched defs:attrs (Results 1 – 25 of 5384) sorted by relevance

12345678910>>...216

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dmath_grad.cc46 Status AbsGrad(const AttrSlice& attrs, FunctionDef* g) { in AbsGrad()
56 Status NegGrad(const AttrSlice& attrs, FunctionDef* g) { in NegGrad()
65 Status InvGrad(const AttrSlice& attrs, FunctionDef* g) { in InvGrad()
78 Status SquareGrad(const AttrSlice& attrs, FunctionDef* g) { in SquareGrad()
90 Status SqrtGrad(const AttrSlice& attrs, FunctionDef* g) { in SqrtGrad()
104 Status RsqrtGrad(const AttrSlice& attrs, FunctionDef* g) { in RsqrtGrad()
119 Status ExpGrad(const AttrSlice& attrs, FunctionDef* g) { in ExpGrad()
129 Status Expm1Grad(const AttrSlice& attrs, FunctionDef* g) { in Expm1Grad()
139 Status LogGrad(const AttrSlice& attrs, FunctionDef* g) { in LogGrad()
149 Status Log1pGrad(const AttrSlice& attrs, FunctionDef* g) { in Log1pGrad()
[all …]
H A Darray_grad.cc33 Status ReshapeGrad(const AttrSlice& attrs, FunctionDef* g) { in ReshapeGrad()
54 Status SqueezeGrad(const AttrSlice& attrs, FunctionDef* g) { in SqueezeGrad()
73 Status IdentityGrad(const AttrSlice& attrs, FunctionDef* g) { in IdentityGrad()
92 Status PackGrad(const AttrSlice& attrs, FunctionDef* g) { in PackGrad()
118 Status UnpackGrad(const AttrSlice& attrs, FunctionDef* g) { in UnpackGrad()
142 Status ConcatGradHelper(const AttrSlice& attrs, FunctionDef* g, in ConcatGradHelper()
216 Status ConcatGrad(const AttrSlice& attrs, FunctionDef* g) { in ConcatGrad()
220 Status ConcatGradV2(const AttrSlice& attrs, FunctionDef* g) { in ConcatGradV2()
227 Status SplitGrad(const AttrSlice& attrs, FunctionDef* g) { in SplitGrad()
247 Status SplitVGrad(const AttrSlice& attrs, FunctionDef* g) { in SplitVGrad()
[all …]
H A Dnn_grad.cc25 Status SoftmaxGrad(const AttrSlice& attrs, FunctionDef* g) { in SoftmaxGrad()
50 Status LogSoftmaxGrad(const AttrSlice& attrs, FunctionDef* g) { in LogSoftmaxGrad()
75 Status ReluGrad(const AttrSlice& attrs, FunctionDef* g) { in ReluGrad()
93 Status Relu6Grad(const AttrSlice& attrs, FunctionDef* g) { in Relu6Grad()
111 Status CrossEntropyGrad(const AttrSlice& attrs, FunctionDef* g) { in CrossEntropyGrad()
140 Status Conv2DGrad(const AttrSlice& attrs, FunctionDef* g) { in Conv2DGrad()
176 Status MaxPoolGrad(const AttrSlice& attrs, FunctionDef* g) { in MaxPoolGrad()
207 Status AvgPoolGrad(const AttrSlice& attrs, FunctionDef* g) { in AvgPoolGrad()
233 Status MaxPoolGradGrad(const AttrSlice& attrs, FunctionDef* g) { in MaxPoolGradGrad()
264 Status BiasAddGrad(const AttrSlice& attrs, FunctionDef* g) { in BiasAddGrad()
/aosp_15_r20/external/python/cpython2/Lib/
Dhtmllib.py139 def start_html(self, attrs): pass argument
142 def start_head(self, attrs): pass argument
145 def start_body(self, attrs): pass argument
150 def start_title(self, attrs): argument
156 def do_base(self, attrs): argument
161 def do_isindex(self, attrs): argument
164 def do_link(self, attrs): argument
167 def do_meta(self, attrs): argument
170 def do_nextid(self, attrs): # Deprecated argument
177 def start_h1(self, attrs): argument
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/endpointproviders/
H A DAwsEndpointProviderUtilsTest.java48 ExecutionAttributes attrs = new ExecutionAttributes(); in endpointOverridden_attrIsFalse_returnsFalse() local
55 ExecutionAttributes attrs = new ExecutionAttributes(); in endpointOverridden_attrIsAbsent_returnsFalse() local
61 ExecutionAttributes attrs = new ExecutionAttributes(); in endpointOverridden_attrIsTrue_returnsTrue() local
68 ExecutionAttributes attrs = new ExecutionAttributes(); in endpointIsDiscovered_attrIsFalse_returnsFalse() local
75 ExecutionAttributes attrs = new ExecutionAttributes(); in endpointIsDiscovered_attrIsAbsent_returnsFalse() local
81 ExecutionAttributes attrs = new ExecutionAttributes(); in endpointIsDiscovered_attrIsTrue_returnsTrue() local
88 ExecutionAttributes attrs = new ExecutionAttributes(); in disableHostPrefixInjection_attrIsFalse_returnsFalse() local
95 ExecutionAttributes attrs = new ExecutionAttributes(); in disableHostPrefixInjection_attrIsAbsent_returnsFalse() local
101 ExecutionAttributes attrs = new ExecutionAttributes(); in disableHostPrefixInjection_attrIsTrue_returnsTrue() local
108 ExecutionAttributes attrs = new ExecutionAttributes(); in regionBuiltIn_returnsAttrValue() local
[all …]
/aosp_15_r20/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DBaseAccountType.java147 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) { in getAttr()
151 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) { in getAttr()
155 private static String getAttr(AttributeSet attrs, String attribute) { in getAttr()
529 protected final void parseEditSchema(Context context, XmlPullParser parser, AttributeSet attrs) in parseEditSchema()
842 Context context, XmlPullParser parser, AttributeSet attrs) in parseDataKindTag()
860 Context context, XmlPullParser parser, AttributeSet attrs) in parseDataKind()
867 AttributeSet attrs, in newDataKind()
916 AttributeSet attrs, in parseTypes()
946 private EditType parseTypeTag(AttributeSet attrs, DataKind kind) throws DefinitionException { in parseTypeTag()
964 protected EditType buildEditTypeForTypeTag(AttributeSet attrs, String type) { in buildEditTypeForTypeTag()
[all …]
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java663 protected final void parseEditSchema(Context context, XmlPullParser parser, AttributeSet attrs) in parseEditSchema()
688 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) { in getAttr()
692 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) { in getAttr()
696 private static String getAttr(AttributeSet attrs, String attribute) { in getAttr()
735 AttributeSet attrs) in parseDataKindTag()
755 AttributeSet attrs) throws DefinitionException, XmlPullParserException, IOException; in parseDataKind()
762 AttributeSet attrs, boolean isPseudo, String mimeType, String typeColumn, in newDataKind()
806 private void parseTypes(Context context, XmlPullParser parser, AttributeSet attrs, in parseTypes()
837 private EditType parseTypeTag(XmlPullParser parser, AttributeSet attrs, DataKind kind) in parseTypeTag()
857 protected EditType buildEditTypeForTypeTag(AttributeSet attrs, String type) { in buildEditTypeForTypeTag()
[all …]
/aosp_15_r20/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
H A DPaneLayout.java73 public PaneLayout(Context context, AttributeSet attrs) { in PaneLayout()
82 public PaneLayout(Context context, AttributeSet attrs, String paneXmlName) { in PaneLayout()
98 private void setUpUI(Context context, AttributeSet attrs) { in setUpUI()
175 protected abstract T createControlPane(TestingCamera21 tc, AttributeSet attrs); in createControlPane()
183 public TargetPaneLayout(Context context, AttributeSet attrs) { in TargetPaneLayout()
187 protected TargetControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()
200 public CameraPaneLayout(Context context, AttributeSet attrs) { in CameraPaneLayout()
204 protected CameraControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()
217 public RequestPaneLayout(Context context, AttributeSet attrs) { in RequestPaneLayout()
221 protected RequestControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dattr.c100 int wattroff(WINDOW *win, chtype attrs) in wattroff()
112 int attroff(chtype attrs) in attroff()
119 int wattron(WINDOW *win, chtype attrs) in wattron()
143 int attron(chtype attrs) in attron()
150 int wattrset(WINDOW *win, chtype attrs) in wattrset()
162 int attrset(chtype attrs) in attrset()
221 int wattr_get(WINDOW *win, attr_t *attrs, short *color_pair, void *opts) in wattr_get()
237 int attr_get(attr_t *attrs, short *color_pair, void *opts) in attr_get()
244 int wattr_off(WINDOW *win, attr_t attrs, void *opts) in wattr_off()
251 int attr_off(attr_t attrs, void *opts) in attr_off()
[all …]
/aosp_15_r20/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DXmlParserUtils.java38 public static String getDataKey(Context context, AttributeSet attrs) { in getDataKey()
44 public static String getDataTitle(Context context, AttributeSet attrs) { in getDataTitle()
50 public static String getDataSummary(Context context, AttributeSet attrs) { in getDataSummary()
56 public static String getDataSummaryOn(Context context, AttributeSet attrs) { in getDataSummaryOn()
62 public static String getDataSummaryOff(Context context, AttributeSet attrs) { in getDataSummaryOff()
68 public static String getDataEntries(Context context, AttributeSet attrs) { in getDataEntries()
74 public static String getDataKeywords(Context context, AttributeSet attrs) { in getDataKeywords()
82 public static int getDataIcon(Context context, AttributeSet attrs) { in getDataIcon()
92 public static String getDataChildFragment(Context context, AttributeSet attrs) { in getDataChildFragment()
100 public static String getHighlightableMenuKey(Context context, AttributeSet attrs) { in getHighlightableMenuKey()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DLayoutInflater.java177 @NonNull AttributeSet attrs); in onCreateView()
197 @NonNull Context context, @NonNull AttributeSet attrs); in onCreateView()
213 @NonNull AttributeSet attrs) { in onCreateView()
221 @NonNull Context context, @NonNull AttributeSet attrs) { in onCreateView()
514 final AttributeSet attrs = Xml.asAttributeSet(parser); in inflate() local
611 private static String getParserStateDescription(Context context, AttributeSet attrs) { in getParserStateDescription()
658 public final View createView(String name, String prefix, AttributeSet attrs) in createView()
687 @Nullable String prefix, @Nullable AttributeSet attrs) in createView()
783 private void failNotAllowed(String name, String prefix, Context context, AttributeSet attrs) { in failNotAllowed()
799 protected View onCreateView(String name, AttributeSet attrs) in onCreateView()
[all …]
/aosp_15_r20/cts/tests/tests/transition/src/android/transition/cts/
H A DTransitionInflaterTest.java235 public CustomTransition(Context context, AttributeSet attrs) { in CustomTransition()
253 public CustomPathMotion(Context context, AttributeSet attrs) { in CustomPathMotion()
264 public InflationFade(Context context, AttributeSet attrs) { in InflationFade()
270 public InflationChangeBounds(Context context, AttributeSet attrs) { in InflationChangeBounds()
276 public InflationSlide(Context context, AttributeSet attrs) { in InflationSlide()
282 public InflationTransitionSet(Context context, AttributeSet attrs) { in InflationTransitionSet()
288 public InflationChangeImageTransform(Context context, AttributeSet attrs) { in InflationChangeImageTransform()
294 public InflationChangeTransform(Context context, AttributeSet attrs) { in InflationChangeTransform()
300 public InflationAutoTransition(Context context, AttributeSet attrs) { in InflationAutoTransition()
306 public InflationChangeClipBounds(Context context, AttributeSet attrs) { in InflationChangeClipBounds()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_util.cc66 string SummarizeAttrsHelper(AttrSlice attrs, StringPiece device) { in SummarizeAttrsHelper()
350 const string& GetNodeAttrString(const AttrSlice& attrs, StringPiece attr_name) { in GetNodeAttrString()
362 bool TryGetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, in TryGetNodeAttr()
379 bool TryGetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, in TryGetNodeAttr()
396 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, in GetNodeAttr()
407 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, in GetNodeAttr()
416 bool TryGetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, in TryGetNodeAttr()
430 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, in GetNodeAttr()
439 bool TryGetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, in TryGetNodeAttr()
453 Status GetNodeAttr(const AttrSlice& attrs, StringPiece attr_name, in GetNodeAttr()
[all …]
/aosp_15_r20/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
H A DGoogleDefaultProtocolNegotiatorTest.java100 Attributes attrs = in altsHandler_lbProvidedBackend() local
177 Attributes attrs = in altsHandler_xdsCluster() local
184 Attributes attrs = Attributes.newBuilder().set( in tlsHandler_googleCfe() local
191 Attributes attrs = Attributes.newBuilder().set( in altsHandler_googleCfe_federation() local
198 Attributes attrs = Attributes.newBuilder().set( in tlsHanlder_googleCfe() local
208 Attributes attrs = Attributes.newBuilder().set( in altsHanlder_nonGoogleCfe_authorityNotMatch() local
217 Attributes attrs = Attributes.newBuilder().set( in altsHanlder_nonGoogleCfe_pathNotMatch() local
226 Attributes attrs = Attributes.newBuilder().set( in altsHandler_googleCfe_invalidUri() local
/aosp_15_r20/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
H A DHapticFeedbackVibrationProviderTest.java402 VibrationAttributes attrs = provider.getVibrationAttributes( in testVibrationAttribute_biometricConstants_returnsCommunicationRequestUsage() local
412 VibrationAttributes attrs = provider.getVibrationAttributes( in testVibrationAttribute_forNotBypassingIntensitySettings() local
422 VibrationAttributes attrs = provider.getVibrationAttributes( in testVibrationAttribute_forByassingIntensitySettings() local
435 VibrationAttributes attrs = provider.getVibrationAttributes( in testVibrationAttribute_scrollFeedback_scrollApiFlagOn_bypassInterruptPolicy() local
448 VibrationAttributes attrs = provider.getVibrationAttributes( in testVibrationAttribute_scrollFeedback_scrollApiFlagOff_noBypassInterruptPolicy() local
460 VibrationAttributes attrs = provider.getVibrationAttributes(effectId, /* flags */ in testVibrationAttribute_scrollFeedback_useHardwareFeedback() local
474 VibrationAttributes attrs = provider.getVibrationAttributes( in testVibrationAttribute_scrollFeedback_rotaryInputSource_useHardwareFeedback() local
488 VibrationAttributes attrs = provider.getVibrationAttributes( in testVibrationAttribute_scrollFeedback_touchInputSource_useTouchUsage() local
500 VibrationAttributes attrs = provider.getVibrationAttributes( in testVibrationAttribute_notIme_useTouchUsage() local
512 VibrationAttributes attrs = provider.getVibrationAttributes( in testVibrationAttribute_isIme_useImeFeedbackUsage() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/AppPreference/SettingsLibAppPreference/android_common_apex34/javac/
DSettingsLibAppPreference.jar ... .content.Context context android.util.AttributeSet attrs int defStyleAttr int defStyleRes public void <init> ( ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/AppPreference/SettingsLibAppPreference/android_common_apex30/javac/
DSettingsLibAppPreference.jar ... .content.Context context android.util.AttributeSet attrs int defStyleAttr int defStyleRes public void <init> ( ...
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dtfrt_op_kernel_test.cc39 tfrt::OpAttrs attrs; in TEST() local
54 tfrt::OpAttrs attrs; in TEST() local
66 tfrt::OpAttrs attrs; in TEST() local
88 tfrt::OpAttrs attrs; in TEST() local
103 tfrt::OpAttrs attrs; in TEST() local
118 tfrt::OpAttrs attrs; in TEST() local
138 tfrt::OpAttrs attrs; in TEST() local
159 tfrt::OpAttrs attrs; in TEST() local
186 tfrt::OpAttrs attrs; in TEST() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/AppPreference/SettingsLibAppPreference/android_common/javac/
DSettingsLibAppPreference.jar ... .content.Context context android.util.AttributeSet attrs int defStyleAttr int defStyleRes public void <init> ( ...
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixFileAttributes.java68 UnixFileAttributes attrs = new UnixFileAttributes(); in get() local
79 UnixFileAttributes attrs = new UnixFileAttributes(); in get() local
88 UnixFileAttributes attrs = new UnixFileAttributes(); in get() local
95 boolean isSameFile(UnixFileAttributes attrs) { in isSameFile()
252 static UnixFileAttributes toUnixFileAttributes(BasicFileAttributes attrs) { in toUnixFileAttributes()
263 private final UnixFileAttributes attrs; field in UnixFileAttributes.UnixAsBasicFileAttributes
265 private UnixAsBasicFileAttributes(UnixFileAttributes attrs) { in UnixAsBasicFileAttributes()
269 static UnixAsBasicFileAttributes wrap(UnixFileAttributes attrs) { in wrap()
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py224 def xmlRead(self, attrs, content, font): argument
228 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
251 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
255 def xmlRead(self, attrs, content, font): argument
262 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
268 def xmlRead(self, attrs, content, font): argument
397 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
450 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
466 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
635 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
[all …]
/aosp_15_r20/external/iw/
H A Devent.c106 static void parse_cqm_event(struct nlattr **attrs) in parse_cqm_event()
184 static void parse_mic_failure(struct nlattr **attrs) in parse_mic_failure()
214 static void parse_wowlan_wake_event(struct nlattr **attrs) in parse_wowlan_wake_event()
306 static void parse_vendor_event(struct nlattr **attrs, bool dump) in parse_vendor_event()
345 static void parse_nan_term(struct nlattr **attrs) in parse_nan_term()
606 static void parse_nan_match(struct nlattr **attrs) in parse_nan_match()
702 static void parse_new_peer_candidate(struct nlattr **attrs) in parse_new_peer_candidate()
720 static void parse_recv_interface(struct nlattr **attrs, int command) in parse_recv_interface()
796 static void parse_sta_opmode_changed(struct nlattr **attrs) in parse_sta_opmode_changed()
819 static void parse_ch_switch_notify(struct nlattr **attrs, int command) in parse_ch_switch_notify()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/preference/
H A DGenericInflater.java89 public T onCreateItem(String name, Context context, AttributeSet attrs); in onCreateItem()
100 public T onCreateItem(String name, Context context, AttributeSet attrs) { in onCreateItem()
301 final AttributeSet attrs = Xml.asAttributeSet(parser); in inflate() local
375 public final T createItem(String name, String prefix, AttributeSet attrs) in createItem()
425 protected T onCreateItem(String name, AttributeSet attrs) throws ClassNotFoundException { in onCreateItem()
429 private final T createItemFromTag(XmlPullParser parser, String name, AttributeSet attrs) { in createItemFromTag()
469 private void rInflate(XmlPullParser parser, T parent, final AttributeSet attrs) in rInflate()
522 final AttributeSet attrs) throws XmlPullParserException { in onCreateCustomFromTag()
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/
H A DAttributesTest.java36 Attributes attrs = Attributes.newBuilder().set(YOLO_KEY, "To be, or not to be?").build(); in buildAttributes() local
43 Attributes attrs = Attributes.newBuilder() in duplicates() local
54 Attributes attrs = Attributes.newBuilder() in toBuilder() local
98 Attributes attrs = Attributes.newBuilder().set(YOLO_KEY, "value").build(); in discard_baseAttributes() local
107 Attributes.Builder attrs = Attributes.newBuilder().set(YOLO_KEY, "value"); in discard_noBase() local
116 Attributes attrs = Attributes.newBuilder().set(YOLO_KEY, "value").build(); in discard_baseAttributesAndBuilder() local
/aosp_15_r20/external/mesa3d/src/egl/main/
H A Deglimage.c37 _eglParseKHRImageAttribs(_EGLImageAttribs *attrs, _EGLDisplay *disp, in _eglParseKHRImageAttribs()
75 _eglParseMESADrmImageAttribs(_EGLImageAttribs *attrs, _EGLDisplay *disp, in _eglParseMESADrmImageAttribs()
105 _eglParseWLBindWaylandDisplayAttribs(_EGLImageAttribs *attrs, _EGLDisplay *disp, in _eglParseWLBindWaylandDisplayAttribs()
123 _eglParseEXTImageDmaBufImportAttribs(_EGLImageAttribs *attrs, _EGLDisplay *disp, in _eglParseEXTImageDmaBufImportAttribs()
215 _eglParseEXTImageDmaBufImportModifiersAttribs(_EGLImageAttribs *attrs, in _eglParseEXTImageDmaBufImportModifiersAttribs()
281 _eglParseImageAttribList(_EGLImageAttribs *attrs, _EGLDisplay *disp, in _eglParseImageAttribList()

12345678910>>...216