Searched refs:props (Results 1 - 25 of 482) sorted by relevance

1234567891011>>

/external/lzma/C/
H A DLzmaLib.c20 CLzmaEncProps props; local
21 LzmaEncProps_Init(&props);
22 props.level = level;
23 props.dictSize = dictSize;
24 props.lc = lc;
25 props.lp = lp;
26 props.pb = pb;
27 props.fb = fb;
28 props.numThreads = numThreads;
30 return LzmaEncode(dest, destLen, src, srcLen, &props, outProp
35 LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, const unsigned char *props, size_t propsSize) argument
[all...]
/external/icu/icu4c/source/samples/props/
H A DMakefile15 TARGET=props
18 OBJECTS=props.o
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DLZMA2Decoder.java17 LZMA2Decoder(byte[] props) throws UnsupportedOptionsException { argument
20 if (props.length != 1 || (props[0] & 0xFF) > 37)
24 dictSize = 2 | (props[0] & 1);
25 dictSize <<= (props[0] >>> 1) + 11;
H A DDeltaDecoder.java17 DeltaDecoder(byte[] props) throws UnsupportedOptionsException { argument
18 if (props.length != 1)
22 distance = (props[0] & 0xFF) + 1;
H A DDeltaEncoder.java14 private final byte[] props = new byte[1]; field in class:DeltaEncoder
17 props[0] = (byte)(options.getDistance() - 1);
26 return props;
H A DBCJEncoder.java15 private final byte[] props; field in class:BCJEncoder
22 props = new byte[0];
24 props = new byte[4];
26 props[i] = (byte)(startOffset >>> (i * 8));
38 return props;
H A DLZMA2Encoder.java16 private final byte[] props = new byte[1]; field in class:LZMA2Encoder
24 props[0] = (byte)0;
28 props[0] = (byte)(LZMAEncoder.getDistSlot(d - 1) - 23);
40 return props;
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DOutputPropertyUtils.java45 * @param props the list of properties that will be searched.
49 public static boolean getBooleanProperty(String key, Properties props) argument
52 String s = props.getProperty(key);
68 * @param props the list of properties that will be searched.
72 public static int getIntProperty(String key, Properties props) argument
75 String s = props.getProperty(key);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dcontext.cpp27 context::context(const property_list &props, argument
30 notify(notify), props(props), devs(devs) {
45 return props;
/external/skia/src/core/
H A DSkSurfacePriv.h15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { argument
16 if (props) {
17 return *props;
H A DSkSpecialSurface.cpp16 SkSpecialSurface_Base(const SkIRect& subset, const SkSurfaceProps* props) argument
17 : INHERITED(subset, props)
44 const SkSurfaceProps* props)
45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry)
69 const SkSurfaceProps* props)
70 : INHERITED(subset, props) {
75 fCanvas.reset(new SkCanvas(fBitmap, this->props()));
85 return SkSpecialImage::MakeFromRaster(this->subset(), fBitmap, &this->props());
95 const SkSurfaceProps* props) {
99 return sk_make_sp<SkSpecialSurface_Raster>(bm.info(), sk_ref_sp(bm.pixelRef()), subset, props);
43 SkSpecialSurface(const SkIRect& subset, const SkSurfaceProps* props) argument
66 SkSpecialSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef> pr, const SkIRect& subset, const SkSurfaceProps* props) argument
94 MakeFromBitmap(const SkIRect& subset, SkBitmap& bm, const SkSurfaceProps* props) argument
102 MakeRaster(const SkImageInfo& info, const SkSurfaceProps* props) argument
[all...]
/external/skqp/src/core/
H A DSkSurfacePriv.h15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { argument
16 if (props) {
17 return *props;
H A DSkSpecialSurface.cpp16 SkSpecialSurface_Base(const SkIRect& subset, const SkSurfaceProps* props) argument
17 : INHERITED(subset, props)
44 const SkSurfaceProps* props)
45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry)
69 const SkSurfaceProps* props)
70 : INHERITED(subset, props) {
75 fCanvas.reset(new SkCanvas(fBitmap, this->props()));
85 return SkSpecialImage::MakeFromRaster(this->subset(), fBitmap, &this->props());
95 const SkSurfaceProps* props) {
99 return sk_make_sp<SkSpecialSurface_Raster>(bm.info(), sk_ref_sp(bm.pixelRef()), subset, props);
43 SkSpecialSurface(const SkIRect& subset, const SkSurfaceProps* props) argument
66 SkSpecialSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef> pr, const SkIRect& subset, const SkSurfaceProps* props) argument
94 MakeFromBitmap(const SkIRect& subset, SkBitmap& bm, const SkSurfaceProps* props) argument
102 MakeRaster(const SkImageInfo& info, const SkSurfaceProps* props) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new-getall.py12 props = wpas_obj.GetAll("fi.w1.wpa_supplicant1",
15 print props
25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface",
29 print props
31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS",
35 print props
41 props = bss_obj.GetAll("fi.w1.wpa_supplicant1.BSS",
45 print props
51 props = net_obj.GetAll("fi.w1.wpa_supplicant1.Network",
55 print props
[all...]
H A Dwpas-test.py60 props = net.properties()
64 for item in props["bssid"]:
67 ssid = byte_array_to_string(props["ssid"])
69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
76 freq = props["frequency"]
77 caps = props["capabilities"]
78 qual = props["quality"]
79 level = props["leve
[all...]
/external/lzma/CPP/7zip/UI/Console/
H A DBenchCon.h12 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f);
/external/icu/icu4c/source/common/
H A Duchar.cpp58 uint32_t props; local
59 GET_PROPS(c, props);
60 return (int8_t)GET_CATEGORY(props);
99 uint32_t props; local
100 GET_PROPS(c, props);
101 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
107 uint32_t props; local
108 GET_PROPS(c, props);
109 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
115 uint32_t props; local
123 uint32_t props; local
130 uint32_t props; local
147 uint32_t props; local
160 uint32_t props; local
177 uint32_t props; local
185 uint32_t props; local
193 uint32_t props; local
214 uint32_t props; local
221 uint32_t props; local
229 uint32_t props; local
244 uint32_t props; local
258 uint32_t props; local
271 uint32_t props; local
282 uint32_t props; local
299 uint32_t props; local
310 uint32_t props; local
319 uint32_t props; local
328 uint32_t props; local
345 uint32_t props; local
354 uint32_t props; local
364 uint32_t props; local
378 uint32_t props; local
391 uint32_t props; local
521 uint32_t props; local
[all...]
H A Dubidi_props.h125 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK)
126 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1)
129 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT)
131 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA_SHIFT)|0xe000) : ((props)>>UBIDI_MIRROR_DELTA_SHIF
[all...]
/external/autotest/client/cros/cellular/pseudomodem/
H A Dsms.py83 props = {}
84 props['State'] = dbus.types.UInt32(mm1_constants.MM_SMS_STATE_UNKNOWN)
85 props['PduType'] = dbus.types.UInt32(
87 props['Number'] = self._sender_number
89 props['Text'] = self._content
90 props['SMSC'] = self._props_template.get('SMSC', '1231212')
91 props['Validity'] = self._props_template.get('Validity',
97 props['Class'] = self._props_template.get('Class', dbus.types.Int32(-1))
98 props['DeliveryReportRequest'] = self._props_template.get(
101 props['Storag
[all...]
/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp86 PropsTy &props = AtProps[RawLoc]; local
87 props.push_back(Prop);
122 PropsTy &props = findAtLoc->second; local
123 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) {
135 PropsTy &props = I->second; local
136 if (!getPropertyType(props)->isObjCRetainableType())
138 if (hasIvarWithExplicitARCOwnership(props))
142 rewriteProperty(props, atLoc);
148 PropsTy &props, SourceLocatio
147 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
171 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
200 removeAssignForDefaultStrong(PropsTy &props, SourceLocation atLoc) const argument
215 rewriteAssign(PropsTy &props, SourceLocation atLoc) const argument
244 maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, SourceLocation atLoc) const argument
334 hasGCWeak(PropsTy &props, SourceLocation atLoc) const argument
[all...]
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
H A DActivator.java60 Properties props = new Properties();
61 props.put("description", "An SLF4J LogService implementation.");
63 bundleContext.registerService(LogService.class.getName(), factory, props);
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp828 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceProperties (VkPhysicalDevice, VkPhysicalDeviceProperties* props) argument
830 deMemset(props, 0, sizeof(VkPhysicalDeviceProperties));
832 props->apiVersion = VK_API_VERSION_1_1;
833 props->driverVersion = 1u;
834 props->deviceType = VK_PHYSICAL_DEVICE_TYPE_OTHER;
836 deMemcpy(props->deviceName, "null", 5);
839 props->limits.maxImageDimension1D = 4096;
840 props->limits.maxImageDimension2D = 4096;
841 props->limits.maxImageDimension3D = 256;
842 props
955 getPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice, deUint32* count, VkQueueFamilyProperties* props) argument
969 getPhysicalDeviceMemoryProperties(VkPhysicalDevice, VkPhysicalDeviceMemoryProperties* props) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-private.hh39 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) {}
84 plan.props = props;
93 plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ?
/external/libdrm/tests/planetest/
H A Ddev.c73 drmModeObjectPropertiesPtr props, const char *name)
78 for (i = 0; !prop_id && i < props->count_props; i++) {
79 p = drmModeGetProperty(dev->fd, props->props[i]);
156 drmModeObjectPropertiesPtr props; local
164 props = drmModeObjectGetProperties(dev->fd, r->connectors[i],
166 if (!props) {
171 dev->connectors[i].crtc_id_pid = get_prop_id(dev, props,
173 drmModeFreeObjectProperties(props);
199 drmModeObjectPropertiesPtr props; local
72 get_prop_id(struct sp_dev *dev, drmModeObjectPropertiesPtr props, const char *name) argument
231 drmModeObjectPropertiesPtr props; local
[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
106 Hashtable<String, String> props = new Hashtable<String, String>();
131 load(in, props);
135 if (props.size() == 0) {
140 value = props.get("DomainAddress");
145 value = props.get("WebName");
150 value = props.get("TestResourcesDir");
154 value = props.get("HomeAddressResponse");
159 value = props.get("HomeAddressSoftware");
164 value = props
[all...]

Completed in 775 milliseconds

1234567891011>>