Searched refs:props (Results 26 - 50 of 422) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dcontext.hpp35 _cl_context(const std::vector<cl_context_properties> &props,
41 const std::vector<cl_context_properties> &props() const { function in struct:_cl_context
/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) {}
82 plan.props = props;
91 plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ?
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dcontext.hpp35 _cl_context(const std::vector<cl_context_properties> &props,
41 const std::vector<cl_context_properties> &props() const { function in struct:_cl_context
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DSaslClientFactory.java26 String serverName, Map<String, ?> props, CallbackHandler cbh) throws SaslException;
28 String[] getMechanismNames(Map<String, ?> props); argument
25 createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) argument
H A DSaslServerFactory.java26 Map<String, ?> props, CallbackHandler cbh) throws SaslException;
28 String[] getMechanismNames(Map<String, ?> props); argument
25 createSaslServer(String mechanisms, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) argument
/external/smack/src/org/jivesoftware/smack/sasl/
H A DSASLGSSAPIMechanism.java63 Map<String,String> props = new HashMap<String,String>();
64 props.put(Sasl.SERVER_AUTH,"TRUE");
65 sc = Sasl.createSaslClient(mechanisms, username, "xmpp", host, props, cbh);
82 Map<String,String> props = new HashMap<String, String>();
83 props.put(Sasl.SERVER_AUTH,"TRUE");
84 sc = Sasl.createSaslClient(mechanisms, username, "xmpp", host, props, this);
/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/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/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...]
/external/chromium_org/v8/test/webkit/
H A Darray-filter.js50 var props = [];
52 props.push(i);
54 for (var i = props.length - 1; i >= 0; i--)
55 result[props[i]] = obj[props[i]];
H A Darray-reduce.js38 var props = [];
40 props.push(i);
41 for (var i = props.length - 1; i >= 0; i--)
42 o[props[i]] = array[props[i]];
H A Darray-reduceRight.js38 var props = [];
40 props.push(i);
41 for (var i = props.length - 1; i >= 0; i--)
42 o[props[i]] = array[props[i]];
H A Ddelete-then-put.js28 function props(o) function
41 shouldBe("props(a)", "'a,b,c,d,e'");
44 shouldBe("props(a)", "'a,b,d,e'");
47 shouldBe("props(a)", "'a,b,d,e,c'");
/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/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/chromium_org/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp36 SkSurface_Gpu::SkSurface_Gpu(GrRenderTarget* renderTarget, bool cached, const SkSurfaceProps* props, argument
38 : INHERITED(renderTarget->width(), renderTarget->height(), props)
42 deviceFlags |= this->props().isUseDistanceFieldFonts() ? SkGpuDevice::kDFFonts_Flag : 0;
43 fDevice = SkGpuDevice::Create(renderTarget, this->props(), deviceFlags);
59 return SkNEW_ARGS(SkCanvas, (fDevice, &this->props(), flags));
65 return SkSurface::NewRenderTarget(fDevice->context(), info, sampleCount, &this->props());
110 SkSurface* SkSurface::NewRenderTargetDirect(GrRenderTarget* target, const SkSurfaceProps* props) { argument
114 return SkNEW_ARGS(SkSurface_Gpu, (target, false, props, false));
118 const SkSurfaceProps* props) {
135 return SkNEW_ARGS(SkSurface_Gpu, (tex->asRenderTarget(), false, props, tru
117 NewRenderTarget(GrContext* ctx, const SkImageInfo& info, int sampleCount, const SkSurfaceProps* props) argument
138 NewScratchRenderTarget(GrContext* ctx, const SkImageInfo& info, int sampleCount, const SkSurfaceProps* props) argument
[all...]
H A DSkSurface_Raster.cpp83 const SkSurfaceProps* props)
84 : INHERITED(info, props)
90 SkSurface_Raster::SkSurface_Raster(SkPixelRef* pr, const SkSurfaceProps* props) argument
91 : INHERITED(pr->info().width(), pr->info().height(), props)
105 return SkNEW_ARGS(SkCanvas, (fBitmap, this->props()));
145 void* context, const SkSurfaceProps* props) {
156 return SkNEW_ARGS(SkSurface_Raster, (info, pixels, rb, releaseProc, context, props));
160 const SkSurfaceProps* props) {
161 return NewRasterDirectReleaseProc(info, pixels, rowBytes, NULL, NULL, props);
164 SkSurface* SkSurface::NewRaster(const SkImageInfo& info, const SkSurfaceProps* props) { argument
81 SkSurface_Raster(const SkImageInfo& info, void* pixels, size_t rb, void (*releaseProc)(void* pixels, void* context), void* context, const SkSurfaceProps* props) argument
143 NewRasterDirectReleaseProc(const SkImageInfo& info, void* pixels, size_t rb, void (*releaseProc)(void* pixels, void* context), void* context, const SkSurfaceProps* props) argument
159 NewRasterDirect(const SkImageInfo& info, void* pixels, size_t rowBytes, const SkSurfaceProps* props) argument
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dweight.h126 uint64 props = kIdempotent | kLeftSemiring | kRightSemiring; local
127 if ((W::Properties() & props) != props)
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DBeanGenerator.java35 public Object newInstance(String superclass, Map props); argument
39 private Map props = new HashMap(); field in class:BeanGenerator
60 if (props.containsKey(name)) {
63 props.put(name, Type.getType(type));
89 Object key = KEY_FACTORY.newInstance(superName, props);
94 int size = props.size();
95 String[] names = (String[])props.keySet().toArray(new String[size]);
98 types[i] = (Type)props.get(names[i]);
129 public static void addProperties(BeanGenerator gen, Map props) { argument
130 for (Iterator it = props
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dqueue.cpp30 cl_command_queue_properties props,
38 if (props & ~(CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE |
43 return new command_queue(*ctx, *dev, props);
88 q->props());
29 clCreateCommandQueue(cl_context ctx, cl_device_id dev, cl_command_queue_properties props, cl_int *errcode_ret) argument
H A Dcontext.cpp29 clCreateContext(const cl_context_properties *props, cl_uint num_devs, argument
34 auto mprops = property_map(props);
60 clCreateContextFromType(const cl_context_properties *props, argument
74 return clCreateContext(props, 1, &dev, pfn_notify, user_data, errcode_ret);
115 ctx->props());
/external/chromium_org/third_party/polymer/components-chromium/core-animation/
H A Dcore-animation-extracted.js337 var props = {};
352 props[name] = timing[t].isNumber && this[t] !== 'auto' ?
356 return props;
360 var props = {};
401 var props = {};
404 props[c.name] = c.value;
407 props.offset = this.offset;
409 return props;
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dqueue.cpp30 cl_command_queue_properties props,
38 if (props & ~(CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE |
43 return new command_queue(*ctx, *dev, props);
88 q->props());
29 clCreateCommandQueue(cl_context ctx, cl_device_id dev, cl_command_queue_properties props, cl_int *errcode_ret) argument
H A Dcontext.cpp29 clCreateContext(const cl_context_properties *props, cl_uint num_devs, argument
34 auto mprops = property_map(props);
60 clCreateContextFromType(const cl_context_properties *props, argument
74 return clCreateContext(props, 1, &dev, pfn_notify, user_data, errcode_ret);
115 ctx->props());
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DMemoryHandlerTest.java48 final static Properties props = new Properties(); field in class:MemoryHandlerTest
70 .PropertiesToInputStream(props));
80 props.put("java.util.logging.MemoryHandler.level", "FINE");
81 props.put("java.util.logging.MemoryHandler.filter", baseClassName
83 props.put("java.util.logging.MemoryHandler.size", "2");
84 props.put("java.util.logging.MemoryHandler.push", "WARNING");
85 props.put("java.util.logging.MemoryHandler.target", baseClassName
87 props.put("java.util.logging.MemoryHandler.formatter", baseClassName
97 props.clear();
170 props
[all...]

Completed in 8638 milliseconds

1234567891011>>