Searched refs:size1 (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_gdbm.py | 66 size1 = os.path.getsize(filename) 67 self.assertTrue(size0 < size1) 71 self.assertEqual(os.path.getsize(filename), size1) 75 self.assertTrue(size1 > size2 >= size0)
|
/device/google/bonito/json-c/ |
D | json_tokener.c | 635 int size1, size2; in json_tokener_parse_ex() local 637 size1 = json_min(tok->st_pos+1, json_true_str_len); in json_tokener_parse_ex() 640 strncasecmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex() 641 || (strncmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex()
|
/device/google/crosshatch/json-c/ |
D | json_tokener.c | 635 int size1, size2; in json_tokener_parse_ex() local 637 size1 = json_min(tok->st_pos+1, json_true_str_len); in json_tokener_parse_ex() 640 strncasecmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex() 641 || (strncmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex()
|
/device/google/marlin/camera/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 226 size_t size1; in PiPCopyToOneFile() local 243 size1 = bitmap1->getSize(); in PiPCopyToOneFile() 244 if (size1 <= 0) { in PiPCopyToOneFile() 249 if (size0 > size1) { in PiPCopyToOneFile() 252 } else if (size1 > size0){ in PiPCopyToOneFile()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/ |
D | Enquire.c | 906 int size1, 913 if (size1 != size2) return 0; 914 for (i=1; i<=size1; i++) {
|