Home
last modified time | relevance | path

Searched defs:elements (Results 101 – 125 of 3445) sorted by relevance

12345678910>>...138

/aosp_15_r20/external/angle/src/common/
H A Dmatrix_utils.h87 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix()
94 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix()
101 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix()
192 std::vector<T> elements() const { return mElements; } in elements() function
468 const std::array<float, 4 * 4> &elements() const { return mElements; } in elements() function
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/photopicker/PhotopickerLib/android_common_apex30/kapt/gen/stubs/com/android/photopicker/core/selection/
DGrantsAwareSet.java108 public boolean containsAll(@org.jetbrains.annotations.NotNull() in containsAll()
119 public boolean addAll(java.util.Collection<? extends T> elements) { in addAll()
138 public boolean removeAll(java.util.Collection<? extends java.lang.Object> elements) { in removeAll()
143 public boolean retainAll(java.util.Collection<? extends java.lang.Object> elements) { in retainAll()
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultimapTestSuiteBuilder.java346 public Map<K, Collection<V>> create(Object... elements) { in create()
422 public Collection<Entry<K, V>> create(Object... elements) { in create()
453 public Collection<V> create(Object... elements) { in create()
511 public Multiset<K> create(Object... elements) { in create()
598 public Collection<V> create(Object... elements) { in create()
622 public Collection<V> create(Object... elements) { in create()
662 public M create(Object... elements) { in create()
H A DMapGenerators.java84 public Collection<UnhashableObject> create(UnhashableObject[] elements) { in create()
96 public List<String> create(String[] elements) { in create()
107 public List<String> create(String[] elements) { in create()
141 public List<Entry<String, Integer>> create(Object... elements) { in create()
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultimapTestSuiteBuilder.java347 public Map<K, Collection<V>> create(Object... elements) { in create()
423 public Collection<Entry<K, V>> create(Object... elements) { in create()
454 public Collection<V> create(Object... elements) { in create()
512 public Multiset<K> create(Object... elements) { in create()
599 public Collection<V> create(Object... elements) { in create()
623 public Collection<V> create(Object... elements) { in create()
663 public M create(Object... elements) { in create()
H A DMapGenerators.java84 public Collection<UnhashableObject> create(UnhashableObject[] elements) { in create()
96 public List<String> create(String[] elements) { in create()
107 public List<String> create(String[] elements) { in create()
141 public List<Entry<String, Integer>> create(Object... elements) { in create()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
H A Dvalidators.cc36 auto elements = attr.getValue(); in TFIntListIs1XY1() local
55 const auto &elements = attr.cast<ArrayAttr>().getValue(); in TFIntListIs1XY1() local
76 auto elements = attr.getValue(); in TFIntListIs1XYZ1() local
97 const auto &elements = attr.cast<ArrayAttr>().getValue(); in TFIntListIsAllOnes() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DLinkedListMultimapTest.java369 protected void verify(List<Entry<String, Integer>> elements) { in testEntriesIteration()
395 protected void verify(List<String> elements) { in testKeysIteration()
425 protected void verify(List<Integer> elements) { in testValuesIteration()
455 protected void verify(List<String> elements) { in testKeySetIteration()
490 protected void verify(List<Entry<String, Collection<Integer>>> elements) { in testAsSetIteration()
/aosp_15_r20/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
H A DProcessor.java208 Elements elements) { in generateRemoteSystemService()
256 Elements elements) { in usesBlocklistedType()
673 Set<ExecutableElement> allMethods, Apis validApis, Elements elements) { in filterMethods()
695 Elements elements) { in filterValidTestApis()
741 private Set<ExecutableElement> getMethods(TypeElement interfaceClass, Elements elements) { in getMethods()
748 Elements elements) { in getMethods()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DClipStack.cpp355 const skgpu::ganesh::ClipStack::Element** elements, in render_sw_mask()
428 const skgpu::ganesh::ClipStack::Element** elements, in render_stencil_mask()
893 void ClipStack::SaveRecord::removeElements(RawElement::Stack* elements) { in removeElements()
899 void ClipStack::SaveRecord::restoreElements(RawElement::Stack* elements) { in restoreElements()
948 bool ClipStack::SaveRecord::addElement(RawElement&& toAdd, RawElement::Stack* elements) { in addElement()
1045 bool ClipStack::SaveRecord::appendElement(RawElement&& toAdd, RawElement::Stack* elements) { in appendElement()
1138 void ClipStack::SaveRecord::replaceWithElement(RawElement&& toAdd, RawElement::Stack* elements) { in replaceWithElement()
1648 const Element** elements, int count, in GetSWMaskFP()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/
DNamedListenerSet.java46 public boolean containsAll(@org.jetbrains.annotations.NotNull() in containsAll()
110 public boolean addAll(java.util.Collection<? extends E> elements) { in addAll()
119 public boolean removeAll(java.util.Collection<? extends java.lang.Object> elements) { in removeAll()
124 public boolean retainAll(java.util.Collection<? extends java.lang.Object> elements) { in retainAll()
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
H A DDerivedCollectionGenerators.java61 public Set<Entry<K, V>> create(Object... elements) { in create()
119 public Set<K> create(Object... elements) { in create()
178 public SortedSet<K> create(Object... elements) { in create()
228 public Collection<V> create(Object... elements) { in create()
314 public Map<K, V> create(Object... elements) { in create()
384 public SortedSet<E> create(Object... elements) { in create()
H A DHelpers.java55 public static <E extends @Nullable Object> List<E> copyToList(Iterable<? extends E> elements) { in copyToList()
61 public static <E extends @Nullable Object> List<E> copyToList(E[] elements) { in copyToList()
66 public static <E extends @Nullable Object> Set<E> copyToSet(Iterable<? extends E> elements) { in copyToSet()
72 public static <E extends @Nullable Object> Set<E> copyToSet(E[] elements) { in copyToSet()
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DDerivedCollectionGenerators.java61 public Set<Entry<K, V>> create(Object... elements) { in create()
119 public Set<K> create(Object... elements) { in create()
178 public SortedSet<K> create(Object... elements) { in create()
228 public Collection<V> create(Object... elements) { in create()
314 public Map<K, V> create(Object... elements) { in create()
384 public SortedSet<E> create(Object... elements) { in create()
H A DHelpers.java55 public static <E extends @Nullable Object> List<E> copyToList(Iterable<? extends E> elements) { in copyToList()
61 public static <E extends @Nullable Object> List<E> copyToList(E[] elements) { in copyToList()
66 public static <E extends @Nullable Object> Set<E> copyToSet(Iterable<? extends E> elements) { in copyToSet()
72 public static <E extends @Nullable Object> Set<E> copyToSet(E[] elements) { in copyToSet()
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A DAbstractTypesTest.kt41 protected abstract val elements: Elements constant in com.squareup.kotlinpoet.AbstractTypesTest
167 val elements = elements in varianceOutTypeFromMirror() constant
181 val elements = elements in varianceInTypeFromMirror() constant
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
H A DArrayGenerationTest.java117 private void _testIntArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testIntArray()
158 private void _testLongArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testLongArray()
199 … private void _testDoubleArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testDoubleArray()
236 … private void _testStringArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testStringArray()
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionForEachTester.java42 List<E> elements = new ArrayList<>(); in testForEachUnknownOrder() local
44 Helpers.assertEqualIgnoringOrder(Arrays.asList(createSamplesArray()), elements); in testForEachUnknownOrder() local
49 List<E> elements = new ArrayList<>(); in testForEachKnownOrder() local
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DCopyOnWriteArraySetTest.java44 static CopyOnWriteArraySet populatedSet(Integer[] elements) { in populatedSet()
229 Integer[] elements = new Integer[SIZE]; in testIterator() local
316 Integer[] elements = new Integer[SIZE]; in testToArray() local
344 Integer[] elements = new Integer[SIZE]; in testToArray2() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DCopyOnWriteArraySetTest.java80 static CopyOnWriteArraySet populatedSet(Integer[] elements) { in populatedSet()
277 Integer[] elements = new Integer[SIZE]; in testIterator() local
371 Integer[] elements = new Integer[SIZE]; in testToArray() local
400 Integer[] elements = new Integer[SIZE]; in testToArray2() local
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/value/
H A DImmutableAnnotationEncodedValue.java46 @Nonnull protected final Set<? extends ImmutableAnnotationElement> elements; field in ImmutableAnnotationEncodedValue
49@Nullable Collection<? extends AnnotationElement> elements) { in ImmutableAnnotationEncodedValue()
55@Nullable Set<? extends ImmutableAnnotationElement> elements) { in ImmutableAnnotationEncodedValue()
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DTestUtil.java15 public static List<Header> headerEntries(String... elements) { in headerEntries()
23 public static <T> Set<T> setOf(T... elements) { in setOf()
27 public static <T> Set<T> setOf(Collection<T> elements) { in setOf()
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
H A DSetEqualsTester.java47 Collection<E> elements = getSampleElements(getNumElements() - 1); in testEquals_otherSetWithDifferentElements() local
58 Collection<E> elements = getSampleElements(getNumElements() - 1); in testEquals_containingNull() local
70 Collection<E> elements = getSampleElements(getNumElements() - 1); in testEquals_otherContainsNull() local
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/math/
H A Dalgorithm.h32 inline int GetArgMax(const std::vector<T> &elements) { in GetArgMax()
41 inline int GetArgMin(const std::vector<T> &elements) { in GetArgMin()
141 std::vector<int> GetTopKIndices(int k, const std::vector<T> &elements) { in GetTopKIndices()
/aosp_15_r20/external/XNNPACK/test/
H A Draddextexp-microkernel-tester.h24 inline RAddExtExpMicrokernelTester& elements(size_t elements) { in elements() argument
30 inline size_t elements() const { in elements() function

12345678910>>...138