Home
last modified time | relevance | path

Searched refs:K (Results 1 – 17 of 17) sorted by relevance

/build/make/tools/droiddoc/test/generics/src/com/android/generics/
DFooBar.java19 public class FooBar<K,V,L> extends Foo<V> implements Bar<K> {
28 public FooBar(K k) { in FooBar()
33 public K bar(K arg) { in bar()
37 public FooBar<K,? extends Foo,L> a(K arg) { in a()
41 public FooBar<V,K,L> b(Bar<? extends K> arg) { in b()
DBar.java19 public interface Bar<K> {
20 public K bar(K arg); in bar()
/build/soong/android/
Dprovider.go24 func OtherModuleProvider[K any](ctx OtherModuleProviderContext, module blueprint.Module, provider b…
27 var k K
30 return value.(K), ok
50 func ModuleProvider[K any](ctx ModuleProviderContext, provider blueprint.ProviderKey[K]) (K, bool) {
53 var k K
56 return value.(K), ok
70 …SingletonModuleProvider[K any](ctx SingletonModuleProviderContext, module blueprint.Module, provid…
73 var k K
76 return value.(K), ok
97 func SetProvider[K any](ctx SetProviderContext, provider blueprint.ProviderKey[K], value K) {
Dutil.go595 type SyncMap[K comparable, V any] struct {
602 func (m *SyncMap[K, V]) Load(key K) (value V, ok bool) { argument
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
Dutil_test.go654 func testSortedKeysHelper[K cmp.Ordered, V any](t *testing.T, name string, input map[K]V, expected …
/build/blueprint/
Dprovider.go46 type typedProviderKey[K any] struct {
61 type ProviderKey[K any] struct {
62 *typedProviderKey[K]
75 func NewProvider[K any]() ProviderKey[K] {
76 return NewMutatorProvider[K]("")
85 func NewMutatorProvider[K any](mutator string) ProviderKey[K] {
88 typ := fmt.Sprintf("%T", *new(K))
90 provider := ProviderKey[K]{
91 typedProviderKey: &typedProviderKey[K]{
247 func OtherModuleProvider[K any](ctx OtherModuleProviderContext, module Module, provider ProviderKey…
[all …]
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-resizable.min.js12K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:functi… argument
19K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===… argument
Dprettify.js20 …n ia(a,b,c,d){if(b){var g={source:b,b:a};c(g);d.push.apply(d,g.c)}}function K(a,b){var c={},d;(fun… class in anonymousFunction879e3ea40100.anonymousFunction879e3ea40400.Sd
Djquery-1.6.2.min.js16 …==!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function K(a,c,d){var e=f.exten… class
17K("submit",this,arguments)}),f.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,…
/build/make/target/product/security/
Dnfc.x509.pem26 K/BbmPLnp3aAGg/wwU1dqwCANf53oUc4ZzqRm9eovlVsrFiRM/DGt2/t4ujorU6Uwwt2+n05QU7b
/build/soong/third_party/zip/testdata/
Dreadme.notzip3 �V��H����READMEUT �K�L���Lux �������mTMO�@�ﯘRAJlN"q��R!�C�k{lo�ޱ�#!��3k��J�(ϛ7o�…
14 �V��H�����������������READMEUT�K�Lux �������PK������L������eThis is the source …
/build/bazel/rules/common/
Dapi_constants.bzl21 "K": 19,
/build/make/common/
Dstrings.mk22 …bst E,e,$(subst F,f,$(subst G,g,$(subst H,h,$(subst I,i,$(subst J,j,$(subst K,k,$(subst L,l,$(subs…
29 …t e,E,$(subst f,F,$(subst g,G,$(subst h,H,$(subst i,I,$(subst j,J,$(subst k,K,$(subst l,L,$(subst …
/build/make/target/product/
Dmedia_system.mk69 ro.logd.size.stats=64K \
/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/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 _
DMakefile372 INTERNAL_VENDOR_RAMDISK_FRAGMENTS += 16K
1129 BOARD_VENDOR_RAMDISK_FRAGMENT.16K.PREBUILT := $(BUILT_RAMDISK_16K_TARGET)