Home
last modified time | relevance | path

Searched refs:size1 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_gdbm.py66 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/
Djson_tokener.c635 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/
Djson_tokener.c635 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/
Dqcamera_test.cpp226 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/
DEnquire.c906 int size1,
913 if (size1 != size2) return 0;
914 for (i=1; i<=size1; i++) {