HomeSort by relevance Sort by last modified time
    Searched refs:Properties (Results 226 - 250 of 397) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport12.java 34 import java.util.Properties;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport12.java 34 import java.util.Properties;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport12.java 34 import java.util.Properties;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport12.java 34 import java.util.Properties;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport12.java 34 import java.util.Properties;
  /external/harfbuzz/src/
harfbuzz-open.h 143 /* The `Properties' field is not defined in the OpenType specification but
144 is needed for processing lookups. If properties[n] is > 0, the
147 the `properties' field of the input string object. */
152 HB_UInt* Properties; /* array of flags */
  /external/openfst/src/include/fst/
closure.h 51 uint64 props = fst->Properties(kFstProperties, false);
invert.h 44 uint64 Properties(uint64 props) { return InvertProperties(props); }
lookahead-matcher.h 212 uint64 Properties(uint64 props) const { return matcher_.Properties(props); }
296 uint64 Properties(uint64 props) const { return matcher_.Properties(props); }
502 uint64 Properties(uint64 inprops) const {
503 uint64 outprops = matcher_.Properties(inprops);
671 bool is_mutable = fst.Properties(kMutable, false);
745 uint64 Properties(uint64 props) const { return base_->Properties(props); }
matcher-fst.h 232 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
274 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
project.h 58 uint64 Properties(uint64 props) {
state-table.h 383 if (fst1.Properties(props1, true) != props1 ||
384 fst2.Properties(props2, true) != props2) {
423 if (fst1.Properties(props1, true) != props1 ||
424 fst2.Properties(props2, true) != props2) {
statesort.h 52 uint64 props = fst->Properties(kStateSortProperties, false);
verify.h 25 #include <fst/test-properties.h>
106 uint64 fst_props = fst.Properties(kFstProperties, false);
116 LOG(ERROR) << "Verify: stored Fst properties incorrect "
  /external/openfst/src/include/fst/script/
print-impl.h 52 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0),
  /external/openfst/src/script/
fst-class.cc 96 if (ifst->Properties(fst::kMutable, false)) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h 44 uint64 props = fst->Properties(kFstProperties, false);
const-fst.h 24 #include "fst/lib/test-properties.h"
37 using FstImpl<A>::Properties;
99 // Properties always true of this Fst class
120 uint64 copy_properties = fst.Properties(kCopyProperties, true);
257 virtual uint64 Properties(uint64 mask, bool test) const {
263 return impl_->Properties(mask);
factor-weight.h 31 #include "fst/lib/test-properties.h"
139 using FstImpl<A>::Properties;
166 uint64 props = fst.Properties(kFstProperties, false);
374 virtual uint64 Properties(uint64 mask, bool test) const {
380 return impl_->Properties(mask);
synchronize.h 29 #include "fst/lib/test-properties.h"
43 using FstImpl<A>::Properties;
75 uint64 props = fst.Properties(kFstProperties, false);
357 virtual uint64 Properties(uint64 mask, bool test) const {
363 return impl_->Properties(mask);
verify.h 23 #include "fst/lib/test-properties.h"
103 uint64 fst_props = fst.Properties(kFstProperties, false);
108 LOG(ERROR) << "Verify: stored Fst properties incorrect "
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 28 import java.util.Properties;
41 final static Properties props = new Properties();
88 public static InputStream propertiesToInputStream(Properties p) throws IOException {
  /external/openfst/src/test/
algo_test.h 42 uint64 Properties(uint64 props) const {
60 // This class tests a variety of identities and properties that must
197 if (Weight::Properties() & kLeftSemiring) {
216 if (Weight::Properties() & kRightSemiring) {
234 if (Weight::Properties() & kLeftSemiring) {
246 if (Weight::Properties() & kRightSemiring) {
259 if (Weight::Properties() & kLeftSemiring) {
273 if (Weight::Properties() & kRightSemiring) {
286 if (Weight::Properties() & kLeftSemiring) {
296 if (Weight::Properties() & kRightSemiring)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
IntegerTest.java 19 import java.util.Properties;
24 private Properties orgProps;
239 Properties tProps = new Properties();
254 Properties tProps = new Properties();
269 Properties tProps = new Properties();
    [all...]
LongTest.java 19 import java.util.Properties;
24 private Properties orgProps;
158 Properties tProps = new Properties();
173 Properties tProps = new Properties();
188 Properties tProps = new Properties();
    [all...]

Completed in 899 milliseconds

1 2 3 4 5 6 7 8 91011>>