Searched refs:method (Results 1 - 25 of 283) sorted by relevance

1234567891011>>

/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-90-synthetic.json21 "method": "match", string in object:tests.0
33 "method": "match", string in object:tests.1
44 "method": "match", string in object:tests.2
56 "method": "match", string in object:tests.3
H A Dtest-45-generic.json15 "method": "match", string in object:tests.0
26 "method": "match", string in object:tests.1
H A Dtest-60-generic.json18 "method": "list", string in object:tests.0
H A Dtest-issue-286.json20 "method": "match", string in object:tests.0
H A Dtest-style-match.json18 "method": "match", string in object:tests.0
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_copy.c53 }, *method = methods;
116 while (method->init) {
118 method->engine << 16 | method->oclass,
119 method->oclass, NULL, 0,
122 if (!method->init(pNv)) {
130 method++;
/xsrc/external/mit/MesaLib.old/dist/src/egl/generate/
H A DeglFunctionList.py13 - method (string):
37 method values:
56 def _eglFunc(name, method, static=None, public=False, inheader=None, prefix="dispatch_", extension=None, retval=None):
61 static = (not public and method != "custom")
65 "method" : method,
/xsrc/external/mit/MesaLib/dist/src/egl/generate/
H A DeglFunctionList.py36 - method (string):
60 method values:
79 def _eglFunc(name, method, static=None, public=False, inheader=None, prefix="dispatch_", extension=None, retval=None):
84 static = (not public and method != "custom")
88 "method" : method,
/xsrc/external/mit/brotli/dist/python/tests/
H A D_test_utils.py61 def bind_method_args(method, *args, **kwargs):
62 return lambda self: method(self, *args, **kwargs)
85 for method in [m for m in dir(test_case_class) if m.startswith('_test')]:
89 name = 'test_{method}_{options}_{file}'.format(
90 method=method, options=opts_name, file=f)
92 getattr(test_case_class, method), testdata, **opts_dict)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c78 /* results[log2(size)][placement][method][] */
99 for (unsigned method = 0; method < NUM_METHODS; method++) { local in function:si_test_dma_perf
100 bool test_cp = method <= 2;
101 bool test_cs = method >= 3;
102 unsigned cs_method = method - 3;
107 test_cp ? method % 3 : test_cs ? (cs_method / NUM_SHADERS) : 0;
131 printf("%s,%3s,", method_str[method],
132 method
[all...]
/xsrc/external/mit/libdrm/dist/tests/tegra/
H A Dvic.h103 uint32_t **ptrp, uint32_t method,
107 *(*ptrp)++ = method >> 2;
112 uint32_t **ptrp, uint32_t method,
117 *(*ptrp)++ = method >> 2;
102 VIC_PUSH_METHOD(struct drm_tegra_pushbuf * pushbuf,uint32_t ** ptrp,uint32_t method,uint32_t value) argument
111 VIC_PUSH_BUFFER(struct drm_tegra_pushbuf * pushbuf,uint32_t ** ptrp,uint32_t method,struct drm_tegra_mapping * map,unsigned long offset,unsigned long flags) argument
/xsrc/external/mit/MesaLib/dist/include/android_stub/vndk/
H A Dhardware_buffer.h41 * If method is AHARDWAREBUFFER_CREATE_FROM_HANDLE_METHOD_REGISTER, the handle is assumed to be
45 * If method is AHARDWAREBUFFER_CREATE_FROM_HANDLE_METHOD_CLONE, the handle will be cloned and the
49 const native_handle_t* handle, int32_t method,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c79 /* results[log2(size)][placement][method][] */
101 for (unsigned method = 0; method < NUM_METHODS; method++) { local in function:si_test_dma_perf
102 bool test_cp = method <= 2;
103 bool test_sdma = method == 3;
104 bool test_cs = method >= 4;
105 unsigned cs_method = method - 4;
110 unsigned cache_policy = test_cp ? method % 3 :
130 printf("%s,%3s,", method_str[method],
[all...]
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/
H A Dlava-submit.sh8 if wget -q --method=HEAD "https://${BASE_SYSTEM_MAINLINE_HOST_PATH}/done"; then
45 --boot-method ${BOOT_METHOD} \
/xsrc/external/mit/freetype/dist/src/gzip/
H A Dzlib.h45 data. This version of the library supports only one compression method
162 /* The deflate compression method (the only one supported in this version) */
294 value depends on the compression method), inflateInit determines the
295 compression method from the zlib header and allocates all data structures
398 int method,
407 The method parameter is the compression method. It must be Z_DEFLATED in
435 method). msg is set to null if there is no error message. deflateInit2 does
468 or if the compression method is bsort). deflateSetDictionary does not
819 #define deflateInit2(strm, level, method, windowBit
[all...]
H A Dinflate.c13 METHOD, /* waiting for method byte */
37 uInt method; /* if FLAGS, method byte */ member in union:internal_state::__anon816fb6c0020a
162 if (((z->state->sub.method = NEXTBYTE) & 0xf) != Z_DEFLATED)
165 z->msg = (char*)"unknown compression method";
169 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)
181 if (((z->state->sub.method << 8) + b) % 31)
/xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/lunr/
H A Dlunr.stemmer.support.js9 !function(r,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():t()(r.lunr)}(this,function(){return function(r){r.stemmerSupport={Among:function(r,t,i,s){if(this.toCharArray=function(r){for(var t=r.length,i=new Array(t),s=0;s<t;s++)i[s]=r.charCodeAt(s);return i},!r&&""!=r||!t&&0!=t||!i)throw"Bad Among initialisation: s:"+r+", substring_i: "+t+", result: "+i;this.s_size=r.length,this.s=this.toCharArray(r),this.substring_i=t,this.result=i,this.method=s},SnowballProgram:function(){var b;return{bra:0,ket:0,limit:0,cursor:0,limit_backward:0,setCurrent:function(r){b=r,this.cursor=0,this.limit=r.length,this.limit_backward=0,this.bra=this.cursor,this.ket=this.limit},getCurrent:function(){var r=b;return b=null,r},in_grouping:function(r,t,i){if(this.cursor<this.limit){var s=b.charCodeAt(this.cursor);if(s<=i&&t<=s&&r[(s-=t)>>3]&1<<(7&s))return this.cursor++,!0}return!1},in_grouping_b:function(r,t,i){if(this.cursor>this.limit_backward){var s=b.charCodeAt(this.cursor-1);if(s<=i&&t<=s&&r[(s-=t)>>3]&1<<(7&s))return this.cursor--,!0}return!1},out_grouping:function(r,t,i){if(this.cursor<this.limit){var s=b.charCodeAt(this.cursor);if(i<s||s<t)return this.cursor++,!0;if(!(r[(s-=t)>>3]&1<<(7&s)))return this.cursor++,!0}return!1},out_grouping_b:function(r,t,i){if(this.cursor>this.limit_backward){var s=b.charCodeAt(this.cursor-1);if(i<s||s<t)return this.cursor--,!0;if(!(r[(s-=t)>>3]&1<<(7&s)))return this.cursor--,!0}return!1},eq_s:function(r,t){if(this.limit-this.cursor<r)return!1;for(var i=0;i<r;i++)if(b.charCodeAt(this.cursor+i)!=t.charCodeAt(i))return!1;return this.cursor+=r,!0},eq_s_b:function(r,t){if(this.cursor-this.limit_backward<r)return!1;for(var i=0;i<r;i++)if(b.charCodeAt(this.cursor-r+i)!=t.charCodeAt(i))return!1;return this.cursor-=r,!0},find_among:function(r,t){for(var i=0,s=t,e=this.cursor,n=this.limit,u=0,o=0,h=!1;;){for(var c=i+(s-i>>1),a=0,f=u<o?u:o,l=r[c],_=f;_<l.s_size;_++){if(e+f==n){a=-1;break}if(a=b.charCodeAt(e+f)-l.s[_])break;f++}if(a<0?(s=c,o=f):(i=c,u=f),s-i<=1){if(0<i||s==i||h)break;h=!0}}for(;;){if(u>=(l=r[i]).s_size){if(this.cursor=e+l.s_size,!l.method)return l.result;var m=l.method();if(this.cursor=e+l.s_size,m)return l.result}if((i=l.substring_i)<0)return 0}},find_among_b:function(r,t){for(var i=0,s=t,e=this.cursor,n=this.limit_backward,u=0,o=0,h=!1;;){for(var c=i+(s-i>>1),a=0,f=u<o?u:o,l=(_=r[c]).s_size-1-f;0<=l;l--){if(e-f==n){a=-1;break}if(a=b.charCodeAt(e-1-f)-_.s[l])break;f++}if(a<0?(s=c,o=f):(i=c,u=f),s-i<=1){if(0<i||s==i||h)break;h=!0}}for(;;){var _;if(u>=(_=r[i]).s_size){if(this.cursor=e-_.s_size,!_.method)return _.result;var m=_.method();if(this.cursor=e-_.s_size,m)return _.result}if((i=_.substring_i)<0)return 0}},replace_s:function (…)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
H A Dmodel.py122 def __init__(self, no, klass, method, args, ret, time):
125 self.method = method
218 self.formatter.function(node.klass + '::' + node.method)
220 self.formatter.function(node.method)
/xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
H A Dmodel.py149 def __init__(self, no, klass, method, args, ret, time):
152 self.method = method
251 self.formatter.function(node.klass + '::' + node.method)
253 self.formatter.function(node.method)
H A Dtracediff.sh63 echo " -M, --method-only output only call names without arguments"
116 -N|--named|-M|--method-only)
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dreader.h74 int method; /* tesselation method */ member in struct:O_nurbscurve
80 { bezier_curves = 0; type = _type; tesselation = 0; method = 0; next = 0; used = 0; save = 0; owner = 0; }
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.h76 void trace_dump_call_begin_locked(const char *klass, const char *method);
78 void trace_dump_call_begin(const char *klass, const char *method);
H A Dtr_dump.c313 void trace_dump_call_begin_locked(const char *klass, const char *method) argument
324 trace_dump_writes("\' method=\'");
325 trace_dump_escape(method);
348 void trace_dump_call_begin(const char *klass, const char *method) argument
351 trace_dump_call_begin_locked(klass, method);
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dbaremetal_build.sh9 if wget -q --method=HEAD "${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}/done"; then
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.h76 void trace_dump_call_begin_locked(const char *klass, const char *method);
78 void trace_dump_call_begin(const char *klass, const char *method);

Completed in 20 milliseconds

1234567891011>>