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

1 2 3 4 5 6

  /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 174 struct et_list *et, **end; local
176 for (end = list, et = *list; et; end = &et->next, et = et->next)
177 if (et->table->msgs == text)
179 et = malloc(sizeof(struct et_list));
180 if (et == 0) {
182 et = &link
    [all...]
  /external/e2fsprogs/lib/et/
com_right.c 91 struct et_list *et, **end; local
95 for (end = list, et = *list; et; end = &et->next, et = et->next)
96 if (et->table->msgs == messages)
101 et = &f->etl;
102 et->table = tab = &f->tab;
106 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 103 struct et_list *et; local
125 for (et = _et_list; et; et = et->next) {
126 if ((et->table->base & 0xffffffL) == (table_num & 0xffffffL)) {
128 if (et->table->n_msgs <= offset) {
131 const char *msg = et->table->msgs[offset];
137 for (et = _et_dynamic_list; et; et = et->next)
    [all...]
com_err.h 47 extern errcode_t add_error_table(const struct error_table * et);
48 extern errcode_t remove_error_table(const struct error_table * et);
58 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
74 $(Q) cd $(top_builddir); CONFIG_FILES=lib/et/com_err.pc ./config.status
84 $(E) " MKINSTALLDIRS $(libdir) $(includedir)/et $(datadir)/et $(bindir) $(man1dir) $(man3dir)"
86 $(DESTDIR)$(includedir)/et $(DESTDIR)$(datadir)/et \
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
QuickResponseSettings.java 55 EditTextPreference et = new EditTextPreference(getActivity()); local
56 et.setDialogTitle(R.string.quick_response_settings_edit_title);
57 et.setTitle(response); // Display Text
58 et.setText(response); // Value to edit
59 et.setOnPreferenceChangeListener(this);
60 mEditTextPrefs[i++] = et;
61 ps.addPreference(et);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/pointer.traits/pointer.traits.functions/
pointer_to.pass.cpp 34 nat, element_type>::type& et)
35 {return A(&et);}
  /external/libvpx/libvpx/vp8/common/
extend.c 24 int et, /* extend top border */
57 dest_ptr1 = d + dp * (-et) - el;
61 for (i = 0; i < et; i++)
78 int et = dst->border; local
86 et, el, eb, er);
88 et = dst->border >> 1;
96 et, el, eb, er);
101 et, el, eb, er);
110 int et = dst->border; local
121 et = 0
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputConnectionTests.java 139 ExtractedText et = new ExtractedText(); local
142 mockInputMethodService.setInputConnection(new MockConnection("word wo", "rd", et));
143 et.startOffset = 0;
144 et.selectionStart = 7;
158 mockInputMethodService.setInputConnection(new MockConnection("one\tword\two", "rd", et));
165 mockInputMethodService.setInputConnection(new MockConnection("one\tword\two", "rd", et));
172 mockInputMethodService.setInputConnection(new MockConnection("one word\two", "rd", et));
179 mockInputMethodService.setInputConnection(new MockConnection("one word\two", "rd", et));
188 new MockConnection("one word" + supplementaryChar + "wo", "rd", et));
  /external/e2fsprogs/tests/
test_config 19 LD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss
20 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 $(E) " COMPILE_ET ss_err.et"
110 $(Q) $(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/javassist/src/main/javassist/expr/
Handler.java 33 protected Handler(ExceptionTable et, int nth,
35 super(et.handlerPc(nth), it, declaring, m);
36 etable = et;
  /external/ceres-solver/docs/
further.tex 4 For a short but informative introduction to the subject we recommend the booklet by Madsel et al.~\cite{madsen2004methods}. For a general introduction to non-linear optimization we recommend the text by Nocedal \& Wright~\cite{nocedal2000numerical}. Bj{\"o}rck's book remains the seminal reference on least squares problems~\cite{bjorck1996numerical}. Trefethen \& Bau's book is our favourite text on introductory numerical linear algebra~\cite{trefethen1997numerical}. Triggs et al., provide a thorough coverage of the bundle adjustment problem~\cite{triggs-etal-1999}.
  /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) {
  /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...]

Completed in 990 milliseconds

1 2 3 4 5 6