Home
last modified time | relevance | path

Searched defs:K (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DMapFieldLite.java55 private MapFieldLite(Map<K, V> mapData) { in MapFieldLite()
72 public void mergeFrom(MapFieldLite<K, V> other) { in mergeFrom()
94 public V put(Map.Entry<K, V> entry) { in put()
98 @Override public void putAll(Map<? extends K, ? extends V> m) { in putAll()
120 static <K, V> boolean equals(Map<K, V> a, Map<K, V> b) { in equals()
163 static <K, V> int calculateHashCodeForMap(Map<K, V> a) { in calculateHashCodeForMap()
191 static <K, V> Map<K, V> copy(Map<K, V> map) { in copy()
DMapField.java86 void convertMessageToKeyAndValue(Message message, Map<K, V> map); in convertMessageToKeyAndValue()
93 public ImmutableMessageConverter(MapEntry<K, V> defaultEntry) { in ImmutableMessageConverter()
103 public void convertMessageToKeyAndValue(Message message, Map<K, V> map) { in convertMessageToKeyAndValue()
118 Converter<K, V> converter, in MapField()
120 Map<K, V> mapData) { in MapField()
129 MapEntry<K, V> defaultEntry, in MapField()
131 Map<K, V> mapData) { in MapField()
138 MapEntry<K, V> defaultEntry) { in emptyMapField()
145 public static <K, V> MapField<K, V> newMapField(MapEntry<K, V> defaultEntry) { in newMapField()
156 private void convertMessageToKeyAndValue(Message message, Map<K, V> map) { in convertMessageToKeyAndValue()
[all …]
DMapEntryLite.java81 private MapEntryLite(Metadata<K, V> metadata, K key, V value) { in MapEntryLite()
110 static <K, V> void writeTo(CodedOutputStream output, Metadata<K, V> metadata, K key, V value) in writeTo()
116 static <K, V> int computeSerializedSize(Metadata<K, V> metadata, K key, V value) { in computeSerializedSize()
172 CodedInputStream input, Metadata<K, V> metadata, ExtensionRegistryLite extensionRegistry) in parseEntry()
199 MapFieldLite<K, V> map, CodedInputStream input, ExtensionRegistryLite extensionRegistry) in parseInto()
DLazyField.java94 private LazyEntry(Entry<K, LazyField> entry) { in LazyEntry()
130 public LazyIterator(Iterator<Entry<K, Object>> iterator) { in LazyIterator()
DMapEntry.java60 MapEntry<K, V> defaultInstance, in Metadata()
100 Metadata<K, V> metadata, in MapEntry()
250 private Builder(Metadata<K, V> metadata) { in Builder()
254 private Builder(Metadata<K, V> metadata, K key, V value) { in Builder()
DInternal.java477 public MapAdapter(Map<K, RealValue> realMap, in MapAdapter()
509 public SetAdapter(Set<Map.Entry<K, RealValue>> realSet) { in SetAdapter()
528 Iterator<Map.Entry<K, RealValue>> realIterator) { in IteratorAdapter()
551 public EntryAdapter(Map.Entry<K, RealValue> realEntry) { in EntryAdapter()
DSmallSortedMap.java405 Entry(Map.Entry<K, V> copy) { in Entry()
498 public boolean add(Map.Entry<K, V> entry) { in add()
DGeneratedMessageLite.java1576 <K, V> MapFieldLite<K, V> visitMap(MapFieldLite<K, V> mine, MapFieldLite<K, V> other); in visitMap()
1830 public <K, V> MapFieldLite<K, V> visitMap(MapFieldLite<K, V> mine, MapFieldLite<K, V> other) { in visitMap()
2036 public <K, V> MapFieldLite<K, V> visitMap(MapFieldLite<K, V> mine, MapFieldLite<K, V> other) { in visitMap()
2270 public <K, V> MapFieldLite<K, V> visitMap(MapFieldLite<K, V> mine, MapFieldLite<K, V> other) { in visitMap()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DMapFactories.java41 <K, V> Map<K, V> forMap(Map<K, V> oldMap); in forMap()
57 public <K, V> Map<K, V> forMap(Map<K, V> oldMap) { in forMap()
DInternalNano.java391 public static final <K, V> Map<K, V> mergeMapEntry( in mergeMapEntry()
442 Map<K, V> map, int number, int keyType, int valueType) in serializeMapField()
462 Map<K, V> map, int number, int keyType, int valueType) { in computeMapFieldSize()
486 public static <K, V> boolean equals(Map<K, V> a, Map<K, V> b) { in equals()
521 public static <K, V> int hashCode(Map<K, V> map) { in hashCode()
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/java/
DLinkedHashMap_Delegate.java32 public static <K,V> Map.Entry<K,V> eldest(LinkedHashMap<K,V> map) { in eldest()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DSimpleCache.java35 protected boolean removeEldestEntry(final Map.Entry<K, V> eldest) { in removeEldestEntry()
/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperComp.py14 K = np.array([[Fx, 0, Cx],[0, Fy, Cy],[0, 0, 1]]) variable
/frameworks/base/core/java/android/util/
DMapCollections.java169 public boolean add(Map.Entry<K, V> object) { in add()
174 public boolean addAll(Collection<? extends Map.Entry<K, V>> collection) { in addAll()
458 public static <K, V> boolean containsAllHelper(Map<K, V> map, Collection<?> collection) { in containsAllHelper()
468 public static <K, V> boolean removeAllHelper(Map<K, V> map, Collection<?> collection) { in removeAllHelper()
477 public static <K, V> boolean retainAllHelper(Map<K, V> map, Collection<?> collection) { in retainAllHelper()
DArrayMap.java315 public ArrayMap(ArrayMap<K, V> map) { in ArrayMap() method in ArrayMap
663 public void putAll(ArrayMap<? extends K, ? extends V> array) { in putAll()
948 public void putAll(Map<? extends K, ? extends V> map) { in putAll()
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp52 int M, int N, int K, int incX, int incY, int KL, int KU, in setUpBLASCall()
108 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Single()
122 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Double()
135 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Complex()
148 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Z()
161 nScriptIntrinsicBLAS_BNNM(RS* mRS, RsContext con, RsScript id, int M, int N, int K, in nScriptIntrinsicBLAS_BNNM()
411 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in STBMV()
424 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in DTBMV()
437 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in CTBMV()
450 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in ZTBMV()
[all …]
DElement.cpp102 #define CREATE_PIXEL(N, T, K) android::RSC::sp<const Element> Element::N(const android::RSC::sp<RS>… argument
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java687 …public void STBMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Al… in STBMV()
694 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_stbmv, TransA, 0, 0, Uplo, Diag, 0, N, K, 0, A.… in STBMV() local
718 …public void DTBMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Al… in DTBMV()
725 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dtbmv, TransA, 0, 0, Uplo, Diag, 0, N, K, 0, A.… in DTBMV() local
749 …public void CTBMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Al… in CTBMV()
756 …insicBLAS_Complex(getID(mRS), RsBlas_ctbmv, TransA, 0, 0, Uplo, Diag, 0, N, K, 0, 0, A.getID(mRS),… in CTBMV() local
780 …public void ZTBMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Al… in ZTBMV()
787 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_ztbmv, TransA, 0, 0, Uplo, Diag, 0, N, K, 0, 0, A.ge… in ZTBMV() local
999 …public void STBSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Al… in STBSV()
1006 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_stbsv, TransA, 0, 0, Uplo, Diag, 0, N, K, 0, A.… in STBSV() local
[all …]
/frameworks/compile/slang/
Dslang_rs_exportable.h43 RSExportable(RSContext *Context, RSExportable::Kind K, clang::SourceLocation Loc) in RSExportable() function
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteCursorTest.java143 int K = N / 2; in testFillWindow() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DObjectCounter.java114 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<K, T> converter) { in toProto()
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicBLAS.java806 …public void STBMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Al… in STBMV()
821 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_stbmv, TransA, 0, 0, Uplo, Diag, 0, N, K, 0, aI… in STBMV() local
845 …public void DTBMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Al… in DTBMV()
860 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dtbmv, TransA, 0, 0, Uplo, Diag, 0, N, K, 0, aI… in DTBMV() local
884 …public void CTBMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Al… in CTBMV()
899 …insicBLAS_Complex(getID(mRS), RsBlas_ctbmv, TransA, 0, 0, Uplo, Diag, 0, N, K, 0, 0, aID, xID, 0, … in CTBMV() local
923 …public void ZTBMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Al… in ZTBMV()
938 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_ztbmv, TransA, 0, 0, Uplo, Diag, 0, N, K, 0, 0, aID,… in ZTBMV() local
1214 …public void STBSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Al… in STBSV()
1229 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_stbsv, TransA, 0, 0, Uplo, Diag, 0, N, K, 0, aI… in STBSV() local
[all …]
DRenderScript.java929 … int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in rsnScriptIntrinsicBLAS_Single()
933 … int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Single()
941 … int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in rsnScriptIntrinsicBLAS_Double()
945 … int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Double()
953 … int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in rsnScriptIntrinsicBLAS_Complex()
957 … int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Complex()
965 … int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in rsnScriptIntrinsicBLAS_Z()
969 … int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Z()
976 native void rsnScriptIntrinsicBLAS_BNNM(long con, long incCon, long id, int M, int N, int K, in rsnScriptIntrinsicBLAS_BNNM()
979 synchronized void nScriptIntrinsicBLAS_BNNM(long id, int M, int N, int K, in nScriptIntrinsicBLAS_BNNM()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DMapForProto2LiteTest.java252 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable()
/frameworks/native/services/inputflinger/
DInputClassifier.cpp60 static V getValueForKey(const std::unordered_map<K, V>& map, K key, V defaultValue) { in getValueForKey()

12