Searched defs:props (Results 51 - 75 of 234) sorted by relevance

12345678910

/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dutil.hpp110 property_map(const T *props) { argument
113 while (props && *props) {
114 T key = *props++;
115 T value = *props++;
/external/openfst/src/include/fst/
H A Dclosure.h51 uint64 props = fst->Properties(kFstProperties, false); local
69 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
H A Dinvert.h44 uint64 Properties(uint64 props) { return InvertProperties(props); } argument
H A Dlexicographic-weight.h62 uint64 props = kPath; local
63 if ((W1::Properties() & props) != props) {
68 if ((W2::Properties() & props) != props) {
H A Dproject.h58 uint64 Properties(uint64 props) { argument
59 return ProjectProperties(props, project_type_ == PROJECT_INPUT);
H A Dequivalent.h145 uint64 props = kNoEpsilons | kIDeterministic | kAcceptor; local
146 if (fst1.Properties(props, true) != props) {
152 if (fst2.Properties(props, true) != props) {
H A Dpower-weight.h82 uint64 props = W::Properties(); local
83 return props & (kLeftSemiring | kRightSemiring |
H A Dtest-properties.h39 inline uint64 KnownProperties(uint64 props) { argument
40 return kBinaryProperties | (props & kTrinaryProperties) |
41 ((props & kPosTrinaryProperties) << 1) |
42 ((props & kNegTrinaryProperties) >> 1);
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_phyuv_c.h37 PgScalerProps_t props; member in struct:private_yuvhwdata
/external/srec/tools/thirdparty/OpenFst/fst/lib/
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
/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...]
/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/chromium_org/ppapi/cpp/dev/
H A Dscriptable_object_deprecated.cc68 std::vector<Var> props; local
69 static_cast<ScriptableObject*>(object)->GetAllPropertyNames(&props, e.Get());
70 if (props.empty())
72 *property_count = static_cast<uint32_t>(props.size());
77 memory_if->MemAlloc(sizeof(PP_Var) * props.size()));
79 for (size_t i = 0; i < props.size(); ++i)
80 (*properties)[i] = props[i].Detach();
/external/chromium_org/ppapi/cpp/private/
H A Dvar_private.cc77 PP_Var* props = NULL;
80 var_, &prop_count, &props, OutException(exception).get());
85 Var temp(PassRef(), props[i]); local
90 memory_if->MemFree(props);
/external/chromium_org/third_party/harfbuzz-ng/src/
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/chromium_org/third_party/icu/source/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_output.c127 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/harfbuzz_ng/src/
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/lzma/C/
H A DLzma86Enc.c25 CLzmaEncProps props; local
26 LzmaEncProps_Init(&props);
27 props.level = level;
28 props.dictSize = dictSize;
84 &props, dest + 1, &outPropsSize, 0,
/external/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp104 CLzmaEncProps props; local
105 LzmaEncProps_Init(&props);
114 if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break;
116 if (prop.vt != VT_UI4) return E_INVALIDARG; props.numThreads = prop.ulVal; break;
118 RINOK(SetLzmaProp(propID, prop, props));
121 return SResToHRESULT(LzmaEnc_SetProps(_encoder, &props));
126 Byte props[LZMA_PROPS_SIZE]; local
128 RINOK(LzmaEnc_WriteProperties(_encoder, props, &size));
129 return WriteStream(outStream, props, size);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_output.c127 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/qemu/hw/
H A Dqdev.h18 DeviceProperty *props; member in struct:DeviceState
83 DevicePropList *props; member in struct:DeviceInfo

Completed in 669 milliseconds

12345678910