/development/tools/external_crates/crate_health/src/ |
D | name_and_version_map.rs | 34 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 …]
|
D | name_and_version.rs | 32 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/ |
D | function_utils_test.ts | 21 a = 'a'; property in A 35 const a = new A(); constant
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | BitmapPixels.java | 53 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
|
D | ColorPickerDialog.java | 131 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/ |
D | additional_odr.h | 3 int a; variable
|
/development/vndk/tools/header-checker/tests/integration/c_and_cpp/ |
D | source1.cpp | 4 Foo foo(int *a, int *b) { in foo()
|
/development/vndk/tools/header-checker/tests/integration/c_and_cpp/include/ |
D | reproducability_c.h | 2 int a; member
|
D | c_and_cpp.h | 15 Foo(int *a, int *b) : a_(a), b_(b) {} in Foo()
|
D | c_include.h | 13 int a; member
|
/development/vndk/tools/header-checker/tests/integration/cpp/gold/ |
D | low_volume_speaker.cpp | 8 void UnexportedSymbol(int *a) { in UnexportedSymbol()
|
/development/samples/Snake/src/com/example/android/snake/ |
D | TileView.java | 65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView); in TileView() local 74 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView); in TileView() local
|
D | BackgroundView.java | 47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BackgroundView); in BackgroundView() local
|
/development/vndk/tools/header-checker/tests/integration/bit_field/include/ |
D | base.h | 6 char a : 1; member
|
D | diff.h | 6 char a : 1; member
|
/development/tools/otagui/src/services/ |
D | TableService.js | 6 return arr.sort(function(a, b) { argument
|
/development/samples/SimpleJNI/src/com/example/android/simplejni/ |
D | SimpleJNI.java | 42 static native int add(int a, int b); in add()
|
/development/samples/ApiDemos/tests/src/com/example/android/apis/view/ |
D | Focus2ActivityTest.java | 62 final Focus2 a = getActivity(); in setUp() local
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | FixedAspectRatioImageView.java | 36 final TypedArray a = context.getTheme().obtainStyledAttributes(attrs, in FixedAspectRatioImageView() local
|
D | Animation3.java | 57 Animation a = new TranslateAnimation(0.0f, in onItemSelected() local
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/ |
D | main.css | 29 a { selector
|
/development/tools/winscope/src/parsers/ |
D | raw_data_utils.ts | 95 const [r, g, b, a] = [ constant
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
D | TouchHighlightImageButton.java | 69 TypedArray a = getContext() in init() local
|
/development/tools/winscope/src/app/components/ |
D | app_component.ts | 554 const a = document.createElement('a'); constant
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | FragmentArguments.java | 76 TypedArray a = activity.obtainStyledAttributes(attrs, in onInflate() local
|