Searched refs:props (Results 76 - 100 of 422) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dutil.hpp110 property_map(const T *props) { argument
113 while (props && *props) {
114 T key = *props++;
115 T value = *props++;
/external/llvm/tools/msbuild/
H A Duninstall.bat16 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
20 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
25 IF EXIST %D%\LLVM-vs2012 del %D%\LLVM-vs2012\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.props
28 IF EXIST %D%\LLVM-vs2012_xp del %D%\LLVM-vs2012_xp\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012_xp.props
32 IF EXIST %D%\LLVM-vs2012 del %D%\LLVM-vs2012\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.props
35 IF EXIST %D%\LLVM-vs2012_xp del %D%\LLVM-vs2012_xp\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012_xp.props
40 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.props
43 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.props
47 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.props
50 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.props
[all...]
/external/lzma/C/
H A DLzma86Enc.c25 CLzmaEncProps props; local
26 LzmaEncProps_Init(&props);
27 props.level = level;
28 props.dictSize = dictSize;
84 &props, dest + 1, &outPropsSize, 0,
H A DLzma2Enc.h30 SZ_ERROR_PARAM - Incorrect paramater in props
40 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props);
58 const CLzmaEncProps *props, Byte *propsEncoded, int writeEndMark,
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/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 DLzma2Encoder.h27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
H A DLzmaEncoder.h27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dutil.hpp110 property_map(const T *props) { argument
113 while (props && *props) {
114 T key = *props++;
115 T value = *props++;
/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/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-shape-plan.cc100 * @props:
113 const hb_segment_properties_t *props,
129 if (unlikely (!props || hb_object_is_inert (face)))
138 assert (props->direction != HB_DIRECTION_INVALID);
143 shape_plan->props = *props;
171 HB_SEGMENT_PROPERTIES_DEFAULT, /* props */
302 assert (hb_segment_properties_equal (&shape_plan->props, &buffer->props));
333 return hb_segment_properties_hash (&shape_plan->props)
112 hb_shape_plan_create(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) argument
345 const hb_segment_properties_t props; member in struct:hb_shape_plan_proposal_t
402 hb_shape_plan_create_cached(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducase.h324 #define UCASE_GET_TYPE(props) ((props)&UCASE_TYPE_MASK)
325 #define UCASE_GET_TYPE_AND_IGNORABLE(props) ((props)&7)
346 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT)
348 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00) : ((uint16_t)(props)>>UCASE_DELTA_SHIF
[all...]
/external/icu/icu4c/source/common/
H A Ducase.h324 #define UCASE_GET_TYPE(props) ((props)&UCASE_TYPE_MASK)
325 #define UCASE_GET_TYPE_AND_IGNORABLE(props) ((props)&7)
346 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT)
348 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00) : ((uint16_t)(props)>>UCASE_DELTA_SHIF
[all...]
/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/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/
H A DChromeCodingConvention.java31 Set<String> props = Sets.newHashSet("instance_", "getInstance");
32 props.addAll(wrapped.getIndirectlyDeclaredProperties());
33 indirectlyDeclaredProperties = ImmutableSet.copyOf(props);
/external/chromium_org/v8/test/mjsunit/
H A Derror-constructors.js76 var props = ["name", "message", "stack"];
77 for (var j in props) {
78 errors[i].prototype.__defineGetter__(props[j], fail);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DMailer.java73 Properties props = System.getProperties();
76 props.put("mail.smtp.host", buildProperties.getHost());
79 Session session = Session.getDefaultInstance(props, null);
126 Properties props = System.getProperties();
129 props.put("mail.smtp.host", buildProperties.getHost());
132 Session session = Session.getDefaultInstance(props, null);
173 Properties props = System.getProperties();
176 props.put("mail.smtp.host", buildProperties.getHost());
179 Session session = Session.getDefaultInstance(props, null);
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_phyuv.c173 overlay->hwdata->props.format = format;
174 overlay->hwdata->props.size = sizeof(PgScalerProps_t);
175 overlay->hwdata->props.src_dim.w = width;
176 overlay->hwdata->props.src_dim.h = height;
180 overlay->hwdata->props.color_key = overlay->hwdata->chromakey;
182 PhAreaToRect(&overlay->hwdata->CurrentViewPort, &overlay->hwdata->props.viewport);
184 overlay->hwdata->props.flags = Pg_SCALER_PROP_DOUBLE_BUFFER;
188 overlay->hwdata->props.flags |= Pg_SCALER_PROP_CHROMA_ENABLE;
189 overlay->hwdata->props.flags |= Pg_SCALER_PROP_CHROMA_SPECIFY_KEY_MASK;
193 overlay->hwdata->props
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java48 final static Properties props = new Properties(); field in class:FileHandlerTest
72 .PropertiesToInputStream(props));
80 props.clear();
81 props.put("java.util.logging.FileHandler.level", "FINE");
82 props.put("java.util.logging.FileHandler.filter", className
84 props.put("java.util.logging.FileHandler.formatter", className
86 props.put("java.util.logging.FileHandler.encoding", "iso-8859-1");
88 props.put("java.util.logging.FileHandler.limit", "1000");
90 props.put("java.util.logging.FileHandler.count", "2");
92 props
[all...]
/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...]
H A DLzmaEnc.h44 SZ_ERROR_PARAM - Incorrect paramater in props
54 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
73 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
/external/chromium_org/net/android/java/src/org/chromium/net/
H A DProxyChangeListener.java123 Object props = intent.getExtras().get(proxyInfo);
124 if (props == null) {
133 String host = (String) getHostMethod.invoke(props);
134 int port = (Integer) getPortMethod.invoke(props);
138 String s = (String) getExclusionListMethod.invoke(props);
141 exclusionList = (String[]) getExclusionListMethod.invoke(props);
147 String pacFileUrl = (String) getPacFileUrlMethod.invoke(props);
154 Uri pacFileUrl = (Uri) getPacFileUrlMethod.invoke(props);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dqueue.cpp33 cl_command_queue_properties props) :
34 ctx(ctx), dev(dev), __props(props) {
32 _cl_command_queue(context &ctx, device &dev, cl_command_queue_properties props) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_output.c127 drmModePropertyPtr props = NULL; local
133 props = drmModeGetProperty(priv->fd, drm_connector->props[i]);
134 if (!props)
137 if (!(props->flags & DRM_MODE_PROP_BLOB))
140 if (!strcmp(props->name, "EDID")) {
148 drmModeFreeProperty(props);
279 prop = drmModeGetProperty(ms->fd, drm_connector->props[p]);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.h45 SZ_ERROR_PARAM - Incorrect paramater in props
55 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
74 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,

Completed in 1960 milliseconds

1234567891011>>