Searched defs:props (Results 1 - 25 of 60) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DOutputPropertyUtils.java45 * @param props the list of properties that will be searched.
49 public static boolean getBooleanProperty(String key, Properties props) argument
52 String s = props.getProperty(key);
68 * @param props the list of properties that will be searched.
72 public static int getIntProperty(String key, Properties props) argument
75 String s = props.getProperty(key);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DSerializerSwitcher.java131 private static String getOutputPropertyNoDefault(String qnameString, Properties props) argument
134 String value = (String)props.get(qnameString);
150 String ns, String localName, Properties props, Serializer oldSerializer)
161 if (null != getOutputPropertyNoDefault(OutputKeys.METHOD, props))
166 Properties prevProperties = props;
149 switchSerializerIfHTML( String ns, String localName, Properties props, Serializer oldSerializer) argument
/external/bluetooth/bluez/test/
H A Dtest-telephony80 props = headset.GetProperties() variable
81 print props['SpeakerGain']
95 props = headset.GetProperties() variable
96 print props['MicrophoneGain']
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drmfinalepsilon.h38 uint64 props = 0; local
39 SccVisitor<A> scc_visitor(0, &access, &coaccess, &props);
H A Dinvert.h35 uint64 Properties(uint64 props) { return InvertProperties(props); } argument
H A Dweight.h126 uint64 props = kIdempotent | kLeftSemiring | kRightSemiring; local
127 if (W::Properties() & props != props)
H A Dclosure.h44 uint64 props = fst->Properties(kFstProperties, false); local
61 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
H A Dproject.h43 uint64 Properties(uint64 props) { argument
44 return ProjectProperties(props, project_type_ == PROJECT_INPUT);
H A Dconnect.h42 // props: related property bits (cyclicity, initial cyclicity,
45 vector<bool> *coaccess, uint64 *props)
46 : scc_(scc), access_(access), coaccess_(coaccess), props_(props) {}
47 SccVisitor(uint64 *props) argument
48 : scc_(0), access_(0), coaccess_(0), props_(props) {}
207 uint64 props = 0; local
208 SccVisitor<Arc> scc_visitor(0, &access, &coaccess, &props);
44 SccVisitor(vector<StateId> *scc, vector<bool> *access, vector<bool> *coaccess, uint64 *props) argument
H A Dequivalent.h116 uint64 props = kNoEpsilons | kIDeterministic | kAcceptor; local
117 if (fst1.Properties(props, true) != props) {
121 if (fst2.Properties(props, true) != 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;
/external/v8/test/mjsunit/
H A Dfor-in.js28 function props(x) { function
34 assertEquals(0, props({}).length, "olen0");
35 assertEquals(1, props({x:1}).length, "olen1");
36 assertEquals(2, props({x:1, y:2}).length, "olen2");
38 assertArrayEquals(["x"], props({x:1}), "x");
39 assertArrayEquals(["x", "y"], props({x:1, y:2}), "xy");
40 assertArrayEquals(["x", "y", "zoom"], props({x:1, y:2, zoom:3}), "xyzoom");
42 assertEquals(0, props([]).length, "alen0");
43 assertEquals(1, props([1]).length, "alen1");
44 assertEquals(2, props([
[all...]
H A Dsimple-constructor.js28 function props(x) { function
59 assertArrayEquals(["x"], props(o1_1), "3");
60 assertArrayEquals(["x"], props(o1_2), "4");
64 assertArrayEquals(["x"], props(o2_1));
65 assertArrayEquals(["x"], props(o2_2));
69 assertArrayEquals(["x", "y", "z"], props(o3_1));
70 assertArrayEquals(["x", "y", "z"], props(o3_2));
74 assertArrayEquals(["x", "y", "z"], props(o4_0_1));
75 assertArrayEquals(["x", "y", "z"], props(o4_0_2));
79 assertArrayEquals(["x", "y"], props(o4_1_
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-3867.js28 function props(x) { function
52 assertArrayEquals(["a1", "a2", "a3"], props(new A()));
53 assertArrayEquals(["b3", "b2", "b1"], props(new B()));
54 assertArrayEquals(["c3", "c1", "c2"], props(new C()));
55 assertArrayEquals(["s1", "s2", "s3"], props({s1: 0, s2: 0, s3: 0}));
56 assertArrayEquals(["s3", "s2", "s1"], props({s3: 0, s2: 0, s1: 0}));
57 assertArrayEquals(["s3", "s1", "s2"], props({s3: 0, s1: 0, s2: 0}));
62 assertArrayEquals(["a1", "a2", "a3", "a0", "a4"], props(a));
67 assertArrayEquals(["b3", "b2", "b1", "b4", "b0"], props(b));
72 assertArrayEquals(["s1", "s2", "s3", "s0", "s4"], props(o
[all...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
H A DTestUtils.java90 * @param props -
96 public static String createJavaPropertiesFile(Properties props) argument
113 props.store(out, null);
/external/chromium/chrome/browser/chromeos/cros/
H A Dspeech_synthesis_library.cc33 bool SetSpeakProperties(const char* props) { argument
34 return chromeos::SetSpeakProperties(props);
58 bool SetSpeakProperties(const char* props) { return true; } argument
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_phyuv_c.h37 PgScalerProps_t props; member in struct:private_yuvhwdata
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DSimpleFontDataWx.cpp55 wxFontProperties props = wxFontProperties(font); local
56 m_fontMetrics.setAscent(props.GetAscent());
57 m_fontMetrics.setDescent(props.GetDescent());
58 m_fontMetrics.setXHeight(props.GetXHeight());
60 m_fontMetrics.setLineGap(props.GetLineGap());
61 m_fontMetrics.setLineSpacing(props.GetLineSpacing());
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DMemoryHandlerTest.java48 final static Properties props = new Properties(); field in class:MemoryHandlerTest
70 .PropertiesToInputStream(props));
80 props.put("java.util.logging.MemoryHandler.level", "FINE");
81 props.put("java.util.logging.MemoryHandler.filter", baseClassName
83 props.put("java.util.logging.MemoryHandler.size", "2");
84 props.put("java.util.logging.MemoryHandler.push", "WARNING");
85 props.put("java.util.logging.MemoryHandler.target", baseClassName
87 props.put("java.util.logging.MemoryHandler.formatter", baseClassName
97 props.clear();
170 props
[all...]
H A DFileHandlerTest.java55 final static Properties props = new Properties(); field in class:FileHandlerTest
89 .PropertiesToInputStream(props));
100 props.clear();
101 props.put("java.util.logging.FileHandler.level", "FINE");
102 props.put("java.util.logging.FileHandler.filter", className
104 props.put("java.util.logging.FileHandler.formatter", className
106 props.put("java.util.logging.FileHandler.encoding", "iso-8859-1");
108 props.put("java.util.logging.FileHandler.limit", "1000");
110 props.put("java.util.logging.FileHandler.count", "2");
112 props
[all...]
H A DSocketHandlerTest.java63 private Properties props; field in class:SocketHandlerTest
81 .PropertiesToInputStream(props));
93 props = new Properties();
94 props.put("handlers", className + "$MockHandler " + className
96 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log");
97 props.put("java.util.logging.FileHandler.limit", "50000");
98 props.put("java.util.logging.FileHandler.count", "5");
99 props.put("java.util.logging.FileHandler.formatter",
101 props.put(".level", "FINE");
102 props
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Configuration.java96 static Hashtable<String, String> props = null; field in class:Support_Configuration
105 Hashtable<String, String> props = new Hashtable<String, String>();
130 load(in, props);
134 if (props.size() == 0) {
139 value = props.get("DomainAddress");
144 value = props.get("WebName");
149 value = props.get("TestResourcesDir");
153 value = props.get("HomeAddressResponse");
158 value = props.get("HomeAddressSoftware");
163 value = props
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java381 * @param props the list of properties to search in.
385 public static QName getQNameProperty(String key, Properties props) argument
388 String s = props.getProperty(key);
478 * @param props the list of properties to search in.
482 public static Vector getQNameProperties(String key, Properties props) argument
485 String s = props.getProperty(key);
/external/icu4c/common/
H A Dubidi_props.c131 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
132 return (UCharDirection)UBIDI_GET_CLASS(props);
137 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
138 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT);
143 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
144 int32_t delta=((int16_t)props)>>UBIDI_MIRROR_DELTA_SHIFT;
176 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
177 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIFT);
182 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
183 return (UBool)UBIDI_GET_FLAG(props, UBIDI_JOIN_CONTROL_SHIF
188 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
[all...]
/external/qemu/hw/
H A Dqdev.h18 DeviceProperty *props; member in struct:DeviceState
83 DevicePropList *props; member in struct:DeviceInfo

Completed in 697 milliseconds

123