/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | TensorUtils.cpp | 70 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/ |
D | ioutil_test.go | 16 func checkSize(t *testing.T, path string, size int64) { func
|
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | TypeList.java | 58 int checkSize = Math.min(size, other.size); in comesBefore() local
|
/aosp_15_r20/cts/tests/camera/src/android/hardware/cts/ |
H A D | Camera_SizeTest.java | 109 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 D | CatchTable.java | 72 int checkSize = Math.min(thisSize, otherSize); in compareTo() local
|
H A D | CatchHandlerList.java | 146 int checkSize = Math.min(thisSize, otherSize); in compareTo() local
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
H A D | CatchTable.java | 72 int checkSize = Math.min(thisSize, otherSize); in compareTo() local
|
H A D | CatchHandlerList.java | 144 int checkSize = Math.min(thisSize, otherSize); in compareTo() local
|
/aosp_15_r20/external/skia/tools/ |
H A D | ToolUtils.cpp | 157 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 D | modecolorfilters.cpp | 53 static sk_sp<SkShader> make_bg_shader(int checkSize) { in make_bg_shader()
|
/aosp_15_r20/hardware/libhardware/modules/sensors/tests/ |
H A D | SensorEventQueue_test.cpp | 26 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 D | TrieMapTest.java | 370 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 D | TrieMapTest.java | 373 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 D | SynchronizedMarkHolder.java | 393 private void checkSize() { in checkSize() method in SynchronizedMarkHolder.Kyoo
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testshared/ |
D | shared_test.go | 517 func checkSize(t *testing.T, f string, limit int64) { func
|
/aosp_15_r20/external/lzma/C/ |
H A D | XzDec.c | 1225 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 D | KeyStorage.cpp | 93 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/ |
D | parse.go | 169 func (p *parser) checkSize(re *Regexp) { func
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A D | UefiHandler.cpp | 515 UInt32 checkSize = Size - tailSize; in Check() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | os_test.go | 1293 func checkSize(t *testing.T, f *File, size int64) { func
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zIn.cpp | 1614 unsigned checkSize = kCheckSize; in ReadDatabase2() local
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 34 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 D | vktPipelineRenderToImageTests.cpp | 907 …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 D | Unsafe.java | 579 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 D | COFFObjectFile.cpp | 46 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) { in checkSize() function
|