HomeSort by relevance Sort by last modified time
    Searched refs:ent (Results 151 - 175 of 269) sorted by null

1 2 3 4 5 67 8 91011

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
elf-relsym.s 35 .ent foo1
r-mips-got-disp.s 17 .ent main
  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 203 ent = parse_elf_dyn(ent_off)
204 if ent.d_tag != DT_NEEDED or \
205 extract_str(dynstr_off + ent.d_val) != dt_needed_name:
  /external/f2fs-tools/fsck/
dump.c 307 struct f2fs_xattr_entry *ent; local
313 list_for_each_xattr(ent, xattr) {
314 char *name = strndup(ent->e_name, ent->e_name_len);
315 void *value = ent->e_name + ent->e_name_len;
320 switch (ent->e_name_index) {
335 MSG(0, "Unknown xattr index 0x%x\n", ent->e_name_index);
340 MSG(0, "XATTR index 0x%x name too long\n", ent->e_name_index);
348 le16_to_cpu(ent->e_value_size), 0)
    [all...]
  /external/e2fsprogs/e2fsck/
dirinfo.c 164 struct dir_info ent; local
166 ent.ino = ino;
167 ent.parent = parent;
168 ent.dotdot = parent;
169 e2fsck_put_dir_info(ctx, &ent);
  /external/libevent/
evmap.c 85 } ent; member in struct:event_map_entry
118 (x) = ent_ ? &ent_->ent.type : NULL; \
135 (ctor)(&ent_->ent.type); \
138 (x) = &ent_->ent.type; \
148 struct event_map_entry **ent, **next, *this; local
149 for (ent = HT_START(event_io_map, ctx); ent; ent = next) {
150 this = *ent;
151 next = HT_NEXT_RMV(event_io_map, ctx, ent);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_lzw.c 889 hcode_t ent; local
917 ent = (hcode_t)sp->enc_oldcode;
919 if (ent == (hcode_t) -1 && cc > 0) {
926 ent = *bp++; cc--; incount++;
930 fcode = ((long)c << BITS_MAX) + ent;
931 h = (c << HSHIFT) ^ ent; /* xor hashing */
941 ent = hp->code;
960 ent = hp->code;
980 PutNextCode(op, ent);
981 ent = (hcode_t)c
    [all...]
  /device/google/bonito/json-c/
linkhash.c 463 struct lh_entry *ent; local
466 ent = t->head;
467 while(ent) {
468 lh_table_insert(new_t, ent->k, ent->v);
469 ent = ent->next;
json_object.c 78 struct lh_entry *ent; local
85 lh_foreach(json_object_table, ent)
87 struct json_object* obj = (struct json_object*)ent->v;
356 static void json_object_lh_entry_free(struct lh_entry *ent)
358 free(ent->k);
359 json_object_put((struct json_object*)ent->v);
  /device/google/crosshatch/json-c/
linkhash.c 463 struct lh_entry *ent; local
466 ent = t->head;
467 while(ent) {
468 lh_table_insert(new_t, ent->k, ent->v);
469 ent = ent->next;
json_object.c 78 struct lh_entry *ent; local
85 lh_foreach(json_object_table, ent)
87 struct json_object* obj = (struct json_object*)ent->v;
356 static void json_object_lh_entry_free(struct lh_entry *ent)
358 free(ent->k);
359 json_object_put((struct json_object*)ent->v);
  /external/libxml2/
tree.c 1281 xmlEntityPtr ent; local
1491 xmlEntityPtr ent; local
1680 xmlEntityPtr ent; local
1770 xmlEntityPtr ent; local
2599 xmlEntityPtr ent; local
3760 xmlEntityPtr ent = (xmlEntityPtr) cur; local
5304 xmlEntityPtr ent = (xmlEntityPtr) cur; local
5460 xmlEntityPtr ent; local
5551 xmlEntityPtr ent; local
9243 xmlEntityPtr ent; local
9640 xmlEntityPtr ent; local
9968 xmlEntityPtr ent; local
10106 xmlEntityPtr ent; local
    [all...]
SAX2.c 667 xmlEntityPtr ent; local
677 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId,
679 if ((ent == NULL) && (ctxt->pedantic))
683 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
693 ent->URI = URI;
696 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId,
698 if ((ent == NULL) && (ctxt->pedantic) &&
702 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL))
903 xmlEntityPtr ent; local
    [all...]
xinclude.c 1257 * @ent: the entity
1266 xmlEntityPtr ent = (xmlEntityPtr) payload; local
    [all...]
  /external/libcxx/src/filesystem/
directory_iterator.cpp 29 static file_type get_file_type(DirEntT* ent, int) {
30 switch (ent->d_type) {
55 static file_type get_file_type(DirEntT* ent, long) {
  /external/u-boot/arch/microblaze/cpu/
start.S 190 .ent in16
207 .ent out16
223 .ent relocate_code
  /external/u-boot/arch/mips/include/asm/
asm.h 48 .ent symbol, 0; \
58 .ent symbol, 0; \
69 .ent symbol, 0; \
  /external/libxkbcommon/xkbcommon/test/
interactive-evdev.c 89 keyboard_new(struct dirent *ent, struct xkb_keymap *keymap,
99 ret = asprintf(&path, "/dev/input/%s", ent->d_name);
170 filter_device_name(const struct dirent *ent)
172 return !fnmatch("event*", ent->d_name, 0);
  /external/libxml2/include/libxml/
entities.h 139 xmlEntityPtr ent);
  /external/libxml2/python/tests/
reader3.py 116 <!ENTITY simplestruct2.ent SYSTEM "simplestruct2.ent">
118 <struct>&simplestruct2.ent;</struct>
129 if URL == "simplestruct2.ent":
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 758 for ent in self.entry_points:
759 if ent not in entry_point_list:
760 if ent in self.static_entry_points:
761 self.static_entry_points.remove(ent)
762 self.entry_point_parameters.pop(ent)
764 entry_points.append(ent)
882 entry_points = [ent for ent in func.entry_points if ent in entry_point_list]
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
test_searchdialogbase.py 56 self.assertEqual(self.dialog.ent.get(), 'hello')
92 self.assertIn(self.dialog.ent.get(), 'hello')
  /external/python/cpython3/Lib/idlelib/idle_test/
test_searchbase.py 57 self.assertEqual(self.dialog.ent.get(), 'hello')
94 self.assertIn(self.dialog.ent.get(), 'hello')
  /build/kati/
pathutil_test.go 50 for _, ent := range ents {
51 t.Logf(" %#v", ent)
66 func (m *mockfs) addent(name string, ent dirent) {
82 if e.name == ent.name {
86 fsCache.dirents[di] = append(fsCache.dirents[di], ent)
90 ent := t(filepath.Base(name))
91 m.addent(name, ent)
92 return ent
95 func (m *mockfs) symlink(name string, ent dirent) {
96 lent := ent
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
debug_ops_test.cc 115 struct dirent* ent; local
117 while ((ent = readdir(dir)) != nullptr) {
118 if (strcmp(ent->d_name, ".") && strcmp(ent->d_name, "..")) {
122 const string dump_file_path = io::JoinPath(device_root, ent->d_name);

Completed in 2496 milliseconds

1 2 3 4 5 67 8 91011