HomeSort by relevance Sort by last modified time
    Searched refs:toc_entry (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
tbbr_config.h 17 typedef struct toc_entry { struct
fiptool.c 203 toc_entry_t *toc_entry; local
205 for (toc_entry = toc_entries;
206 toc_entry->cmdline_name != NULL;
207 toc_entry++) {
210 desc = new_image_desc(&toc_entry->uuid,
211 toc_entry->name,
212 toc_entry->cmdline_name);
279 fip_toc_entry_t *toc_entry; local
299 toc_entry = (fip_toc_entry_t *)(toc_header + 1);
309 while ((char *)toc_entry + sizeof(*toc_entry) - 1 < bufend)
493 fip_toc_entry_t *toc_entry; local
724 toc_entry_t *toc_entry = toc_entries; local
837 toc_entry_t *toc_entry = toc_entries; local
972 toc_entry_t *toc_entry = toc_entries; local
1096 toc_entry_t *toc_entry = toc_entries; local
    [all...]
  /external/python/cpython2/Launcher/
launcher_internal.cpp 31 /* Given a path to a Zip file and a toc_entry, return the (uncompressed)
33 PyObject *get_data(const char *archive, PyObject *toc_entry);
82 PyObject *toc_entry; local
84 toc_entry = PyDict_GetItemString(files, ENTRYPOINT_FILE);
85 if (toc_entry == NULL) {
90 py_data = get_data(launcher_path, toc_entry);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c 40 PyObject *files; /* dict with file info {path: toc_entry} */
48 static PyObject *get_data(char *archive, PyObject *toc_entry);
426 PyObject *toc_entry; local
451 toc_entry = PyDict_GetItemString(self->files, path);
452 if (toc_entry == NULL) {
456 return get_data(PyString_AsString(self->archive), toc_entry);
475 PyObject *toc_entry; local
504 toc_entry = PyDict_GetItemString(self->files, path);
505 if (toc_entry != NULL)
506 return get_data(PyString_AsString(self->archive), toc_entry);
1088 PyObject *toc_entry; local
1142 PyObject *toc_entry; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 40 PyObject *files; /* dict with file info {path: toc_entry} */
48 static PyObject *get_data(char *archive, PyObject *toc_entry);
426 PyObject *toc_entry; local
451 toc_entry = PyDict_GetItemString(self->files, path);
452 if (toc_entry == NULL) {
456 return get_data(PyString_AsString(self->archive), toc_entry);
475 PyObject *toc_entry; local
504 toc_entry = PyDict_GetItemString(self->files, path);
505 if (toc_entry != NULL)
506 return get_data(PyString_AsString(self->archive), toc_entry);
1060 PyObject *toc_entry; local
1114 PyObject *toc_entry; local
    [all...]
  /external/python/cpython2/Modules/
zipimport.c 40 PyObject *files; /* dict with file info {path: toc_entry} */
50 PyObject *get_data(const char *archive, PyObject *toc_entry);
428 PyObject *toc_entry; local
453 toc_entry = PyDict_GetItemString(self->files, path);
454 if (toc_entry == NULL) {
458 return get_data(PyString_AsString(self->archive), toc_entry);
477 PyObject *toc_entry; local
506 toc_entry = PyDict_GetItemString(self->files, path);
507 if (toc_entry != NULL)
508 return get_data(PyString_AsString(self->archive), toc_entry);
1182 PyObject *toc_entry; local
1236 PyObject *toc_entry; local
    [all...]
  /external/python/cpython3/Modules/
zipimport.c 44 PyObject *files; /* dict with file info {path: toc_entry} */
53 static PyObject *get_data(PyObject *archive, PyObject *toc_entry);
576 PyObject *toc_entry; local
604 toc_entry = PyDict_GetItem(self->files, key);
605 if (toc_entry == NULL) {
612 return get_data(self->archive, toc_entry);
634 PyObject *toc_entry; local
666 toc_entry = PyDict_GetItem(self->files, fullpath);
668 if (toc_entry != NULL) {
670 bytes = get_data(self->archive, toc_entry);
1403 PyObject *toc_entry, *stripped; local
1457 PyObject *code = NULL, *toc_entry, *subname; local
    [all...]
  /external/google-styleguide/include/
styleguide.css 115 li.toc_entry {
125 li.toc_entry::after {
129 li.toc_entry a {
styleguide.js 151 toc_list_element.className = 'toc_entry';
  /external/wayland/cursor/
convert_font.c 81 struct toc_entry { struct in struct:pcf_header
238 struct toc_entry *entry = &header->tables[i];

Completed in 154 milliseconds