Searched refs:search (Results 1 - 25 of 667) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A Dfastboot_run.py54 if re.search("fastboot: processing commands", line) or \
55 re.search("Listening for fastboot command on", line):
59 if re.search("data abort", line):
71 if re.search("---. end Kernel panic", line):
76 if re.search("PON REASON", line):
81 if re.search("watchdog: BUG: soft lockup - CPU.* stuck", line):
87 if re.search("NETDEV WATCHDOG", line):
92 result = re.search("hwci: mesa: (\S*)", line)
H A Dcros_servo_run.py97 if re.search("load_archive: loading locale_en.bin", line):
104 if re.search("POWER_GOOD not seen in time", line):
110 if re.search("---. end Kernel panic", line):
117 if re.search("R8152: Bulk read error 0xffffffbf", line):
125 if re.search("Kernel panic - not syncing: Asynchronous SError Interrupt", line):
130 if re.search("NETDEV WATCHDOG", line):
144 if re.search("a6xx_hfi_send_msg.*Unexpected message id .* on the response queue", line):
148 if re.search("coreboot.*bootblock starting", line):
153 result = re.search("hwci: mesa: (\S*)", line)
H A Dpoe_run.py52 if re.search("Booting Linux", line):
61 if re.search("---. end Kernel panic", line):
65 if re.search("binner overflow mem", line):
69 result = re.search("hwci: mesa: (\S*)", line)
/xsrc/external/mit/libXaw/dist/src/
H A DTextPop.c416 * the search dialog box uses
424 * will search for a string in the main Text Widget.
427 * If the search was successful and the argument popdown is passed to
429 * search widget
442 if (DoSearch(tw->text.search) && popdown)
443 PopdownSearch(w, (XtPointer)tw->text.search, NULL);
452 * will popdown the search widget.
461 PopdownSearch(w, (XtPointer)tw->text.search, NULL);
470 * closure - pointer to the search structure
474 * Pops down the search widge
480 struct SearchAndReplace *search = (struct SearchAndReplace *)closure; local in function:PopdownSearch
614 InitializeSearchWidget(struct SearchAndReplace * search,XawTextScanDirection dir,Bool replace_active) argument
651 struct SearchAndReplace *search = ((TextWidget)tw)->text.search; local in function:AddSearchChildren
844 DoSearch(struct SearchAndReplace * search) argument
1006 Replace(struct SearchAndReplace * search,Bool once_only,Bool show_current) argument
1158 SetSearchLabels(struct SearchAndReplace * search,String msg1,String msg2,Bool bell) argument
1183 struct SearchAndReplace *search; local in function:_XawTextSetField
[all...]
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dindex.rst27 * :ref:`search`
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_llvm_types.py124 is_fwd_decl = re.search(r';', line)
143 is_llvm_typedef = re.search(r'@llvm_typedef', line)
152 is_llvm_struct = re.search(r'@llvm_struct', line)
161 is_llvm_func_start = re.search(r'@llvm_func_start', line)
167 is_llvm_func_end = re.search(r'@llvm_func_end', line)
174 is_llvm_func = re.search(r'@llvm_func', line)
181 is_llvm_enum = re.search(r'@llvm_enum', line)
190 is_llvm_pfn = re.search(r'@llvm_pfn', line)
199 is_const = re.search(r'\s+const\s+', line)
208 is_pointer_pointer = re.search('\*\*', lin
[all...]
H A Dgen_llvm_ir_macros.py106 #match = re.search(r'\*Create', line)
107 match = re.search(r'[\*\s]Create(\w*)\(', line)
111 if re.search(r'^\s*Create', line) is not None:
118 end_paren = re.search(r'\)', line)
126 delfunc = re.search(r'LLVM_DELETED_FUNCTION|= delete;', func_sig)
129 func = re.search(r'(.*?)\*[\n\s]*(Create\w*)\((.*?)\)', func_sig)
147 reg_arg = re.search(r'[\&\*]*(\w*)', arg_name)
174 func_mod = re.search(r'Create(\w*)', func_name)
187 arglist = re.search(r'ArrayRef', ', '.join(func_args))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_llvm_types.py123 is_fwd_decl = re.search(r';', line)
142 is_llvm_typedef = re.search(r'@llvm_typedef', line)
151 is_llvm_struct = re.search(r'@llvm_struct', line)
160 is_llvm_func_start = re.search(r'@llvm_func_start', line)
166 is_llvm_func_end = re.search(r'@llvm_func_end', line)
173 is_llvm_func = re.search(r'@llvm_func', line)
180 is_llvm_enum = re.search(r'@llvm_enum', line)
189 is_llvm_pfn = re.search(r'@llvm_pfn', line)
198 is_const = re.search(r'\s+const\s+', line)
207 is_pointer_pointer = re.search('\*\*', lin
[all...]
H A Dgen_llvm_ir_macros.py107 deprecated = re.search(r'LLVM_ATTRIBUTE_DEPRECATED', line)
109 #match = re.search(r'\*Create', line)
110 match = re.search(r'[\*\s]Create(\w*)\(', line)
119 if re.search(r'^\s*Create', line) is not None:
126 end_paren = re.search(r'\)', line)
134 delfunc = re.search(r'LLVM_DELETED_FUNCTION|= delete;', func_sig)
137 func = re.search(r'(.*?)\*[\n\s]*(Create\w*)\((.*?)\)', func_sig)
155 reg_arg = re.search(r'[\&\*]*(\w*)', arg_name)
183 func_mod = re.search(r'Create(\w*)', func_name)
196 arglist = re.search(
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dtrace-parser.py188 match = re.search(flush_batch_match, line)
197 match = re.search(framebuffer_match, line)
207 match = re.search(surface_match, line)
216 match = re.search(gmem_match, line)
226 match = re.search(sysmem_match, line)
232 match = re.search(state_restore_match, line)
237 match = re.search(prologue_match, line)
242 match = re.search(binning_ib_match, line)
248 match = re.search(vsc_overflow_match, line)
254 match = re.search(draw_ib_matc
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dindex.rst31 * :ref:`search`
/xsrc/external/mit/MesaLib.old/src/compiler/nir/
H A Dnir_opt_algebraic.c11 const nir_search_expression *search; member in struct:transform
162589 const nir_search_expression *search; member in struct:transform
164188 const nir_search_expression *search; member in struct:transform
[all...]
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dbeos_x11.cpp42 *Returns pointer to first char ins search which is also in what, else NULL.
44 static char *strscan (char *search, char *what)
49 while ((c = *(search++))) {
52 return (--search);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_algebraic.py176 # - If it's in the search expression, we don't need to check anything
178 # case we'd reject it), or it equals the bit-size of the search value
477 In this case, in the search expression a must be 32-bit but b can
482 that a given search-and-replace operation is 100% well-defined before we
491 the equivalence class of any of the search values. We could make the example
492 transforms above work by doing some extra run-time checking of the search
497 replacement expression must produce the same bit size as the search
499 replacement expression, or specializing the search bitsize
509 from being allowed, since the search expression has the bit size of a and b,
520 of the search expresssio
[all...]
H A Dnir_search.h51 * For a search expression:
59 * as the search value.
74 * This is only allowed in search expressions and indicates that the
81 * This is only allowed in search expressions and indicates that the
93 * This is only allowed in search expressions, and allows additional
95 * variables to require, for example, power-of-two in order for the search
137 /* When set on a search expression, the expression will only match an SSA
147 * search structures are constructed and is a unique (to this structure)
178 const nir_search_expression *search; member in struct:transform
205 const nir_search_expression *search,
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgen_gl_wrappers.py74 m1 = dispatch_regex.search(line)
143 m1 = r2.search(line)
156 m1 = r1.search(line)
270 m2 = r3.search(funcname)
279 m3 = r4.search(funcname)
282 m4 = r5.search(funcname)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_algebraic.py183 # - If it's in the search expression, we don't need to check anything
185 # case we'd reject it), or it equals the bit-size of the search value
400 In this case, in the search expression a must be 32-bit but b can
405 that a given search-and-replace operation is 100% well-defined before we
414 the equivalence class of any of the search values. We could make the example
415 transforms above work by doing some extra run-time checking of the search
420 replacement expression must produce the same bit size as the search
422 replacement expression, or specializing the search bitsize
432 from being allowed, since the search expression has the bit size of a and b,
443 of the search expresssio
[all...]
H A Dnir_search.h49 * For a search expression:
57 * as the search value.
72 * This is only allowed in search expressions and indicates that the
79 * This is only allowed in search expressions and indicates that the
91 * This is only allowed in search expressions, and allows additional
93 * variables to require, for example, power-of-two in order for the search
132 /* When set on a search expression, the expression will only match an SSA
139 * search structures are constructed and is a unique (to this structure)
175 const nir_search_expression *search,
/xsrc/external/mit/MesaLib/dist/bin/pick/
H A Dcore_test.py97 m = core.IS_FIX.search(message)
117 m = core.IS_CC.search(message)
133 m = core.IS_CC.search(message)
151 m = core.IS_CC.search(message)
165 m = core.IS_CC.search(message)
180 m = core.IS_CC.search(message)
196 m = core.IS_CC.search(message)
211 m = core.IS_CC.search(message)
235 m = core.IS_REVERT.search(message)
/xsrc/external/mit/MesaLib.old/src/intel/
H A Dbrw_nir_trig_workarounds.c12 const nir_search_expression *search; member in struct:transform
189 nir_replace_instr(build, alu, xform->search, xform->replace)) {
199 nir_replace_instr(build, alu, xform->search, xform->replace)) {
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dgetprocaddress.py28 v = re.search("^test_([a-zA-Z0-9]+)", line)
/xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/
H A Dapplication.c33a9706.js15 */!function(e){if(void 0===(s="function"==typeof(a=e)?a.call(i,o,i,r):a)||(r.exports=s),!0,r.exports=e(),!!0){var t=window.Cookies,n=window.Cookies=e();n.noConflict=function(){return window.Cookies=t,n}}}(function(){function s(){for(var e=0,t={};e<arguments.length;e++){var n=arguments[e];for(var r in n)t[r]=n[r]}return t}function l(e){return e.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent)}return function e(c){function a(){}function n(e,t,n){if("undefined"!=typeof document){"number"==typeof(n=s({path:"/"},a.defaults,n)).expires&&(n.expires=new Date(1*new Date+864e5*n.expires)),n.expires=n.expires?n.expires.toUTCString():"";try{var r=JSON.stringify(t);/^[\{\[]/.test(r)&&(t=r)}catch(e){}t=c.write?c.write(t,e):encodeURIComponent(String(t)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),e=encodeURIComponent(String(e)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);var i="";for(var o in n)n[o]&&(i+="; "+o,!0!==n[o]&&(i+="="+n[o].split(";")[0]));return document.cookie=e+"="+t+i}}function t(e,t){if("undefined"!=typeof document){for(var n={},r=document.cookie?document.cookie.split("; "):[],i=0;i<r.length;i++){var o=r[i].split("="),a=o.slice(1).join("=");t||'"'!==a.charAt(0)||(a=a.slice(1,-1));try{var s=l(o[0]);if(a=(c.read||c)(a,s)||l(a),t)try{a=JSON.parse(a)}catch(e){}if(n[s]=a,e===s)break}catch(e){}}return e?n[e]:n}}return a.set=n,a.get=function(e){return t(e,!1)},a.getJSON=function(e){return t(e,!0)},a.remove=function(e,t){n(e,"",s(t,{expires:-1}))},a.defaults={},a.withConverter=e,a}(function(){})})},function(e,t,n){"use strict";n.r(t);var r="function"==typeof fetch?fetch.bind():function(i,o){return o=o||{},new Promise(function(e,t){var n=new XMLHttpRequest;for(var r in n.open(o.method||"get",i,!0),o.headers)n.setRequestHeader(r,o.headers[r]);function s(){var r,i=[],o=[],a={};return n.getAllResponseHeaders().replace(/^(.*?):[^\S\n]*([\s\S]*?)$/gm,function(e,t,n){i.push(t=t.toLowerCase()),o.push([t,n]),r=a[t],a[t]=r?r+","+n:n}),{ok:2==(n.status/100|0),status:n.status,statusText:n.statusText,url:n.responseURL,clone:s,text:function(){return Promise.resolve(n.responseText)},json:function(){return Promise.resolve(n.responseText).then(JSON.parse)},blob:function(){return Promise.resolve(new Blob([n.response]))},headers:{keys:function(){return i},entries:function(){return o},get:function(e){return a[e.toLowerCase()]},has:function(e){return e.toLowerCase()in a}}}}n.withCredentials="include"==o.credentials,n.onload=function(){e(s())},n.onerror=t,n.send(o.body||null)})};t.default=r},function(e,t,n){"use strict";t.a=function(t){var n=this.constructor;return this.then(function(e){return n.resolve(t()).then(function(){return e})},function(e){return n.resolve(t()).then(function(){return n.reject(e)})})}},function(e,n,r){"use strict";(function(f){r.d(n,"a",function(){return t});var e=r(1),d=r.n(e),h=function(e){var t=document.getElementsByName("lang:"+e)[0];if(!(t instanceof HTMLMetaElement))throw new ReferenceError;return t.content},t=function(){function e(e,t){var n="string"==typeof e?document.querySelector(e):e;if(!(n instanceof HTMLElement))throw new ReferenceError;this.el_=n;var r=Array.prototype.slice.call(this.el_.children),i=r[0],o=r[1];this.data_=t,this.meta_=i,this.list_=o,this.message_={placeholder:this.meta_.textContent,none:h("search.result.none"),one:h("search.result.one"),other:h("search.result.other")};var a=h("search.tokenizer");a.length&&(d.a.tokenizer.separator=a),this.lang_=h("search.language").split(",").filter(Boolean).map(function(e){return e.trim()})}return e.prototype.update=function(e){var t,a=this;if("focus"!==e.type||this.index_){if("focus"===e.type||"keyup"===e.type){var n=e.target;if(!(n instanceof HTMLInputElement))throw new ReferenceError;if(!this.index_||n.value===this.value_)return;for(;this.list_.firstChild;)this.list_.removeChild(this.list_.firstChild);if(this.value_=n.value,0===this.value_.length)return void(this.meta_.textContent=this.message_.placeholder);var r=this.index_.query(function(t){a.value_.toLowerCase().split(" ").filter(Boolean).forEach(function(e){t.term(e,{wildcard:d.a.Query.wildcard.TRAILING})})}).reduce(function(e,t){var n=a.docs_.get(t.ref);if(n.parent){var r=n.parent.location;e.set(r,(e.get(r)||[]).concat(t))}else{var i=n.location;e.set(i,e.get(i)||[])}return e},new Map),i=(t=this.value_.trim(),t.replace(/[|\\{}()[\]^$+*?.-]/g,"\\$&")).replace(new RegExp(d.a.tokenizer.separator,"img"),"|"),s=new RegExp("(^|"+d.a.tokenizer.separator+")("+i+")","img"),c=function(e,t,n){return t+"<em>"+n+"</em>"};this.stack_=[],r.forEach(function(e,t){var n,r=a.docs_.get(t),i=f.createElement("li",{class:"md-search-result__item"},f.createElement("a",{href:r.location,title:r.title,class:"md-search-result__link",tabindex:"-1"},f.createElement("article",{class:"md-search-result__article md-search-result__article--document"},f.createElement("h1",{class:"md-search
[all...]
/xsrc/external/mit/freetype/dist/
H A Dvms_make.com101 $ file = f$edit(f$search("[...]*.obj"),"UPCASE")
199 if f$search("lib.dir") .eqs. "" then create/directory [.lib]
1088 $ if f$search("VMSLIB.DAT") .eqs. ""
1144 $ if f$search("''libloc'").eqs. ""
1154 $ if f$search("''libsrcdir'''testinc'") .nes. "" then libsrc_found = true
1177 $ if ((f$search("freetype:freetype.h") .nes. "") .and. -
1178 (f$search("freetype:[internal]ftobjs.h") .nes. ""))
1185 $ if f$search("''ft2srcdir'''testinc'") .nes. ""
1187 $ if f$search("''ft2srcdir'internal.dir") .nes. ""
1257 $ f= f$search(lin
[all...]
/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_release_notes.py141 match = self.patterns.initial.search(remaining)
152 rolePfx = re.search("^:" + self.simplename + ":(?=`)",
154 refSfx = re.search("_+$", inline)
159 elif refSfx and not re.search("^`", inline):
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.cpp210 search(graph->getRoot(), preorder, seq);
220 void search(Graph::Node *node, const bool preorder, const int sequence) function in class:nv50_ir::DFSIterator
227 search(ei.getNode(), preorder, sequence);
269 search(graph->getRoot(), graph->nextSequence());
284 void search(Graph::Node *node, const int sequence) function in class:nv50_ir::CFGIterator

Completed in 51 milliseconds

1234567891011>>