Searched defs:props (Results 101 - 125 of 250) sorted by last modified time

12345678910

/external/lzma/C/
H A DXzDec.c71 SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) argument
81 p->delta = (unsigned)props[0] + 1;
87 UInt32 v = GetUi32(props);
233 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) argument
236 props = props;
281 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) argument
285 return Lzma2Dec_Allocate((CLzma2Dec *)pp, props[0], alloc);
539 memcpy(filter->props, header + pos, (size_t)size);
547 printf(" %2X", filter->props[
[all...]
/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));
H A D7zOut.cpp237 UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLength, bool props) argument
245 if (props)
255 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props) argument
257 UInt32 headersSizeBase = COutArchive::GetVolHeadersSize(1, nameLength, props);
263 UInt32 headersSize = COutArchive::GetVolHeadersSize(testSize, nameLength, props);
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp416 PROPVARIANT props[kNumPropsMax]; local
418 props[p].vt = VT_UI4;
420 props[0].ulVal = (UInt32)dict;
421 props[1].ulVal = (UInt32)pb;
422 props[2].ulVal = (UInt32)lc;
423 props[3].ulVal = (UInt32)lp;
424 props[4].ulVal = (UInt32)algo;
425 props[5].ulVal = (UInt32)fb;
427 props[6].vt = VT_BSTR;
428 props[
[all...]
/external/lzma/CPP/7zip/Compress/
H A DDeltaFilter.cpp30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) argument
64 const PROPVARIANT &prop = props[i];
91 STDMETHODIMP CDeltaDecoder::SetDecoderProperties2(const Byte *props, UInt32 size) argument
95 _delta = (unsigned)props[0] + 1;
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);
H A DPpmdEncoder.cpp37 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) argument
41 const PROPVARIANT &prop = props[i];
67 Byte props[kPropSize]; local
68 props[0] = _order;
69 SetUi32(props + 1, _usedMemSize);
70 return WriteStream(outStream, props, kPropSize);
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp585 PROPVARIANT props[kNumProps]; local
586 props[0].vt = VT_UI4;
587 props[0].ulVal = dictionarySize;
589 props[1].vt = VT_UI4;
590 props[1].ulVal = numThreads;
597 RINOK(setCoderProperties->SetCoderProperties(propIDs, props, kNumProps));
/external/lzma/xz-embedded/
H A Dxz_dec_lzma2.c799 static bool lzma_props(struct xz_dec_lzma2 *s, uint8_t props) argument
801 if (props > (4 * 5 + 4) * 9 + 8)
805 while (props >= 9 * 5) {
806 props -= 9 * 5;
813 while (props >= 9) {
814 props -= 9;
818 s->lzma.lc = props;
1128 XZ_EXTERN enum xz_ret xz_dec_lzma2_reset(struct xz_dec_lzma2 *s, uint8_t props) argument
1131 if (props > 39)
1134 s->dict.size = 2 + (props
[all...]
/external/libmtp/src/
H A Dlibmtp.c1086 uint16_t *props = NULL; local
1093 ret = ptp_mtp_getobjectpropssupported(device->params, map_libmtp_type_to_ptp_type(filetype), &propcnt, &props);
1100 if (props[i] == ptp_prop) {
1106 free(props);
2142 MTPProperties *props = NULL; local
2163 ret = ptp_mtp_getobjectproplist(params, 0xffffffff, &props, &nrofprops);
2168 // you cannot use it to get all props for AT LEAST one object?
2179 if (props == NULL && nrofprops != 0) {
2191 prop = props;
2201 prop = props;
2392 uint16_t *props = NULL; local
2907 uint16_t *props = NULL; local
3999 uint16_t *props = NULL; local
4117 uint16_t *props = NULL; local
4333 uint16_t *props = NULL; local
5696 MTPProperties *props = NULL; local
5856 MTPProperties *props = NULL; local
6273 MTPProperties *props = NULL; local
7100 MTPProperties *props = NULL; local
7385 MTPProperties *props = NULL; local
7776 uint16_t *props = NULL; local
8045 uint16_t *props = NULL; local
8182 uint16_t *props = NULL; local
8276 uint16_t *props = NULL; local
[all...]
H A Dptp-pack.c976 ptp_pack_OPL (PTPParams *params, MTPProperties *props, int nrofprops, unsigned char** opldataptr) argument
991 propitr = props;
1045 MTPProperties *props = NULL; local
1055 props = malloc(prop_count * sizeof(MTPProperties));
1056 if (!props) return 0;
1062 qsort (props, i, sizeof(MTPProperties),_compare_func);
1063 *pprops = props;
1066 props[i].ObjectHandle = dtoh32a(data);
1070 props[i].property = dtoh16a(data);
1074 props[
[all...]
H A Dptp.c1861 * uint16_t** props - the pointer to the array of changed properties
1862 * uint32_t* propnum - the number of elements in the *props array
1866 ptp_canon_getchanges (PTPParams* params, uint16_t** props, uint32_t* propnum) argument
1879 *propnum=ptp_unpack_uint16_t_array(params,data,0,props);
2035 ptp_nikon_get_vendorpropcodes (PTPParams* params, uint16_t **props, unsigned int *size) { argument
2041 *props = NULL;
2048 *size = ptp_unpack_uint16_t_array(params,xdata,0,props);
2401 * uint16_t *props - array of supported properties
2408 uint32_t *propnum, uint16_t **props
2421 *propnum=ptp_unpack_uint16_t_array(params,data,0,props);
2573 ptp_mtp_getobjectproplist(PTPParams* params, uint32_t handle, MTPProperties **props, int *nrofprops) argument
2596 ptp_mtp_sendobjectproplist(PTPParams* params, uint32_t* store, uint32_t* parenthandle, uint32_t* handle, uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops) argument
2625 ptp_mtp_setobjectproplist(PTPParams* params, MTPProperties *props, int nrofprops) argument
4619 ptp_get_new_object_prop_entry(MTPProperties **props, int *nrofprops) argument
4658 ptp_destroy_object_prop_list(MTPProperties *props, int nrofprops) argument
4845 MTPProperties *props = NULL; local
[all...]
/external/kernel-headers/original/uapi/linux/dvb/
H A Dfrontend.h552 struct dtv_property *props; member in struct:dtv_properties
/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/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java147 * @param props
150 public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priority, boolean persistent, Map<String, ?> props) { argument
151 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, textFromProperties(props));
169 public ServiceInfoImpl(Map<Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, Map<String, ?> props) { argument
170 this(qualifiedNameMap, port, weight, priority, persistent, textFromProperties(props));
1217 public void setText(Map<String, ?> props) throws IllegalStateException { argument
1218 this.setText(textFromProperties(props));
1231 private static byte[] textFromProperties(Map<String, ?> props) { argument
1233 if (props != null) {
1236 for (String key : props
[all...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c2240 props[][3]={ /* code point, property, value */ local
2750 for(i=0; i<sizeof(props)/sizeof(props[0]); ++i) {
2753 if(props[i][0]<0) {
2755 if(uVersion<props[i][1]) {
2762 c=(UChar32)props[i][0];
2763 which=(UProperty)props[i][1];
2768 if(result!=props[i][2]) {
2769 log_data_err("error: u_hasBinaryProperty(U+%04lx, %s)=%d is wrong (props[%d]) - (Are you missing data?)\n",
2775 if(result!=props[
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1190 const char *props[IntlTest::kMaxProps]; local
1243 props[nProps] = str + 5;
1300 major.setProperty(props[i]);
1340 fprintf(stdout, " Custom property (prop:) : %s\n", props[i]);
/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...]
H A Ducase.cpp86 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
88 #define PROPS_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION)
136 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
137 if(!PROPS_HAS_EXCEPTION(props)) {
138 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) {
139 c+=UCASE_GET_DELTA(props);
142 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
153 uint16_t props local
170 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
201 uint16_t props; local
433 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
440 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
447 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
463 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
808 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
952 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1098 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1162 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
[all...]
H A Duchar.c58 uint32_t props; local
59 GET_PROPS(c, props);
60 return (int8_t)GET_CATEGORY(props);
98 uint32_t props; local
99 GET_PROPS(c, props);
100 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
106 uint32_t props; local
107 GET_PROPS(c, props);
108 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
114 uint32_t props; local
122 uint32_t props; local
129 uint32_t props; local
146 uint32_t props; local
159 uint32_t props; local
176 uint32_t props; local
184 uint32_t props; local
192 uint32_t props; local
213 uint32_t props; local
220 uint32_t props; local
228 uint32_t props; local
243 uint32_t props; local
257 uint32_t props; local
270 uint32_t props; local
281 uint32_t props; local
298 uint32_t props; local
309 uint32_t props; local
318 uint32_t props; local
327 uint32_t props; local
344 uint32_t props; local
353 uint32_t props; local
363 uint32_t props; local
377 uint32_t props; local
390 uint32_t props; local
514 uint32_t props; 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-layout-private.hh345 _hb_glyph_info_set_glyph_props (hb_glyph_info_t *info, unsigned int props) argument
347 info->glyph_props() = props;
438 /* Make sure no one directly touches our props... */
H A Dhb-ot-map-private.hh232 hb_segment_properties_t props; variable

Completed in 320 milliseconds

12345678910