Home
last modified time | relevance | path

Searched refs:Properties (Results 1 – 25 of 79) sorted by relevance

1234

/external/emma/core/java12/com/vladium/util/
DProperty.java20 import java.util.Properties;
56 public static Properties combine (final Properties overrides, final Properties base) in combine()
74 final Properties result = new XProperties (base); in combine()
100 public static Properties getAppProperties (final String namespace, final ClassLoader loader) in getAppProperties()
105 … final Properties appDefaults = Property.getProperties (namespace + "_default.properties", loader); in getAppProperties()
106 final Properties systemFileOverrides; in getAppProperties()
115 final Properties systemOverrides = Property.getSystemProperties (namespace); in getAppProperties()
116 final Properties resOverrides = Property.getProperties (namespace + ".properties", loader); in getAppProperties()
124 public static Properties getSystemProperties (final String systemPrefix) in getSystemProperties()
128 Properties result = s_systemProperties; in getSystemProperties()
[all …]
DIProperties.java18 import java.util.Properties;
50 Properties toProperties (); in toProperties()
85 public static IProperties wrap (final Properties properties, final IMapper mapper) in wrap()
213 public Properties toProperties () in toProperties()
215 final Properties result = new Properties (); in toProperties()
DXProperties.java15 import java.util.Properties;
24 class XProperties extends Properties
33 public XProperties (final Properties base) in XProperties()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dvector-fst.h180 using FstImpl<A>::Properties;
208 SetProperties(Properties() & kSetStartProperties); in SetStart()
209 if (Properties() & kAcyclic) in SetStart()
210 SetProperties(Properties() | kInitialAcyclic); in SetStart()
216 SetProperties(Properties() & ~kWeighted); in SetFinal()
219 SetProperties(Properties() | kWeighted); in SetFinal()
220 SetProperties(Properties() & ~kUnweighted); in SetFinal()
222 SetProperties(Properties() & in SetFinal()
228 SetProperties(Properties() & kAddStateProperties); in AddState()
235 SetProperties(Properties() | kNotAcceptor); in AddArc()
[all …]
Dintersect.h51 if (!fst1.Properties(kAcceptor, true) || !fst2.Properties(kAcceptor, true)) in IntersectFst()
53 uint64 props1 = fst1.Properties(kFstProperties, false); in IntersectFst()
54 uint64 props2 = fst2.Properties(kFstProperties, false); in IntersectFst()
63 if (!fst1.Properties(kAcceptor, true) || !fst2.Properties(kAcceptor, true)) in IntersectFst()
65 uint64 props1 = fst1.Properties(kFstProperties, false); in IntersectFst()
66 uint64 props2 = fst2.Properties(kFstProperties, false); in IntersectFst()
Drational.h48 using FstImpl<A>::Properties;
64 uint64 props1 = fst1.Properties(kFstProperties, false); in InitUnion()
65 uint64 props2 = fst2.Properties(kFstProperties, false); in InitUnion()
86 uint64 props1 = fst1.Properties(kFstProperties, false); in InitConcat()
87 uint64 props2 = fst2.Properties(kFstProperties, false); in InitConcat()
109 uint64 props = fst.Properties(kFstProperties, false); in InitClosure()
137 uint64 props1 = Properties(); in AddUnion()
138 uint64 props2 = fst.Properties(kFstProperties, false); in AddUnion()
153 uint64 props1 = Properties(); in AddConcat()
154 uint64 props2 = fst.Properties(kFstProperties, false); in AddConcat()
[all …]
Ddifference.h57 if (!fst1.Properties(kAcceptor, true)) in DifferenceFst()
59 uint64 props1 = fst1.Properties(kFstProperties, false); in DifferenceFst()
60 uint64 props2 = fst2.Properties(kFstProperties, false); in DifferenceFst()
71 if (!fst1.Properties(kAcceptor, true)) in DifferenceFst()
73 uint64 props1 = fst1.Properties(kFstProperties, false); in DifferenceFst()
74 uint64 props2 = fst2.Properties(kFstProperties, false); in DifferenceFst()
Darcsort.h46 uint64 props = fst->Properties(kFstProperties, false); in ArcSort()
64 fst->SetProperties(comp.Properties(props), kFstProperties); in ArcSort()
75 using FstImpl<A>::Properties;
94 uint64 props = fst_->Properties(kCopyProperties, false); in ArcSortFstImpl()
95 SetProperties(comp_.Properties(props)); in ArcSortFstImpl()
103 SetProperties(impl.Properties(), kCopyProperties); in ArcSortFstImpl()
221 virtual uint64 Properties(uint64 mask, bool test) const { in Properties() function
227 return impl_->Properties(mask); in Properties()
285 uint64 Properties(uint64 props) const { in Properties() function
298 uint64 Properties(uint64 props) const { in Properties() function
Dmap.h88 uint64 props = fst->Properties(kFstProperties, false); in Map()
143 fst->SetProperties(mapper->Properties(props), kFstProperties); in Map()
222 uint64 iprops = ifst.Properties(kCopyProperties, false); in Map()
223 uint64 oprops = ofst->Properties(kFstProperties, false); in Map()
224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in Map()
253 using FstImpl<B>::Properties;
410 uint64 props = fst_->Properties(kCopyProperties, false); in Init()
411 SetProperties(mapper_->Properties(props)); in Init()
502 virtual uint64 Properties(uint64 mask, bool test) const { in Properties() function
508 return impl_->Properties(mask); in Properties()
[all …]
Dcompose.h92 using FstImpl<A>::Properties;
110 uint64 props1 = fst1.Properties(kFstProperties, false); in ComposeFstImplBase()
111 uint64 props2 = fst2.Properties(kFstProperties, false); in ComposeFstImplBase()
349 bool osorted = fst1.Properties(kOLabelSorted, false); in ComposeFstImpl()
350 bool isorted = fst2.Properties(kILabelSorted, false); in ComposeFstImpl()
357 osorted = fst1.Properties(kOLabelSorted, true); in ComposeFstImpl()
366 isorted = fst2.Properties(kILabelSorted, true); in ComposeFstImpl()
373 osorted = fst1.Properties(kOLabelSorted, true); in ComposeFstImpl()
375 isorted = fst2.Properties(kILabelSorted, true); in ComposeFstImpl()
721 virtual uint64 Properties(uint64 mask, bool test) const { in Properties() function
[all …]
Dreweight.h48 if (type == REWEIGHT_TO_FINAL && !(Weight::Properties() & kRightSemiring)) in Reweight()
53 if (type == REWEIGHT_TO_INITIAL && !(Weight::Properties() & kLeftSemiring)) in Reweight()
89 if (fst->Properties(kInitialAcyclic, true) & kInitialAcyclic) { in Reweight()
122 fst->Properties(kFstProperties, false)), in Reweight()
Dequivalent.h117 if (fst1.Properties(props, true) != props) { in Equivalent()
121 if (fst2.Properties(props, true) != props) { in Equivalent()
126 if ((fst1.Properties(kUnweighted , true) != kUnweighted) in Equivalent()
127 || (fst2.Properties(kUnweighted , true) != kUnweighted)) { in Equivalent()
Dcomplement.h46 using FstImpl<A>::Properties;
59 uint64 props = fst.Properties(kILabelSorted, false); in ComplementFstImpl()
121 if (fst.Properties(props, true) != props) in ComplementFst()
136 virtual uint64 Properties(uint64 mask, bool test) const { in Properties() function
142 return impl_->Properties(mask); in Properties()
Dunion.h47 bool initial_acyclic1 = fst1->Properties(kInitialAcyclic, true); in Union()
48 uint64 props1 = fst1->Properties(kFstProperties, false); in Union()
49 uint64 props2 = fst2.Properties(kFstProperties, false); in Union()
Drmepsilon.h213 if (fst->Properties(kTopSorted, false) & kTopSorted) { in RmEpsilon()
216 } else if (fst->Properties(kAcyclic, false) & kAcyclic) { in RmEpsilon()
260 fst->Properties(kFstProperties, false)), in RmEpsilon()
318 using FstImpl<A>::Properties;
341 uint64 props = fst.Properties(kFstProperties, false); in RmEpsilonFstImpl()
463 virtual uint64 Properties(uint64 mask, bool test) const { in Properties() function
469 return impl_->Properties(mask); in Properties()
/external/icu4c/tools/genpname/
DSyntheticPropertyAliases.txt17 # Non-enumerated Properties
21 # Enumerated Non-Binary Properties
30 # Bitmask Properties
35 # Binary Properties
/external/icu4c/data/unidata/
DPropertyAliases.txt51 # Numeric Properties
56 # String Properties
72 # Miscellaneous Properties
80 # Catalog Properties
87 # Enumerated Properties
108 # Binary Properties
/external/junit/src/junit/runner/
DBaseTestRunner.java16 import java.util.Properties;
30 private static Properties fPreferences;
42 protected static void setPreferences(Properties preferences) { in setPreferences()
46 protected static Properties getPreferences() { in getPreferences()
48 fPreferences= new Properties(); in getPreferences()
239 setPreferences(new Properties(getPreferences())); in readPreferences()
/external/emma/core/java12/com/vladium/emma/rt/
DRTExitHook.java14 import java.util.Properties;
41 Properties closureMap = null; in createClassLoaderClosure()
53 closureMap = new Properties (); in createClassLoaderClosure()
/external/apache-http/src/org/apache/http/util/
DVersionInfo.java37 import java.util.Properties;
244 Properties vip = null; // version info properties, if available in loadVersionInfo()
252 Properties props = new Properties(); in loadVersionInfo()
/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java33 import java.util.Properties;
417 Properties props = getConfigurationFile(contextClassLoader, FACTORY_PROPERTIES); in getFactory()
1358 private static Properties getProperties(final URL url) {
1365 Properties props = new Properties();
1379 return (Properties) AccessController.doPrivileged(action);
1401 private static final Properties getConfigurationFile(
1404 Properties props = null;
1417 Properties newProps = getProperties(url);
/external/emma/core/java12/com/vladium/emma/
DCommand.java14 import java.util.Properties;
146 final Properties cmdOverrides = new XProperties (); in processCmdPropertyOverrides()
167 final Properties fileOverrides; in processFilePropertyOverrides()
291 protected Properties m_propertyOverrides;
316 Properties propertyOverrides = m_propertyOverrides; in setPropertyOverride()
DProcessor.java11 import java.util.Properties;
76 public synchronized final void setPropertyOverrides (final Properties overrides) in setPropertyOverrides()
/external/emma/core/java12/com/vladium/emma/data/
DCoverageOptionsFactory.java11 import java.util.Properties;
26 public static CoverageOptions create (final Properties properties) in create()
/external/emma/ant/ant14/com/vladium/emma/ant/
DVerbosityCfg.java11 import java.util.Properties;
74 settings = EMMAProperties.wrap (new Properties ()); in getSettings()

1234