| /xsrc/external/mit/MesaLib.old/dist/src/mapi/new/ |
| H A D | gen_gldispatch_mapi.py | 76 text = r""" 84 text += "GLAPI {f.rt} APIENTRY {f.name}({f.decArgs});\n".format(f=func) 85 text += "#undef MAPI_TMP_DEFINES\n" 86 text += "#endif /* MAPI_TMP_DEFINES */\n" 87 return text 90 text = "#ifdef MAPI_TMP_TABLE\n" 91 text += "#define MAPI_TABLE_NUM_STATIC %d\n" % (len(allFunctions)) 92 text += "#define MAPI_TABLE_NUM_DYNAMIC %d\n" % (genCommon.MAPI_TABLE_NUM_DYNAMIC,) 93 text += "#undef MAPI_TMP_TABLE\n" 94 text [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mapi/new/ |
| H A D | gen_gldispatch_mapi.py | 76 text = r""" 84 text += "GLAPI {f.rt} APIENTRY {f.name}({f.decArgs});\n".format(f=func) 85 text += "#undef MAPI_TMP_DEFINES\n" 86 text += "#endif /* MAPI_TMP_DEFINES */\n" 87 return text 90 text = "#ifdef MAPI_TMP_TABLE\n" 91 text += "#define MAPI_TABLE_NUM_STATIC %d\n" % (len(allFunctions)) 92 text += "#define MAPI_TABLE_NUM_DYNAMIC %d\n" % (genCommon.MAPI_TABLE_NUM_DYNAMIC,) 93 text += "#undef MAPI_TMP_TABLE\n" 94 text [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/generate/ |
| H A D | gen_egl_dispatch.py | 66 text = generateHeader(functions) 68 text = generateSource(functions) 69 sys.stdout.write(text) 77 text = "defined(" + result["extension"] + ")" 78 result["extension"] = text 93 text = textwrap.dedent(r""" 109 text += "enum {\n" 111 text += generateGuardBegin(func, eglFunc) 112 text += " __EGL_DISPATCH_" + func.name + ",\n" 113 text [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/egl/generate/ |
| H A D | gen_egl_dispatch.py | 66 text = generateHeader(functions) 68 text = generateSource(functions) 69 sys.stdout.write(text) 77 text = "defined(" + result["extension"] + ")" 78 result["extension"] = text 93 text = textwrap.dedent(r""" 107 text += "enum {\n" 109 text += generateGuardBegin(func, eglFunc) 110 text += " __EGL_DISPATCH_" + func.name + ",\n" 111 text [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | xmlpool.h | 51 " text CDATA #REQUIRED>" \ 59 " text CDATA #REQUIRED>" \ 95 #define DRI_CONF_DESC(lang,text) \ 96 "<description lang=\""#lang"\" text=\""text"\"/>\n" 99 #define DRI_CONF_DESC_BEGIN(lang,text) \ 100 "<description lang=\""#lang"\" text=\""text"\">\n" 107 #define DRI_CONF_ENUM(value,text) \ 108 "<enum value=\""#value"\" text [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Text.c | 132 (ctx)->text.lt.top, \ 133 (ctx)->text.lt.info[ctx->text.lt.lines].position) 311 offset(text.lt.top), 320 offset(text.insertPos), 329 offset(text.r_margin.left), 338 offset(text.r_margin.right), 347 offset(text.r_margin.top), 356 offset(text.r_margin.bottom), 365 offset(text 1091 XawTextBlock text; local in function:_XawTextGetText 3931 XawTextReplace(Widget w,XawTextPosition startPos,XawTextPosition endPos,XawTextBlock * text) argument 4117 XawTextSearch(Widget w,int dir,XawTextBlock * text) argument [all...] |
| H A D | TextAction.c | 58 #define MULT(w) (w->text.mult == 0 ? 4 : \ 59 w->text.mult == 32767 ? -4 : w->text.mult) 275 TextSrcObject src = (TextSrcObject)ctx->text.source; 278 _XawTextPrepareToUpdate((TextWidget)src->textSrc.text[i]); 288 ctx->text.time = event->xbutton.time; 292 ctx->text.time = event->xkey.time; 295 ctx->text.time = event->xmotion.time; 299 ctx->text.time = event->xcrossing.time; 310 ctx->text 374 XawTextBlock text; local in function:_SelectionReceived 1231 XawTextBlock text; local in function:_DeleteOrKill 1564 XawTextBlock text; local in function:KillRingYank 1611 XawTextBlock block, text; local in function:StripSpaces 1723 XawTextBlock text, block; local in function:Tabify 1866 XawTextBlock block, text; local in function:Untabify 1991 XawTextBlock block, *text; local in function:FormatText 2070 XawTextBlock block, text; local in function:DoFormatText 2332 XawTextBlock text; local in function:Indent 2492 XawTextBlock text; local in function:InsertNewLineAndBackupInternal 2580 XawTextBlock text; local in function:InsertNewLineAndIndent 2992 XawTextBlock text; local in function:AutoFill 3053 XawTextBlock text; local in function:InsertChar 3298 XawTextBlock text; local in function:InsertString 3532 XawTextBlock text; local in function:StripOutOldCRs 3640 XawTextBlock text; local in function:InsertNewCRs 4034 XawTextBlock text; local in function:TransposeCharacters [all...] |
| H A D | AsciiText.c | 52 * text widget with an ascii source and ascii sink attached to it 136 /* text */ 188 /* text */ 245 /* text */ 283 if (w->text.sink == NULL) 284 w->text.sink = XtCreateWidget("textSink", multiSinkObjectClass, 286 else if (!XtIsSubclass(w->text.sink, multiSinkObjectClass)) 289 if (w->text.source == NULL) 290 w->text.source = XtCreateWidget("textSource", multiSrcObjectClass, 292 else if (!XtIsSubclass(w->text [all...] |
| /xsrc/external/mit/pixman/dist/ |
| H A D | a64-neon-test.S | 1 .text
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_text.h | 41 const char *text,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_text.h | 41 const char *text,
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | under-latin.pl | 34 # Print a text-test pattern using Latin-1 characters that have these features: 55 my $text = shift; 57 $text = sprintf "\033[4m%s\033[24m", $text if ($code); 58 return $text; 77 -b write a pattern in bold-text 78 -i write a pattern in italic-text 79 -u write text in UTF-8
|
| H A D | cursor.pl | 162 my $text; 164 $text = `$source`; 166 $text = `cat $source`; 168 $text =~ s/\n/\r\n/g; 169 if ( $text !~ $text_chop ) { 170 $text = $text_mark . $text; 172 $text_blob = $text_blob . $text;
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omImText.c | 43 XPointer text, 55 _XomGenericTextExtents(oc, type, text, length, 0, &extent); 61 _XomGenericDrawString(dpy, d, oc, gc, x, y, type, text, length); 66 int y, _Xconst char *text, int length) 69 (XPointer) text, length); 74 int y, _Xconst wchar_t *text, int length) 77 (XPointer) text, length); 82 int y, _Xconst char *text, int length) 85 (XPointer) text, length); 36 _XomGenericDrawImageString(Display * dpy,Drawable d,XOC oc,GC gc,int x,int y,XOMTextType type,XPointer text,int length) argument 65 _XmbGenericDrawImageString(Display * dpy,Drawable d,XOC oc,GC gc,int x,int y,_Xconst char * text,int length) argument 73 _XwcGenericDrawImageString(Display * dpy,Drawable d,XOC oc,GC gc,int x,int y,_Xconst wchar_t * text,int length) argument 81 _Xutf8GenericDrawImageString(Display * dpy,Drawable d,XOC oc,GC gc,int x,int y,_Xconst char * text,int length) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/ |
| H A D | graw.h | 41 * those for parsing text representations of TGSI shaders. 67 const char *text ); 70 const char *text ); 73 const char *text );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/ |
| H A D | graw.h | 41 * those for parsing text representations of TGSI shaders. 67 const char *text ); 70 const char *text ); 73 const char *text );
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | XomGeneric.h | 175 _XmbDefaultTextEscapement(XOC oc, _Xconst char *text, int length); 177 _XwcDefaultTextEscapement(XOC oc, _Xconst wchar_t *text, int length); 179 _Xutf8DefaultTextEscapement(XOC oc, _Xconst char *text, int length); 181 _XmbDefaultTextExtents(XOC oc, _Xconst char *text, int length, 184 _XwcDefaultTextExtents(XOC oc, _Xconst wchar_t *text, int length, 187 _Xutf8DefaultTextExtents(XOC oc, _Xconst char *text, int length, 191 XOC oc, _Xconst char *text, int length, 198 XOC oc, _Xconst wchar_t *text, int length, 205 XOC oc, _Xconst char *text, int length, 212 _Xconst char *text, in [all...] |
| /xsrc/external/mit/fontconfig/dist/doc/ |
| H A D | extract-man-list.py | 61 text = '' 63 text = lines.pop(0).strip() 64 if text.endswith('%'): 65 text = text[:-1] + ' ' 67 replacement_set[tag] = text
|
| /xsrc/external/mit/freetype/dist/docs/reference/javascripts/ |
| H A D | extra.js | 39 // Slugify supplied text 40 function slugify(text){ 41 text = text.toLowerCase(); 42 text = text.replace(" ", "-"); 43 return text;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-null/ |
| H A D | graw_util.c | 17 const char *text) 22 if (!tgsi_text_translate(text, tokens, ARRAY_SIZE(tokens))) 32 const char *text) 37 if (!tgsi_text_translate(text, tokens, ARRAY_SIZE(tokens))) 47 const char *text) 52 if (!tgsi_text_translate(text, tokens, ARRAY_SIZE(tokens))) 16 graw_parse_geometry_shader(struct pipe_context * pipe,const char * text) argument 31 graw_parse_vertex_shader(struct pipe_context * pipe,const char * text) argument 46 graw_parse_fragment_shader(struct pipe_context * pipe,const char * text) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-null/ |
| H A D | graw_util.c | 17 const char *text) 22 if (!tgsi_text_translate(text, tokens, ARRAY_SIZE(tokens))) 32 const char *text) 37 if (!tgsi_text_translate(text, tokens, ARRAY_SIZE(tokens))) 47 const char *text) 52 if (!tgsi_text_translate(text, tokens, ARRAY_SIZE(tokens))) 16 graw_parse_geometry_shader(struct pipe_context * pipe,const char * text) argument 31 graw_parse_vertex_shader(struct pipe_context * pipe,const char * text) argument 46 graw_parse_fragment_shader(struct pipe_context * pipe,const char * text) argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp.c | 50 char *text = NULL; local in function:load_text_fp 58 text = reralloc_size (ctx, text, text_size); 59 if (text == NULL) { 64 bytes = fread (text + total_read, 1, CHUNK, fp); 72 text[total_read] = '\0'; 74 return text; 80 char *text; local in function:load_text_file 93 text = load_text_fp (ctx, fp); 97 return text; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp.c | 50 char *text = NULL; local in function:load_text_fp 58 text = reralloc_size (ctx, text, text_size); 59 if (text == NULL) { 64 bytes = fread (text + total_read, 1, CHUNK, fp); 72 text[total_read] = '\0'; 74 return text; 80 char *text; local in function:load_text_file 93 text = load_text_fp (ctx, fp); 97 return text; [all...] |
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | mbWrap.c | 100 _Xconst char *text, 104 text, text_len); 116 _Xconst char *text, 120 text, text_len); 126 _Xconst char *text, 129 return (*font_set->methods->mb_escapement) (font_set, text, text_len); 135 _Xconst char *text, 140 return (*font_set->methods->mb_extents) (font_set, text, text_len, 148 _Xconst char *text, 158 (font_set, text, text_le 93 XmbDrawString(Display * dpy,Drawable d,XFontSet font_set,GC gc,int x,int y,_Xconst char * text,int text_len) argument 109 XmbDrawImageString(Display * dpy,Drawable d,XFontSet font_set,GC gc,int x,int y,_Xconst char * text,int text_len) argument 124 XmbTextEscapement(XFontSet font_set,_Xconst char * text,int text_len) argument 133 XmbTextExtents(XFontSet font_set,_Xconst char * text,int text_len,XRectangle * overall_ink_extents,XRectangle * overall_logical_extents) argument 146 XmbTextPerCharExtents(XFontSet font_set,_Xconst char * text,int text_len,XRectangle * ink_extents_buffer,XRectangle * logical_extents_buffer,int buffer_size,int * num_chars,XRectangle * max_ink_extents,XRectangle * max_logical_extents) argument [all...] |
| H A D | utf8Wrap.c | 122 _Xconst char *text, 126 text, text_len); 138 _Xconst char *text, 142 text, text_len); 148 _Xconst char *text, 151 return (*font_set->methods->utf8_escapement) (font_set, text, text_len); 157 _Xconst char *text, 162 return (*font_set->methods->utf8_extents) (font_set, text, text_len, 170 _Xconst char *text, 180 (font_set, text, text_le 115 Xutf8DrawString(Display * dpy,Drawable d,XFontSet font_set,GC gc,int x,int y,_Xconst char * text,int text_len) argument 131 Xutf8DrawImageString(Display * dpy,Drawable d,XFontSet font_set,GC gc,int x,int y,_Xconst char * text,int text_len) argument 146 Xutf8TextEscapement(XFontSet font_set,_Xconst char * text,int text_len) argument 155 Xutf8TextExtents(XFontSet font_set,_Xconst char * text,int text_len,XRectangle * overall_ink_extents,XRectangle * overall_logical_extents) argument 168 Xutf8TextPerCharExtents(XFontSet font_set,_Xconst char * text,int text_len,XRectangle * ink_extents_buffer,XRectangle * logical_extents_buffer,int buffer_size,int * num_chars,XRectangle * max_ink_extents,XRectangle * max_logical_extents) argument [all...] |