Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 59) sorted by relevance

123

/development/tools/external_crates/crate_health/src/
Dname_and_version_map.rs34 fn get_versions<'a, 'b>( in get_versions()
37 ) -> Box<dyn Iterator<Item = (&'a NameAndVersion, &'a Self::Value)> + 'a>; in get_versions()
38 fn get_versions_mut<'a, 'b>( in get_versions_mut()
41 ) -> Box<dyn Iterator<Item = (&'a NameAndVersion, &'a mut Self::Value)> + 'a>; in get_versions_mut()
57 F: Fn(&mut dyn Iterator<Item = (&'b NameAndVersion, &'b Self::Value)>) -> HashSet<Version> in filter_versions()
62 ) -> Box<dyn Iterator<Item = (&'a NameAndVersion, &'a Self::Value)> + 'a>; in filter_versions()
93 fn get_versions<'a, 'b>( in get_versions()
96 ) -> Box<dyn Iterator<Item = (&'a NameAndVersion, &'a Self::Value)> + 'a> { in get_versions()
106 fn get_versions_mut<'a, 'b>( in get_versions_mut()
109 ) -> Box<dyn Iterator<Item = (&'a NameAndVersion, &'a mut Self::Value)> + 'a> { in get_versions_mut()
[all …]
Dname_and_version.rs32 fn key<'a>(&'a self) -> NameAndVersionRef<'a>; in key()
95 fn borrow(&self) -> &(dyn NamedAndVersioned + 'a) { in borrow()
100 impl<'a> PartialEq for (dyn NamedAndVersioned + 'a) { implementation
106 impl<'a> Eq for (dyn NamedAndVersioned + 'a) {} implementation
108 impl<'a> PartialOrd for (dyn NamedAndVersioned + 'a) { implementation
114 impl<'a> Ord for (dyn NamedAndVersioned + 'a) { implementation
120 impl<'a> Hash for (dyn NamedAndVersioned + 'a) { implementation
/development/tools/winscope/src/common/
Dfunction_utils_test.ts21 a = 'a'; property in A
35 const a = new A(); constant
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapPixels.java53 private static int pack8888(int r, int g, int b, int a) { in pack8888()
61 private static short pack4444(int r, int g, int b, int a) { in pack4444()
65 private static int mul255(int c, int a) { in mul255()
77 int a = Color.alpha(c); in premultiplyColor() local
92 int a = getA32(from) << 23; in makeRamp() local
DColorPickerDialog.java131 int a = ave(Color.alpha(c0), Color.alpha(c1), p); in interpColor() local
154 final float[] a = cm.getArray(); in rotateColor() local
/development/vndk/tools/header-checker/tests/integration/cpp/gold/include/
Dadditional_odr.h3 int a; variable
/development/vndk/tools/header-checker/tests/integration/c_and_cpp/
Dsource1.cpp4 Foo foo(int *a, int *b) { in foo()
/development/vndk/tools/header-checker/tests/integration/c_and_cpp/include/
Dreproducability_c.h2 int a; member
Dc_and_cpp.h15 Foo(int *a, int *b) : a_(a), b_(b) {} in Foo()
Dc_include.h13 int a; member
/development/vndk/tools/header-checker/tests/integration/cpp/gold/
Dlow_volume_speaker.cpp8 void UnexportedSymbol(int *a) { in UnexportedSymbol()
/development/samples/Snake/src/com/example/android/snake/
DTileView.java65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView); in TileView() local
74 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView); in TileView() local
DBackgroundView.java47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BackgroundView); in BackgroundView() local
/development/vndk/tools/header-checker/tests/integration/bit_field/include/
Dbase.h6 char a : 1; member
Ddiff.h6 char a : 1; member
/development/tools/otagui/src/services/
DTableService.js6 return arr.sort(function(a, b) { argument
/development/samples/SimpleJNI/src/com/example/android/simplejni/
DSimpleJNI.java42 static native int add(int a, int b); in add()
/development/samples/ApiDemos/tests/src/com/example/android/apis/view/
DFocus2ActivityTest.java62 final Focus2 a = getActivity(); in setUp() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DFixedAspectRatioImageView.java36 final TypedArray a = context.getTheme().obtainStyledAttributes(attrs, in FixedAspectRatioImageView() local
DAnimation3.java57 Animation a = new TranslateAnimation(0.0f, in onItemSelected() local
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css29 a { selector
/development/tools/winscope/src/parsers/
Draw_data_utils.ts95 const [r, g, b, a] = [ constant
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DTouchHighlightImageButton.java69 TypedArray a = getContext() in init() local
/development/tools/winscope/src/app/components/
Dapp_component.ts554 const a = document.createElement('a'); constant
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentArguments.java76 TypedArray a = activity.obtainStyledAttributes(attrs, in onInflate() local

123