/third_party/f2fs-tools/scripts/ |
D | tracepoint.sh | 9 echo 0 > $TRACE/events/mmc/enable 13 echo 0 > $TRACE/events/block/block_rq_complete/enable 14 echo 0 > $TRACE/events/block/block_bio_complete/enable 18 echo $G > $TRACE/events/f2fs/f2fs_get_victim/enable 22 echo $A > $TRACE/events/f2fs/f2fs_reserve_new_block/enable 26 echo $T > $TRACE/events/f2fs/f2fs_truncate/enable 27 echo $T > $TRACE/events/f2fs/f2fs_truncate_inode_blocks_enter/enable 28 echo $T > $TRACE/events/f2fs/f2fs_truncate_inode_blocks_exit/enable 29 echo $T > $TRACE/events/f2fs/f2fs_truncate_blocks_enter/enable 30 echo $T > $TRACE/events/f2fs/f2fs_truncate_blocks_exit/enable [all …]
|
/third_party/curl/scripts/zuul/ |
D | script.sh | 28 …./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --e… 39 …./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --e… 46 …./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --e… 53 ./configure --enable-debug --enable-werror $C 62 ./configure --enable-debug --enable-werror $C 68 ./configure --enable-debug --enable-werror $C 74 ./configure --enable-debug --enable-werror $C 80 ./configure --enable-debug --enable-werror $C 86 ./configure --enable-werror $C 98 ./configure --enable-warnings --enable-werror $C [all …]
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
D | algebra.hpp | 45 struct vector_traits<T &, typename vector_traits<T>::enable> { 46 typedef void enable; typedef 53 struct vector_traits<const T, typename vector_traits<T>::enable> { 54 typedef void enable; typedef 64 typedef void enable; typedef 70 typedef void enable; typedef 80 typename vector_traits<Vs>::enable...>::enable> { 81 typedef void enable; typedef 88 typename = typename vector_traits<U>::enable, 89 typename = typename vector_traits<V>::enable> [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
D | config_test.dart | 86 '--enable-web', 87 '--enable-linux-desktop', 88 '--enable-windows-desktop', 89 '--enable-macos-desktop' 92 expect(Config.instance.getValue('enable-web'), true); 93 expect(Config.instance.getValue('enable-linux-desktop'), true); 94 expect(Config.instance.getValue('enable-windows-desktop'), true); 95 expect(Config.instance.getValue('enable-macos-desktop'), true); 101 expect(Config.instance.getValue('enable-web'), null); 102 expect(Config.instance.getValue('enable-linux-desktop'), null); [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | CPUID.cpp | 50 void CPUID::setEnableMMX(bool enable) in setEnableMMX() argument 52 enableMMX = enable; in setEnableMMX() 64 void CPUID::setEnableCMOV(bool enable) in setEnableCMOV() argument 66 enableCMOV = enable; in setEnableCMOV() 78 void CPUID::setEnableSSE(bool enable) in setEnableSSE() argument 80 enableSSE = enable; in setEnableSSE() 96 void CPUID::setEnableSSE2(bool enable) in setEnableSSE2() argument 98 enableSSE2 = enable; in setEnableSSE2() 114 void CPUID::setEnableSSE3(bool enable) in setEnableSSE3() argument 116 enableSSE3 = enable; in setEnableSSE3() [all …]
|
D | CPUID.hpp | 42 static void setEnableMMX(bool enable); 43 static void setEnableCMOV(bool enable); 44 static void setEnableSSE(bool enable); 45 static void setEnableSSE2(bool enable); 46 static void setEnableSSE3(bool enable); 47 static void setEnableSSSE3(bool enable); 48 static void setEnableSSE4_1(bool enable); 50 static void setFlushToZero(bool enable); // Denormal results are written as zero 51 static void setDenormalsAreZero(bool enable); // Denormal inputs are read as zero
|
/third_party/ffmpeg/ |
D | configure | 92 --enable-rpath use rpath to allow installing libraries in paths 98 --enable-gpl allow use of GPL code, the resulting libs 100 --enable-version3 upgrade (L)GPL to version 3 [no] 101 --enable-nonfree allow use of nonfree code, the resulting libs 106 --enable-shared build shared libraries [no] 107 --enable-small optimize for size instead of speed 109 --enable-gray enable full grayscale support (slower color) 135 --enable-avresample enable libavresample build (deprecated) [no] 154 --enable-encoder=NAME enable encoder NAME 157 --enable-decoder=NAME enable decoder NAME [all …]
|
/third_party/openssl/fuzz/ |
D | README.md | 38 $ CC=clang ./config enable-fuzz-libfuzzer \ 41 -DPEDANTIC enable-asan enable-ubsan no-shared \ 44 enable-ec_nistp_64_gcc_128 -fno-sanitize=alignment enable-tls1_3 \ 45 enable-weak-ssl-ciphers enable-rc5 enable-md2 \ 46 enable-ssl3 enable-ssl3-method enable-nextprotoneg \ 63 $ CC=afl-clang-fast ./config enable-fuzz-afl no-shared -DPEDANTIC \ 64 enable-tls1_3 enable-weak-ssl-ciphers enable-rc5 enable-md2 \ 65 enable-ssl3 enable-ssl3-method enable-nextprotoneg \ 66 enable-ec_nistp_64_gcc_128 -fno-sanitize=alignment \ 70 The following options can also be enabled: enable-asan, enable-ubsan, enable-msan [all …]
|
/third_party/skia/third_party/externals/dawn/src/include/dawn/ |
D | EnumClassBitmasks.h | 36 static constexpr bool enable = false; member 41 static constexpr bool enable = false; member 45 struct LowerBitmask<T, typename std::enable_if<IsDawnBitmask<T>::enable>::type> { 46 static constexpr bool enable = true; 71 static constexpr bool enable = true; 80 typename = typename std::enable_if<LowerBitmask<T1>::enable && 81 LowerBitmask<T2>::enable>::type> 91 typename = typename std::enable_if<LowerBitmask<T1>::enable && 92 LowerBitmask<T2>::enable>::type> 102 typename = typename std::enable_if<LowerBitmask<T1>::enable && [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn/ |
D | EnumClassBitmasks.h | 43 static constexpr bool enable = false; member 48 static constexpr bool enable = false; member 52 struct LowerBitmask<T, typename std::enable_if<IsDawnBitmask<T>::enable>::type> { 53 static constexpr bool enable = true; 78 static constexpr bool enable = true; 93 typename = typename std::enable_if<LowerBitmask<T1>::enable && 94 LowerBitmask<T2>::enable>::type> 104 typename = typename std::enable_if<LowerBitmask<T1>::enable && 105 LowerBitmask<T2>::enable>::type> 115 typename = typename std::enable_if<LowerBitmask<T1>::enable && [all …]
|
/third_party/curl/m4/ |
D | curl-confopts.m4 | 29 dnl --enable-threaded-resolver or --disable-threaded-resolver, and 33 AC_MSG_CHECKING([whether to enable the threaded resolver]) 36 AS_HELP_STRING([--enable-threaded-resolver],[Enable threaded resolver]) 55 dnl --enable-ares or --disable-ares, and 61 AC_MSG_CHECKING([whether to enable c-ares for DNS lookups]) 64 AS_HELP_STRING([--enable-ares@<:@=PATH@:>@],[Enable c-ares for DNS lookups]) 77 dnl --enable-ares option used 91 dnl --enable-curldebug or --disable-curldebug, and set 96 AC_MSG_CHECKING([whether to enable curl debug memory tracking]) 99 AS_HELP_STRING([--enable-curldebug],[Enable curl debug memory tracking]) [all …]
|
/third_party/typescript/src/testRunner/unittests/config/ |
D | convertTypeAcquisitionFromJson.ts | 66 enable: true, 80 enable: true, 89 enable: true, 108 enable: false, 130 enable: false, 143 enable: true 149 enable: true, 163 enable: false, 171 enable: false, 184 enable: true, [all …]
|
/third_party/node/deps/cares/m4/ |
D | cares-confopts.m4 | 24 dnl --enable-debug or --disable-debug, and set shell 30 AC_MSG_CHECKING([whether to enable debug build options]) 33 AS_HELP_STRING([--enable-debug],[Enable debug build options]) 46 dnl --enable-debug option used 57 dnl --enable-nonblocking or --disable-nonblocking, and 62 AC_MSG_CHECKING([whether to enable non-blocking communications]) 65 AS_HELP_STRING([--enable-nonblocking],[Enable non-blocking communications]) 78 dnl --enable-nonblocking option used 89 dnl --enable-optimize or --disable-optimize, and set 95 AC_MSG_CHECKING([whether to enable compiler optimizer]) [all …]
|
/third_party/grpc/tools/run_tests/helper_scripts/ |
D | build_php.sh | 33 ./configure --enable-grpc="$root" --enable-tests 35 ./configure --enable-grpc="$root" --enable-coverage --enable-tests
|
/third_party/musl/ |
D | configure | 31 --enable-optimize=... optimize listed components for speed over size [auto] 32 --enable-debug build with debugging information [disabled] 33 --enable-warnings build with recommended warnings flags [disabled] 34 --enable-wrapper=... build given musl toolchain wrapper [auto] 153 --enable-shared|--enable-shared=yes) shared=yes ;; 154 --disable-shared|--enable-shared=no) shared=no ;; 155 --enable-static|--enable-static=yes) static=yes ;; 156 --disable-static|--enable-static=no) static=no ;; 157 --enable-optimize) optimize=yes ;; 158 --enable-optimize=*) optimize=${arg#*=} ;; [all …]
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_nurbs_eval.txt | 101 is a Bezier formulation, and a new NURBS formulation. New enable tokens 102 are used to enable NURBS evaluation when it is desired. 166 curves. Similarly, the new MAP2_XXX_NURBS tokens are used to enable NURBS 205 MAP1_VERTEX_3_NURBS_SGIX glIsEnabled B FALSE eval/enable 206 MAP1_VERTEX_4_NURBS_SGIX glIsEnabled B FALSE eval/enable 207 MAP1_INDEX_NURBS_SGIX glIsEnabled B FALSE eval/enable 208 MAP1_COLOR_4_NURBS_SGIX glIsEnabled B FALSE eval/enable 209 MAP1_NORMAL_NURBS_SGIX glIsEnabled B FALSE eval/enable 210 MAP1_TEXTURE_COORD_1_NURBS_SGIX glIsEnabled B FALSE eval/enable 211 MAP1_TEXTURE_COORD_2_NURBS_SGIX glIsEnabled B FALSE eval/enable [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_nurbs_eval.txt | 101 is a Bezier formulation, and a new NURBS formulation. New enable tokens 102 are used to enable NURBS evaluation when it is desired. 166 curves. Similarly, the new MAP2_XXX_NURBS tokens are used to enable NURBS 205 MAP1_VERTEX_3_NURBS_SGIX glIsEnabled B FALSE eval/enable 206 MAP1_VERTEX_4_NURBS_SGIX glIsEnabled B FALSE eval/enable 207 MAP1_INDEX_NURBS_SGIX glIsEnabled B FALSE eval/enable 208 MAP1_COLOR_4_NURBS_SGIX glIsEnabled B FALSE eval/enable 209 MAP1_NORMAL_NURBS_SGIX glIsEnabled B FALSE eval/enable 210 MAP1_TEXTURE_COORD_1_NURBS_SGIX glIsEnabled B FALSE eval/enable 211 MAP1_TEXTURE_COORD_2_NURBS_SGIX glIsEnabled B FALSE eval/enable [all …]
|
/third_party/iptables/ |
D | INSTALL | 36 --enable-devel (or --disable-devel) 44 --enable-static 52 This implies --enable-static. 55 --enable-libipq 66 If you want to enable debugging, use 89 --disable-static --enable-shared (this is the default) 93 --enable-static --enable-shared 98 --enable-static --disable-shared
|
/third_party/pcre2/pcre2/ |
D | configure.ac | 137 # Handle --enable-pcre2-16 (disabled by default) 139 AS_HELP_STRING([--enable-pcre2-16], 140 [enable 16 bit character support]), 144 # Handle --enable-pcre2-32 (disabled by default) 146 AS_HELP_STRING([--enable-pcre2-32], 147 [enable 32 bit character support]), 151 # Handle --enable-debug (disabled by default) 153 AS_HELP_STRING([--enable-debug], 154 [enable debugging code]), 157 # Handle --enable-jit (disabled by default) [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | attrib.c | 334 pop_enable_group(struct gl_context *ctx, const struct gl_enable_attrib_node *enable) in pop_enable_group() argument 338 TEST_AND_UPDATE(ctx->Color.AlphaEnabled, enable->AlphaTest, GL_ALPHA_TEST); in pop_enable_group() 339 if (ctx->Color.BlendEnabled != enable->Blend) { in pop_enable_group() 342 TEST_AND_UPDATE_INDEX(ctx->Color.BlendEnabled, enable->Blend, in pop_enable_group() 346 _mesa_set_enable(ctx, GL_BLEND, (enable->Blend & 1)); in pop_enable_group() 350 if (ctx->Transform.ClipPlanesEnabled != enable->ClipPlanes) { in pop_enable_group() 353 enable->ClipPlanes, i, GL_CLIP_PLANE0 + i); in pop_enable_group() 357 TEST_AND_UPDATE(ctx->Light.ColorMaterialEnabled, enable->ColorMaterial, in pop_enable_group() 359 TEST_AND_UPDATE(ctx->Polygon.CullFlag, enable->CullFace, GL_CULL_FACE); in pop_enable_group() 363 enable->DepthClampNear && enable->DepthClampFar, in pop_enable_group() [all …]
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/ |
D | NativeInterface.kt | 80 fun enable(enable: Boolean) { in enable() method 81 Log.d("INTERFACE", "Enabling effects: $enable") in enable() 82 enablePassthroughNative(enable) in enable() 103 private external fun enableEffectNative(index: Int, enable: Boolean) 105 private external fun enablePassthroughNative(enable: Boolean)
|
/third_party/glslang/Test/ |
D | 130.frag | 28 #extension GL_ARB_texture_gather : enable 70 #extension GL_ARB_texture_gather : enable 71 #extension GL_ARB_texture_rectangle : enable 72 #extension GL_ARB_sample_shading : enable 91 #extension GL_ARB_gpu_shader5 : enable 103 #extension GL_ARB_texture_cube_map_array : enable 126 #extension GL_ARB_shading_language_420pack : enable 151 #extension GL_ARB_separate_shader_objects : enable 159 #extension GL_ARB_shader_image_load_store : enable 174 #extension GL_ARB_explicit_uniform_location : enable [all …]
|
D | spv.privateVariableTypes.frag | 2 #extension GL_EXT_shader_explicit_arithmetic_types_int64 : enable 3 #extension GL_EXT_shader_explicit_arithmetic_types_int8 : enable 4 #extension GL_EXT_shader_explicit_arithmetic_types_int16 : enable 5 #extension GL_EXT_shader_explicit_arithmetic_types_float16 : enable
|
D | spv.functionParameterTypes.frag | 2 #extension GL_EXT_shader_explicit_arithmetic_types_int64 : enable 3 #extension GL_EXT_shader_explicit_arithmetic_types_int8 : enable 4 #extension GL_EXT_shader_explicit_arithmetic_types_int16 : enable 5 #extension GL_EXT_shader_explicit_arithmetic_types_float16 : enable
|
/third_party/lwip/src/include/lwip/apps/ |
D | snmp.h | 82 void snmp_trap_dst_enable(u8_t dst_idx, u8_t enable); 106 void snmp_set_auth_traps_enabled(u8_t enable); 112 void snmp_v1_enable(u8_t enable); 113 void snmp_v2c_enable(u8_t enable); 114 void snmp_v3_enable(u8_t enable);
|