Searched refs:SearchAndReplace (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dalgebraic_parser_test.py29 from nir_algebraic import SearchAndReplace
45 SearchAndReplace(pattern)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dalgebraic_parser_test.py29 from nir_algebraic import SearchAndReplace
45 SearchAndReplace(pattern)
/xsrc/external/mit/libXaw/dist/src/
H A DTextPop.c94 static Bool DoSearch(struct SearchAndReplace*);
98 static void InitializeSearchWidget(struct SearchAndReplace*,
104 static Bool Replace(struct SearchAndReplace*, Bool, Bool);
108 static void SetSearchLabels(struct SearchAndReplace*, String, String, Bool);
480 struct SearchAndReplace *search = (struct SearchAndReplace *)closure;
502 (void)DoSearch((struct SearchAndReplace *)closure);
582 ctx->text.search = XtNew(struct SearchAndReplace);
614 InitializeSearchWidget(struct SearchAndReplace *search,
651 struct SearchAndReplace *searc
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextP.h155 struct SearchAndReplace { struct
218 struct SearchAndReplace *search; /* Search and replace structure */
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_algebraic.py746 class SearchAndReplace(object): class in inherits:object
1146 if not isinstance(xform, SearchAndReplace):
1148 xform = SearchAndReplace(xform)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_algebraic.py669 class SearchAndReplace(object): class in inherits:object
1175 if not isinstance(xform, SearchAndReplace):
1177 xform = SearchAndReplace(xform)

Completed in 10 milliseconds