Searched refs:properties (Results 1 - 25 of 201) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcat-properties-23 # Test conversion from UTF-8 to BIG5 is a NOP with Java .properties syntax.
9 tmpfiles="$tmpfiles mcat-p-2.properties"
10 cat <<\EOF > mcat-p-2.properties
17 ${MSGCAT} --properties-input --properties-output -t Big5 -o mcat-p-2.out mcat-p-2.properties
22 ${DIFF} mcat-p-2.properties mcat-p-2.out >/dev/null
H A Dmsgconv-43 # Test conversion from UTF-8 to BIG5 is a NOP with Java .properties syntax.
9 tmpfiles="$tmpfiles mco-test4.properties"
10 cat <<\EOF > mco-test4.properties
17 ${MSGCONV} --properties-input --properties-output -t Big5 -o mco-test4.out mco-test4.properties
22 ${DIFF} mco-test4.properties mco-test4.out >/dev/null
H A Dmsgfmt-properties-13 # Test basic functioning with Java .properties syntax.
11 tmpfiles="$tmpfiles mf-p-1-1.properties mf-p-1-2.properties"
12 cat <<\EOF > mf-p-1-1.properties
19 cat <<\EOF > mf-p-1-2.properties
29 if ${MSGFMT} --properties-input -o LC_MESSAGES/gen.mo mf-p-1-1.properties mf-p-1-2.properties 2> /dev/null; then
35 tmpfiles="$tmpfiles mf-p-1-s.properties"
37 ${MSGCAT} --properties
[all...]
H A Dmsguniq-43 # Test general operation with Java .properties syntax.
10 ${MSGUNIQ} --properties-input --properties-output -w 1000 -o msguniq-4.out ${top_srcdir}/tests/msguniq-a.inp
15 ${MSGCAT} --properties-output -w 1000 -o msguniq-4.ok ${top_srcdir}/tests/msguniq-a.out
H A Dmsgen-23 # Test general operation with Java .properties syntax.
8 tmpfiles="$tmpfiles men-test2.properties"
9 cat <<\EOF > men-test2.properties
19 ${MSGEN} --properties-input --properties-output -o men-test2.tmp men-test2.properties
H A Dmsgexec-33 # Test of an external command with Java .properties syntax.
8 tmpfiles="$tmpfiles mex-test3.properties"
9 cat <<\EOF > mex-test3.properties
51 ${MSGEXEC} --properties-input -i mex-test3.properties ./mex-test3.sh > mex-test3.out
56 ========================= mex-test3.properties:3 =========================
61 ========================= mex-test3.properties:7 =========================
65 ========================= mex-test3.properties:10 =========================
69 ========================= mex-test3.properties:13 =========================
73 ========================= mex-test3.properties
[all...]
H A Dmsgattrib-properties-13 # Test --translated option with Java .properties syntax.
8 tmpfiles="$tmpfiles ma-s-1.properties"
9 cat <<\EOF > ma-s-1.properties
37 ${MSGATTRIB} --translated --properties-input --properties-output -o ma-s-1.tmp ma-s-1.properties
H A Dmsgcomm-243 # Test --more-than=0 option with Java .properties syntax.
21 ${MSGCOMM} --more-than=0 --properties-input --properties-output -o mcomm-test24.tmp mcomm-test24.in1 mcomm-test24.in2
H A Dmsgcat-properties-13 # Test --use-first option with Java .properties syntax.
25 ${MSGCAT} --use-first --more-than=0 --properties-input --properties-output \
H A Dmsgmerge-properties-13 # Test handling of obsolete/untranslated messages with Java .properties syntax.
42 ${MSGMERGE} -q --properties-input --properties-output -o mm-p-1.tmp mm-p-1.in1 mm-p-1.in2
H A Dmsgunfmt-properties-13 # Test of general operation with Java .properties syntax.
29 ${MSGFMT} --properties-input -o mu-p-1.mo mu-p-1.in
34 ${MSGUNFMT} --properties-output -o mu-p-1.tmp mu-p-1.mo
H A Dxgettext-properties-18 tmpfiles="$tmpfiles xg-pr-1.in.properties xg-pr-1.c xg-pr-1.cc"
9 cat <<EOF > xg-pr-1.in.properties
48 -d xg-pr-1.tmp xg-pr-1.in.properties xg-pr-1.c xg-pr-1.cc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dpcm.h68 struct line6_pcm_properties *properties; member in struct:snd_line6_pcm
217 struct line6_pcm_properties *properties);
H A Daudio.c41 sprintf(card->longname, "Line6 %s at USB %s", line6->properties->name,
H A Dpcm.c150 (char *)line6pcm->line6->properties->name,
158 strcpy(pcm->name, line6pcm->line6->properties->name);
184 struct line6_pcm_properties *properties)
194 if (!(line6->properties->capabilities & LINE6_BIT_PCM))
253 line6pcm->properties = properties;
183 line6_init_pcm(struct usb_line6 *line6, struct line6_pcm_properties *properties) argument
H A Dplayback.c71 const int bytes_per_frame = line6pcm->properties->bytes_per_frame;
73 line6pcm->properties->snd_line6_rates.rats[0].num_min;
75 line6pcm->properties->snd_line6_rates.rats[0].den *
266 length / line6pcm->properties->bytes_per_frame;
303 (&line6pcm->properties->
308 runtime->hw = line6pcm->properties->snd_line6_playback_hw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dscan-mpc.c51 const TagLib_AudioProperties *properties; local
107 /* load the properties (like bitrate) from the file */
108 if ((properties = taglib_file_audioproperties(file)) == NULL) {
109 DPRINTF(E_WARN,L_SCAN,"Could not retrieve properties of %s\n", filename);
113 /* fill the properties in the MP3FILE structure */
114 pmp3->song_length = taglib_audioproperties_length(properties) * 1000;
115 pmp3->bitrate = taglib_audioproperties_bitrate(properties);
116 pmp3->samplerate = taglib_audioproperties_samplerate(properties);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/po/
H A DMakefile.am58 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
64 # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties)
92 $(MAKE) update-properties
193 $(MAKE) update-properties
229 update-properties: Makefile $(DOMAIN).pot $(POFILES)
230 @echo "$(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties"; \
231 $(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top_srcdir)/$(DOMAIN).properties; exi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/po/
H A DMakefile.am58 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
64 # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties)
92 $(MAKE) update-properties
193 $(MAKE) update-properties
229 update-properties: Makefile $(DOMAIN).pot $(POFILES)
230 @echo "$(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties"; \
231 $(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top_srcdir)/$(DOMAIN).properties; exi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/po/
H A DMakefile.am58 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
64 # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties)
92 $(MAKE) update-properties
193 $(MAKE) update-properties
229 update-properties: Makefile $(DOMAIN).pot $(POFILES)
230 @echo "$(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties"; \
231 $(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top_srcdir)/$(DOMAIN).properties; exi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/po/
H A DMakefile.am58 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
64 # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties)
92 $(MAKE) update-properties
193 $(MAKE) update-properties
229 update-properties: Makefile $(DOMAIN).pot $(POFILES)
230 @echo "$(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties"; \
231 $(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top_srcdir)/$(DOMAIN).properties; exi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A DMakefile.am38 read-po.h read-properties.h read-stringtable.h \
40 color.h write-catalog.h write-po.h write-properties.h write-stringtable.h \
53 x-scheme.h x-smalltalk.h x-java.h x-properties.h x-csharp.h x-awk.h x-ycp.h \
103 read-po.c read-properties.c read-stringtable.c open-catalog.c \
121 color.c write-catalog.c write-properties.c write-stringtable.c write-po.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dcharmap.pl13 # RFC2253 character properties
71 * Mask of various character properties
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dtest_power.c72 pr_info("%s: some properties deliberately report errors.\n",
109 .properties = test_power_ac_props,
115 .properties = test_power_battery_props,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/
H A Dautoclean.sh36 rm -f hello-java*.properties

Completed in 72 milliseconds

123456789