HomeSort by relevance Sort by last modified time
    Searched refs:et (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/e2fsprogs/e2fsck/
prof_err.c 68 struct et_list *et, **end; local
70 for (end = list, et = *list; et; end = &et->next, et = et->next)
71 if (et->table->msgs == text)
73 et = malloc(sizeof(struct et_list));
74 if (et == 0) {
76 et = &link
    [all...]
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 38 struct et_list *et, **end; local
40 for (end = list, et = *list; et; end = &et->next, et = et->next)
41 if (et->table->msgs == text)
43 et = malloc(sizeof(struct et_list));
44 if (et == 0) {
46 et = &link
    [all...]
heimdal.c 119 struct et_list *et, **end; local
121 for (end = list, et = *list; et; end = &et->next, et = et->next)
122 if (et->table->msgs == text)
124 et = malloc(sizeof(struct et_list));
125 if (et == 0) {
127 et = &link
    [all...]
heimdal2.c 9 "$Id: kadm_err.et,v 1.5 1998/01/16 23:11:27 joda Exp $",
105 struct et_list *et, **end; local
107 for (end = list, et = *list; et; end = &et->next, et = et->next)
108 if (et->table->msgs == text)
110 et = malloc(sizeof(struct et_list));
111 if (et == 0)
    [all...]
heimdal3.c 39 struct et_list *et, **end; local
41 for (end = list, et = *list; et; end = &et->next, et = et->next)
42 if (et->table->msgs == text)
44 et = malloc(sizeof(struct et_list));
45 if (et == 0) {
47 et = &link
    [all...]
imap_err.c 67 struct et_list *et, **end; local
69 for (end = list, et = *list; et; end = &et->next, et = et->next)
70 if (et->table->msgs == text)
72 et = malloc(sizeof(struct et_list));
73 if (et == 0) {
75 et = &link
    [all...]
simple.c 59 struct et_list *et, **end; local
61 for (end = list, et = *list; et; end = &et->next, et = et->next)
62 if (et->table->msgs == text)
64 et = malloc(sizeof(struct et_list));
65 if (et == 0) {
67 et = &link
    [all...]
continuation.h 6 #include <et/com_err.h>
heimdal3.h 6 #include <et/com_err.h>
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 144 struct et_list *et, **end; local
146 for (end = list, et = *list; et; end = &et->next, et = et->next)
147 if (et->table->msgs == text)
149 et = malloc(sizeof(struct et_list));
150 if (et == 0) {
152 et = &link
    [all...]
  /external/e2fsprogs/lib/et/
com_right.c 76 struct et_list *et, **end; local
80 for (end = list, et = *list; et; end = &et->next, et = et->next)
81 if (et->table->msgs == messages)
86 et = &f->etl;
87 et->table = tab = &f->tab;
91 et->next = NULL
    [all...]
init_et.c 29 struct error_table et; member in struct:foobar
44 new_et->etl.table = &new_et->et;
45 new_et->et.msgs = msgs;
46 new_et->et.base = base;
47 new_et->et.n_msgs= count;
error_message.c 56 struct et_list *et; local
77 for (et = _et_list; et; et = et->next) {
78 if ((et->table->base & 0xffffffL) == (table_num & 0xffffffL)) {
80 if (et->table->n_msgs <= offset)
82 return(et->table->msgs[offset]);
85 for (et = _et_dynamic_list; et; et = et->next)
    [all...]
com_err.h 46 extern errcode_t add_error_table(const struct error_table * et);
47 extern errcode_t remove_error_table(const struct error_table * et);
56 extern void free_error_table(struct et_list *et);
Makefile.in 2 # Makefile for lib/et
9 my_dir = lib/et
26 LIBDIR= et
31 ELF_MYDIR = et
37 BSDLIB_MYDIR = et
67 @cd $(top_builddir); CONFIG_FILES=lib/et/com_err.pc ./config.status
77 @echo " MKINSTALLDIRS $(libdir) $(includedir)/et $(datadir)/et $(bindir) $(man1dir) $(man3dir)"
79 $(DESTDIR)$(includedir)/et $(DESTDIR)$(datadir)/et \
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNamePreference.java 76 EditText et = getEditText(); local
77 if (et != null) {
78 et.setFilters(new InputFilter[] {
82 et.addTextChangedListener(this);
86 b.setEnabled(et.getText().length() > 0);
92 EditText et = getEditText(); local
93 if (et != null) {
94 et.removeTextChangedListener(this);
118 EditText et = getEditText(); local
119 if (et != null)
    [all...]
  /external/e2fsprogs/tests/
test_config 18 LD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss
19 DYLD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss
  /external/e2fsprogs/lib/ss/
Makefile.in 31 COMPILE_ET=../et/compile_et --build-tree
36 # -I$(srcdir)/../et is so com_err.h works
37 XTRA_CFLAGS= -I$(srcdir)/../et
93 ss_err.et std_rqs.ct Makefile \
108 ss_err.c ss_err.h: ss_err.et
109 @echo " COMPILE_ET ss_err.et"
110 @$(COMPILE_ET) $(srcdir)/ss_err.et
200 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h
202 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h
204 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.
    [all...]
  /external/tcpdump/
print-llc.c 383 register u_short et; local
388 et = EXTRACT_16BITS(p + 3);
404 tok2str(tok, "Unknown", et),
405 et);
420 ret = ether_encap_print(et, p, length, caplen,
427 if (et == ETHERTYPE_ATALK) {
436 ret = ether_encap_print(et, p, length, caplen,
444 if (et == PID_CISCO_CDP) {
451 switch (et) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
FieldContext.java 82 ExtractedText et = conn.getExtractedText(new ExtractedTextRequest(), 0); local
83 if (et == null) {
86 bundle.putBoolean(SINGLE_LINE, (et.flags & et.FLAG_SINGLE_LINE) > 0);
  /external/e2fsprogs/debian/attic/libs/
rules 19 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
49 cd lib/et && texi2html -split_chapter -expandinfo com_err.texinfo
65 rm -f doc/libext2fs_*.html lib/et/com_err_*.html
85 sed s%$(topdir)/lib/et%/usr/share/comerr% \
86 <$(builddir)/lib/et/compile_et \
90 install -m 644 lib/et/et_c.awk lib/et/et_h.awk \
118 install -p $(topdir)/lib/et/com_err_*.html \
124 install -p $(topdir)/lib/et/com_err.texinfo \
139 install -p $(topdir)/lib/et/compile_et.1 $(maindir)/usr/man/man1
    [all...]
  /external/skia/include/core/
SkCanvas.h 275 @param et specifies how to treat the edges (see EdgeType)
279 bool quickReject(const SkRect& rect, EdgeType et) const;
288 @param et specifies how to treat the edges (see EdgeType)
292 bool quickReject(const SkPath& path, EdgeType et) const;
304 bool quickRejectY(SkScalar top, SkScalar bottom, EdgeType et) const;
311 bool getClipBounds(SkRect* bounds, EdgeType et = kAA_EdgeType) const;
    [all...]
  /external/libvpx/vp8/common/
extend.c 22 int et, // extend top border
56 dest_ptr1 = s + sp * (-et) - el;
60 for (i = 0; i < (int)et; i++)
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 97 ExtractedText et = new ExtractedText(); local
98 if (mTextView.extractText(request, et)) {
102 return et;
  /external/e2fsprogs/debugfs/
Makefile.in 96 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h
97 debugfs.o: $(srcdir)/debugfs.c $(top_srcdir)/lib/et/com_err.h \
99 $(top_srcdir)/lib/et/com_err.h $(srcdir)/debugfs.h \
109 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
113 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/et/com_err.h \
119 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
124 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
129 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
134 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
139 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h
    [all...]

Completed in 352 milliseconds

1 2 3 4