Searched refs:props (Results 276 - 300 of 422) sorted by relevance

<<11121314151617

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar ... .io.File parentConfiguration java.util.Properties props java.io.OutputStream os String externalForm java. ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... location String flavor String environments java.util.Map props org.eclipse.equinox.p2.core. ...
/external/libmtp/src/
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...]
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...]
/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/openfst/src/include/fst/
H A Dlookahead-matcher.h212 uint64 Properties(uint64 props) const { return matcher_.Properties(props); }
296 uint64 Properties(uint64 props) const { return matcher_.Properties(props); }
744 uint64 Properties(uint64 props) const { return base_->Properties(props); }
H A Dfst.h629 void SetProperties(uint64 props) { argument
631 properties_ |= props;
634 void SetProperties(uint64 props, uint64 mask) { argument
636 properties_ |= props & mask;
640 void SetProperties(uint64 props, uint64 mask) const { argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h511 uint64 props = fst.Properties(kAcyclic | kCyclic | local
513 if ((props & kTopSorted) || fst.Start() == kNoStateId) {
516 } else if (props & kAcyclic) {
519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
523 uint64 props; local
525 SccVisitor<Arc> scc_visitor(&scc_, 0, 0, &props);
H A Dencode.h258 uint64 Properties(uint64 props) { argument
266 return props & mask;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1308 initialize: function(tag, props){
1310 if (konstructor) return konstructor(props);
1311 if (typeof tag == 'string') return document.newElement(tag, props);
1312 return $(tag).set(props);
1343 var props = params.properties || {};
1345 var onload = props.onload || $empty;
1346 delete props.onload;
1347 props.id = props.name = $pick(props
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c2241 props[][3]={ /* code point, property, value */ local
2751 for(i=0; i<sizeof(props)/sizeof(props[0]); ++i) {
2754 if(props[i][0]<0) {
2756 if(uVersion<props[i][1]) {
2763 c=(UChar32)props[i][0];
2764 which=(UProperty)props[i][1];
2769 if(result!=props[i][2]) {
2770 log_data_err("error: u_hasBinaryProperty(U+%04lx, %s)=%d is wrong (props[%d]) - (Are you missing data?)\n",
2776 if(result!=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/openfst/src/test/
H A Dalgo_test.h42 uint64 Properties(uint64 props) const {
43 props &= ~kNotAcceptor;
44 props |= kAcceptor;
45 props &= ~kNoIEpsilons & ~kNoOEpsilons & ~kNoEpsilons;
46 props |= kIEpsilons | kOEpsilons | kEpsilons;
47 props &= ~kNotILabelSorted & ~kNotOLabelSorted;
48 props |= kILabelSorted | kOLabelSorted;
49 return props;
1250 uint64 props = fst->Properties(kFstProperties, true);
1259 fst->SetProperties(props
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp70 static uint32_t filter_paint_flags(const SkSurfaceProps& props, uint32_t flags) { argument
71 const uint32_t propFlags = props.flags();
266 AutoDrawLooper(SkCanvas* canvas, const SkSurfaceProps& props, const SkPaint& paint, argument
298 fNewPaintFlags = filter_paint_flags(props, oldFlags);
483 SkCanvas::SkCanvas(SkBaseDevice* device, const SkSurfaceProps* props, InitFlags flags) argument
485 , fProps(SkSurfacePropsCopyOrDefault(props))
501 SkCanvas::SkCanvas(const SkBitmap& bitmap, const SkSurfaceProps& props) argument
503 , fProps(props)
1041 SkSurface* SkCanvas::newSurface(const SkImageInfo& info, const SkSurfaceProps* props) { argument
1042 if (NULL == props) {
1048 onNewSurface(const SkImageInfo& info, const SkSurfaceProps& props) argument
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-indic.cc468 switch ((hb_tag_t) plan->props.script)
551 if (plan->props.script == indic_configs[i].script) {
942 bool disallow_double_halants = buffer->props.script != HB_SCRIPT_MALAYALAM;
1083 buffer->props.script == HB_SCRIPT_DEVANAGARI)
1424 if (buffer->props.script != HB_SCRIPT_MALAYALAM && buffer->props.script != HB_SCRIPT_TAMIL)
1658 if (buffer->props.script != HB_SCRIPT_MALAYALAM && buffer->props.script != HB_SCRIPT_TAMIL)
1714 switch ((hb_tag_t) plan->props.script)
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc468 switch ((hb_tag_t) plan->props.script)
551 if (plan->props.script == indic_configs[i].script) {
942 bool disallow_double_halants = buffer->props.script != HB_SCRIPT_MALAYALAM;
1083 buffer->props.script == HB_SCRIPT_DEVANAGARI)
1423 if (buffer->props.script != HB_SCRIPT_MALAYALAM && buffer->props.script != HB_SCRIPT_TAMIL)
1657 if (buffer->props.script != HB_SCRIPT_MALAYALAM && buffer->props.script != HB_SCRIPT_TAMIL)
1713 switch ((hb_tag_t) plan->props.script)
/external/lzma/CPP/7zip/Archive/7z/
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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java161 List<String> props = uc.getRequestProperties().get("prop");
162 assertEquals(1, props.size());
173 props.add("hi");
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp194 s += Lzma2PropToString(f.props[0]);
196 s += ConvertUInt32ToString((UInt32)f.props[0] + 1);
201 AddHexToString(s, f.props[bi]);
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp136 SkGpuDevice* SkGpuDevice::Create(GrSurface* surface, const SkSurfaceProps& props, unsigned flags) { argument
141 return SkNEW_ARGS(SkGpuDevice, (surface, props, flags));
144 SkGpuDevice::SkGpuDevice(GrSurface* surface, const SkSurfaceProps& props, unsigned flags) { argument
159 this->setPixelGeometry(props.pixelGeometry());
167 const SkSurfaceProps& props, int sampleCount) {
199 return SkNEW_ARGS(SkGpuDevice, (texture.get(), props));
1818 SkSurface* SkGpuDevice::newSurface(const SkImageInfo& info, const SkSurfaceProps& props) {
1819 return SkSurface::NewRenderTarget(fContext, info, fRenderTarget->numSamples(), &props);
166 Create(GrContext* context, const SkImageInfo& origInfo, const SkSurfaceProps& props, int sampleCount) argument
/external/chromium_org/tools/json_schema_compiler/
H A Dh_generator.py149 def _GenerateFields(self, props):
154 for prop in props:
/external/lzma/C/
H A DXzEnc.c69 memcpy(header + pos, f->props, f->propsSize);
206 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc);
422 f->props[0] = Lzma2Enc_WriteProperties(lzmaf->lzma2);
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h137 uint64 props = 0; local
138 SccVisitor<Arc> scc_visitor(&scc, &access, &coaccess, &props);
/external/chromium_org/v8/src/
H A Dfactory.cc2242 Object* props = local
2245 if (!props->IsUndefined()) {
2246 Handle<Object> props_handle(props, isolate());
2252 Object* props = info->property_accessors(); local
2253 if (!props->IsUndefined()) {
2254 Handle<Object> props_handle(props, isolate());
2279 Handle<Object> props = Handle<Object>(instance->property_accessors(), local
2281 if (!props->IsUndefined()) {
2282 Map::AppendCallbackDescriptors(map, props);
2287 Handle<Object> props local
[all...]

Completed in 636 milliseconds

<<11121314151617