Searched defs:props (Results 26 - 50 of 250) sorted by relevance

12345678910

/external/smack/src/org/apache/harmony/javax/security/sasl/
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/apache/qpid/management/common/sasl/
H A DCRAMMD5HashedSaslClientFactory.java36 String serverName, Map<String, ?> props, CallbackHandler cbh)
49 return Sasl.createSaslClient(mechs, authorizationId, protocol, serverName, props, cbh);
55 public String[] getMechanismNames(Map props) argument
35 createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) argument
H A DClientSaslFactory.java32 String serverName, Map props, CallbackHandler cbh)
46 * Simple-minded implementation that ignores props
48 public String[] getMechanismNames(Map props) argument
31 createSaslClient(String[] mechs, String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drmfinalepsilon.h37 uint64 props = 0; local
38 SccVisitor<A> scc_visitor(0, &access, &coaccess, &props);
H A Dinvert.h35 uint64 Properties(uint64 props) { return InvertProperties(props); } argument
H A Dweight.h126 uint64 props = kIdempotent | kLeftSemiring | kRightSemiring; local
127 if ((W::Properties() & props) != props)
H A Dclosure.h44 uint64 props = fst->Properties(kFstProperties, false); local
61 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
H A Dproject.h43 uint64 Properties(uint64 props) { argument
44 return ProjectProperties(props, project_type_ == PROJECT_INPUT);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
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());
H A Dutil.hpp110 property_map(const T *props) { argument
113 while (props && *props) {
114 T key = *props++;
115 T value = *props++;
/external/mesa3d/src/gallium/state_trackers/clover/api/
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());
H A Dutil.hpp110 property_map(const T *props) { argument
113 while (props && *props) {
114 T key = *props++;
115 T value = *props++;
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaLib.c26 CLzmaEncProps props; local
27 LzmaEncProps_Init(&props);
28 props.level = level;
29 props.dictSize = dictSize;
30 props.lc = lc;
31 props.lp = lp;
32 props.pb = pb;
33 props.fb = fb;
34 props.numThreads = numThreads;
36 return LzmaEncode(dest, destLen, src, srcLen, &props, outProp
41 LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, const unsigned char *props, size_t propsSize) argument
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaLib.c27 CLzmaEncProps props; local
28 LzmaEncProps_Init(&props);
29 props.level = level;
30 props.dictSize = dictSize;
31 props.lc = lc;
32 props.lp = lp;
33 props.pb = pb;
34 props.fb = fb;
35 props.numThreads = numThreads;
37 return LzmaEncode(dest, destLen, src, srcLen, &props, outProp
42 LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, const unsigned char *props, size_t propsSize) argument
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkSurface.h64 static SkSurface* NewRasterPMColor(int width, int height, const SkSurfaceProps* props = NULL) {
65 return NewRaster(SkImageInfo::MakeN32Premul(width, height), props);
215 const SkSurfaceProps& props() const { return fProps; } function in class:SkSurface
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dtypedarrays.js553 function props(x) {
558 assertArrayEquals([], props(func));
559 assertArrayEquals([], props(func.prototype));
561 assertArrayEquals([], props(obj));
/external/lzma/C/
H A DLzmaLib.c26 CLzmaEncProps props; local
27 LzmaEncProps_Init(&props);
28 props.level = level;
29 props.dictSize = dictSize;
30 props.lc = lc;
31 props.lp = lp;
32 props.pb = pb;
33 props.fb = fb;
34 props.numThreads = numThreads;
36 return LzmaEncode(dest, destLen, src, srcLen, &props, outProp
41 LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, const unsigned char *props, size_t propsSize) argument
[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 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/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/openfst/src/include/fst/
H A Dclosure.h51 uint64 props = fst->Properties(kFstProperties, false); local
69 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
H A Dinvert.h44 uint64 Properties(uint64 props) { return InvertProperties(props); } argument
H A Dlexicographic-weight.h62 uint64 props = kPath; local
63 if ((W1::Properties() & props) != props) {
68 if ((W2::Properties() & props) != props) {
H A Dproject.h58 uint64 Properties(uint64 props) { argument
59 return ProjectProperties(props, project_type_ == PROJECT_INPUT);
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_phyuv_c.h37 PgScalerProps_t props; member in struct:private_yuvhwdata

Completed in 409 milliseconds

12345678910