Searched refs:props (Results 151 - 175 of 422) sorted by relevance

1234567891011>>

/external/openfst/src/include/fst/
H A Dinvert.h44 uint64 Properties(uint64 props) { return InvertProperties(props); } argument
H A Drmfinalepsilon.h44 uint64 props = 0; local
45 SccVisitor<A> scc_visitor(0, &access, &coaccess, &props);
H A Dstatesort.h52 uint64 props = fst->Properties(kStateSortProperties, false);
92 fst->SetProperties(props, kFstProperties);
H A Dtest-properties.h39 inline uint64 KnownProperties(uint64 props) { argument
40 return kBinaryProperties | (props & kTrinaryProperties) |
41 ((props & kPosTrinaryProperties) << 1) |
42 ((props & kNegTrinaryProperties) >> 1);
H A Dstate-map.h76 // uint64 Properties(uint64 props) const;
103 uint64 props = fst->Properties(kFstProperties, false);
115 fst->SetProperties(mapper->Properties(props), kFstProperties);
314 uint64 props = fst_->Properties(kCopyProperties, false); local
315 SetProperties(mapper_->Properties(props));
433 uint64 Properties(uint64 props) const { return props; }
489 uint64 Properties(uint64 props) const {
490 return props & kArcSortProperties &
565 uint64 Properties(uint64 props) cons
[all...]
H A Dcomplement.h65 uint64 props = fst.Properties(kILabelSorted, false); local
66 SetProperties(ComplementProperties(props), kCopyProperties);
154 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor; local
155 if (fst.Properties(props, true) != props) {
/external/qemu/include/hw/
H A Dqdev-core.h16 DeviceProperty *props; member in struct:DeviceState
81 DevicePropList *props; member in struct:DeviceInfo
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproject.h43 uint64 Properties(uint64 props) { argument
44 return ProjectProperties(props, project_type_ == PROJECT_INPUT);
H A Drmfinalepsilon.h37 uint64 props = 0; local
38 SccVisitor<A> scc_visitor(0, &access, &coaccess, &props);
H A Dtest-properties.h35 inline uint64 KnownProperties(uint64 props) { argument
36 return kBinaryProperties | (props & kTrinaryProperties) |
37 (props & kPosTrinaryProperties) << 1 |
38 (props & kNegTrinaryProperties) >> 1;
H A Dcomplement.h59 uint64 props = fst.Properties(kILabelSorted, false); local
60 SetProperties(ComplementProperties(props), kCopyProperties);
120 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor; local
121 if (fst.Properties(props, true) != props)
/external/chromium_org/net/http/
H A Dhttp_auth_handler_factory.cc28 HttpAuthChallengeTokenizer props(challenge.begin(), challenge.end());
29 return CreateAuthHandler(&props, target, origin, CREATE_CHALLENGE, 1,
40 HttpAuthChallengeTokenizer props(challenge.begin(), challenge.end());
41 return CreateAuthHandler(&props, target, origin, CREATE_PREEMPTIVE,
/external/chromium_org/ppapi/cpp/private/
H A Dvar_private.cc77 PP_Var* props = NULL;
80 var_, &prop_count, &props, OutException(exception).get());
85 Var temp(PassRef(), props[i]); local
90 memory_if->MemFree(props);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_selection.js72 this.entries, 'external', function(props) {
73 var present = props.filter(function(p) {
76 this.allDriveFilesPresent = present.length == props.length;
79 this.mimeTypes = props.map(function(value) {
H A Dfile_tasks.js461 var areAll = function(props, name) {
466 return props.filter(isOne).length === props.length;
476 fm.metadataCache_.get(entries, 'external', function(props) {
477 if (areAll(props, 'availableOffline')) {
484 props[0].hosted ?
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DBeanMapEmitter.java80 private Map makePropertyMap(PropertyDescriptor[] props) { argument
82 for (int i = 0; i < props.length; i++) {
83 names.put(((PropertyDescriptor)props[i]).getName(), props[i]);
/external/smack/src/org/jivesoftware/smack/sasl/
H A DSASLFacebookConnect.java43 // Map<String, String> props = new HashMap<String, String>();
44 // sc = Sasl.createSaslClient(mechanisms, null, "xmpp", hostname, props,
87 Map<String, String> props = new HashMap<String, String>();
88 sc = Sasl.createSaslClient(mechanisms, null, "xmpp", host, props, this);
95 Map<String, String> props = new HashMap<String, String>();
96 sc = Sasl.createSaslClient(mechanisms, null, "xmpp", host, props, cbh);
H A DSASLMechanism.java91 Map<String,String> props = new HashMap<String,String>();
92 sc = Sasl.createSaslClient(mechanisms, username, "xmpp", host, props, this);
108 Map<String,String> props = new HashMap<String,String>();
109 sc = Sasl.createSaslClient(mechanisms, username, "xmpp", host, props, cbh);
/external/chromium_org/v8/tools/
H A Dgc-nvp-trace-processor.py94 self.props = keywords
108 if 'style' in self.props:
109 args.append('with %s' % self.props['style'])
110 if 'lc' in self.props:
111 args.append('lc rgb "%s"' % self.props['lc'])
112 if 'fs' in self.props:
113 args.append('fs %s' % self.props['fs'])
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-graphite2.cc347 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction))
358 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
361 if (!HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
366 if (!HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
369 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc347 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction))
358 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
361 if (!HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
366 if (!HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
369 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
/external/owasp/sanitizer/empiricism/
H A Dhtml-containment.js360 var props = [];
368 props.push([k, v]);
370 props.sort(
379 for (var i = 0, n = props.length; i < n; ++i) {
380 var prop = props[i];
/external/libmtp/src/
H A Dlibmtp.c1086 uint16_t *props = NULL; local
1093 ret = ptp_mtp_getobjectpropssupported(device->params, map_libmtp_type_to_ptp_type(filetype), &propcnt, &props);
1100 if (props[i] == ptp_prop) {
1106 free(props);
2142 MTPProperties *props = NULL; local
2163 ret = ptp_mtp_getobjectproplist(params, 0xffffffff, &props, &nrofprops);
2168 // you cannot use it to get all props for AT LEAST one object?
2179 if (props == NULL && nrofprops != 0) {
2191 prop = props;
2201 prop = props;
2392 uint16_t *props = NULL; local
2907 uint16_t *props = NULL; local
3999 uint16_t *props = NULL; local
4117 uint16_t *props = NULL; local
4333 uint16_t *props = NULL; local
5696 MTPProperties *props = NULL; local
5856 MTPProperties *props = NULL; local
6273 MTPProperties *props = NULL; local
7100 MTPProperties *props = NULL; local
7385 MTPProperties *props = NULL; local
7776 uint16_t *props = NULL; local
8045 uint16_t *props = NULL; local
8182 uint16_t *props = NULL; local
8276 uint16_t *props = NULL; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/openfst/src/lib/
H A Dproperties.cc268 uint64 props = 0; local
272 props |= kNotAcceptor & inprops[i];
273 props |= (kNonIDeterministic | kNonODeterministic | kEpsilons |
279 outprops |= props;
360 // of the output of shortest path need to be updated, given that 'props' is
362 uint64 ShortestPathProperties(uint64 props) { argument
363 return props | kAcyclic | kInitialAcyclic | kAccessible | kCoAccessible;

Completed in 575 milliseconds

1234567891011>>