HomeSort by relevance Sort by last modified time
    Searched full:localedir (Results 1 - 25 of 358) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libexif/test/nls/
check-localedir.in 3 localedir="@localedir@"
9 if test "${localedir}" = "${binlocaledir}"; then
10 echo "Makefile and binary agree on localedir \`${localedir}'. Good."
13 echo "Makefile and binary disagree on localedir. Bad."
14 echo " - Makefile says \`${localedir}'."
22 echo "Error: Could not determine binary localedir."
print-localedir.c 8 puts(LOCALEDIR);
Makefile.am 1 nlstestscripts = check-localedir.sh # check-codeset.sh
9 check_PROGRAMS = print-localedir # $(codeset_tests)
30 EXTRA_DIST = check-localedir.in check-nls.in test-nls.c test-codeset.c
33 sed 's|@top_builddir\@|$(top_builddir)|g;s|@localedir\@|$(localedir)|g;s|@PRINT_LOCALEDIR\@|./print-localedir$(EXEEXT)|g;s|@build_alias\@|$(build_alias)|g;s|@host_alias\@|$(host_alias)|g;s|@codeset_tests\@|$(codeset_tests)|g;s|@DESTDIR\@|$(DESTDIR)|g' < $< > $@
check-nls.in 4 localedir="@localedir@"
22 binlocaledir="$(./print-localedir)"
25 echo "Test installation contains localedir \`${binlocaledir}'."
27 echo "localedir \`${binlocaledir}' does not exist"
test-nls.c 29 char *localedir; local
33 puts("Syntax: test-nls <localedir>\n");
37 localedir = argv[1];
62 const char *basedir = bindtextdomain(GETTEXT_PACKAGE, localedir);
83 "localedir: %s\n"
89 localedir,
  /external/e2fsprogs/misc/
nls-enable.h 13 #ifndef LOCALEDIR
14 #define LOCALEDIR "/usr/share/locale"
  /ndk/sources/host-tools/sed-4.2.1/sed/
Makefile.am 4 localedir = $(datadir)/locale
10 -DLOCALEDIR=\"$(localedir)\"
  /external/elfutils/libelf-po/
Makefile.in 24 localedir = $(datadir)/locale
118 dir=$(localedir)/$$lang/LC_MESSAGES; \
125 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
126 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
127 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
128 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
129 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
132 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
135 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old;
    [all...]
Makefile.in.in 24 localedir = $(datadir)/locale
118 dir=$(localedir)/$$lang/LC_MESSAGES; \
125 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
126 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
127 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
128 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
129 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
132 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
135 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old;
    [all...]
Makefile 24 localedir = $(datadir)/locale macro
144 dir=$(localedir)/$$lang/LC_MESSAGES; \
151 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
152 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
153 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
154 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
155 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
158 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
161 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old;
    [all...]
  /external/bison/m4/
bison-i18n.m4 26 dnl Determine bison's localedir.
29 dnl and accepts the --print-localedir option.
31 if (${YACC-${BISON-:}} --print-localedir) >/dev/null 2>&1; then
32 BISON_LOCALEDIR=`${YACC-${BISON-:}} --print-localedir`
  /external/e2fsprogs/intl/
os2compat.c 88 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1);
90 memcpy (_nlos2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1);
93 _nlos2_localedir = LOCALEDIR;
os2compat.h 27 #undef LOCALEDIR
28 #define LOCALEDIR _nlos2_localedir
  /external/bison/po/
Makefile.in.in 29 localedir = @localedir@
232 dir=$(localedir)/$$lang/LC_MESSAGES; \
239 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
240 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
241 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
242 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
243 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
246 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file;
    [all...]
  /external/bison/runtime-po/
Makefile.in.in 29 localedir = @localedir@
232 dir=$(localedir)/$$lang/LC_MESSAGES; \
239 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
240 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
241 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
242 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
243 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
246 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/po/
Makefile.in.in 29 localedir = @localedir@
225 dir=$(localedir)/$$lang/LC_MESSAGES; \
232 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
233 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
234 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
235 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
236 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
239 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file;
    [all...]
  /external/elfutils/po/
Makefile.in.in 28 localedir = @localedir@
199 dir=$(localedir)/$$lang/LC_MESSAGES; \
206 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
207 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
208 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
209 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
210 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
213 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/po/
Makefile.in.in 30 localedir = @localedir@
191 dir=$(localedir)/$$lang/LC_MESSAGES; \
198 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
199 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
200 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
201 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
202 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
205 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file;
    [all...]
  /external/e2fsprogs/po/
Makefile.in.in 27 localedir = $(datadir)/locale
169 dir=$(localedir)/$$lang/LC_MESSAGES; \
176 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
177 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
178 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
179 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
180 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
183 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
186 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old;
    [all...]
  /external/libexif/po/
Makefile.in.in 26 localedir = $(datadir)/locale
164 dir=$(localedir)/$$lang/LC_MESSAGES; \
171 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
172 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
173 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
174 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
175 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
178 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
181 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old;
    [all...]
  /ndk/sources/host-tools/make-3.81/po/
Makefile.in.in 26 localedir = $(datadir)/locale
164 dir=$(localedir)/$$lang/LC_MESSAGES; \
171 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
172 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
173 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
174 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
175 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
178 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
181 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old;
    [all...]
  /external/bison/darwin-lib/
configmake.h 22 #define LOCALEDIR "/usr/local/share/locale"
  /external/bison/linux-lib/
configmake.h 22 #define LOCALEDIR "/usr/local/share/locale"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gettext.py 57 LOCALEDIR = os.path.join('xx', 'LC_MESSAGES')
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
59 UMOFILE = os.path.join(LOCALEDIR, 'ugettext.mo')
60 MMOFILE = os.path.join(LOCALEDIR, 'metadata.mo')
65 if not os.path.isdir(LOCALEDIR):
66 os.makedirs(LOCALEDIR)
81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
87 self.localedir = os.curdir
89 gettext.install('gettext', self.localedir)
157 self.localedir = os.curdi
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gettext.py 57 LOCALEDIR = os.path.join('xx', 'LC_MESSAGES')
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
59 UMOFILE = os.path.join(LOCALEDIR, 'ugettext.mo')
60 MMOFILE = os.path.join(LOCALEDIR, 'metadata.mo')
65 if not os.path.isdir(LOCALEDIR):
66 os.makedirs(LOCALEDIR)
81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
87 self.localedir = os.curdir
89 gettext.install('gettext', self.localedir)
157 self.localedir = os.curdi
    [all...]

Completed in 614 milliseconds

1 2 3 4 5 6 7 8 91011>>