Home
last modified time | relevance | path

Searched defs:MakeArray (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/
H A Darray.h145 constexpr auto MakeArray(const Args&... args) { in MakeArray() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dtracked_device_buffer_test.cc30 StatusOr<std::shared_ptr<TrackedDeviceBuffer>> MakeArray(const Shape& shape, in MakeArray() function
/aosp_15_r20/external/cronet/base/android/
H A Dscoped_java_ref_unittest.cc255 ScopedJavaLocalRef<jobjectArray> MakeArray(jsize len) { in MakeArray() function in base::android::JavaObjectArrayReaderTest
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_sharding_test.cc36 Array<int64_t> MakeArray(absl::Span<const int64_t> dimensions, in MakeArray() function
/aosp_15_r20/external/clang/lib/AST/
H A DAPValue.cpp636 void APValue::MakeArray(unsigned InitElts, unsigned Size) { in MakeArray() function in APValue
/aosp_15_r20/external/cronet/third_party/libevent/
H A Devent_rpcgen.py344 def MakeArray(self, yes=1): member in Entry
/aosp_15_r20/external/libevent/
H A Devent_rpcgen.py470 def MakeArray(self): member in Entry
/aosp_15_r20/system/tools/aidl/
Daidl_language.cpp633 bool AidlTypeSpecifier::MakeArray(ArrayType array_type) { in MakeArray() function in AidlTypeSpecifier
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DPixelLocalStorageTest.cpp151 static Array<T> MakeArray(const std::initializer_list<T> &list) in MakeArray() function