| /xsrc/external/mit/xauth/dist/tests/ |
| Makefile.am | 5 010-xauth-add-inet.script 010-xauth-add-inet.stdout \ 6 020-xauth-add-local.script 020-xauth-add-local.stdout \ 7 030-xauth-extract.script 030-xauth-extract.stdout \ 8 040-xauth-source.script 040-xauth-source.stdout \ 9 090-xauth-bad-usage.script 090-xauth-bad-usage.stderr 090-xauth-bad-usage.stdout
|
| test_xauth | 3 # This script is modelled after cmdtest: 10 for script in `ls -1 ${testsrc}/*.script | sort` ; do 11 base=`basename $script .script` 13 $script > out.stdout 2> out.stderr
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/ |
| SConscript | 51 script = 'main/get_hash_generator.py', 53 command = python_cmd + ' $SCRIPT ' + ' -f $SOURCE > $TARGET' 58 script = 'main/format_info.py', 60 command = python_cmd + ' $SCRIPT ' + ' $SOURCE > $TARGET' 65 script = 'main/format_pack.py', 67 command = python_cmd + ' $SCRIPT ' + ' $SOURCE > $TARGET' 72 script = 'main/format_unpack.py', 74 command = python_cmd + ' $SCRIPT ' + ' $SOURCE > $TARGET' 79 script = 'main/format_fallback.py', 81 command = python_cmd + ' $SCRIPT ' + ' $SOURCE ' + ' $TARGET [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/ |
| SConscript | 65 script = GLAPI + 'gen/gl_x86_asm.py', 67 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET' 78 script = GLAPI + 'gen/gl_x86-64_asm.py', 80 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET' 91 script = GLAPI + 'gen/gl_SPARC_asm.py', 93 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/ |
| init-stage2.sh | 50 echo "touch /xorg-started; sleep 100000" > /xorg-script 52 xinit /bin/sh /xorg-script -- /usr/bin/Xorg -noreset -s 0 -dpms -logfile /Xorg.0.log &
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| cffdec.h | 53 char *script; member in struct:cffdec_options
|
| cffdump.c | 49 #include "script.h" 88 "\t-L, --script=LUA - run specified lua script to analyze state\n" 143 { "script", required_argument, 0, 'L' }, 192 options.script = optarg; 193 if (script_load(options.script)) { 194 errx(-1, "error loading %s\n", options.script);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/shared-glapi/ |
| SConscript | 38 script = '../new/gen_gldispatch_mapi.py', 40 command = python_cmd + ' $SCRIPT ' + \ 46 script = '../mapi_abi.py', 48 command = python_cmd + ' $SCRIPT ' + \
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| aftypes.h | 249 * the script (based on script-specific characters to identify ascender 253 * glyph covered by the script, 304 * Each script is associated with two sets of Unicode ranges to test 305 * whether the font face supports the script, and which non-base 306 * characters the script contains. 308 * We use four-letter script tags from the OpenType specification, 309 * extended by `NONE', which indicates `no script'. 312 #undef SCRIPT 313 #define SCRIPT( s, S, d, h, H, ss ) 341 AF_Script script; member in struct:AF_ScriptClassRec_ 451 AF_Script script; member in struct:AF_StyleClassRec_ [all...] |
| afshaper.c | 51 * with all lookups specific to the OpenType script activated. It 87 /* load HarfBuzz script tags */ 88 #undef SCRIPT 89 #define SCRIPT( s, S, d, h, H, ss ) h, 106 hb_set_t* gsub_lookups = NULL; /* GSUB lookups for a given script */ 108 hb_set_t* gpos_lookups = NULL; /* GPOS lookups for a given script */ 111 hb_script_t script; local 130 script = scripts[style_class->script]; 132 /* Convert a HarfBuzz script tag into the corresponding OpenType * [all...] |
| afglobal.c | 43 #undef SCRIPT 44 #define SCRIPT( s, S, d, h, H, ss ) \ 83 #undef SCRIPT 84 #define SCRIPT( s, S, d, h, H, ss ) \ 162 af_script_classes[style_class->script]; 175 if ( (FT_UInt)style_class->script == 207 /* do the same for the script's non-base characters */ 253 /* ... and finally the default OpenType features of the default script */
|
| afmodule.c | 120 if ( !ft_strcmp( property_name, "fallback-script" ) ) 133 /* We translate the fallback script to a fallback style that uses */ 134 /* `fallback-script' as its script and `AF_COVERAGE_NONE' as its */ 141 if ( (FT_UInt)style_class->script == *fallback_script && 158 else if ( !ft_strcmp( property_name, "default-script" ) ) 330 if ( !ft_strcmp( property_name, "glyph-to-script-map" ) ) 342 else if ( !ft_strcmp( property_name, "fallback-script" ) ) 349 *val = style_class->script; 353 else if ( !ft_strcmp( property_name, "default-script" ) ) [all...] |
| /xsrc/external/mit/glw/dist/ |
| compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|
| /xsrc/external/mit/xf86-video-ati/dist/ |
| compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|
| /xsrc/external/mit/xf86-video-intel-old/dist/ |
| compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|
| /xsrc/external/mit/xsetpointer/dist/ |
| compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/dri/ |
| Android.mk | 37 # "version script assignment of to symbol FOO failed: symbol not defined" 39 -Wl,--version-script=$(LOCAL_PATH)/dri.sym \
|
| /xsrc/external/mit/MesaLib.old/dist/scons/ |
| custom.py | 112 # Tell ModuleFinder to search dependencies in the script dir, and the glapi 131 def code_generate(env, script, target, source, command): 141 script_src = env.File(script).srcnode() 144 command = command.replace('$SCRIPT', script_src.path) 155 # Running the Python script causes .pyc files to be generated in the
|
| /xsrc/external/ofl/font-liberation-ttf/dist/ |
| Makefile | 58 $(FONTFORGE) -script $(EXPORTSCRIPT) -ttf $^ 88 $$(FONTFORGE) -script $$(EXPORTSCRIPT) -$$(lastword $$(subst ., ,$$@)) $$< 2>/dev/null
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| analyze.lua | 1 -- A script that compares a set of equivalent cmdstream captures from 7 -- cffdump --script scripts/analyze.lua a320/quad-flat-*.rd a420/quad-flat-*.rd
|
| /xsrc/external/mit/iceauth/dist/ |
| process.c | 1541 const char *script; local 1554 script = argv[1]; 1556 fp = open_file (&script, "r", &used_stdin, inputfilename, lineno, argv[0]); 1579 prefix (script, sublineno); 1587 int status = process_command (script, sublineno, subargc, 1592 prefix (script, sublineno);
|
| /xsrc/external/mit/appres/dist/ |
| compile | 24 # configuration script generated by Autoconf, you may include it under 248 right script to run: please start by reading the file 'INSTALL'. 341 # mode: shell-script
|
| /xsrc/external/mit/bdftopcf/dist/ |
| compile | 24 # configuration script generated by Autoconf, you may include it under 248 right script to run: please start by reading the file 'INSTALL'. 344 # mode: shell-script
|
| /xsrc/external/mit/beforelight/dist/ |
| compile | 24 # configuration script generated by Autoconf, you may include it under 248 right script to run: please start by reading the file 'INSTALL'. 340 # mode: shell-script
|
| /xsrc/external/mit/bitmap/dist/ |
| compile | 24 # configuration script generated by Autoconf, you may include it under 248 right script to run: please start by reading the file 'INSTALL'. 341 # mode: shell-script
|