/build/make/tools/droiddoc/test/generics/src/com/android/generics/ |
D | Foo.java | 19 public class Foo<V> { 20 public Foo(V v) { in Foo() 23 public V foo(V arg) { in foo()
|
D | FooBar.java | 19 public class FooBar<K,V,L> extends Foo<V> implements Bar<K> { 41 public FooBar<V,K,L> b(Bar<? extends K> arg) { in b() 48 public V v;
|
/build/soong/android/ |
D | util.go | 108 func SortedStringKeys[V any](m map[string]V) []string { 113 func SortedKeys[T cmp.Ordered, V any](m map[T]V) []T { 595 type SyncMap[K comparable, V any] struct { 602 func (m *SyncMap[K, V]) Load(key K) (value V, ok bool) { 605 return *new(V), false 607 return v.(V), true 611 func (m *SyncMap[K, V]) Store(key K, value V) { argument 618 func (m *SyncMap[K, V]) LoadOrStore(key K, value V) (actual V, loaded bool) { argument 620 return v.(V), loaded
|
D | path_properties_test.go | 28 V *struct {
|
D | util_test.go | 654 func testSortedKeysHelper[K cmp.Ordered, V any](t *testing.T, name string, input map[K]V, expected …
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-resizable.min.js | 12 …ce(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr… argument 19 …V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;bre… argument
|
D | prettify.js | 5 …,S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex…
|
D | jquery-1.6.2.min.js | 16 …(b,d)}return f.grep(a,function(a,d){return f.inArray(a,b)>=0===c})}function V(a){return!a||!a.pare… class
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 3 �VHREADMEUT K�L���Lux��mTMO�@�ﯘRAJlN"q��R!�C�k{lo�ޱ�#!��3k��J�(ϛ7o�… 4 &�?BK>�� FO���`\V�.���0��: 14 �VH��READMEUTK�Lux��PKL�eThis is the source …
|
/build/bazel/mkcompare/ |
D | mkdiff.go | 12 func Classify[V interface{}](mLeft map[string]V, mRight map[string]V, varFilter func(_ string) bool…
|
/build/bazel/examples/apex/minimal/ |
D | build.bazel.examples.apex.minimal.x509.pem | 20 V+m0oBNLWG6+uAViPKWdNr0Wl0odamjj2IOowaw5/1QHWGADpXGob6Dy7k0fVL8Z
|
/build/make/tools/releasetools/testdata/ |
D | testkey_RSA4096.key | 16 zdMSK0nJuiU0mfipa/ZqGvU0ZaU49qKuenUs1Jm+3/hMJfvu1ljJEEcuBD2Axv+V
|
/build/make/common/ |
D | strings.mk | 22 …bst P,p,$(subst Q,q,$(subst R,r,$(subst S,s,$(subst T,t,$(subst U,u,$(subst V,v,$(subst W,w,$(subs… 29 …t p,P,$(subst q,Q,$(subst r,R,$(subst s,S,$(subst t,T,$(subst u,U,$(subst v,V,$(subst w,W,$(subst …
|
/build/soong/bazel/ |
D | aquery.go | 119 func indexBy[K comparable, V any](values []V, keyFn func(v V) K) map[K]V { 120 m := map[K]V{}
|
/build/bazel/rules/aidl/ |
D | aidl_interface.bzl | 30 parts = dep.split("-V") 73 return name + "-V" + version 121 …name: string, base name of generated targets: <module-name>-V<version number>-<l… 244 … the label of the targets have format <aidl-interface>-V<version_number>
|
D | aidl_library.bzl | 58 parts = versioned_name.split("-V")
|
/build/make/core/ |
D | product_config.mk | 35 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
|
/build/soong/docs/ |
D | map_files.md | 138 `llndk-deprecate=<V>` is added.
|
/build/make/ |
D | Changes.md | 55 Python 2 is slated for complete removal in V.
|