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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map-private.hh 232 hb_segment_properties_t props; variable
hb-shape-plan.cc 100 * @props:
113 const hb_segment_properties_t *props,
129 if (unlikely (!props || hb_object_is_inert (face)))
138 assert (props->direction != HB_DIRECTION_INVALID);
143 shape_plan->props = *props;
171 HB_SEGMENT_PROPERTIES_DEFAULT, /* props */
302 assert (hb_segment_properties_equal (&shape_plan->props, &buffer->props));
333 return hb_segment_properties_hash (&shape_plan->props)
345 const hb_segment_properties_t props; member in struct:hb_shape_plan_proposal_t
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidi_props.c 133 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
134 return (UCharDirection)UBIDI_GET_CLASS(props);
139 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
140 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT);
144 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) {
145 int32_t delta=UBIDI_GET_MIRROR_DELTA(props);
177 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
178 return getMirror(bdp, c, props);
183 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
184 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIFT)
189 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
195 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
214 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
220 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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 232 hb_segment_properties_t props; variable
  /external/icu/icu4c/source/common/
ubidi_props.c 133 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
134 return (UCharDirection)UBIDI_GET_CLASS(props);
139 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
140 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT);
144 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) {
145 int32_t delta=UBIDI_GET_MIRROR_DELTA(props);
177 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
178 return getMirror(bdp, c, props);
183 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
184 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIFT)
189 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
195 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
214 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
220 uint16_t props=UTRIE2_GET16(&bdp->trie, c); local
    [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/openfst/src/include/fst/
sparse-power-weight.h 134 uint64 props = W::Properties(); local
135 return props & (kLeftSemiring | kRightSemiring |
  /external/openfst/src/lib/
properties.cc 268 uint64 props = 0; local
272 props |= kNotAcceptor & inprops[i];
273 props |= (kNonIDeterministic | kNonODeterministic | kEpsilons |
279 outprops |= props;
360 // of the output of shortest path need to be updated, given that 'props' is
362 uint64 ShortestPathProperties(uint64 props) {
363 return props | kAcyclic | kInitialAcyclic | kAccessible | kCoAccessible;
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 156 GR_WM_PROPERTIES props ; local
171 props.flags = GR_WM_FLAGS_PROPS ;
172 props.props = GR_WM_PROPS_NODECORATE ;
173 GrSetWMProperties (FSwindow, & props) ;
  /external/qemu/include/hw/
qdev-core.h 16 DeviceProperty *props; member in struct:DeviceState
81 DevicePropList *props; member in struct:DeviceInfo
  /external/smack/src/org/jivesoftware/smack/sasl/
SASLMechanism.java 91 Map<String,String> props = new HashMap<String,String>(); local
92 sc = Sasl.createSaslClient(mechanisms, username, "xmpp", host, props, this);
108 Map<String,String> props = new HashMap<String,String>(); local
109 sc = Sasl.createSaslClient(mechanisms, username, "xmpp", host, props, cbh);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
connect.h 42 // 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)
48 : scc_(0), access_(0), coaccess_(0), props_(props) {}
207 uint64 props = 0; local
208 SccVisitor<Arc> scc_visitor(0, &access, &coaccess, &props);
  /frameworks/base/libs/hwui/
DamageAccumulator.cpp 132 static inline void mapRect(const RenderProperties& props, const SkRect& in, SkRect* out) {
134 const SkMatrix* transform = props.getTransformMatrix();
139 temp.offset(props.getLeft(), props.getTop());
183 const RenderProperties& props = frame->renderNode->properties(); local
184 if (props.getAlpha() <= 0) {
189 if (props.getClipDamageToBounds() && !frame->pendingDirty.isEmpty()) {
190 if (!frame->pendingDirty.intersect(0, 0, props.getWidth(), props.getHeight())) {
196 mapRect(props, frame->pendingDirty, &mHead->pendingDirty)
    [all...]
  /hardware/intel/img/libdrm/tests/modeprint/
modeprint.c 90 int printProperty(int fd, drmModeResPtr res, drmModePropertyPtr props, uint64_t value)
95 printf("Property: %s\n", props->name);
96 printf("\tid : %i\n", props->prop_id);
97 printf("\tflags : %i\n", props->flags);
98 printf("\tcount_values : %d\n", props->count_values);
101 if (props->count_values) {
103 for (j = 0; j < props->count_values; j++)
104 printf(" %lld", props->values[j]);
109 printf("\tcount_enums : %d\n", props->count_enums);
111 if (props->flags & DRM_MODE_PROP_BLOB)
146 drmModePropertyPtr props; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLCompositeProperty.java 52 IGLProperty []props = new IGLProperty[mPropertiesMap.size()]; local
56 props[i++] = p.clone();
59 return new GLCompositeProperty(getType(), props);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java 48 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.remove("java.util.logging.MemoryHandler.target")
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 41 final static Properties props = new Properties(); field in class:OldFileHandlerTest
54 props.clear();
55 props.put("java.util.logging.FileHandler.level", "FINE");
56 props.put("java.util.logging.FileHandler.filter", className
58 props.put("java.util.logging.FileHandler.formatter", className
60 props.put("java.util.logging.FileHandler.encoding", "iso-8859-1");
62 props.put("java.util.logging.FileHandler.limit", "1000");
64 props.put("java.util.logging.FileHandler.count", "2");
66 props.put("java.util.logging.FileHandler.append", "true");
67 props.put("java.util.logging.FileHandler.pattern"
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 96 static Hashtable<String, String> props = null; field in class:Support_Configuration
106 Hashtable<String, String> props = new Hashtable<String, String>(); local
131 load(in, props);
135 if (props.size() == 0) {
140 value = props.get("DomainAddress");
145 value = props.get("WebName");
150 value = props.get("TestResourcesDir");
154 value = props.get("HomeAddressResponse");
159 value = props.get("HomeAddressSoftware");
164 value = props.get("ProxyServerTestHost")
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 422 Properties props = getConfigurationFile(contextClassLoader, FACTORY_PROPERTIES); local
427 if (props != null) {
428 String useTCCLStr = props.getProperty(TCCL_KEY);
563 if (props != null) {
570 String factoryClass = props.getProperty(FACTORY_PROPERTY);
624 if( props!=null ) {
625 Enumeration names = props.propertyNames();
628 String value = props.getProperty(name);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 349 Properties props = new Properties(); local
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 349 Properties props = new Properties(); local
350 props.load(fis);
351 factoryClassName = props.getProperty(factoryId);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.java 323 Properties props = new Properties(); local
325 props.load(is);
336 int totalEntries = props.size();
339 Enumeration keys = props.keys();
343 String val = props.getProperty(javaName);
ObjectFactory.java 348 Properties props = new Properties(); local
349 props.load(fis);
350 factoryClassName = props.getProperty(factoryId);

Completed in 1116 milliseconds

1 23 4 5 6 7 8 91011>>