Searched refs:properties (Results 26 - 50 of 201) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/
H A Dautoclean.sh36 rm -f hello-java-awt*.properties
H A DMakefile.am28 hello_RESOURCES = hello-java-awt.properties
31 MAINTAINERCLEANFILES = hello-java-awt*.properties
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/
H A Dautoclean.sh36 rm -f hello-java-qtjambi*.properties
H A DMakefile.am28 hello_RESOURCES = hello-java-qtjambi.properties
31 MAINTAINERCLEANFILES = hello-java-qtjambi*.properties
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/
H A Dautoclean.sh36 rm -f hello-java-swing*.properties
H A DMakefile.am28 hello_RESOURCES = hello-java-swing.properties
31 MAINTAINERCLEANFILES = hello-java-swing*.properties
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcmp-33 # Test a failing comparison with Java .properties syntax.
25 ${MSGCMP} --properties-input mc-test3.in1 mc-test3.in2 2>&1 | grep -v '^==' | sed -e 's|[^ ]*\\msgcmp\.exe|msgcmp|' | tr -d '\r' > mc-test3.out
H A Dmsgmerge-properties-24 # must be reflected in the resulting PO file. With Java .properties syntax.
24 ${MSGMERGE} -q --properties-input --update mm-p-2.po mm-p-2.pot
H A DMakefile.am28 msgattrib-properties-1 \
32 msgcat-properties-1 msgcat-properties-2 \
48 msgfmt-properties-1 \
59 msgmerge-properties-1 msgmerge-properties-2 \
64 msgunfmt-properties-1 \
89 xgettext-properties-1 \
H A Dmsgfilter-33 # Test general filter execution with Java .properties syntax.
36 tmpfiles="$tmpfiles mfi-test3.properties"
37 cat <<\EOF > mfi-test3.properties
66 ${MSGFILTER} --properties-input --properties-output -i mfi-test3.properties -o mfi-test3.out fold -b -s -w 20
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dcharmap.pl10 # RFC2253 character properties
68 * Mask of various character properties
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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/arch/powerpc/include/asm/
H A Dbootx.h155 u32 properties; member in struct:bootx_dt_node
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzmaEnc.h51 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Ddlpar.c95 while (dn->properties) {
96 prop = dn->properties;
97 dn->properties = prop->next;
193 if (!last_dn->properties)
194 last_dn->properties = property;
290 struct property *prop = dn->properties;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dpmu_battery.c55 .properties = pmu_ac_props,
61 * Battery properties
167 pbat->bat.properties = pmu_bat_props;
H A Dz2_battery.c171 charger->batt_ps.properties = prop;
240 kfree(charger->batt_ps.properties);
260 kfree(charger->batt_ps.properties);
H A Dtosa_battery.c231 .properties = tosa_bat_main_props,
260 .properties = tosa_bat_main_props,
290 .properties = tosa_bat_bu_props,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmbcnvut8.tex28 protocols, and database fields. Notable properties include:
41 All of these properties make UTF-8 a very favorable solution in any situation
H A Dxmlnode.tex16 and properties. Most common node types are {\tt wxXML\_TEXT\_NODE} (name and
17 properties are irrelevant) and {\tt wxXML\_ELEMENT\_NODE} (e.g. in {\tt <title>hi</title>} there is
88 On the other hand, it DOES copy children and properties.
100 The virtual destructor. Deletes attached children and properties.
113 Appends a property with given {\it name} and {\it value} to the list of properties for this node.
117 Appends the given property to the list of properties for this node.
123 Removes the first properties which has the given {\it name} from the list of properties for this node.
307 The caller is responsible to delete any previously present properties attached to this node.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Ddriver.h80 Common properties of Line6 devices.
106 const struct line6_properties *properties; member in struct:usb_line6
H A Dcapture.c155 const int bytes_per_frame = line6pcm->properties->bytes_per_frame;
257 (&line6pcm->properties->
262 runtime->hw = line6pcm->properties->snd_line6_capture_hw;
H A Ddriver.c651 printk("%s:%d\n", dev->properties->name, dev->interface_number);
663 const struct line6_properties *properties; local
713 properties = &line6_properties_table[devtype];
714 dev_info(&interface->dev, "Line6 %s found\n", properties->name);
858 line6->properties = properties;
883 if (properties->capabilities & LINE6_BIT_CONTROL) {
975 line6->properties->name);
1056 dev_info(&interface->dev, "Line6 %s now disconnected\n", line6->properties->name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dbase.c97 struct property *prop = node->properties;
151 for (pp = np->properties; pp != 0; pp = pp->next) {
475 for (pp = np->properties; pp != 0; pp = pp->next) {
599 * @index: For properties holding a table of phandles, this is the index into
746 next = &np->properties;
772 * Instead we just move the property to the "dead properties"
782 next = &np->properties;
813 * Instead we just move the property to the "dead properties" list,
825 next = &np->properties;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/
H A DMakefile.am28 hello_RESOURCES = hello-java.properties
31 MAINTAINERCLEANFILES = hello-java*.properties

Completed in 192 milliseconds

123456789