Home
last modified time | relevance | path

Searched refs:DOMAIN (Results 1 – 25 of 48) sorted by relevance

12

/external/e2fsprogs/po/
DMakefile.in.in50 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
85 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
86 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
91 stamp-po: $(srcdir)/$(DOMAIN).pot
97 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
101 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
102 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
103 $(DOMAIN).pot-update: $(srcdir)/POTFILES.in remove-potcdate.sed \
105 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
111 perl $(srcdir)/at-expand.pl < $(DOMAIN).po > $(DOMAIN).po.new
[all …]
DMakevars4 DOMAIN = $(PACKAGE)
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
/external/libexif/po/
DMakefile.in.in49 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
96 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
100 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
101 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
102 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
103 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
108 test ! -f $(DOMAIN).po || { \
[all …]
DMakevars4 DOMAIN = libexif-12
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
/external/ltp/testcases/network/stress/dns/
Ddns-stress33 DOMAIN="ltp-ns.org"
77 zone "$DOMAIN" {
91 @ IN SOA dns.$DOMAIN. root.$DOMAIN. (
98 IN NS dns.$DOMAIN.
114 @ IN SOA $DOMAIN. root.$DOMAIN. (
121 IN NS dns.$DOMAIN.
126 printf "$id\tIN\tPTR\tnode$id.$DOMAIN.\n" >> ltp-ns.rev
143 @ IN SOA $DOMAIN. root.$DOMAIN. (
150 IN NS dns.$DOMAIN.
156 printf "%x.%x.$rev_ip\tIN\tPTR\tnode$id.$DOMAIN.\n" \
[all …]
/external/bison/po/
DMakefile.in.in111 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
112 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
119 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
120 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
125 stamp-po: $(srcdir)/$(DOMAIN).pot
127 test ! -f $(srcdir)/$(DOMAIN).pot || \
129 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
135 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
139 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
140 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
[all …]
DMakevars4 DOMAIN = $(PACKAGE)
26 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
/external/elfutils/po/
DMakefile.in.in111 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
112 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
119 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
120 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
125 stamp-po: $(srcdir)/$(DOMAIN).pot
127 test ! -f $(srcdir)/$(DOMAIN).pot || \
129 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
135 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
139 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
140 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
[all …]
DMakevars4 DOMAIN = $(PACKAGE)
15 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
/external/bison/runtime-po/
DMakefile.in.in111 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
112 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
119 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
120 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
125 stamp-po: $(srcdir)/$(DOMAIN).pot
127 test ! -f $(srcdir)/$(DOMAIN).pot || \
129 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
135 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
139 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
140 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
[all …]
DMakevars4 DOMAIN = bison-runtime
28 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
/external/fdlibm/
Dk_standard.c100 exc.type = DOMAIN;
114 exc.type = DOMAIN;
130 exc.type = DOMAIN;
197 exc.type = DOMAIN; /* should be SING for IEEE */
214 exc.type = DOMAIN;
231 exc.type = DOMAIN; /* should be SING for IEEE */
248 exc.type = DOMAIN;
265 exc.type = DOMAIN; /* should be SING for IEEE */
282 exc.type = DOMAIN;
347 exc.type = DOMAIN;
[all …]
/external/wpa_supplicant_8/hs20/server/ca/
Dsetup.sh8 if [ -z "$DOMAIN" ]; then
9 DOMAIN=w1.fi
15 CNO="ocsp.$DOMAIN"
16 CNV="osu-revoked.$DOMAIN"
17 CNOC="osu-client.$DOMAIN"
18 OSU_SERVER_HOSTNAME="osu.$DOMAIN"
57 m) DOMAIN=$OPTARG;;
94 sed "s/@DOMAIN@/$DOMAIN/" \
/external/nist-sip/java/gov/nist/javax/sip/header/
DChallenge.java48 private static String DOMAIN = ParameterNames.DOMAIN; field in Challenge
109 return (String) authParams.getValue(DOMAIN); in getDomain()
DAuthenticationHeader.java52 public static final String DOMAIN = ParameterNames.DOMAIN; field in AuthenticationHeader
114 || name.equalsIgnoreCase(ParameterNames.DOMAIN) in setParameter()
380 setParameter(ParameterNames.DOMAIN, domain); in setDomain()
391 return getParameter(ParameterNames.DOMAIN); in getDomain()
DCredentials.java45 private static String DOMAIN = ParameterNames.DOMAIN; field in Credentials
DParameterNames.java48 public static final String DOMAIN = "domain"; field
/external/libexif/auto-m4/
Dpo.m4319 # as $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
321 # as $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
327 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
346 PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties"
347 CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class"
352 RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
388 JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
393 CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
414 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
415 @echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
[all …]
/external/elfutils/m4/
Dpo.m4331 # as $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
333 # as $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
339 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
358 PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties"
359 CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class"
364 RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
400 JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
405 CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
427 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
428 ${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
[all …]
/external/bison/m4/
Dpo.m4331 # as $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
333 # as $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
339 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
358 PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties"
359 CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class"
364 RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
400 JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
405 CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
427 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
428 ${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
[all …]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYAxisType.java20 DOMAIN, enumConstant
DXYStepCalculator.java41 case DOMAIN: in getStep()
/external/libexif/m4m/
Dgp-gettext-hack.m431 sed_cmds="s|^DOMAIN.*|DOMAIN = ${GETTEXT_PACKAGE}|"
/external/wpa_supplicant_8/hostapd/
Dhostapd.eap_user_sqlite15 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
/external/dhcpcd-6.8.2/
Ddhcp-common.h64 #define DOMAIN (1 << 21) macro

12