Searched refs:props (Results 1 - 25 of 198) sorted by relevance

12345678

/external/icu4c/samples/props/
H A DMakefile12 TARGET=props
15 OBJECTS=props.o
/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/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/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...]
H A Dundeletable-functions.js118 function CheckEcmaSemantics(type, props, name) {
120 for (var i = 0; i < props.length; i++) {
121 CheckDeletable(type, props[i]);
126 function CheckDontDelete(type, props, name) {
128 for (var i = 0; i < props.length; i++) {
129 CheckDontDeleteAttr(type, props[i]);
/external/v8/test/mjsunit/harmony/
H A Dblock-for.js33 function props(x) { function
39 assertEquals(0, props({}).length);
40 assertEquals(1, props({x:1}).length);
41 assertEquals(2, props({x:1, y:2}).length);
43 assertArrayEquals(["x"], props({x:1}));
44 assertArrayEquals(["x", "y"], props({x:1, y:2}));
45 assertArrayEquals(["x", "y", "zoom"], props({x:1, y:2, zoom:3}));
47 assertEquals(0, props([]).length);
48 assertEquals(1, props([1]).length);
49 assertEquals(2, props([
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new-getall.py12 props = wpas_obj.GetAll("fi.w1.wpa_supplicant1",
15 print props
25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface",
29 print props
31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS",
35 print props
41 props = bss_obj.GetAll("fi.w1.wpa_supplicant1.BSS",
45 print props
51 props = net_obj.GetAll("fi.w1.wpa_supplicant1.Network",
55 print props
[all...]
H A Dwpas-test.py60 props = net.properties()
64 for item in props["bssid"]:
67 ssid = byte_array_to_string(props["ssid"])
69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
76 freq = props["frequency"]
77 caps = props["capabilities"]
78 qual = props["quality"]
79 level = props["leve
[all...]
/external/wpa_supplicant_6/wpa_supplicant/examples/
H A Dwpas-test.py60 props = net.properties()
64 for item in props["bssid"]:
67 ssid = byte_array_to_string(props["ssid"])
69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
76 freq = props["frequency"]
77 caps = props["capabilities"]
78 qual = props["quality"]
79 level = props["leve
[all...]
/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp87 PropsTy &props = AtProps[RawLoc]; local
88 props.push_back(*propI);
119 PropsTy &props = findAtLoc->second; local
120 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) {
132 PropsTy &props = I->second; local
133 if (!getPropertyType(props)->isObjCRetainableType())
135 if (hasIvarWithExplicitARCOwnership(props))
139 rewriteProperty(props, atLoc);
152 PropsTy &props local
159 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
183 doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) argument
192 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
221 removeAssignForDefaultStrong(PropsTy &props, SourceLocation atLoc) const argument
234 rewriteAssign(PropsTy &props, SourceLocation atLoc) const argument
261 maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, SourceLocation atLoc) const argument
357 hasGCWeak(PropsTy &props, SourceLocation atLoc) const argument
[all...]
/external/icu4c/common/
H A Duchar.c57 uint32_t props; local
58 GET_PROPS(c, props);
59 return (int8_t)GET_CATEGORY(props);
97 uint32_t props; local
98 GET_PROPS(c, props);
99 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
105 uint32_t props; local
106 GET_PROPS(c, props);
107 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
113 uint32_t props; local
121 uint32_t props; local
128 uint32_t props; local
145 uint32_t props; local
158 uint32_t props; local
175 uint32_t props; local
183 uint32_t props; local
191 uint32_t props; local
212 uint32_t props; local
219 uint32_t props; local
227 uint32_t props; local
242 uint32_t props; local
256 uint32_t props; local
269 uint32_t props; local
280 uint32_t props; local
297 uint32_t props; local
308 uint32_t props; local
317 uint32_t props; local
326 uint32_t props; local
343 uint32_t props; local
352 uint32_t props; local
362 uint32_t props; local
376 uint32_t props; local
389 uint32_t props; local
492 uint32_t props; local
[all...]
H A Dubidi_props.h113 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK)
114 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1)
H A Ducase.c83 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
85 #define PROPS_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION)
133 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
134 if(!PROPS_HAS_EXCEPTION(props)) {
135 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) {
136 c+=UCASE_GET_DELTA(props);
139 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
150 uint16_t props local
167 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
198 uint16_t props; local
397 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
404 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
420 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
436 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
781 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
925 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1071 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1135 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
[all...]
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/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/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
H A Dspeech_synthesis_library.h25 virtual bool SetSpeakProperties(const char* props) = 0;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dweight.h126 uint64 props = kIdempotent | kLeftSemiring | kRightSemiring; local
127 if (W::Properties() & props != props)
/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 DLogManagerTest.java57 Properties props; field in class:LogManagerTest
80 props = initProps();
84 Properties props = new Properties();
85 props.put("handlers", className + "$MockHandler " + className
87 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log");
88 props.put("java.util.logging.FileHandler.limit", "50000");
89 props.put("java.util.logging.FileHandler.count", "5");
90 props.put("java.util.logging.FileHandler.formatter",
92 props.put(".level", "FINE");
93 props
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DPropertiesTest.java125 MyProperties props = new MyProperties();
126 assertNull(props.getProperty("key"));
135 MyProperties props = new MyProperties();
136 assertEquals("defaultValue", props.getProperty("key", "defaultValue"));
285 Properties props = new Properties();
286 props.load(is);
288 assertEquals("1", "\n \t \f", props.getProperty(" \r"));
289 assertEquals("2", "a", props.getProperty("a"));
290 assertEquals("3", "bb as,dn ", props.getProperty("b"));
291 assertEquals("4", ":: cu", props
[all...]
/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/jmdns/src/javax/jmdns/
H A DServiceInfo.java159 * @param props
163 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final Map<String, ?> props) { argument
164 return new ServiceInfoImpl(type, name, "", port, weight, priority, false, props);
182 * @param props
186 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final Map<String, ?> props) { argument
187 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, false, props);
297 * @param props
301 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) { argument
302 return new ServiceInfoImpl(type, name, "", port, weight, priority, persistent, props);
322 * @param props
326 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
395 create(final Map<Fields, String> qualifiedNameMap, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
669 setText(final Map<String, ?> props) argument
[all...]
/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());

Completed in 2298 milliseconds

12345678