Home
last modified time | relevance | path

Searched refs:V (Results 1 – 19 of 19) sorted by relevance

/build/make/tools/droiddoc/test/generics/src/com/android/generics/
DFoo.java19 public class Foo<V> {
20 public Foo(V v) { in Foo()
23 public V foo(V arg) { in foo()
DFooBar.java19 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/
Dutil.go108 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
Dpath_properties_test.go28 V *struct {
Dutil_test.go654 func testSortedKeysHelper[K cmp.Ordered, V any](t *testing.T, name string, input map[K]V, expected …
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-resizable.min.js12 …ce(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr… argument
19V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;bre… argument
Dprettify.js5 …,S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex…
Djquery-1.6.2.min.js16 …(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/
Dreadme.notzip3 �V��H����READMEUT �K�L���Lux �������mTMO�@�ﯘRAJlN"q��R!�C�k{lo�ޱ�#!��3k��J�(ϛ7o�…
4 &�?BK>�� FO���`\V�.� ���0��:
14 �V��H�����������������READMEUT�K�Lux �������PK������L������eThis is the source …
/build/bazel/mkcompare/
Dmkdiff.go12 func Classify[V interface{}](mLeft map[string]V, mRight map[string]V, varFilter func(_ string) bool…
/build/bazel/examples/apex/minimal/
Dbuild.bazel.examples.apex.minimal.x509.pem20 V+m0oBNLWG6+uAViPKWdNr0Wl0odamjj2IOowaw5/1QHWGADpXGob6Dy7k0fVL8Z
/build/make/tools/releasetools/testdata/
Dtestkey_RSA4096.key16 zdMSK0nJuiU0mfipa/ZqGvU0ZaU49qKuenUs1Jm+3/hMJfvu1ljJEEcuBD2Axv+V
/build/make/common/
Dstrings.mk22 …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/
Daquery.go119 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/
Daidl_interface.bzl30 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>
Daidl_library.bzl58 parts = versioned_name.split("-V")
/build/make/core/
Dproduct_config.mk35 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/
Dmap_files.md138 `llndk-deprecate=<V>` is added.
/build/make/
DChanges.md55 Python 2 is slated for complete removal in V.