Home
last modified time | relevance | path

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

12

/external/e2fsprogs/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: $(srcdir)/POTFILES.in remove-potcdate.sed \
104 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
110 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/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)
16 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
/external/ltp/testcases/network/stress/dns/
Ddns-stress34 DOMAIN="ltp-ns.org"
76 zone "$DOMAIN" {
90 @ IN SOA dns.$DOMAIN. root.$DOMAIN. (
97 IN NS dns.$DOMAIN.
113 @ IN SOA $DOMAIN. root.$DOMAIN. (
120 IN NS dns.$DOMAIN.
125 printf "$id\tIN\tPTR\tnode$id.$DOMAIN.\n" >> ltp-ns.rev
142 @ IN SOA $DOMAIN. root.$DOMAIN. (
149 IN NS dns.$DOMAIN.
155 printf "%x.%x.$rev_ip\tIN\tPTR\tnode$id.$DOMAIN.\n" \
[all …]
/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/" \
Dopenssl.cnf98 0.organizationName_default = @DOMAIN@
123 #nameConstraints=permitted;DNS:.@DOMAIN@
/external/nist-sip/java/gov/nist/javax/sip/header/
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()
DChallenge.java48 private static String DOMAIN = ParameterNames.DOMAIN; field in Challenge
109 return (String) authParams.getValue(DOMAIN); in getDomain()
DCredentials.java45 private static String DOMAIN = ParameterNames.DOMAIN; field in Credentials
DParameterNames.java48 public static final String DOMAIN = "domain"; field
DAuthenticationInfo.java220 || name.equalsIgnoreCase(ParameterNames.DOMAIN) in setParameter()
/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/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/libexif/m4m/
Dgp-gettext-hack.m431 sed_cmds="s|^DOMAIN.*|DOMAIN = ${GETTEXT_PACKAGE}|"
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYAxisType.java20 DOMAIN, enumConstant
DXYStepCalculator.java41 case DOMAIN: in getStep()
/external/wpa_supplicant_8/hostapd/
Dhostapd.eap_user_sqlite16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
Dhostapd.eap_user62 "DOMAIN\user" MSCHAPV2 "password"
87 "DOMAIN\t-mschapv2" MSCHAPV2 "password" [2]
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
DXYSeriesRendererTest.java79 …XYStep domainStep = XYStepCalculator.getStep(plot, XYAxisType.DOMAIN, gridRect, plot.getCalculated… in testDataToGridCorrelation()
/external/llvm/test/CodeGen/ARM/
D2007-01-19-InfiniteLoop.ll2 ; RUN: llc < %s -mtriple=arm-apple-ios -mattr=+v6,+vfp2 | FileCheck --check-prefix=DOMAIN %s
6 ; DOMAIN-NOT: vorr
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2007-01-19-InfiniteLoop.ll2 ; RUN: llc < %s -mtriple=arm-apple-ios -mattr=+v6,+vfp2 | FileCheck --check-prefix=DOMAIN %s
6 ; DOMAIN-NOT: vorr

12