Searched defs:props (Results 76 - 100 of 250) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine_browsertests.cc882 const ash::ime::InputMethodMenuItemList& props = local
885 ASSERT_EQ(5U, props.size());
887 EXPECT_EQ("ID0", props[0].key);
888 EXPECT_EQ("ID1", props[1].key);
889 EXPECT_EQ("ID2", props[2].key);
890 EXPECT_EQ("ID3", props[3].key);
891 EXPECT_EQ("ID4", props[4].key);
893 EXPECT_EQ("LABEL1", props[1].label);
894 EXPECT_EQ("LABEL2", props[2].label);
895 EXPECT_EQ("LABEL3", props[
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_characteristic_chromeos.cc115 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 |
[all...]
/external/chromium_org/ppapi/proxy/
H A Dppb_var_deprecated_proxy.cc426 SerializedVarVectorOutParam props,
430 props.CountOutParam(), props.ArrayOutParam(dispatcher()),
424 OnMsgEnumerateProperties( SerializedVarReceiveInput var, SerializedVarVectorOutParam props, SerializedVarOutParam exception) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer-private.hh57 hb_segment_properties_t props; /* Script, language, direction */ member in struct:hb_buffer_t
H A Dhb-ot-map-private.hh232 hb_segment_properties_t props; variable
/external/chromium_org/third_party/icu/source/common/
H A Dubidi_props.c133 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) { argument
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_SHIF
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/icu/source/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/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dwin32devicemanager.cc238 CComPtr<IPropertyStore> props; local
240 HRESULT hr = device->OpenPropertyStore(STGM_READ, &props);
247 hr = GetStringProp(props, PKEY_Device_FriendlyName, &name);
249 hr = GetStringProp(props, PKEY_AudioEndpoint_GUID, &guid);
/external/chromium_org/third_party/lzma_sdk/
H A DLzma2Dec.c61 static SRes Lzma2Dec_GetOldProps(Byte prop, Byte *props) argument
67 props[0] = (Byte)LZMA2_LCLP_MAX;
68 props[1] = (Byte)(dicSize);
69 props[2] = (Byte)(dicSize >> 8);
70 props[3] = (Byte)(dicSize >> 16);
71 props[4] = (Byte)(dicSize >> 24);
77 Byte props[LZMA_PROPS_SIZE]; local
78 RINOK(Lzma2Dec_GetOldProps(prop, props));
79 return LzmaDec_AllocateProbs(&p->decoder, props, LZMA_PROPS_SIZE, alloc);
84 Byte props[LZMA_PROPS_SIZ local
336 Byte props[LZMA_PROPS_SIZE]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des_generator.py231 props = apiutil.Properties(funcName) variable
658 if "get" not in props and len(conversionCodeOutgoing) > 0:
672 # If the function is one that returns values (i.e. "get" in props),
675 if "get" in props and len(conversionCodeIncoming) > 0:
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface.cpp52 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props) argument
53 : INHERITED(width, height, props)
59 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props) argument
60 : INHERITED(info, props)
118 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props) argument
119 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height)
126 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props) argument
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/harfbuzz_ng/src/
H A Dhb-buffer-private.hh53 hb_segment_properties_t props; /* Script, language, direction */ member in struct:hb_buffer_t
H A Dhb-ot-map-private.hh232 hb_segment_properties_t props; variable
/external/icu/icu4c/source/common/
H A Dubidi_props.c133 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) { argument
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_SHIF
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/icu/icu4c/source/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/jmdns/src/javax/jmdns/
H A DServiceInfo.java159 * @param props
163 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final Map<String, ?> props) { argument
164 return new ServiceInfoImpl(type, name, "", port, weight, priority, false, props);
182 * @param props
186 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final Map<String, ?> props) { argument
187 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, false, props);
297 * @param props
301 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) { argument
302 return new ServiceInfoImpl(type, name, "", port, weight, priority, persistent, props);
322 * @param props
326 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
395 create(final Map<Fields, String> qualifiedNameMap, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
669 setText(final Map<String, ?> props) argument
[all...]
/external/lzma/C/
H A DLzma2Dec.c61 static SRes Lzma2Dec_GetOldProps(Byte prop, Byte *props) argument
67 props[0] = (Byte)LZMA2_LCLP_MAX;
68 props[1] = (Byte)(dicSize);
69 props[2] = (Byte)(dicSize >> 8);
70 props[3] = (Byte)(dicSize >> 16);
71 props[4] = (Byte)(dicSize >> 24);
77 Byte props[LZMA_PROPS_SIZE]; local
78 RINOK(Lzma2Dec_GetOldProps(prop, props));
79 return LzmaDec_AllocateProbs(&p->decoder, props, LZMA_PROPS_SIZE, alloc);
84 Byte props[LZMA_PROPS_SIZ local
336 Byte props[LZMA_PROPS_SIZE]; local
[all...]
/external/lzma/C/Util/Lzma/
H A DLzmaUtil.c138 CLzmaEncProps props; local
146 LzmaEncProps_Init(&props);
147 res = LzmaEnc_SetProps(enc, &props);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp231 const CByteBuffer &props = coderInfo.Props; local
232 size_t size = props.GetCapacity();
237 RINOK(setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size));
/external/mesa3d/src/mesa/main/
H A Des_generator.py231 props = apiutil.Properties(funcName) variable
658 if "get" not in props and len(conversionCodeOutgoing) > 0:
672 # If the function is one that returns values (i.e. "get" in props),
675 if "get" in props and len(conversionCodeIncoming) > 0:
/external/openfst/src/include/fst/
H A Dcomplement.h65 uint64 props = fst.Properties(kILabelSorted, false); local
66 SetProperties(ComplementProperties(props), kCopyProperties);
154 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor; local
155 if (fst.Properties(props, true) != props) {
H A Dconnect.h132 // props: related property bits (cyclicity, initial cyclicity,
135 vector<bool> *coaccess, uint64 *props)
136 : scc_(scc), access_(access), coaccess_(coaccess), props_(props) {}
137 SccVisitor(uint64 *props) argument
138 : scc_(0), access_(0), coaccess_(0), props_(props) {}
306 uint64 props = 0; local
307 SccVisitor<Arc> scc_visitor(0, &access, &coaccess, &props);
134 SccVisitor(vector<StateId> *scc, vector<bool> *access, vector<bool> *coaccess, uint64 *props) argument
H A Drational.h168 uint64 props = fst.Properties(kFstProperties, false); local
188 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
235 uint64 props = FstImpl<A>::Properties(); local
237 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
H A Dsparse-power-weight.h134 uint64 props = W::Properties(); local
135 return props & (kLeftSemiring | kRightSemiring |
/external/openfst/src/lib/
H A Dproperties.cc268 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) { argument
363 return props | kAcyclic | kInitialAcyclic | kAccessible | kCoAccessible;

Completed in 589 milliseconds

12345678910