Searched refs:props (Results 126 - 150 of 198) sorted by relevance

12345678

/external/libmtp/src/
H A Dptp-pack.c976 ptp_pack_OPL (PTPParams *params, MTPProperties *props, int nrofprops, unsigned char** opldataptr) argument
991 propitr = props;
1045 MTPProperties *props = NULL; local
1055 props = malloc(prop_count * sizeof(MTPProperties));
1056 if (!props) return 0;
1062 qsort (props, i, sizeof(MTPProperties),_compare_func);
1063 *pprops = props;
1066 props[i].ObjectHandle = dtoh32a(data);
1070 props[i].property = dtoh16a(data);
1074 props[
[all...]
H A Dptp.h2123 uint16_t ptp_mtp_getobjectproplist (PTPParams* params, uint32_t handle, MTPProperties **props, int *nrofprops);
2125 uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops);
2126 uint16_t ptp_mtp_setobjectproplist (PTPParams* params, MTPProperties *props, int nrofprops);
2318 uint16_t ptp_canon_getchanges (PTPParams* params, uint16_t** props,
2414 uint16_t ptp_nikon_get_vendorpropcodes (PTPParams* params, uint16_t **props, unsigned int *size);
2530 uint16_t ptp_mtp_getobjectpropssupported (PTPParams* params, uint16_t ofc, uint32_t *propnum, uint16_t **props);
2555 MTPProperties *ptp_get_new_object_prop_entry(MTPProperties **props, int *nrofprops);
2557 void ptp_destroy_object_prop_list(MTPProperties *props, int nrofprops);
/external/openfst/src/include/fst/
H A Dfst.h623 void SetProperties(uint64 props) { argument
625 properties_ |= props;
628 void SetProperties(uint64 props, uint64 mask) { argument
630 properties_ |= props & mask;
634 void SetProperties(uint64 props, uint64 mask) const { argument
H A Dqueue.h548 uint64 props = fst.Properties(kAcyclic | kCyclic | local
550 if ((props & kTopSorted) || fst.Start() == kNoStateId) {
553 } else if (props & kAcyclic) {
556 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
H A Dreplace.h1303 uint64 props = fst_.Properties(true_prop | false_prop, test); local
1305 if (props & true_prop)
1307 else if (props & false_prop)
1317 virtual uint64 Properties(uint64 props) const {
1318 return props;
H A Dfactor-weight.h192 uint64 props = fst.Properties(kFstProperties, false); local
193 SetProperties(FactorWeightProperties(props), kCopyProperties);
H A Dsynchronize.h88 uint64 props = fst.Properties(kFstProperties, false); local
89 SetProperties(SynchronizeProperties(props), kCopyProperties);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java161 List<String> props = uc.getRequestProperties().get("prop");
162 assertEquals(1, props.size());
173 props.add("hi");
H A DServerSocketTest.java108 Properties props = (Properties) System.getProperties().clone();
114 System.setProperties(props);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... location String flavor String environments java.util.Map props org.eclipse.equinox.p2.core. ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar ... .engine.IProfile profile java.util.Map props String env private void initializeRepositories (boolean) throws org.eclipse ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/bindings/v8/
H A DNPV8Object.cpp481 " var props = [];"
483 " props[props.length] = prop;"
485 " return props;"
497 v8::Handle<v8::Array> props = v8::Handle<v8::Array>::Cast(propsObj);
498 *count = props->Length();
501 v8::Local<v8::Value> name = props->Get(v8::Integer::New(i));
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DProperties.java214 List<Properties> props = (List<Properties>) value;
215 for (Properties p : props) {
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h137 uint64 props = 0; local
138 SccVisitor<Arc> scc_visitor(&scc, &access, &coaccess, &props);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h257 uint64 Properties(uint64 props) { argument
265 return props & mask;
H A Dfactor-weight.h166 uint64 props = fst.Properties(kFstProperties, false); local
167 SetProperties(FactorWeightProperties(props), kCopyProperties);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Ddevicemanager.cc453 CComPtr<IPropertyStore> props; local
455 HRESULT hr = device->OpenPropertyStore(STGM_READ, &props);
462 hr = GetStringProp(props, PKEY_Device_FriendlyName, &name);
464 hr = GetStringProp(props, PKEY_AudioEndpoint_GUID, &guid);
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js174 "object": function(props) {
175 return [ this[0], MAP(props, function(p){
1229 "object": function(props) {
1230 if (props.length == 0)
1233 return MAP(props, function(p){
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jar ... String) String aSubject String aMessage java.util.Properties props javax.mail.Session session javax.mail. ...
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerIdentityImpl.java667 // if oformat is null JAXP says that any props previously set are removed
766 OutputProperties props = m_outputFormat;
768 value = props.getProperty(name);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 508 milliseconds

12345678