HomeSort by relevance Sort by last modified time
    Searched defs:props (Results 51 - 75 of 852) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/native/services/surfaceflinger/
GpuService.cpp 137 auto props = VkJsonGetAllProperties(gpus[i]); local
138 std::string json = VkJsonAllPropertiesToJson(props);
  /libcore/ojluni/src/main/java/sun/net/www/protocol/mailto/
MailToURLConnection.java 56 MessageHeader props = new MessageHeader(); local
57 props.add("content-type", "text/html");
58 setProperties(props);
  /system/update_engine/payload_generator/
cycle_breaker_unittest.cc 100 EdgeProperties props; local
101 props.extents.resize(1);
102 props.extents[0].set_num_blocks(weight);
103 return make_pair(dest, props);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 355 Properties props = new Properties(defaults); local
381 props.load(bis);
442 Enumeration keys = ((Properties) props.clone()).keys();
459 value = (String) props.get(key);
478 props.remove(key);
479 props.put(newKey, newValue);
484 return props;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanGenerator.java 35 public Object newInstance(String superclass, Map props);
39 private Map props = new HashMap(); field in class:BeanGenerator
60 if (props.containsKey(name)) {
63 props.put(name, Type.getType(type));
89 Object key = KEY_FACTORY.newInstance(superName, props);
94 int size = props.size();
95 String[] names = (String[])props.keySet().toArray(new String[size]);
98 types[i] = (Type)props.get(names[i]);
129 public static void addProperties(BeanGenerator gen, Map props) {
130 for (Iterator it = props.keySet().iterator(); it.hasNext();)
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
Tweener.java 64 ArrayList<PropertyValuesHolder> props = new ArrayList<PropertyValuesHolder>(vars.length/2); local
85 props.add(PropertyValuesHolder.ofFloat(key,
88 props.add(PropertyValuesHolder.ofInt(key,
92 props.add(PropertyValuesHolder.ofFloat(key, floatValue));
104 props.toArray(new PropertyValuesHolder[props.size()]));
110 replace(props, object); // Cancel all animators for given object
164 private static void replace(ArrayList<PropertyValuesHolder> props, Object... args) {
169 if (props != null) {
171 props.toArray(new PropertyValuesHolder[props.size()]))
    [all...]
  /external/apache-http/src/org/apache/http/util/
VersionInfo.java 257 Properties props = new Properties(); local
258 props.load(is);
259 vip = props;
  /external/drm_hwcomposer/
drmresources.cpp 385 drmModeObjectPropertiesPtr props; local
387 props = drmModeObjectGetProperties(fd(), obj_id, obj_type);
388 if (!props) {
394 for (int i = 0; !found && (size_t)i < props->count_props; ++i) {
395 drmModePropertyPtr p = drmModeGetProperty(fd(), props->props[i]);
397 property->Init(p, props->prop_values[i]);
403 drmModeFreeObjectProperties(props);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java 73 Properties props = System.getProperties(); local
76 props.put("mail.smtp.host", buildProperties.getHost());
79 Session session = Session.getDefaultInstance(props, null);
126 Properties props = System.getProperties(); local
129 props.put("mail.smtp.host", buildProperties.getHost());
132 Session session = Session.getDefaultInstance(props, null);
173 Properties props = System.getProperties(); local
176 props.put("mail.smtp.host", buildProperties.getHost());
179 Session session = Session.getDefaultInstance(props, null);
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 220 hb_segment_properties_t props; variable
hb-shape-plan.cc 100 * @props:
113 const hb_segment_properties_t *props,
129 if (unlikely (!props))
138 assert (props->direction != HB_DIRECTION_INVALID);
143 shape_plan->props = *props;
171 HB_SEGMENT_PROPERTIES_DEFAULT, /* props */
306 assert (hb_segment_properties_equal (&shape_plan->props, &buffer->props));
337 return hb_segment_properties_hash (&shape_plan->props)
349 const hb_segment_properties_t props; member in struct:hb_shape_plan_proposal_t
    [all...]
  /external/icu/icu4c/source/common/
ubidi_props.c 144 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
145 return (UCharDirection)UBIDI_GET_CLASS(props);
150 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
151 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT);
155 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) {
156 int32_t delta=UBIDI_GET_MIRROR_DELTA(props);
188 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
189 return getMirror(bdp, c, props);
194 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
195 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIFT)
200 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
206 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
229 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
235 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
    [all...]
  /external/iproute2/tipc/
link.c 74 struct nlattr *props[TIPC_NLA_PROP_MAX + 1] = {}; local
84 mnl_attr_parse_nested(attrs[TIPC_NLA_LINK_PROP], parse_attrs, props);
85 if (!props[*prop])
88 printf("%u\n", mnl_attr_get_u32(props[*prop]));
428 struct nlattr *props; local
471 props = mnl_attr_nest_start(nlh, TIPC_NLA_LINK_PROP);
473 mnl_attr_nest_end(nlh, props);
  /external/libdrm/tests/modeprint/
modeprint.c 95 static int printProperty(int fd, drmModeResPtr res, drmModePropertyPtr props, uint64_t value)
100 printf("Property: %s\n", props->name);
101 printf("\tid : %i\n", props->prop_id);
102 printf("\tflags : %i\n", props->flags);
103 printf("\tcount_values : %d\n", props->count_values);
106 if (props->count_values) {
108 for (j = 0; j < props->count_values; j++)
109 printf(" %" PRIu64, props->values[j]);
114 printf("\tcount_enums : %d\n", props->count_enums);
116 if (props->flags & DRM_MODE_PROP_BLOB)
167 drmModePropertyPtr props; local
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMAInputStream.java 93 int props = propsByte & 0xFF; local
94 if (props > (4 * 5 + 4) * 9 + 8)
97 props %= 9 * 5;
98 int lp = props / 9;
99 int lc = props - lp * 9;
382 int props = propsByte & 0xFF; local
383 if (props > (4 * 5 + 4) * 9 + 8)
386 int pb = props / (9 * 5);
387 props -= pb * 9 * 5;
388 int lp = props / 9
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_output.c 127 drmModePropertyPtr props = NULL; local
133 props = drmModeGetProperty(priv->fd, drm_connector->props[i]);
134 if (!props)
137 if (!(props->flags & DRM_MODE_PROP_BLOB))
140 if (!strcmp(props->name, "EDID")) {
148 drmModeFreeProperty(props);
279 prop = drmModeGetProperty(ms->fd, drm_connector->props[p]);
  /external/skia/include/core/
SkSurface.h 76 static SkSurface* NewRasterN32Premul(int width, int height, const SkSurfaceProps* props = NULL) {
77 return NewRaster(SkImageInfo::MakeN32Premul(width, height), props);
99 const SkSurfaceProps* props) {
100 return NewFromBackendTexture(ctx, desc, props);
295 const SkSurfaceProps& props() const { return fProps; } function in class:SkSurface
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
PropertyUtils.java 110 Collection<Property> props = getPropertiesMap(type, bAccess).values(); local
111 for (Property property : props) {
  /external/snakeyaml/src/test/java/examples/collections/
TypeSafeMapImplementationsTest.java 40 Properties props = new Properties(); local
41 props.setProperty("key1", "value1");
42 props.setProperty("key2", "value2");
43 bean.setProperties(props);
64 Properties props = parsed.getProperties(); local
65 assertEquals(2, props.size());
66 assertEquals("value1", props.getProperty("key1"));
67 assertEquals("value2", props.getProperty("key2"));
111 Properties props = new Properties(); local
112 props.setProperty("key1", "value1")
161 Properties props = new Properties(); local
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
ObjectValuesTest.java 35 final String[] props = { "prop1", "prop2", "prop3" }; local
36 for (String name : props) {
45 ov.setPossible(props);
65 final String[] props = { "prop1", "prop2", "prop3" }; local
66 for (String name : props) {
75 ov.setPossible(props);
  /external/testng/src/main/java/org/testng/
ReporterConfig.java 81 String[] props = propString.split(","); local
82 if ((props != null) && (props.length > 0)) {
83 for (String prop : props) {
  /external/v8/test/mjsunit/es6/
typedarray.js 718 function props(x) {
723 assertArrayEquals([], props(func));
724 assertArrayEquals([], props(func.prototype));
726 assertArrayEquals([], props(obj));
  /frameworks/base/libs/hwui/
DamageAccumulator.cpp 139 static inline void mapRect(const RenderProperties& props, const SkRect& in, SkRect* out) {
141 const SkMatrix* transform = props.getTransformMatrix();
153 temp.offset(props.getLeft(), props.getTop());
197 const RenderProperties& props = frame->renderNode->properties(); local
198 if (props.getAlpha() <= 0) {
203 if (props.getClipDamageToBounds() && !frame->pendingDirty.isEmpty()) {
204 if (!frame->pendingDirty.intersect(0, 0, props.getWidth(), props.getHeight())) {
210 mapRect(props, frame->pendingDirty, &mHead->pendingDirty)
    [all...]
  /libcore/ojluni/src/main/java/sun/net/spi/
DefaultProxySelector.java 75 final static String[][] props = { field in class:DefaultProxySelector
199 for (i=0; i<props.length; i++) {
200 if (props[i][0].equalsIgnoreCase(proto)) {
201 for (j = 1; j < props[i].length; j++) {
206 phost = NetProperties.get(props[i][j]+"Host");
261 pport = NetProperties.getInteger(props[i][j]+"Port", 0).intValue();
262 if (pport == 0 && j < (props[i].length - 1)) {
266 for (int k = 1; k < (props[i].length - 1); k++) {
268 pport = NetProperties.getInteger(props[i][k]+"Port", 0).intValue();
274 if (j == (props[i].length - 1)) // SOCK
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/
URLConnection.java 125 MessageHeader props = properties; local
126 return props == null ? null : props.getKey(n);
140 MessageHeader props = properties; local
141 return props == null ? null : props.getValue(n);

Completed in 677 milliseconds

1 23 4 5 6 7 8 91011>>