Searched refs:props (Results 76 - 100 of 198) sorted by relevance

12345678

/external/openfst/src/include/fst/
H A Dclosure.h51 uint64 props = fst->Properties(kFstProperties, false); local
69 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
H A Dmap.h116 uint64 Properties(uint64 props) const { return props; }
H A Dproject.h58 uint64 Properties(uint64 props) { argument
59 return ProjectProperties(props, project_type_ == PROJECT_INPUT);
H A Dcompact-fst.h1107 uint64 props = Properties(); local
1108 return fst.Properties(props, true) == props;
1150 uint64 props = Properties(); local
1151 return fst.Properties(props, true) == props;
1192 uint64 props = Properties(); local
1193 return fst.Properties(props, true) == props;
1234 uint64 props local
1276 uint64 props = Properties(); local
[all...]
H A Dmatcher.h83 // uint64 Properties(uint64 props) const;
110 virtual uint64 Properties(uint64 props) const = 0;
191 uint64 props = fst_->Properties(true_prop | false_prop, test); local
193 if (props & true_prop)
195 else if (props & false_prop)
453 virtual uint64 Properties(uint64 props) const;
632 virtual uint64 Properties(uint64 props) const;
794 virtual uint64 Properties(uint64 props) const;
986 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
[all...]
H A Dcompose-filter.h202 // uint64 Properties(uint64 props) const;
274 uint64 Properties(uint64 props) const { return props; }
359 uint64 Properties(uint64 props) const { return props; }
459 uint64 Properties(uint64 props) const { return props; }
H A Drelabel.h57 uint64 props = fst->Properties(kFstProperties, false); local
107 fst->SetProperties(RelabelProperties(props), kFstProperties);
214 uint64 props = fst.Properties(kCopyProperties, false); local
215 SetProperties(RelabelProperties(props));
245 uint64 props = fst.Properties(kCopyProperties, false); local
246 SetProperties(RelabelProperties(props));
H A Dreplace-util.h93 uint64 props = kAccessible | kCoAccessible; local
97 if (fst_array_[i]->Properties(props, true) != props || !depaccess_[i])
185 mutable uint64 depprops_; // dependency Fst props
383 uint64 props = kAccessible | kCoAccessible; local
387 if (mutable_fst_array_[i]->Properties(props, false) != props)
H A Dmatcher-fst.h232 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
274 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dclosure.h44 uint64 props = fst->Properties(kFstProperties, false); local
61 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
H A Drelabel.h49 uint64 props = fst->Properties(kFstProperties, false); local
83 fst->SetProperties(RelabelProperties(props), kFstProperties);
170 uint64 props = fst.Properties(kCopyProperties, false); local
171 SetProperties(RelabelProperties(props));
199 uint64 props = fst.Properties(kCopyProperties, false); local
200 SetProperties(RelabelProperties(props));
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DConfigurationTest.java216 Properties props = new Properties();
217 props.setProperty("login.config.url.1", "file:"
219 props.setProperty("login.config.url.2", "file:"
222 .createJavaPropertiesFile(props);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java381 * @param props the list of properties to search in.
385 public static QName getQNameProperty(String key, Properties props) argument
388 String s = props.getProperty(key);
478 * @param props the list of properties to search in.
482 public static Vector getQNameProperties(String key, Properties props) argument
485 String s = props.getProperty(key);
/external/v8/test/mjsunit/harmony/
H A Dcollections.js174 function props(x) {
179 assertArrayEquals([], props(func));
180 assertArrayEquals([], props(func.prototype));
181 assertArrayEquals([], props(new func()));
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
H A Dcss_checker.py56 props = map(lambda r: r[0:r.find(':')], rules)
57 if props != sorted(props):
/external/v8/tools/gcmole/
H A Dgcmole.cc779 CallProps props; local
782 props.SetEffect(i, VisitExpr(exprs[i], env));
785 if (!props.IsSafe()) ReportUnsafe(parent, BAD_EXPR_MSG);
787 return props.ComputeCumulativeEffect(IsRawPointerType(parent->getType()));
828 CallProps props; local
829 VisitArguments<>(call, &props, env);
830 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
831 return props.ComputeCumulativeEffect(IsRawPointerType(call->getType()));
836 CallProps* props,
839 props
835 VisitArguments(ExprType* call, CallProps* props, const Environment& env) argument
846 CallProps props; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c156 GR_WM_PROPERTIES props ; local
171 props.flags = GR_WM_FLAGS_PROPS ;
172 props.props = GR_WM_PROPS_NODECORATE ;
173 GrSetWMProperties (FSwindow, & props) ;
/external/qemu/hw/
H A Dqdev.c135 for (prop = info->props; prop && prop->name; prop++) {
243 prop->next = dev->props;
244 dev->props = prop;
303 for (prop = dev->props; prop; prop = prop->next) {
476 for (prop = dev->props; prop; prop = prop->next) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/harfbuzz/src/
H A Dharfbuzz-arabic.c896 HB_STACKARRAY(HB_ArabicProperties, props, len + 2);
897 properties = props;
913 getArabicProperties(uc+f, l, props);
994 HB_FREE_STACKARRAY(props);
1038 HB_DECLARE_STACKARRAY(HB_ArabicProperties, props)
1049 HB_INIT_STACKARRAY(HB_ArabicProperties, props, item->item.length + 2);
1054 properties = props;
1066 getNkoProperties(uc+f, l, props);
1068 getArabicProperties(uc+f, l, props);
1085 HB_FREE_STACKARRAY(props);
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DObjectFactory.java349 Properties props = new Properties();
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DObjectFactory.java349 Properties props = new Properties();
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DObjectFactory.java348 Properties props = new Properties();
349 props.load(fis);
350 factoryClassName = props.getProperty(factoryId);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectFactory.java349 Properties props = new Properties();
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DObjectFactory.java349 Properties props = new Properties();
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);

Completed in 1732 milliseconds

12345678