Home
last modified time | relevance | path

Searched refs:CONFIG (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/third_party/typescript/tests/baselines/reference/
DcontrolFlowOuterVariable.types4 const CONFIG = {
5 >CONFIG : { foo: string; setFoo: (foo: string) => void; }
6 >{ foo: '', setFoo: function(foo: string) { CONFIG.foo = foo; }} : { foo: string; s…
14 >function(foo: string) { CONFIG.foo = foo; } : (foo: string) => void
17 CONFIG.foo = foo;
18 >CONFIG.foo = foo : string
19 >CONFIG.foo : string
20 >CONFIG : { foo: string; setFoo: (foo: string) => void; }
DcontrolFlowOuterVariable.symbols4 const CONFIG = {
5 >CONFIG : Symbol(CONFIG, Decl(controlFlowOuterVariable.ts, 2, 5))
14 CONFIG.foo = foo;
15 >CONFIG.foo : Symbol(foo, Decl(controlFlowOuterVariable.ts, 2, 16))
16 >CONFIG : Symbol(CONFIG, Decl(controlFlowOuterVariable.ts, 2, 5))
DcontrolFlowOuterVariable.js4 const CONFIG = { variable
7 CONFIG.foo = foo;
17 var CONFIG = { variable
20 CONFIG.foo = foo;
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/
Dbuild-docker.sh63 if [ $CONFIG = "RELEASE" ] || [ $CONFIG = "RELEASE_MINGW" ]; then
69 if [ $CONFIG = "ASAN" ]; then
71 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; }
72 elif [ $CONFIG = "UBSAN" ]; then
78 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; }
79 elif [ $CONFIG = "COVERAGE" ]; then
82 elif [ $CONFIG = "DEBUG_EXCEPTION" ]; then
84 elif [ $CONFIG = "RELEASE_MINGW" ]; then
105 if [ $CONFIG = "COVERAGE" ]; then
Dbuild.sh24 CONFIG=$1
35 --env CONFIG=${CONFIG} \
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh63 if [ $CONFIG = "RELEASE" ] || [ $CONFIG = "RELEASE_MINGW" ]; then
69 if [ $CONFIG = "ASAN" ]; then
71 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; }
72 elif [ $CONFIG = "UBSAN" ]; then
78 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; }
79 elif [ $CONFIG = "COVERAGE" ]; then
82 elif [ $CONFIG = "DEBUG_EXCEPTION" ]; then
84 elif [ $CONFIG = "RELEASE_MINGW" ]; then
105 if [ $CONFIG = "COVERAGE" ]; then
Dbuild.sh24 CONFIG=$1
35 --env CONFIG=${CONFIG} \
/third_party/grpc/templates/
DMakefile.template145 CONFIG ?= opt
157 CC = $(CC_$(CONFIG))
160 CXX = $(CXX_$(CONFIG))
163 LD = $(LD_$(CONFIG))
165 LDXX ?= $(LDXX_$(CONFIG))
197 ifndef VALID_CONFIG_$(CONFIG)
198 $(error Invalid CONFIG value '$(CONFIG)')
244 CPPFLAGS += $(CPPFLAGS_$(CONFIG))
245 CFLAGS += $(CFLAGS_$(CONFIG))
246 CXXFLAGS += $(CXXFLAGS_$(CONFIG))
[all …]
/third_party/grpc/tools/run_tests/helper_scripts/
Dbuild_php.sh18 CONFIG=${CONFIG:-opt}
24 export GRPC_LIB_SUBDIR=libs/$CONFIG
32 if [ "$CONFIG" != "gcov" ] ; then
/third_party/spirv-tools/kokoro/scripts/linux/
Dbuild-docker.sh63 if [ $CONFIG = "RELEASE" ] || [ $CONFIG = "RELEASE_MINGW" ]; then
69 if [ $CONFIG = "ASAN" ]; then
71 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; }
72 elif [ $CONFIG = "COVERAGE" ]; then
75 elif [ $CONFIG = "DEBUG_EXCEPTION" ]; then
77 elif [ $CONFIG = "RELEASE_MINGW" ]; then
94 if [ $CONFIG = "COVERAGE" ]; then
Dbuild.sh24 CONFIG=$1
35 --env CONFIG=${CONFIG} \
/third_party/grpc/tools/run_tests/performance/
Dbuild_performance.sh23 CONFIG=${CONFIG:-opt}
64 python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8
79 python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8
Dbuild_performance_php7.sh19 CONFIG=${CONFIG:-opt}
20 python tools/run_tests/run_tests.py -l php7 -c "$CONFIG" --build_only -j 8
/third_party/protobuf/csharp/
Dbuildall.sh3 CONFIG=Release
10 dotnet build -c $CONFIG $SRC/Google.Protobuf.sln
17 dotnet test -c $CONFIG -f netcoreapp2.1 $SRC/Google.Protobuf.Test/Google.Protobuf.Test.csproj
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/examples/
Dconfiguration.pri1 CONFIG -= qt
2 CONFIG += depend_includepath
3 win*: CONFIG += console
/third_party/ltp/testcases/kernel/fs/fs_maim/
Dmaimparts64 open(CONFIG,">/tmp/part.cfg") ||
67 printf(CONFIG ",%d,%x\n",$psize,$fsid); # write the lines in cfg
69 close(CONFIG);
/third_party/boost/tools/boost_install/test/test/
DCMakeLists.txt27 find_package(boost_prg_exec_monitor ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
28 find_package(boost_unit_test_framework ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
39 add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $<CONFIG>)
/third_party/boost/tools/boost_install/test/filesystem/
DCMakeLists.txt27 find_package(Boost ${BOOST_VERSION} EXACT CONFIG REQUIRED ALL ${BOOST_HINTS})
35 find_package(boost_filesystem ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
43 add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $<CONFIG>)
/third_party/boost/tools/boost_install/test/serialization/
DCMakeLists.txt27 find_package(boost_serialization ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
28 find_package(boost_wserialization ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
39 add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $<CONFIG>)
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/test/
Dconfiguration.pri1 CONFIG -= qt
2 CONFIG += \
5 win*: CONFIG += console
Dtest_tensor.pro4 CONFIG -= qt
5 CONFIG += depend_includepath debug
6 win*: CONFIG += console
/third_party/typescript/tests/cases/compiler/
DcontrolFlowOuterVariable.ts5 const CONFIG = { constant
8 CONFIG.foo = foo;
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
Dpresubmit.bat30 SET CONFIG=Release
46 cmake --build . --config %CONFIG%
48 %CONFIG%\marl-unittests.exe
50 %CONFIG%\fractal.exe
52 %CONFIG%\primes.exe > nul
/third_party/grpc/cmake/
Dgflags.cmake26 # Use "CONFIG" as there is no built-in cmake module for gflags.
27 find_package(gflags REQUIRED CONFIG)
31 set(_gRPC_FIND_GFLAGS "if(NOT gflags_FOUND)\n find_package(gflags CONFIG)\nendif()")
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dqglwtextureshare.pro5 # Add console to the CONFIG to see debug messages printed in
7 # CONFIG += console
10 CONFIG += link_pkgconfig

12345678910>>...14