/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/ |
D | Nodes.java | 569 public T[] asArray(IntFunction<T[]> generator) { in asArray() method in Nodes.EmptyNode 679 public T[] asArray(IntFunction<T[]> generator) { in asArray() method in Nodes.ArrayNode 731 public T[] asArray(IntFunction<T[]> generator) { in asArray() method in Nodes.CollectionNode 812 public T[] asArray(IntFunction<T[]> generator) { in asArray() method in Nodes.ConcNode
|
D | Node.java | 153 T[] asArray(IntFunction<T[]> generator); in asArray() method 269 default T[] asArray(IntFunction<T[]> generator) { in asArray() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/ |
D | Nodes.java | 569 public T[] asArray(IntFunction<T[]> generator) { in asArray() method in Nodes.EmptyNode 679 public T[] asArray(IntFunction<T[]> generator) { in asArray() method in Nodes.ArrayNode 731 public T[] asArray(IntFunction<T[]> generator) { in asArray() method in Nodes.CollectionNode 812 public T[] asArray(IntFunction<T[]> generator) { in asArray() method in Nodes.ConcNode
|
D | Node.java | 153 T[] asArray(IntFunction<T[]> generator); in asArray() method 269 default T[] asArray(IntFunction<T[]> generator) { in asArray() method
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/ |
H A D | Nodes.java | 569 public T[] asArray(IntFunction<T[]> generator) { in asArray() method in Nodes.EmptyNode 679 public T[] asArray(IntFunction<T[]> generator) { in asArray() method in Nodes.ArrayNode 731 public T[] asArray(IntFunction<T[]> generator) { in asArray() method in Nodes.CollectionNode 812 public T[] asArray(IntFunction<T[]> generator) { in asArray() method in Nodes.ConcNode
|
H A D | Node.java | 153 T[] asArray(IntFunction<T[]> generator); in asArray() method 269 default T[] asArray(IntFunction<T[]> generator) { in asArray() method
|
/aosp_15_r20/system/libcppbor/include/cppbor/ |
H A D | cppbor.h | 175 virtual Array* asArray() { return nullptr; } in asArray() function 176 const Array* asArray() const { return const_cast<Item*>(this)->asArray(); } in asArray() function 683 Array* asArray() override { return this; } in asArray() function 863 Array* asArray() override { return mTaggedItem->asArray(); } in asArray() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | DeclTemplate.h | 139 ArrayRef<NamedDecl *> asArray() { return llvm::ArrayRef(begin(), end()); } in asArray() function 140 ArrayRef<const NamedDecl*> asArray() const { in asArray() function 274 ArrayRef<TemplateArgument> asArray() const { in asArray() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | DeclTemplate.h | 138 ArrayRef<NamedDecl *> asArray() { return llvm::ArrayRef(begin(), end()); } in asArray() function 139 ArrayRef<const NamedDecl*> asArray() const { in asArray() function 295 ArrayRef<TemplateArgument> asArray() const { in asArray() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | DeclTemplate.h | 139 ArrayRef<NamedDecl *> asArray() { return llvm::ArrayRef(begin(), end()); } in asArray() function 140 ArrayRef<const NamedDecl*> asArray() const { in asArray() function 274 ArrayRef<TemplateArgument> asArray() const { in asArray() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | DeclTemplate.h | 139 ArrayRef<NamedDecl *> asArray() { return llvm::ArrayRef(begin(), end()); } in asArray() function 140 ArrayRef<const NamedDecl*> asArray() const { in asArray() function 274 ArrayRef<TemplateArgument> asArray() const { in asArray() function
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 94 ArrayRef<NamedDecl*> asArray() { in asArray() function 97 ArrayRef<const NamedDecl*> asArray() const { in asArray() function 225 ArrayRef<TemplateArgument> asArray() const { in asArray() function
|
/aosp_15_r20/external/aws-sdk-java-v2/core/json-utils/src/main/java/software/amazon/awssdk/protocols/jsoncore/internal/ |
H A D | NullJsonNode.java | 59 public List<JsonNode> asArray() { in asArray() method in NullJsonNode
|
H A D | StringJsonNode.java | 58 public List<JsonNode> asArray() { in asArray() method in StringJsonNode
|
H A D | NumberJsonNode.java | 56 public List<JsonNode> asArray() { in asArray() method in NumberJsonNode
|
H A D | EmbeddedObjectJsonNode.java | 56 public List<JsonNode> asArray() { in asArray() method in EmbeddedObjectJsonNode
|
H A D | BooleanJsonNode.java | 56 public List<JsonNode> asArray() { in asArray() method in BooleanJsonNode
|
H A D | ArrayJsonNode.java | 57 public List<JsonNode> asArray() { in asArray() method in ArrayJsonNode
|
H A D | ObjectJsonNode.java | 57 public List<JsonNode> asArray() { in asArray() method in ObjectJsonNode
|
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
H A D | Shape.java | 114 long[] asArray() { in asArray() method in Shape
|
/aosp_15_r20/external/aws-sdk-java-v2/core/json-utils/src/main/java/software/amazon/awssdk/protocols/jsoncore/ |
H A D | JsonNode.java | 148 List<JsonNode> asArray(); in asArray() method
|
/aosp_15_r20/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/ |
H A D | FrameNode.java | 181 private static Object[] asArray(final List<Object> list) { in asArray() method in FrameNode
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/content/pm/ |
H A D | SignatureTest.java | 102 private static Signature[] asArray(Signature... s) { in asArray() method in SignatureTest
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/request/ |
H A D | CrtRequestAdapter.java | 88 private static HttpHeader[] asArray(List<HttpHeader> crtHeaderList) { in asArray() method in CrtRequestAdapter
|
/aosp_15_r20/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/ |
H A D | TextTypeParser.kt | 204 private fun asArray( in <lambda>() method
|