Searched refs:props (Results 51 - 75 of 198) sorted by relevance

12345678

/external/chromium/net/http/
H A Dhttp_auth.cc77 HttpAuth::ChallengeTokenizer props(challenge.begin(), challenge.end());
78 if (!LowerCaseEqualsASCII(props.scheme(), current_scheme_name.c_str()))
80 authorization_result = handler->HandleAnotherChallenge(&props);
H A Dhttp_auth_handler_factory.cc24 HttpAuth::ChallengeTokenizer props(challenge.begin(), challenge.end());
25 return CreateAuthHandler(&props, target, origin, CREATE_CHALLENGE, 1,
36 HttpAuth::ChallengeTokenizer props(challenge.begin(), challenge.end());
37 return CreateAuthHandler(&props, target, origin, CREATE_PREEMPTIVE,
/external/openfst/src/include/fst/
H A Darc-map.h91 // uint64 Properties(uint64 props) const;
125 uint64 props = fst->Properties(kFstProperties, false);
184 fst->SetProperties(mapper->Properties(props), kFstProperties);
508 uint64 props = fst_->Properties(kCopyProperties, false); local
509 SetProperties(mapper_->Properties(props));
702 uint64 Properties(uint64 props) const { return props; }
721 uint64 Properties(uint64 props) const {
722 return props & kAddSuperFinalProperties;
749 uint64 Properties(uint64 props) cons
[all...]
H A Dconnect.h132 // props: related property bits (cyclicity, initial cyclicity,
135 vector<bool> *coaccess, uint64 *props)
136 : scc_(scc), access_(access), coaccess_(coaccess), props_(props) {}
137 SccVisitor(uint64 *props) argument
138 : scc_(0), access_(0), coaccess_(0), props_(props) {}
306 uint64 props = 0; local
307 SccVisitor<Arc> scc_visitor(0, &access, &coaccess, &props);
134 SccVisitor(vector<StateId> *scc, vector<bool> *access, vector<bool> *coaccess, uint64 *props) argument
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);
312 uint64 props = fst_->Properties(kCopyProperties, false); local
313 SetProperties(mapper_->Properties(props));
431 uint64 Properties(uint64 props) const { return props; }
487 uint64 Properties(uint64 props) const {
488 return props & kArcSortProperties &
563 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/icu4c/tools/
H A Dicu-svnprops-check.py32 # Copy and paste here the ICU recommended auto-props from
40 [auto-props]
45 ### Note that auto-props functionality must be enabled, which
46 ### is typically done by setting the 'enable-auto-props' option.
89 # file_types: The parsed form of the svn auto-props specification.
102 if re.match("\s*\[auto-props\]", propline): # Match the [auto-props] line.
156 # base_mime_type: svn:mime-type property value from the auto-props file (no charset= part)
220 for file_pattern, props in file_types:
223 for propname, propval in props
[all...]
/external/qemu/hw/
H A Dqdev.h18 DeviceProperty *props; member in struct:DeviceState
83 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.h38 uint64 props = 0; local
39 SccVisitor<A> scc_visitor(0, &access, &coaccess, &props);
H A Dtest-properties.h37 inline uint64 KnownProperties(uint64 props) { argument
38 return kBinaryProperties | props & kTrinaryProperties |
39 (props & kPosTrinaryProperties) << 1 |
40 (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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DSystemTest.java131 String[] props = { "java.version", "java.vendor", "java.vendor.url",
140 for (int i = 0; i < props.length; i++) {
141 assertNotNull(props[i], System.getProperty(props[i]));
/external/icu4c/common/
H A Ducase.h277 #define UCASE_GET_TYPE(props) ((props)&UCASE_TYPE_MASK)
296 #define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT)
/external/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/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
5683 MTPProperties *props = NULL; local
5843 MTPProperties *props = NULL; local
6260 MTPProperties *props = NULL; local
7087 MTPProperties *props = NULL; local
7372 MTPProperties *props = NULL; local
7763 uint16_t *props = NULL; local
8032 uint16_t *props = NULL; local
8169 uint16_t *props = NULL; local
8263 uint16_t *props = NULL; local
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_accessibility_handler.cc119 std::string props = ""; local
120 props.append("enqueue=");
121 props.append(queue ? "1;" : "0;");
122 props.append("interruptible=");
123 props.append(interruptible ? "1;" : "0;");
125 SetSpeakProperties(props.c_str());
/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.cc266 uint64 props = 0; local
270 props |= kNotAcceptor & inprops[i];
271 props |= (kNonIDeterministic | kNonODeterministic | kEpsilons |
277 outprops |= props;
358 // of the output of shortest path need to be updated, given that 'props' is
360 uint64 ShortestPathProperties(uint64 props) { argument
361 return props | kAcyclic | kInitialAcyclic | kAccessible | kCoAccessible;
/external/svox/pico/lib/
H A Dpicoktab.c683 picoos_uint8 *props; member in struct:ktabphones_subobj
687 /* bitmasks to extract the property info from props */
707 ktabphones->props = &(this->base[KTAB_START_PROPS]);
747 return (KTAB_PPROP_VOWEL & ((ktabphones_SubObj)this)->props[ch]);
751 return (KTAB_PPROP_DIPHTH & ((ktabphones_SubObj)this)->props[ch]);
755 return (KTAB_PPROP_GLOTT & ((ktabphones_SubObj)this)->props[ch]);
759 return (KTAB_PPROP_NONSYLLVOWEL & ((ktabphones_SubObj)this)->props[ch]);
763 return (KTAB_PPROP_SYLLCONS & ((ktabphones_SubObj)this)->props[ch]);
768 picoos_uint8 props; local
769 props
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-javamail.jar ... .activation.DataHandler fileDataHandler java.util.Properties props javax.mail.Session sesh javax.mail. ...

Completed in 1153 milliseconds

12345678