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

12345678910

/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...]
/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/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);
154 PropsTy &props local
161 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
185 doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) argument
194 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
223 removeAssignForDefaultStrong(PropsTy &props, SourceLocation atLoc) const argument
238 rewriteAssign(PropsTy &props, SourceLocation atLoc) const argument
267 maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, SourceLocation atLoc) const argument
365 hasGCWeak(PropsTy &props, SourceLocation atLoc) const argument
[all...]
/external/icu4c/common/
H A Duchar.c58 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...]
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.cpp86 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
88 #define PROPS_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION)
136 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
137 if(!PROPS_HAS_EXCEPTION(props)) {
138 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) {
139 c+=UCASE_GET_DELTA(props);
142 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
153 uint16_t props local
170 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
201 uint16_t props; local
433 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
440 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
447 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
463 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
808 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
952 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1098 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1162 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-private.hh40 hb_segment_properties_t props; member in struct:hb_ot_shape_plan_t
65 hb_segment_properties_t props; member in struct:hb_ot_shape_planner_t
71 props (master_plan->props),
73 map (face, &props) {}
78 plan.props = props;
H A Dhb-shape-plan-private.hh43 hb_segment_properties_t props; member in struct:hb_shape_plan_t
H A Dhb-shape-plan.cc88 const hb_segment_properties_t *props,
93 assert (props->direction != HB_DIRECTION_INVALID);
99 if (unlikely (!props || hb_object_is_inert (face)))
107 shape_plan->props = *props;
122 HB_SEGMENT_PROPERTIES_DEFAULT, /* props */
188 assert (hb_segment_properties_equal (&shape_plan->props, &buffer->props));
219 return hb_segment_properties_hash (&shape_plan->props) +
227 const hb_segment_properties_t props; member in struct:hb_shape_plan_proposal_t
87 hb_shape_plan_create(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) argument
242 hb_shape_plan_create_cached(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) argument
[all...]
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DSaslClientFactory.java26 String serverName, Map<String, ?> props, CallbackHandler cbh) throws SaslException;
28 String[] getMechanismNames(Map<String, ?> props); argument
25 createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) argument
H A DSaslServerFactory.java26 Map<String, ?> props, CallbackHandler cbh) throws SaslException;
28 String[] getMechanismNames(Map<String, ?> props); argument
25 createSaslServer(String mechanisms, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) argument
/external/smack/src/org/jivesoftware/smack/sasl/
H A DSASLGSSAPIMechanism.java63 Map<String,String> props = new HashMap<String,String>();
64 props.put(Sasl.SERVER_AUTH,"TRUE");
65 sc = Sasl.createSaslClient(mechanisms, username, "xmpp", host, props, cbh);
82 Map<String,String> props = new HashMap<String, String>();
83 props.put(Sasl.SERVER_AUTH,"TRUE");
84 sc = Sasl.createSaslClient(mechanisms, username, "xmpp", host, props, this);
/external/icu4c/tools/toolutil/
H A Dppucd.cpp205 UniProps *props; local
222 props=&defaultProps;
227 props=&blockProps;
246 props=&cpProps;
253 props->start=start;
254 props->end=end;
256 if(!parseProperty(*props, field, newValues, errorCode)) { return NULL; }
258 return props;
272 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, argument
314 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/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/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/smack/src/org/jivesoftware/smackx/workgroup/settings/
H A DWorkgroupProperties.java101 WorkgroupProperties props = new WorkgroupProperties();
109 props.setAuthRequired(new Boolean(parser.nextText()).booleanValue());
112 props.setEmail(parser.nextText());
115 props.setFullName(parser.nextText());
122 return props;

Completed in 562 milliseconds

12345678910