HomeSort by relevance Sort by last modified time
    Searched defs:props (Results 101 - 125 of 419) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/openfst/src/include/fst/
synchronize.h 88 uint64 props = fst.Properties(kFstProperties, false); local
89 SetProperties(SynchronizeProperties(props), kCopyProperties);
factor-weight.h 191 uint64 props = fst.Properties(kFstProperties, false); local
192 SetProperties(FactorWeightProperties(props), kCopyProperties);
minimize.h 534 uint64 props = fst->Properties(kAcceptor | kIDeterministic| local
536 if (!(props & kIDeterministic)) {
542 if (!(props & kAcceptor)) { // weighted transducer
570 } else if (props & kWeighted) { // weighted acceptor
  /external/smack/src/org/apache/harmony/javax/security/sasl/
Sasl.java 99 HashSet<String> props = new HashSet<String>(); local
108 if (props.add(prName.concat(prop))) {
  /external/smack/src/org/jivesoftware/smack/sasl/
SASLFacebookConnect.java 43 // 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>(); local
88 sc = Sasl.createSaslClient(mechanisms, null, "xmpp", host, props, this);
95 Map<String, String> props = new HashMap<String, String>(); local
96 sc = Sasl.createSaslClient(mechanisms, null, "xmpp", host, props, cbh);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h 46 uint64 props = fst->Properties(kFstProperties, false); local
64 fst->SetProperties(comp.Properties(props), kFstProperties);
94 uint64 props = fst_->Properties(kCopyProperties, false); local
95 SetProperties(comp_.Properties(props));
285 uint64 Properties(uint64 props) const {
286 return (props & kArcSortProperties) | kILabelSorted;
298 uint64 Properties(uint64 props) const {
299 return (props & kArcSortProperties) | kOLabelSorted;
complement.h 59 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)
rational.h 109 uint64 props = fst.Properties(kFstProperties, false); local
131 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
169 uint64 props = Properties(); local
172 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
relabel.h 48 uint64 props = fst->Properties(kFstProperties, false); local
82 fst->SetProperties(RelabelProperties(props), kFstProperties);
169 uint64 props = fst.Properties(kCopyProperties, false); local
170 SetProperties(RelabelProperties(props));
198 uint64 props = fst.Properties(kCopyProperties, false); local
199 SetProperties(RelabelProperties(props));
  /hardware/intel/img/hwcomposer/common/base/
Drm.cpp 529 drmModePropertyPtr props; local
531 props = drmModeGetProperty(mDrmFd, out->connector->props[i]);
532 if (!props) {
536 if (strcmp(props->name, "DPMS") == 0) {
540 props->prop_id,
544 drmModeFreeProperty(props);
552 drmModeFreeProperty(props);
  /hardware/intel/img/libdrm/tests/modetest/
modetest.c 159 drmModePropertyPtr props; local
163 props = drmModeGetProperty(fd, connector->props[i]);
164 printf("\t%s, flags %d\n", props->name, props->flags);
165 drmModeFreeProperty(props);
204 printf(" props:\n");
  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 173 String [] props = {"java.vendor.url", local
188 for (String prop : props) {
272 // String[] props = { "PATH", "HOME", "USER"};
274 String[] props = { "PATH" }; local
279 props.length < envMap.keySet().size());
280 for (String prop : props) {
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 112 static Hashtable<String, String> props = null; field in class:Support_Configuration
121 Hashtable<String, String> props = new Hashtable<String, String>(); local
143 load(in, props);
147 if (props.size() == 0) {
152 value = props.get("DomainAddress");
157 value = props.get("WebName");
162 value = props.get("TestResourcesDir");
166 value = props.get("HomeAddressResponse");
171 value = props.get("HomeAddressSoftware");
176 value = props.get("SocksServerTestHost")
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 84 List<ICalendar.Property> props = component.getProperties("PROP1"); local
85 assertEquals(2, props.size());
86 List<ICalendar.Parameter> params = props.get(1).getParameters("PARAM1");
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLListProperty.java 50 private GLListProperty(GLStateType type, List<IGLProperty> props) {
51 mList = props;
90 List<IGLProperty> props = new ArrayList<IGLProperty>( local
94 props.add(p.clone());
97 return new GLListProperty(getType(), props);
  /system/core/fastbootd/other/sign/src/
SignImg.java 165 Properties props = System.getProperties(); local
166 Session session = Session.getDefaultInstance(props, null);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 48 final static Properties props = new Properties(); field in class:FileHandlerTest
72 .PropertiesToInputStream(props));
80 props.clear();
81 props.put("java.util.logging.FileHandler.level", "FINE");
82 props.put("java.util.logging.FileHandler.filter", className
84 props.put("java.util.logging.FileHandler.formatter", className
86 props.put("java.util.logging.FileHandler.encoding", "iso-8859-1");
88 props.put("java.util.logging.FileHandler.limit", "1000");
90 props.put("java.util.logging.FileHandler.count", "2");
92 props.put("java.util.logging.FileHandler.append", "true")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 202 Map<String, Prop> props = mAttributesMap.get(key);
203 final Prop prop = (props != null) ? props.get(actionId) : null;
691 Map<String, Prop> props = mAttributesMap.get(key); local
692 if (props == null) {
694 props = new HashMap<String, Prop>();
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uchar.c 58 uint32_t props; local
59 GET_PROPS(c, props);
60 return (int8_t)GET_CATEGORY(props);
98 uint32_t props; local
99 GET_PROPS(c, props);
100 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
106 uint32_t props; local
107 GET_PROPS(c, props);
108 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
114 uint32_t props; local
122 uint32_t props; local
129 uint32_t props; local
146 uint32_t props; local
159 uint32_t props; local
176 uint32_t props; local
184 uint32_t props; local
192 uint32_t props; local
213 uint32_t props; local
220 uint32_t props; local
228 uint32_t props; local
243 uint32_t props; local
257 uint32_t props; local
270 uint32_t props; local
281 uint32_t props; local
298 uint32_t props; local
309 uint32_t props; local
318 uint32_t props; local
327 uint32_t props; local
344 uint32_t props; local
353 uint32_t props; local
363 uint32_t props; local
377 uint32_t props; local
390 uint32_t props; local
514 uint32_t props; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
collections.js 186 function props(x) {
191 assertArrayEquals([], props(func));
192 assertArrayEquals([], props(func.prototype));
193 assertArrayEquals([], props(new func()));
  /external/icu/icu4c/source/common/
uchar.c 58 uint32_t props; local
59 GET_PROPS(c, props);
60 return (int8_t)GET_CATEGORY(props);
98 uint32_t props; local
99 GET_PROPS(c, props);
100 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
106 uint32_t props; local
107 GET_PROPS(c, props);
108 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
114 uint32_t props; local
122 uint32_t props; local
129 uint32_t props; local
146 uint32_t props; local
159 uint32_t props; local
176 uint32_t props; local
184 uint32_t props; local
192 uint32_t props; local
213 uint32_t props; local
220 uint32_t props; local
228 uint32_t props; local
243 uint32_t props; local
257 uint32_t props; local
270 uint32_t props; local
281 uint32_t props; local
298 uint32_t props; local
309 uint32_t props; local
318 uint32_t props; local
327 uint32_t props; local
344 uint32_t props; local
353 uint32_t props; local
363 uint32_t props; local
377 uint32_t props; local
390 uint32_t props; local
514 uint32_t props; local
    [all...]
  /external/lzma/C/
Lzma2Enc.c 42 Byte props; member in struct:__anon10399
47 static SRes Lzma2EncInt_Init(CLzma2EncInt *p, const CLzma2EncProps *props)
51 RINOK(LzmaEnc_SetProps(p->enc, &props->lzmaProps));
54 p->props = propsEncoded[0];
151 outBuf[destPos++] = p->props;
166 /* ---------- Lzma2 Props ---------- */
246 CLzma2EncProps props; member in struct:__anon10400
276 RINOK(Lzma2EncInt_Init(p, &mainEncoder->props));
324 RINOK(Lzma2EncInt_Init(p, &mainEncoder->props));
372 Lzma2EncProps_Init(&p->props);
    [all...]

Completed in 717 milliseconds

1 2 3 45 6 7 8 91011>>