Searched refs:load_data (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
H A Dtestfile.py53 files = cls.get_files(master, builder, test_type, name, before, load_data=False, limit=limit)
66 def get_files(cls, master, builder, test_type, name, before=None, load_data=True, limit=1):
81 if load_data:
83 file.load_data()
H A Ddatastorefile_test.py54 self.assertEqual(test_data, self.test_file.load_data())
58 self.assertFalse(self.test_file.load_data())
H A Ddatastorefile.py177 def load_data(self): member in class:DataStoreFile
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
H A Dtestfilehandler.py100 master, builder, test_type, name, before, load_data=False, limit=limit)
132 master, builder, test_type, name, load_data=True, limit=1)
147 file.load_data()
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c285 static int load_data(const struct vfs_cap_data *filedata, int size) function
344 rc = load_data(&filedata, rc);
/external/valgrind/main/perf/
H A Dtinycc.c19844 static void *load_data(int fd, unsigned long file_offset, unsigned long size)
19895 shdr = load_data(fd, file_offset + ehdr.e_shoff,
19901 strsec = load_data(fd, file_offset + sh->sh_offset, sh->sh_size);
19918 symtab = load_data(fd, file_offset + sh->sh_offset, sh->sh_size);
19923 strtab = load_data(fd, file_offset + sh->sh_offset, sh->sh_size);
20234 shdr = load_data(fd, ehdr.e_shoff, sizeof(Elf32_Shdr) * ehdr.e_shnum);
20246 dynamic = load_data(fd, sh->sh_offset, sh->sh_size);
20250 dynsym = load_data(fd, sh->sh_offset, sh->sh_size);
20252 dynstr = load_data(fd, sh1->sh_offset, sh1->sh_size);
19842 static void *load_data(int fd, unsigned long file_offset, unsigned long size) function

Completed in 481 milliseconds