Searched refs:Properties (Results 251 - 275 of 405) sorted by relevance

<<11121314151617

/external/openfst/src/include/fst/
H A Dfst.h117 uint64 Properties() const { return properties_; } function in class:fst::FstHeader
184 virtual uint64 Properties(uint64 mask, bool test)
625 virtual uint64 Properties() const { return properties_; } function in class:fst::FstImpl
627 virtual uint64 Properties(uint64 mask) const { return properties_ & mask; } function in class:fst::FstImpl
810 properties_ = hdr->Properties();
857 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::ImplToFst
863 return impl_->Properties(mask);
H A Dclosure.h51 uint64 props = fst->Properties(kFstProperties, false);
H A Ddfs-visit.h108 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
H A Dmap.h116 uint64 Properties(uint64 props) const { return props; } function in struct:fst::IdentityMapper
H A Dproject.h58 uint64 Properties(uint64 props) { function in class:fst::ProjectMapper
H A Dstate-table.h395 if (fst1.Properties(props1, true) != props1 ||
396 fst2.Properties(props2, true) != props2) {
437 if (fst1.Properties(props1, true) != props1 ||
438 fst2.Properties(props2, true) != props2) {
/external/proguard/src/proguard/
H A DConfigurationParser.java42 private final Properties properties;
50 * the given Properties.
53 Properties properties) throws IOException
61 * with the given base directory and the given Properties.
65 Properties properties) throws IOException
73 * with the given base directory and the given Properties.
78 Properties properties) throws IOException
89 * Properties.
100 * Properties.
103 Properties propertie
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DMemoryHandlerTest.java25 import java.util.Properties;
48 final static Properties props = new Properties();
/external/chromium_org/device/nfc/
H A Dnfc_adapter_chromeos.cc154 NfcAdapterClient::Properties* properties =
256 NfcAdapterClient::Properties* properties =
300 NfcAdapterClient::Properties* properties =
H A Dnfc_peer_chromeos.cc174 NfcRecordClient::Properties* record_properties =
H A Dnfc_tag_chromeos.cc138 NfcTagClient::Properties* properties =
H A Dnfc_tag_technology_chromeos.cc166 NfcRecordClient::Properties* record_properties =
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java489 public void setClientInfo(Properties prop) throws SQLClientInfoException {
497 public Properties getClientInfo() throws SQLException {
498 return new Properties();
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dmain.java47 import java.util.Properties;
65 Properties properties = new Properties();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheetRoot.java27 import java.util.Properties;
204 public Properties getDefaultOutputProps()
218 * @return A Properties object, not null.
220 public Properties getOutputProperties()
222 return (Properties)getDefaultOutputProps().clone();
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerIdentityImpl.java25 import java.util.Properties;
644 * @see java.util.Properties
649 public void setOutputProperties(Properties oformat)
681 * Properties list, while the XSLT default properties that were not
682 * specifically set should be the default Properties list. Thus,
691 * <p>Note that mutation of the Properties object returned will not
702 * @see java.util.Properties
704 public Properties getOutputProperties()
706 return (Properties) m_outputFormat.getProperties().clone();
723 * <p>The Properties objec
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToUnknownStream.java26 import java.util.Properties;
170 public Properties getOutputFormat()
229 * @see Serializer#setOutputFormat(Properties)
231 public void setOutputFormat(Properties format)
984 Properties htmlProperties =
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_characteristic_chromeos.h47 virtual Properties GetProperties() const OVERRIDE;
/external/chromium_org/extensions/browser/
H A Dinfo_map_unittest.cc86 TEST_F(InfoMapTest, Properties) {
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfResourceDictionary_autogen.cpp95 SkPdfDictionary* SkPdfResourceDictionary::Properties(SkPdfNativeDoc* doc) { function in class:SkPdfResourceDictionary
96 SkPdfNativeObject* ret = get("Properties", "");
104 return get("Properties", "") != NULL;
/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs217 if (view.TextBuffer.Properties.TryGetProperty(typeof(ITextDocument), out document))
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.h87 CObjectVector<CProperty> Properties; member in struct:CCompressionMethodMode
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h101 uint64 Properties(uint64 props) const { return matcher_.Properties(props); } function in class:fst::ParenMatcher
387 uint64 Properties(uint64 iprops) const { function in class:fst::ParenFilter
388 uint64 oprops = filter_.Properties(iprops);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfResourceDictionary_autogen.cpp95 SkPdfDictionary* SkPdfResourceDictionary::Properties(SkPdfNativeDoc* doc) { function in class:SkPdfResourceDictionary
96 SkPdfNativeObject* ret = get("Properties", "");
104 return get("Properties", "") != NULL;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dclosure.h44 uint64 props = fst->Properties(kFstProperties, false);

Completed in 8752 milliseconds

<<11121314151617