Home
last modified time | relevance | path

Searched refs:LANG (Results 1 – 25 of 179) sorted by relevance

12345678

/external/protobuf/
Dpost_process_dist.sh45 for LANG in $LANGUAGES; do
47 ./configure DIST_LANG=$LANG
49 mv $BASENAME.tar.gz ../protobuf-$LANG-$VERSION.tar.gz
56 for LANG in $LANGUAGES; do
58 ./configure DIST_LANG=$LANG
60 mv $BASENAME.zip ../protobuf-$LANG-$VERSION.zip
/external/catch2/CMake/
DFindGcov.cmake21 foreach (LANG ${ENABLED_LANGUAGES})
25 if (NOT GCOV_${CMAKE_${LANG}_COMPILER_ID}_BIN)
26 get_filename_component(COMPILER_PATH "${CMAKE_${LANG}_COMPILER}" PATH)
28 if ("${CMAKE_${LANG}_COMPILER_ID}" STREQUAL "GNU")
33 "${CMAKE_${LANG}_COMPILER_VERSION}")
38 elseif ("${CMAKE_${LANG}_COMPILER_ID}" STREQUAL "Clang")
43 "${CMAKE_${LANG}_COMPILER_VERSION}")
60 set(GCOV_${CMAKE_${LANG}_COMPILER_ID}_ENV
63 mark_as_advanced(GCOV_${CMAKE_${LANG}_COMPILER_ID}_ENV)
78 set(GCOV_${CMAKE_${LANG}_COMPILER_ID}_BIN "${GCOV_BIN}" CACHE STRING
[all …]
DFindcodecov.cmake76 foreach (LANG ${ENABLED_LANGUAGES})
80 set(COMPILER ${CMAKE_${LANG}_COMPILER_ID})
90 if (${LANG} STREQUAL "C")
94 elseif (${LANG} STREQUAL "CXX")
98 elseif (${LANG} STREQUAL "Fortran")
141 foreach (LANG ${ENABLED_LANGUAGES})
142 list(FIND CMAKE_${LANG}_SOURCE_FILE_EXTENSIONS "${FILE_EXT}" TEMP)
144 set(${RETURN_VAR} "${LANG}" PARENT_SCOPE)
198 codecov_lang_of_source(${FILE} LANG)
199 if (LANG)
[all …]
DFindLcov.cmake144 codecov_lang_of_source(${FILE} LANG)
145 if (NOT "${LANG}" STREQUAL "")
147 set(TCOMPILER ${CMAKE_${LANG}_COMPILER_ID})
235 codecov_lang_of_source(${FILE} LANG)
236 if (NOT "${LANG}" STREQUAL "")
238 set(TCOMPILER ${CMAKE_${LANG}_COMPILER_ID})
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestLocaleNamePackaging.java12 import static android.icu.impl.LocaleDisplayNamesImpl.DataTableType.LANG;
34 logln("language data: " + LocaleDisplayNamesImpl.haveData(LANG)); in validate()
152 String[] expected = LocaleDisplayNamesImpl.haveData(LANG) ? in testLanguageDisplayNames()
195 String[] expected = LocaleDisplayNamesImpl.haveData(LANG) ? in testLocaleDisplayNameWithKeywords()
226 String target = LocaleDisplayNamesImpl.haveData(LANG) in testLanguageDisplayNameDoesNotTranslateDialects()
239 String target = LocaleDisplayNamesImpl.haveData(LANG) ? in testLocaleKeywords()
/external/icu/icu4j/main/tests/packaging/src/com/ibm/icu/dev/test/
DTestLocaleNamePackaging.java11 import static com.ibm.icu.impl.LocaleDisplayNamesImpl.DataTableType.LANG;
31 logln("language data: " + LocaleDisplayNamesImpl.haveData(LANG)); in validate()
149 String[] expected = LocaleDisplayNamesImpl.haveData(LANG) ? in testLanguageDisplayNames()
192 String[] expected = LocaleDisplayNamesImpl.haveData(LANG) ? in testLocaleDisplayNameWithKeywords()
223 String target = LocaleDisplayNamesImpl.haveData(LANG) in testLanguageDisplayNameDoesNotTranslateDialects()
236 String target = LocaleDisplayNamesImpl.haveData(LANG) ? in testLocaleKeywords()
/external/python/cpython2/PC/VS7.1/
DUninstal.wse90 Variable=LANG
114 Variable=LANG
138 Variable=LANG
162 Variable=LANG
186 Variable=LANG
210 Variable=LANG
234 Variable=LANG
258 Variable=LANG
282 Variable=LANG
306 Variable=LANG
[all …]
/external/lzma/CPP/7zip/UI/FileManager/
DPasswordDialog.cpp7 #ifdef LANG
11 #ifdef LANG
33 #ifdef LANG in OnInit()
DComboDialog.cpp8 #ifdef LANG
16 #ifdef LANG in OnInit()
DOverwriteDialog.cpp20 #ifdef LANG
99 #ifdef LANG in OnInit()
DProgressDialog.cpp18 #ifdef LANG
56 #ifdef LANG in OnInit()
/external/grpc-grpc/tools/interop_matrix/
Dcreate_testcases.sh32 echo "Create '$LANG' test cases for gRPC release '${RELEASE:=master}'"
81 if [ $LANG == "csharp" ]; then
85 createtests $LANG
/external/freetype/builds/atari/
Dgen-purec-patch.sh30 env LANG=C awk -f deflinejoiner.awk < orig/$f > purec/$f
35 env LANG=C awk -f deflinejoiner.awk < orig/include/ft2build.h >> purec/include/ft2build.h
37 env LANG=C diff -ur orig purec > ../purec.diff
/external/selinux/sandbox/
Dseunshare.c750 char *LANG = NULL; in main() local
795 if ((LANG = getenv("LANG")) != NULL) { in main()
796 if ((LANG = strdup(LANG)) == NULL) { in main()
815 if (LANG) in main()
816 rc |= setenv("LANG", LANG, 1); in main()
853 free(LANG); in main()
/external/libexif/m4m/
Dgp-check-shell-environment.m45 dnl If SHOW-LOCALE-VARS is set to [true], print all LC_* and LANG*
43 printenv | grep -E '^(LC_|LANG)'
/external/icu/icu4c/source/tools/tzcode/
Dtzselect.ksh252 TZdate=$(LANG=C TZ="$TZ_for_date" date)
253 UTdate=$(LANG=C TZ=UTC0 date)
/external/e2fsprogs/
DABOUT-NLS102 only have to set the `LANG' environment variable to the appropriate
106 prompt, merely execute `setenv LANG de_DE' (in `csh'),
107 `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
127 `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
128 for the purpose of message handling, but you still need to have `LANG'
132 available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
134 In the `LANGUAGE' environment variable, but not in the `LANG'
/external/python/cpython2/Modules/_ctypes/libffi/
Dmdate-sh70 LANG=C
71 export LANG
/external/llvm/test/CodeGen/SystemZ/
Datomicrmw-and-06.ll24 ; Check the high end of the LANG range.
45 ; Check the low end of the LANG range.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Datomicrmw-and-06.ll24 ; Check the high end of the LANG range.
45 ; Check the low end of the LANG range.
/external/elfutils/
DABOUT-NLS103 only have to set the `LANG' environment variable to the appropriate
106 setting `LANG', otherwise the setting of `LANG' will not have the
110 prompt, merely execute `setenv LANG de_DE' (in `csh'),
111 `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
131 `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
132 for the purpose of message handling, but you still need to have `LANG'
136 available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
145 In the `LANGUAGE' environment variable, but not in the `LANG'
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dconfig2frag.sh25 LANG=C sed -e 's/^# CONFIG_\([a-zA-Z0-9_]*\) is not set$/CONFIG_\1=n/'
/external/libexif/
DABOUT-NLS102 only have to set the `LANG' environment variable to the appropriate
106 prompt, merely execute `setenv LANG de_DE' (in `csh'),
107 `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
127 `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
128 for the purpose of message handling, but you still need to have `LANG'
132 available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
141 In the `LANGUAGE' environment variable, but not in the `LANG'
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_run_interop_tests.sh18 export LANG=en_US.UTF-8
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
Dbuild_tests.sh22 export LANG=en_US.UTF-8

12345678