Home
last modified time | relevance | path

Searched defs:checkSize (Results 1 – 25 of 75) sorted by relevance

123

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorUtils.cpp70 void checkSize(CheckedFrom c, const TensorGeometryArg& t, IntArrayRef sizes) { in checkSize() function
86 void checkSize(CheckedFrom c, const TensorGeometryArg& t, int64_t dim, int64_t size) { in checkSize() function
/aosp_15_r20/prebuilts/go/linux-x86/src/io/ioutil/
Dioutil_test.go16 func checkSize(t *testing.T, path string, size int64) { func
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DTypeList.java58 int checkSize = Math.min(size, other.size); in comesBefore() local
/aosp_15_r20/cts/tests/camera/src/android/hardware/cts/
H A DCamera_SizeTest.java109 private void checkSize(Parameters parameters, int width, int height) { in checkSize() method in Camera_SizeTest
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/
H A DCatchTable.java72 int checkSize = Math.min(thisSize, otherSize); in compareTo() local
H A DCatchHandlerList.java146 int checkSize = Math.min(thisSize, otherSize); in compareTo() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DCatchTable.java72 int checkSize = Math.min(thisSize, otherSize); in compareTo() local
H A DCatchHandlerList.java144 int checkSize = Math.min(thisSize, otherSize); in compareTo() local
/aosp_15_r20/external/skia/tools/
H A DToolUtils.cpp157 SkBitmap create_checkerboard_bitmap(int w, int h, SkColor c1, SkColor c2, int checkSize) { in create_checkerboard_bitmap()
166 sk_sp<SkImage> create_checkerboard_image(int w, int h, SkColor c1, SkColor c2, int checkSize) { in create_checkerboard_image()
/aosp_15_r20/external/skia/gm/
H A Dmodecolorfilters.cpp53 static sk_sp<SkShader> make_bg_shader(int checkSize) { in make_bg_shader()
/aosp_15_r20/hardware/libhardware/modules/sensors/tests/
H A DSensorEventQueue_test.cpp26 bool checkSize(SensorEventQueue* queue, int expected) { in checkSize() function
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java370 private int checkSize(int comparisonSize, Style style, Option option, double ratioToMap) { in checkSize() method in TrieMapTest
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTrieMapTest.java373 private int checkSize(int comparisonSize, Style style, Option option, double ratioToMap) { in checkSize() method in TrieMapTest
/aosp_15_r20/external/perfmark/java6/src/main/java/io/perfmark/java6/
H A DSynchronizedMarkHolder.java393 private void checkSize() { in checkSize() method in SynchronizedMarkHolder.Kyoo
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testshared/
Dshared_test.go517 func checkSize(t *testing.T, f string, limit int64) { func
/aosp_15_r20/external/lzma/C/
H A DXzDec.c1225 const unsigned checkSize = XzFlags_GetCheckSize(p->streamFlags); in XzUnpacker_Code() local
1780 const unsigned checkSize = XzFlags_GetCheckSize(coder->dec.streamFlags); in XzDecMt_Callback_Parse() local
/aosp_15_r20/system/vold/
H A DKeyStorage.cpp93 static bool checkSize(const std::string& kind, size_t actual, size_t expected) { in checkSize() function
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/syntax/
Dparse.go169 func (p *parser) checkSize(re *Regexp) { func
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DUefiHandler.cpp515 UInt32 checkSize = Size - tailSize; in Check() local
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dos_test.go1293 func checkSize(t *testing.T, f *File, size int64) { func
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp1614 unsigned checkSize = kCheckSize; in ReadDatabase2() local
/aosp_15_r20/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp34 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) { in checkSize() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp907 …const IVec4 checkSize = tcu::min(imageSize, IVec4(MAX_VERIFICATION_REGION_SIZE, MAX_VERIFICATION… in testWithSizeReduction() local
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/misc/
H A DUnsafe.java579 private void checkSize(long size) { in checkSize() method in Unsafe
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp46 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) { in checkSize() function

123