/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultimapSizeTester.java | 52 int size2 = 0; local 54 size2 += entry2.getValue().size(); 56 assertEquals(expectedSize, size2);
|
/external/dtc/tests/ |
dtbs_equal_ordered.c | 59 uint64_t addr1, size1, addr2, size2; local 66 CHECK(fdt_get_mem_rsv(fdt2, i, &addr2, &size2)); 68 if ((addr1 != addr2) || (size1 != size2)) 74 (unsigned long long)size2);
|
dtbs_equal_unordered.c | 78 uint64_t addr1, size1, addr2, size2; local 91 CHECK(fdt_get_mem_rsv(fdt2, i, &addr2, &size2)); 93 if ((addr1 != addr2) || (size1 != size2)) 99 (unsigned long long)size2);
|
/external/flac/libFLAC/ |
memory.c | 211 void *safe_malloc_mul_2op_p(size_t size1, size_t size2) 213 if(!size1 || !size2) 215 if(size1 > SIZE_MAX / size2) 217 return malloc(size1*size2);
|
/external/lzma/C/ |
Bcj2.c | 38 const Byte *buf2, SizeT size2,
114 if (size2 < 4)
117 size2 -= 4;
|
/bionic/tests/ |
sched_test.cpp | 218 size_t size2 = CPU_ALLOC_SIZE(set_size2); local 225 CPU_ZERO_S(size2, set2); 229 CPU_SET_S(0, size2, set2); 256 size_t size2 = CPU_ALLOC_SIZE(set_size2); local 262 CPU_ZERO_S(size2, set2); 267 CPU_SET_S(0, size2, set2);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_gdbm.py | 74 size2 = os.path.getsize(filename)
75 self.assertTrue(size1 > size2 >= size0)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_gdbm.py | 74 size2 = os.path.getsize(filename) 75 self.assertTrue(size1 > size2 >= size0)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_gdbm.py | 74 size2 = os.path.getsize(filename) 75 self.assertTrue(size1 > size2 >= size0)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gdbm.py | 74 size2 = os.path.getsize(filename) 75 self.assertTrue(size1 > size2 >= size0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gdbm.py | 74 size2 = os.path.getsize(filename) 75 self.assertTrue(size1 > size2 >= size0)
|
/external/libmicrohttpd/src/testspdy/ |
test_struct_namevalue.c | 36 int size2; variable 294 size2 = sizeof(pairs_different)/sizeof(pairs_different[0]); 296 for(i=0;i<size2; i+=2) 329 for(i=size2 - 2; i >= 0; i-=2)
|
/external/opencv/cv/src/ |
cvemd.cpp | 118 const float *signature2, int size2, 177 int dims, size1, size2; local 187 size2 = signature2->rows; 199 if( flow->rows != size1 || flow->cols != size2 ) 223 if( cost->rows != size1 || cost->cols != size2 ) 256 signature2->data.fl, size2, 335 const float* signature2, int size2, 354 buffer_size = (size1+1) * (size2+1) * (sizeof( float ) + /* cost */ 357 (size1 + size2 + 2) * (sizeof( CvNode2D ) + /* _x */ 389 buffer += (size2 + 1) * sizeof( int ) [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
StdTypeList.java | 307 int size2 = list2.size(); local 308 int size = Math.min(size1, size2); 317 if (size1 == size2) { 319 } else if (size1 < size2) {
|
/dalvik/dx/src/com/android/dx/rop/type/ |
StdTypeList.java | 307 int size2 = list2.size(); local 308 int size = Math.min(size1, size2); 317 if (size1 == size2) { 319 } else if (size1 < size2) {
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
AndroidCameraCapabilities.java | 251 public int compare(Size size1, Size size2) { 252 return (size1.width() == size2.width() ? size1.height() - size2.height() : 253 size1.width() - size2.width());
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
ProtoFuzzerMain.cpp | 104 const uint8_t *data2, size_t size2,
|
/external/javassist/src/main/javassist/expr/ |
ExprEditor.java | 134 int size2 = iterator.getCodeLength(); local 135 if (size != size2) // the body was modified. 136 endPos += size2 - size;
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineSpecConstantTests.cpp | 1340 << " for (int j = 0; j < " << size2 << "; ++j)\\n" local 1407 const int size2 = glu::isDataTypeMatrix(type) ? glu::getDataTypeMatrixNumRows(type) : 0; local [all...] |
/art/runtime/ |
reference_table.cc | 147 const size_t size2 = obj2->SizeOf(); local 148 if (size1 != size2) { 149 return size1 < size2;
|
/external/skia/samplecode/ |
SampleRegion.cpp | 271 SkDEBUGCODE(size_t size2 = ) tmp.writeToMemory(buffer); 272 SkASSERT(size == size2); 275 SkDEBUGCODE(size2 = ) tmp3.readFromMemory(buffer, 1000); 276 SkASSERT(size == size2);
|
/toolchain/binutils/binutils-2.25/libiberty/ |
regex.c | 75 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ 76 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) 419 const char *string2, int size2, 425 const char *string2, int size2, 443 wchar_t *string2, int size2, 447 const char *string2, int size2, [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
AMRWB_E_SAMPLE.c | 67 int size2 = (int)fread(dst, sizeof(signed char), size,inFile); local 68 return size2;
|
/prebuilts/go/darwin-x86/src/runtime/ |
string.go | 190 size2 := 0 193 if size2 >= size1 { 196 size2 += encoderune(b[size2:], r) 198 return s[:size2]
|
/prebuilts/go/linux-x86/src/runtime/ |
string.go | 190 size2 := 0 193 if size2 >= size1 { 196 size2 += encoderune(b[size2:], r) 198 return s[:size2]
|