/third_party/gstreamer/gstplugins_bad/ |
D | meson_options.txt | 5 option('accurip', type : 'feature', value : 'auto') 6 option('adpcmdec', type : 'feature', value : 'auto') 7 option('adpcmenc', type : 'feature', value : 'auto') 8 option('aiff', type : 'feature', value : 'auto') 9 option('asfmux', type : 'feature', value : 'auto') 10 option('audiobuffersplit', type : 'feature', value : 'auto') 11 option('audiofxbad', type : 'feature', value : 'auto') 12 option('audiolatency', type : 'feature', value : 'auto') 13 option('audiomixmatrix', type : 'feature', value : 'auto') 14 option('audiovisualizers', type : 'feature', value : 'auto') [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | meson_options.txt | 2 option('alpha', type : 'feature', value : 'auto') 3 option('apetag', type : 'feature', value : 'auto') 4 option('audiofx', type : 'feature', value : 'auto') 5 option('audioparsers', type : 'feature', value : 'auto') 6 option('auparse', type : 'feature', value : 'auto') 7 option('autodetect', type : 'feature', value : 'auto') 8 option('avi', type : 'feature', value : 'auto') 9 option('cutter', type : 'feature', value : 'auto') 10 option('debugutils', type : 'feature', value : 'auto') 11 option('deinterlace', type : 'feature', value : 'auto') [all …]
|
/third_party/gstreamer/gstplugins_base/ |
D | meson_options.txt | 2 choices : ['int', 'float', 'auto'], value : 'auto') 5 option('iso-codes', type : 'feature', value : 'auto', 9 option('gl_api', type : 'array', choices : ['opengl', 'gles2', 'auto'], value : ['auto'], 12 choices : ['glx', 'egl', 'cgl', 'wgl', 'eagl', 'auto'], value : ['auto'], 15 …win32', 'winrt', 'cocoa', 'dispmanx', 'egl', 'viv-fb', 'gbm', 'android', 'auto'], value : ['auto'], 25 option('gl', type : 'feature', value : 'auto', description : 'OpenGL integration library and OpenGL… 26 option('gl-graphene', type : 'feature', value : 'auto', description : 'Use Graphene in OpenGL plugi… 27 option('gl-jpeg', type : 'feature', value : 'auto', description : 'Use libjpeg in OpenGL plugin') 28 option('gl-png', type : 'feature', value : 'auto', description : 'Use libpng in OpenGL plugin') 31 option('adder', type : 'feature', value : 'auto') [all …]
|
/third_party/ltp/testscripts/ |
D | autofs1.sh | 124 echo "/AUTOFS/MEDIA /etc/auto.media" > /etc/auto.master 125 echo "floppy -fstype=ext2 :$floppy_dev" > /etc/auto.media 140 rm -rf /etc/auto.master /etc/auto.media /AUTOFS 150 rm -rf /etc/auto.master /etc/auto.media /AUTOFS 163 rm -rf /etc/auto.master /etc/auto.media /AUTOFS 174 rm -rf /etc/auto.master /etc/auto.media /AUTOFS 183 rm -rf /etc/auto.master /etc/auto.media /AUTOFS 206 cp /etc/auto.master /etc/auto.media /AUTOFS/MEDIA/floppy/test 220 echo "/AUTOFS/DISK /etc/auto.disk" >> /etc/auto.master 221 echo "disk -fstype=auto,rw,sync :$disk_partition " > /etc/auto.disk [all …]
|
D | autofs4.sh | 116 echo "/AUTOFS/MEDIA /etc/auto.media " > /etc/auto.master 117 echo "floppy -fstype=ext2 :$floppy_dev" > /etc/auto.media 132 rm -rf /etc/auto.master /etc/auto.media /AUTOFS 142 rm -rf /etc/auto.master /etc/auto.media /AUTOFS 154 rm -rf /etc/auto.master /etc/auto.media /AUTOFS 165 rm -rf /etc/auto.master /etc/auto.media /AUTOFS 174 rm -rf /etc/auto.master /etc/auto.media /AUTOFS 195 cp /etc/auto.master /etc/auto.media /AUTOFS/MEDIA/floppy/test 209 echo "/AUTOFS/DISK /etc/auto.disk " >> /etc/auto.master 210 echo "disk -fstype=ext2 :$disk_partition " > /etc/auto.disk [all …]
|
/third_party/mindspore/patches/ |
D | 0003-implement-mindir-module-and-support-nnrt-delegate.patch | 1073 + auto ops_offset = schema::CreateActivation(fbb, static_cast<schema::ActivationType>(activation_t… 1075 + auto prim_offset = 1078 + auto new_addr = MindIRMemoryManager::GetInstance()->CreatePrimitiveFromBuilder(fbb, nullptr); 1079 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); 1084 + auto prim = static_cast<const schema::Primitive *>(primitive); 1085 + auto value = prim->value_as_Activation(); 1100 + auto prim = static_cast<schema::Primitive *>(*primitive); 1101 + auto value = prim->value_as_Activation(); 1104 + auto ops_offset = 1107 + auto prim_offset = [all …]
|
D | 0009-adapt-nnrt-v2_0.patch | 147 + auto value = static_cast<schema::Tensor *>(tensor); 151 + auto src = value->quantParams(); 158 + auto tmp = src->Get(i); 173 + auto model_data = *model; 185 + auto prim = static_cast<schema::Primitive *>(primitive); 186 + auto value = prim->value_as_Activation(); 209 + auto prim = static_cast<schema::Primitive *>(primitive); 210 + auto value = prim->value_as_AddFusion(); 228 + auto prim = static_cast<schema::Primitive *>(primitive); 229 + auto value = prim->value_as_ArgMaxFusion(); [all …]
|
D | 0001-generate-schema-headers-manually.patch | 120 + const auto end = fbb_.EndTable(start_); 121 + auto o = flatbuffers::Offset<TuneParam>(end); 146 + auto local__ = local ? _fbb.CreateVector<int32_t>(*local) : 0; 147 + auto block__ = block ? _fbb.CreateVector<int32_t>(*block) : 0; 148 + auto shape__ = shape ? _fbb.CreateVector<int32_t>(*shape) : 0; 149 + auto opPara__ = opPara ? _fbb.CreateVector<int32_t>(*opPara) : 0; 213 + const auto end = fbb_.EndTable(start_); 214 + auto o = flatbuffers::Offset<ProgramBinary>(end); 239 + auto program_name__ = program_name ? _fbb.CreateString(program_name) : 0; 240 + auto build_option__ = build_option ? _fbb.CreateString(build_option) : 0; [all …]
|
D | 0006-Support-converting-THIRDPARTY-model-in-MSLite.patch | 4 Subject: [PATCH] auto-apply 217 + const auto &ext_param = result.extended_parameters; 220 + auto expect_foo_value = ext_param.at("siso_foo"); 223 + auto expect_bar_value = ext_param.at("siso_bar"); 362 @@ -30,6 +30,7 @@ constexpr auto kDataPreprocessParam = "data_preprocess_param"; 363 constexpr auto kRegistry = "registry"; 364 constexpr auto kAclOptionParam = "acl_option_cfg_param"; 365 constexpr auto kMicroParam = "micro_param"; 366 +constexpr auto kThirdPartyModelParam = "third_party_model"; 381 for (const auto &config_info : *maps) { [all …]
|
D | 0018-mindir-MaxPoolFusion-add-roundMode.patch | 40 + auto prim = static_cast<const schema::Primitive *>(primitive); 42 + auto value = prim->value_as_MaxPoolFusion(); 54 + auto prim = static_cast<schema::Primitive *>(*primitive); 58 + auto value = prim->value_as_MaxPoolFusion(); 63 + auto ops_offset = schema::CreateMaxPoolFusion( 69 + auto prim_offset = 72 + auto new_addr = MindIRMemoryManager::GetInstance()->CreatePrimitiveFromBuilder(fbb, prim); 73 + auto new_prim = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); 79 auto prim = static_cast<const schema::Primitive *>(primitive); 81 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); [all …]
|
/third_party/libdrm/ |
D | meson_options.txt | 24 value : 'auto', 25 choices : ['true', 'false', 'auto'], 31 value : 'auto', 32 choices : ['true', 'false', 'auto'], 38 value : 'auto', 39 choices : ['true', 'false', 'auto'], 45 value : 'auto', 46 choices : ['true', 'false', 'auto'], 53 choices : ['true', 'false', 'auto'], 60 choices : ['true', 'false', 'auto'], [all …]
|
/third_party/mesa3d/ |
D | meson_options.txt | 24 value : ['auto'], 26 'auto', 'x11', 'wayland', 'haiku', 'android', 'windows', 'ohos', 28 …description : 'window systems to support. If this is set to `auto`, all platforms applicable will … 33 value : 'auto', 35 'auto', 'x11', 'wayland', 'haiku', 'android', 'windows', 50 value : 'auto', 51 choices : ['auto', 'true', 'false', 'disabled', 'enabled'], 57 …description : 'DEPRECATED: List of dri drivers to build. If this is set to auto all drivers applic… 74 value : ['auto'], 76 'auto', 'kmsro', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno', [all …]
|
/third_party/gstreamer/gstreamer/ |
D | meson_options.txt | 11 choices : ['none', 'setuid-root', 'capabilities', 'auto'], value : 'auto') 20 option('check', type : 'feature', value : 'auto', description : 'Build unit test libraries') 21 option('libunwind', type : 'feature', value : 'auto', description : 'Use libunwind to generate back… 22 option('libdw', type : 'feature', value : 'auto', description : 'Use libdw to generate better backt… 23 option('dbghelp', type : 'feature', value : 'auto', description : 'Use dbghelp to generate backtrac… 24 option('bash-completion', type : 'feature', value : 'auto', description : 'Install bash completion … 25 option('coretracers', type : 'feature', value : 'auto', description : 'Build coretracers plugin') 28 option('examples', type : 'feature', value : 'auto', yield : true) 29 option('tests', type : 'feature', value : 'auto', yield : true) 30 option('benchmarks', type : 'feature', value : 'auto', yield : true) [all …]
|
/third_party/nghttp2/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 244 auto 256 auto ac = c; 257 auto av = v; 258 auto sumi = ac + av + 'x'; 259 auto sumf = ac + av + 1.0; 350 auto lambda1 = [](){}; 351 auto lambda2 = lambda1; 359 auto a = [](int i, int j){ return i + j; }(1, 2); 360 auto b = []() -> int { return '0'; }(); 361 auto c = [=](){ return a + b; }(); [all …]
|
/third_party/cups-filters/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 254 auto 266 auto ac = c; 267 auto av = v; 268 auto sumi = ac + av + 'x'; 269 auto sumf = ac + av + 1.0; 360 auto lambda1 = [](){}; 361 auto lambda2 = lambda1; 369 auto a = [](int i, int j){ return i + j; }(1, 2); 370 auto b = []() -> int { return '0'; }(); 371 auto c = [=](){ return a + b; }(); [all …]
|
/third_party/harfbuzz/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 254 auto 266 auto ac = c; 267 auto av = v; 268 auto sumi = ac + av + 'x'; 269 auto sumf = ac + av + 1.0; 360 auto lambda1 = [](){}; 361 auto lambda2 = lambda1; 369 auto a = [](int i, int j){ return i + j; }(1, 2); 370 auto b = []() -> int { return '0'; }(); 371 auto c = [=](){ return a + b; }(); [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 254 auto 266 auto ac = c; 267 auto av = v; 268 auto sumi = ac + av + 'x'; 269 auto sumf = ac + av + 1.0; 360 auto lambda1 = [](){}; 361 auto lambda2 = lambda1; 369 auto a = [](int i, int j){ return i + j; }(1, 2); 370 auto b = []() -> int { return '0'; }(); 371 auto c = [=](){ return a + b; }(); [all …]
|
/third_party/skia/third_party/externals/harfbuzz/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 254 auto 266 auto ac = c; 267 auto av = v; 268 auto sumi = ac + av + 'x'; 269 auto sumf = ac + av + 1.0; 360 auto lambda1 = [](){}; 361 auto lambda2 = lambda1; 369 auto a = [](int i, int j){ return i + j; }(1, 2); 370 auto b = []() -> int { return '0'; }(); 371 auto c = [=](){ return a + b; }(); [all …]
|
/third_party/elfutils/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 234 auto 246 auto ac = c; 247 auto av = v; 248 auto sumi = ac + av + 'x'; 249 auto sumf = ac + av + 1.0; 340 auto lambda1 = [](){}; 341 auto lambda2 = lambda1; 349 auto a = [](int i, int j){ return i + j; }(1, 2); 350 auto b = []() -> int { return '0'; }(); 351 auto c = [=](){ return a + b; }(); [all …]
|
/third_party/pulseaudio/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 236 auto 248 auto ac = c; 249 auto av = v; 250 auto sumi = ac + av + 'x'; 251 auto sumf = ac + av + 1.0; 342 auto lambda1 = [](){}; 343 auto lambda2 = lambda1; 351 auto a = [](int i, int j){ return i + j; }(1, 2); 352 auto b = []() -> int { return '0'; }(); 353 auto c = [=](){ return a + b; }(); [all …]
|
/third_party/pulseaudio/ |
D | meson_options.txt | 73 type : 'feature', value : 'auto', 76 type : 'feature', value : 'auto', 79 type : 'feature', value : 'auto', 91 type : 'feature', value : 'auto', 94 type : 'feature', value : 'auto', 97 type : 'feature', value : 'auto', 100 type : 'feature', value : 'auto', 106 type : 'feature', value : 'auto', 115 type : 'feature', value : 'auto', 118 type : 'feature', value : 'auto', [all …]
|
/third_party/harfbuzz/ |
D | meson_options.txt | 2 option('glib', type: 'feature', value: 'auto', 4 option('gobject', type: 'feature', value: 'auto', 6 option('cairo', type: 'feature', value: 'auto', 8 option('chafa', type: 'feature', value: 'auto', 10 option('icu', type: 'feature', value: 'auto', 14 option('freetype', type: 'feature', value: 'auto', 26 option('introspection', type: 'feature', value: 'auto', yield: true, 28 option('docs', type: 'feature', value: 'auto', yield: true,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
D | mtl_default_shaders_src_autogen.inc | 2885 …auto color = readR5G6B5_UNORM(bufferOffset, buffer); textureWrite(gIndices, options, color, dstTex… 2899 …auto color = readR8_SINT(bufferOffset, buffer); textureWrite(gIndices, options, color, dstTexture2… 2913 …auto color = readR8_UINT(bufferOffset, buffer); textureWrite(gIndices, options, color, dstTexture2… 2928 …auto color = textureRead(gIndices, options, srcTexture2d, srcTexture2dArray, srcTexture3d, srcText… 2942 …auto color = textureRead(gIndices, options, srcTexture2d, srcTexture2dArray, srcTexture3d, srcText… 2956 …auto color = textureRead(gIndices, options, srcTexture2d, srcTexture2dArray, srcTexture3d, srcText… 3020 …auto data = readR8_UNORM(bufferOffset, srcBuffer); writeFloatVertex(options, index, data, dstBuffe… 3229 …auto tmpIndex = readIdx(indexBufferUint16, indexBufferUint32, restartIndex, indexCount, onIndex, f… 3241 …auto tmpIndex0 = readIdx(indexBufferUint16, indexBufferUint32, restartIndex, indexCount, onIndex +… 3242 …auto tmpIndex1 = readIdx(indexBufferUint16, indexBufferUint32, restartIndex, indexCount, onIndex +… [all …]
|
/third_party/skia/third_party/externals/freetype/ |
D | meson_options.txt | 17 value: 'auto', 22 value: 'auto', 27 value: 'auto', 28 description: 'Use Harfbuzz library to improve auto-hinting;' 34 value: 'auto', 39 value: 'auto', 50 value: 'auto',
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | meson_options.txt | 2 option('glib', type: 'feature', value: 'auto', 4 option('gobject', type: 'feature', value: 'auto', 6 option('cairo', type: 'feature', value: 'auto', 8 option('chafa', type: 'feature', value: 'auto', 10 option('icu', type: 'feature', value: 'auto', 16 option('freetype', type: 'feature', value: 'auto', 28 option('introspection', type: 'feature', value: 'auto', yield: true, 30 option('docs', type: 'feature', value: 'auto', yield: true,
|