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

12 3 4 5 6 7 8 91011>>

  /external/openfst/src/include/fst/
closure.h 51 uint64 props = fst->Properties(kFstProperties, false); local
69 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
lexicographic-weight.h 62 uint64 props = kPath; local
63 if ((W1::Properties() & props) != props) {
68 if ((W2::Properties() & props) != props) {
equivalent.h 145 uint64 props = kNoEpsilons | kIDeterministic | kAcceptor; local
146 if (fst1.Properties(props, true) != props) {
152 if (fst2.Properties(props, true) != props) {
power-weight.h 82 uint64 props = W::Properties(); local
83 return props & (kLeftSemiring | kRightSemiring |
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h 44 uint64 props = fst->Properties(kFstProperties, false); local
61 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
weight.h 126 uint64 props = kIdempotent | kLeftSemiring | kRightSemiring; local
127 if ((W::Properties() & props) != props)
equivalent.h 115 uint64 props = kNoEpsilons | kIDeterministic | kAcceptor; local
116 if (fst1.Properties(props, true) != props) {
120 if (fst2.Properties(props, true) != props) {
  /libcore/luni/src/test/java/libcore/java/sql/
OldDriverPropertyInfoTest.java 51 Properties props = new Properties(); local
54 props);
  /build/core/tasks/
product-graph.mk 60 define emit-product-node-props
78 $(foreach p,$(PRIVATE_PRODUCTS),$(call emit-product-node-props,$(p),$@.in))
  /external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.cc 68 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/third_party/harfbuzz-ng/src/
hb-ot-shape-private.hh 39 hb_segment_properties_t props; member in struct:hb_ot_shape_plan_t
69 hb_segment_properties_t props; member in struct:hb_ot_shape_planner_t
75 props (master_plan->props),
77 map (face, &props) {}
82 plan.props = props;
91 plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ?
  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 64 static SkSurface* NewRasterPMColor(int width, int height, const SkSurfaceProps* props = NULL) {
65 return NewRaster(SkImageInfo::MakeN32Premul(width, height), props);
215 const SkSurfaceProps& props() const { return fProps; } function in class:SkSurface
  /external/chromium_org/third_party/skia/src/image/
SkSurface.cpp 52 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props)
53 : INHERITED(width, height, props)
59 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props)
60 : INHERITED(info, props)
118 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props)
119 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height)
126 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props)
127 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height())
180 SkSurfaceProps props = make_props(trm); local
181 return NewRenderTargetDirect(target, &props);
186 SkSurfaceProps props = make_props(trm); local
192 SkSurfaceProps props = make_props(trm); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
typedarrays.js 553 function props(x) {
558 assertArrayEquals([], props(func));
559 assertArrayEquals([], props(func.prototype));
561 assertArrayEquals([], props(obj));
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 39 hb_segment_properties_t props; member in struct:hb_ot_shape_plan_t
69 hb_segment_properties_t props; member in struct:hb_ot_shape_planner_t
75 props (master_plan->props),
77 map (face, &props) {}
82 plan.props = props;
91 plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ?
hb-shape-plan.cc 89 * @props:
102 const hb_segment_properties_t *props,
112 if (unlikely (!props || hb_object_is_inert (face)))
121 assert (props->direction != HB_DIRECTION_INVALID);
126 shape_plan->props = *props;
154 HB_SEGMENT_PROPERTIES_DEFAULT, /* props */
280 assert (hb_segment_properties_equal (&shape_plan->props, &buffer->props));
311 return hb_segment_properties_hash (&shape_plan->props)
323 const hb_segment_properties_t props; member in struct:hb_shape_plan_proposal_t
    [all...]
  /external/lzma/CPP/7zip/Compress/
LzmaEncoder.cpp 104 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/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_phyuv_c.h 37 PgScalerProps_t props; member in struct:private_yuvhwdata
  /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...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
Tweener.java 64 ArrayList<PropertyValuesHolder> props = new ArrayList<PropertyValuesHolder>(vars.length/2); local
84 props.add(PropertyValuesHolder.ofFloat(key,
87 props.add(PropertyValuesHolder.ofInt(key,
91 props.add(PropertyValuesHolder.ofFloat(key, floatValue));
103 props.toArray(new PropertyValuesHolder[props.size()]));
109 replace(props, object); // Cancel all animators for given object
163 private static void replace(ArrayList<PropertyValuesHolder> props, Object... args) {
168 if (props != null) {
170 props.toArray(new PropertyValuesHolder[props.size()]))
    [all...]
  /packages/apps/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...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
MessageParser.java 204 Properties props = new Properties(); local
205 props.load(new StringReader(data));
209 = props.getProperty(EXTRA_PROVISIONING_TIME_ZONE);
210 if ((s = props.getProperty(EXTRA_PROVISIONING_LOCALE)) != null) {
213 params.mWifiSsid = props.getProperty(EXTRA_PROVISIONING_WIFI_SSID);
214 params.mWifiSecurityType = props.getProperty(EXTRA_PROVISIONING_WIFI_SECURITY_TYPE);
215 params.mWifiPassword = props.getProperty(EXTRA_PROVISIONING_WIFI_PASSWORD);
216 params.mWifiProxyHost = props.getProperty(EXTRA_PROVISIONING_WIFI_PROXY_HOST);
217 params.mWifiProxyBypassHosts = props.getProperty(EXTRA_PROVISIONING_WIFI_PROXY_BYPASS);
218 params.mWifiPacUrl = props.getProperty(EXTRA_PROVISIONING_WIFI_PAC_URL)
    [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/chromium_org/device/bluetooth/
bluetooth_remote_gatt_characteristic_chromeos.cc 115 Properties props = kPropertyNone; local
121 props |= kPropertyBroadcast;
123 props |= kPropertyRead;
125 props |= kPropertyWriteWithoutResponse;
127 props |= kPropertyWrite;
129 props |= kPropertyNotify;
131 props |= kPropertyIndicate;
133 props |= kPropertyAuthenticatedSignedWrites;
135 props |= kPropertyExtendedProperties;
137 props |= kPropertyReliableWrite
    [all...]

Completed in 2218 milliseconds

12 3 4 5 6 7 8 91011>>