Home
last modified time | relevance | path

Searched refs:ent (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpprint.py156 key, ent = items[0]
160 self._format(ent, stream, indent + _len(rep) + 2,
163 for key, ent in items[1:]:
169 self._format(ent, stream, indent + _len(rep) + 2,
212 for ent in object[1:]:
217 self._format(ent, stream, indent,
/device/google/crosshatch/json-c/
Dlinkhash.c463 struct lh_entry *ent; in lh_table_resize() local
466 ent = t->head; in lh_table_resize()
467 while(ent) { in lh_table_resize()
468 lh_table_insert(new_t, ent->k, ent->v); in lh_table_resize()
469 ent = ent->next; in lh_table_resize()
Djson_object.c78 struct lh_entry *ent; in json_object_fini() local
85 lh_foreach(json_object_table, ent) in json_object_fini()
87 struct json_object* obj = (struct json_object*)ent->v; in json_object_fini()
356 static void json_object_lh_entry_free(struct lh_entry *ent) in json_object_lh_entry_free() argument
358 free(ent->k); in json_object_lh_entry_free()
359 json_object_put((struct json_object*)ent->v); in json_object_lh_entry_free()
/device/google/bonito/json-c/
Dlinkhash.c463 struct lh_entry *ent; in lh_table_resize() local
466 ent = t->head; in lh_table_resize()
467 while(ent) { in lh_table_resize()
468 lh_table_insert(new_t, ent->k, ent->v); in lh_table_resize()
469 ent = ent->next; in lh_table_resize()
Djson_object.c78 struct lh_entry *ent; in json_object_fini() local
85 lh_foreach(json_object_table, ent) in json_object_fini()
87 struct json_object* obj = (struct json_object*)ent->v; in json_object_fini()
356 static void json_object_lh_entry_free(struct lh_entry *ent) in json_object_lh_entry_free() argument
358 free(ent->k); in json_object_lh_entry_free()
359 json_object_put((struct json_object*)ent->v); in json_object_lh_entry_free()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_posix.py223 ent = pwd.getpwnam('nfsnobody')
224 chown_func(first_param, ent.pw_uid, ent.pw_gid)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_16.txt85 Received: from ent (n16h86.dhcp.oxy.edu [134.69.16.86])
/device/linaro/bootloader/edk2/BaseTools/UserManuals/
DBuild_Utility_Man_Page.rtf323 ent working directory if it contains a module description file and specify the platform on the comm…