/third_party/skia/third_party/externals/spirv-cross/ |
D | test_shaders.sh | 5 OPTS=$@ 18 ./test_shaders.py shaders ${OPTS} --spirv-cross "$SPIRV_CROSS_PATH" || exit 1 19 ./test_shaders.py shaders ${OPTS} --opt --spirv-cross "$SPIRV_CROSS_PATH" || exit 1 20 ./test_shaders.py shaders-no-opt ${OPTS} --spirv-cross "$SPIRV_CROSS_PATH" || exit 1 21 ./test_shaders.py shaders-msl ${OPTS} --msl --spirv-cross "$SPIRV_CROSS_PATH" || exit 1 22 ./test_shaders.py shaders-msl ${OPTS} --msl --opt --spirv-cross "$SPIRV_CROSS_PATH" || exit 1 23 ./test_shaders.py shaders-msl-no-opt ${OPTS} --msl --spirv-cross "$SPIRV_CROSS_PATH" || exit 1 24 ./test_shaders.py shaders-hlsl ${OPTS} --hlsl --spirv-cross "$SPIRV_CROSS_PATH" || exit 1 25 ./test_shaders.py shaders-hlsl ${OPTS} --hlsl --opt --spirv-cross "$SPIRV_CROSS_PATH" || exit 1 26 ./test_shaders.py shaders-hlsl-no-opt ${OPTS} --hlsl --spirv-cross "$SPIRV_CROSS_PATH" || exit 1 [all …]
|
/third_party/node/deps/npm/node_modules/libnpmaccess/test/ |
D | index.js | 11 const OPTS = figgyPudding({})({ constant 19 return access.public('@foo/bar', OPTS).then(ret => { 28 return access.restricted('@foo/bar', OPTS).then(ret => { 37 return access.tfaRequired('@foo/bar', OPTS).then(ret => { 46 return access.tfaNotRequired('@foo/bar', OPTS).then(ret => { 57 '@foo/bar', 'myorg:myteam', 'read-write', OPTS 69 '@foo/bar', 'myorg:myteam', 'read-only', OPTS 77 '@foo/bar', 'myorg:myteam', 'unknown', OPTS 91 '@foo/bar', undefined, 'read-write', OPTS 109 'bar', 'myorg:myteam', 'read-write', OPTS [all …]
|
/third_party/node/deps/npm/node_modules/libnpmorg/test/ |
D | index.js | 10 const OPTS = figgyPudding({ registry: {} })({ constant 23 tnock(t, OPTS.registry).put('/-/org/myorg/user', { 27 return org.set('myorg', 'myuser', 'admin', OPTS).then(res => { 41 tnock(t, OPTS.registry).put('/-/org/myorg/user', { 44 return org.set('myorg', 'myuser', OPTS).then(res => { 50 tnock(t, OPTS.registry).delete('/-/org/myorg/user', { 53 return org.rm('myorg', 'myuser', OPTS).then(() => { 64 tnock(t, OPTS.registry).get('/-/org/myorg/user').reply(200, roster) 65 return org.ls('myorg', OPTS).then(res => { 77 tnock(t, OPTS.registry).get('/-/org/myorg/user').reply(200, roster) [all …]
|
/third_party/node/deps/npm/node_modules/libnpmteam/test/ |
D | index.js | 11 const OPTS = figgyPudding({})({ constant 19 return team.create('@foo:cli', OPTS).then(ret => { 25 return team.create('go away', OPTS).then( 32 return team.create(undefined, OPTS).then( 43 return team.create('@foo:cli', OPTS.concat({ 54 return team.destroy('@foo:cli', OPTS).then(ret => { 63 return team.add('zkat', '@foo:cli', OPTS).then(ret => { 72 return team.rm('zkat', '@foo:cli', OPTS).then(ret => { 81 return team.lsTeams('foo', OPTS).then(ret => { 90 return team.lsTeams('foo', OPTS).then( [all …]
|
/third_party/node/deps/npm/test/tap/ |
D | link.js | 18 var OPTS = { variable 95 common.npm(['ls', '-g', '--depth=0'], OPTS, function (err, c, out) { 105 common.npm(['link'], OPTS, function (err, c, out) { 107 common.npm(['ls', '-g'], OPTS, function (err, c, out, stderr) { 119 common.npm(['link'], OPTS, function (err, c, out) { 121 common.npm(['ls', '-g'], OPTS, function (err, c, out, stderr) { 133 common.npm(['link'], OPTS, function (err, c, out) { 135 common.npm(['ls', '-g'], OPTS, function (err, c, out, stderr) { 147 common.npm(['link', 'foo'], OPTS, function (err) { 149 common.npm(['ls'], OPTS, function (err, c, out) { [all …]
|
D | noargs-install-config-save.js | 34 var OPTS = { variable 44 common.npm('install', OPTS, function (er, code, stdout, stderr) { 63 common.npm(['install', 'underscore', '-P'], OPTS, function (er, code, stdout, stderr) {
|
D | no-global-warns.js | 17 var OPTS = { variable 56 OPTS,
|
/third_party/ffmpeg/tests/fate/ |
D | utvideo.mak | 70 …)/tests/vsynth1/%02d.pgm -c:v utvideo -slices 1 -sws_flags +accurate_rnd+bitexact ${OPTS} -vf scale 73 fate-utvideoenc_rgba_left: OPTS = -pix_fmt gbrap -pred left macro 76 fate-utvideoenc_rgba_median: OPTS = -pix_fmt gbrap -pred median macro 79 fate-utvideoenc_rgba_none: OPTS = -pix_fmt gbrap -pred none macro 82 fate-utvideoenc_rgb_left: OPTS = -pix_fmt gbrp -pred left macro 85 fate-utvideoenc_rgb_median: OPTS = -pix_fmt gbrp -pred median macro 88 fate-utvideoenc_rgb_none: OPTS = -pix_fmt gbrp -pred none macro 91 fate-utvideoenc_yuv420_left: OPTS = -pix_fmt yuv420p -pred left macro 94 fate-utvideoenc_yuv420_median: OPTS = -pix_fmt yuv420p -pred median macro 97 fate-utvideoenc_yuv420_none: OPTS = -pix_fmt yuv420p -pred none macro [all …]
|
D | flac.mak | 11 fate-flac-16-chmode-%: OPTS = -ch_mode $(@:fate-flac-16-chmode-%=%) macro 12 fate-flac-16-fixed: OPTS = -lpc_type fixed macro 13 fate-flac-16-lpc-%: OPTS = -lpc_type $(@:fate-flac-16-lpc-%=%) macro 16 …16-%: CMD = enc_dec_pcm flac wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c flac $(OPTS) 18 fate-flac-24-comp-%: OPTS = -compression_level $(@:fate-flac-24-comp-%=%) macro 21 …24-%: CMD = enc_dec_pcm flac wav s24le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c flac $(OPTS)
|
D | alac.mak | 10 fate-alac-16-level-%: OPTS = -compression_level $(@:fate-alac-16-level-%=%) macro 11 fate-alac-24-level-%: OPTS = -compression_level $(@:fate-alac-24-level-%=%) macro 12 fate-alac-%-lpc-orders: OPTS = -min_prediction_order 1 -max_prediction_order 30 macro 15 …-16-%: CMD = enc_dec_pcm mov wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c alac $(OPTS) 18 …-24-%: CMD = enc_dec_pcm mov wav s24le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c alac $(OPTS)
|
/third_party/node/deps/npm/node_modules/libnpmpublish/test/ |
D | unpublish.js | 7 const OPTS = figgyPudding({ registry: {} })({ constant 11 const REG = OPTS.registry 35 return unpub('foo', OPTS).then(ret => { 60 return unpub('@foo/bar', OPTS).then(() => { 85 return unpub('foo@1.0.0', OPTS).then(() => { 137 return unpub('foo@1.0.1', OPTS).then(() => { 145 return unpub('foo', OPTS).then(() => { 153 return unpub('foo', OPTS).then( 171 return unpub('foo@1.0.0', OPTS).then(() => { 195 return unpub('foo@1.0.1', OPTS).then(() => { [all …]
|
D | publish.js | 14 const OPTS = figgyPudding({ registry: {} })({ constant 18 const REG = OPTS.registry 70 return publish(manifest, tarData, OPTS.concat({ 129 return publish(manifest, tarData, OPTS.concat({ 244 return publish(manifest, tarData, OPTS.concat({ 328 return publish(manifest, tarData, OPTS.concat({ 393 return publish(manifest, tarData, OPTS.concat({ 468 return publish(manifest, tarData, OPTS.concat({ 529 return publish(manifest, tarData.toString('base64'), OPTS.concat({ 591 return publish(manifest, stream, OPTS.concat({ [all …]
|
/third_party/node/deps/npm/node_modules/libnpmsearch/test/ |
D | index.js | 9 const OPTS = figgyPudding({ registry: {} })({ constant 13 const REG = OPTS.registry 31 return search('oo', OPTS).then(results => { 58 search.stream('oo', OPTS) 87 return search('oo', OPTS.concat({ limit: 3 })).then(results => { 109 return search('oo', OPTS.concat({ from: 1 })).then(results => { 131 return search('oo', OPTS.concat({ 157 return search('oo', OPTS.concat({ 181 return search('oo', OPTS.concat({ 205 return search('oo', OPTS.concat({ [all …]
|
/third_party/node/deps/npm/test/need-npm5-update/need-outdated/ |
D | update-symlink.js | 14 var OPTS = { variable 47 common.npm(['install', '-g', 'underscore@1.3.1'], OPTS, thenLink) 52 common.npm(['link', 'underscore'], OPTS, thenInstallAsync) 57 common.npm(['install', 'async@0.2.9'], OPTS, thenVerify) 62 common.npm(['ls'], OPTS, function (err, c, out, stderr) { 74 common.npm(['update', '--parseable'], OPTS, function (err, c, out, stderr) { 84 common.npm(['install', 'underscore', '--parseable'], OPTS, function (err, c, out, stderr) { 98 common.npm(['install', 'underscore@1.3.1', '--parseable'], OPTS, function (err, c, out, stderr) { 112 common.npm(['rm', 'underscore', 'async'], OPTS, function (err, code) { 115 common.npm(['rm', '-g', 'underscore'], OPTS, function (err, code) {
|
/third_party/node/deps/npm/test/need-npm5-update/ |
D | outdated-symlink.js | 15 var OPTS = { variable 36 …common.npm(['install', '-g', 'async@0.2.9', 'underscore@1.3.1'], OPTS, function (err, code, stdout… 40 common.npm(['link'], OPTS, function (err, code, stdout, stderr) { 45 common.npm(['ls', '-g'], OPTS, function (err, code, stdout, stderr) { 67 OPTS, 83 common.npm(['rm', 'outdated'], OPTS, function (err, code, stdout, stderr) { 88 common.npm(['rm', '-g', 'outdated', 'async', 'underscore'], OPTS, function (err, code) {
|
D | rm-linked.js | 18 var OPTS = { variable 68 common.npm(['ls', '-g', '--depth=0'], OPTS, function (err, code, stdout, stderr) { 80 common.npm(['link'], OPTS, function (err, code, stdout, stderr) { 85 common.npm(['ls', '-g'], OPTS, function (err, code, stdout, stderr) { 99 common.npm(['uninstall', '-g', 'foo'], OPTS, function (err, code, stdout, stderr) { 105 common.npm(['ls'], OPTS, function (err, code, stdout) {
|
/third_party/node/deps/npm/docs/ |
D | gatsby-config.js | 3 const OPTS = { variable 83 const STATIC_OPTS = Object.assign({}, OPTS, { 85 plugins: OPTS.plugins.concat(['gatsby-plugin-ipfs']) 88 module.exports = IS_STATIC ? STATIC_OPTS : OPTS
|
/third_party/curl/docs/libcurl/ |
D | Makefile.am | 73 OPTS="$$(ls $(srcdir)/opts/CURLOPT*.3 | $(SED) -e 's,^.*/,,' -e 's,\.3$$,,')" && \ 74 …for opt in $$OPTS; do grep "^\.IP $$opt$$" $(srcdir)/curl_easy_setopt.3 >/dev/null || echo Missing… 77 OPTS="$$(ls $(srcdir)/opts/CURLMOPT*.3 | $(SED) -e 's,^.*/,,' -e 's,\.3$$,,')" && \ 78 …for opt in $$OPTS; do grep "^\.IP $$opt$$" $(srcdir)/curl_multi_setopt.3 >/dev/null || echo Missin…
|
/third_party/e2fsprogs/contrib/ |
D | e2croncheck | 28 OPTS="-Fttv -C0" 34 if nice logsave -as $TMPFILE e2fsck -p $OPTS "/dev/${VG}/${VOLUME}-snap" && \ 35 nice logsave -as $TMPFILE e2fsck -fy $OPTS "/dev/${VG}/${VOLUME}-snap" ; then
|
/third_party/e2fsprogs/tests/scripts/ |
D | mkdup | 2 OPTS="-O bigalloc -C 8192" 15 echo $MKE2FS -F -t ext4 -L test $OPTS test.img $SIZE 16 $MKE2FS -F -t ext4 -L test $OPTS $IMG $SIZE
|
/third_party/flutter/skia/third_party/externals/icu/source/ |
D | runConfigureICU | 11 OPTS= 84 OPTS="$OPTS --enable-debug" 88 OPTS="$OPTS --disable-release" 433 echo "Running ./configure $OPTS $@ for $THE_OS using $THE_COMP compiler" 435 if $configure $OPTS $@
|
/third_party/icu/icu4c/source/ |
D | runConfigureICU | 11 OPTS= 84 OPTS="$OPTS --enable-debug" 88 OPTS="$OPTS --disable-release" 433 echo "Running ./configure $OPTS $@ for $THE_OS using $THE_COMP compiler" 435 if $configure $OPTS $@
|
/third_party/skia/third_party/externals/icu/source/ |
D | runConfigureICU | 11 OPTS= 84 OPTS="$OPTS --enable-debug" 88 OPTS="$OPTS --disable-release" 433 echo "Running ./configure $OPTS $@ for $THE_OS using $THE_COMP compiler" 435 if $configure $OPTS $@
|
/third_party/iptables/iptables/ |
D | iptables-apply | 136 OPTS=$(getopt -s bash -o "$SHORTOPTS" -l "$LONGOPTS" -n "$PROGNAME" -- "$@") || exit $? 137 for opt in $OPTS; do
|
/third_party/boost/tools/build/src/tools/ |
D | vmsdecc.jam | 282 flags vmsdecc.link LINK-OPTS <link-optfile> ; 423 DEPENDS $(targets) : [ on $(targets) return $(LINK-OPTS) ] ; 452 …LINK-OBJS LINK-MAINMOD-JAM LINK-MAINMOD-OPT LINK-LIBS LIBRARIES LINK-SHAREDLIBS LINK-OPTS CXX-REPOS 459 …O=(REPOS:) /EXE=$(<:W) $(LINK-MAINMOD-OPT:W)/OPT, $(<:WS=$INPUT.opt)/OPT ,$(LINK-OPTS:WJ=/OPT,)/OPT 469 DEPENDS $(targets) : [ on $(targets) return $(LINK-OPTS) ] ; 497 … LINK-MAINMOD-JAM LINK-MAINMOD-OPT LINK-LIB LINK-LIBS LIBRARIES LINK-SHAREDLIBS LINK-OPTS CXX-REPOS 504 …(REPOS:) /SHARE=$(<:W) $(LINK-MAINMOD-OPT:W)/OPT, $(<:WS=$INPUT.opt)/OPT ,$(LINK-OPTS:WJ=/OPT,)/OPT
|