Home
last modified time | relevance | path

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

12

/development/tools/external_crates/name_and_version/src/
Dname_and_version_map.rs42 fn get_versions<'a, 'b>( in get_versions()
45 ) -> Box<dyn Iterator<Item = (&'a NameAndVersion, &'a Self::Value)> + 'a>; in get_versions()
47 fn get_versions_mut<'a, 'b>( in get_versions_mut()
50 ) -> Box<dyn Iterator<Item = (&'a NameAndVersion, &'a mut Self::Value)> + 'a>; in get_versions_mut()
56 F: Fn(&mut dyn Iterator<Item = (&'b NameAndVersion, &'b Self::Value)>) -> HashSet<Version> in filter_versions()
61 ) -> Box<dyn Iterator<Item = (&'a NameAndVersion, &'a Self::Value)> + 'a>; in filter_versions()
95 fn get_versions<'a, 'b>( in get_versions()
98 ) -> Box<dyn Iterator<Item = (&'a NameAndVersion, &'a Self::Value)> + 'a> { in get_versions()
108 fn get_versions_mut<'a, 'b>( in get_versions_mut()
111 ) -> Box<dyn Iterator<Item = (&'a NameAndVersion, &'a mut Self::Value)> + 'a> { in get_versions_mut()
[all …]
/development/tools/winscope/src/common/
Dfunction_utils_test.ts21 a = 'a'; property in A
35 const a = new A(); constant
Ddownload.ts28 const a = document.createElement('a'); constant
/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/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/c_and_cpp/
Dsource1.cpp4 Foo foo(int *a, int *b) { in foo()
/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
/development/vndk/tools/header-checker/tests/integration/cpp/gold/
Dlow_volume_speaker.cpp8 void UnexportedSymbol(int *a) { in UnexportedSymbol()
/development/tools/external_crates/crates_io_util/src/
Dfeature_diff.rs31 pub fn new(base: &'a Version) -> FeatureDiffer<'a> { in new()
35 pub fn diff<'other>(&'a self, other: &'other Version) -> FeatureDiff<'a, 'other> { in diff() argument
Ddependency_diff.rs42 pub fn new(base: &'a Version) -> DependencyDiffer<'a> { in new()
46 pub fn diff<'other>(&'a self, other: &'other Version) -> DependencyDiff<'a, 'other> { in diff() argument
Dfeature_resolver.rs32 pub fn new(version: &'a Version) -> FeatureResolver<'a> { in new()
40 ) -> Result<DepSet<'a>, Error> { in resolve()
/development/vndk/tools/header-checker/tests/integration/bit_field/include/
Dbase.h6 char a : 1; member
Ddiff.h6 char a : 1; member
/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/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/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css29 a { selector
/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/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/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentArguments.java76 TypedArray a = activity.obtainStyledAttributes(attrs, in onInflate() local

12