Searched refs:LC_ALL (Results 1 - 25 of 287) sorted by relevance

1234567891011>>

/external/libchrome/base/test/
H A Dscoped_locale.cc14 prev_locale_ = setlocale(LC_ALL, NULL);
15 EXPECT_TRUE(setlocale(LC_ALL, locale.c_str()) != NULL) <<
20 EXPECT_STREQ(prev_locale_.c_str(), setlocale(LC_ALL, prev_locale_.c_str()));
/external/compiler-rt/test/msan/
H A Dsetlocale.cc8 char *locale = setlocale (LC_ALL, "");
/external/strace/tests/
H A Dpipe.test10 LC_ALL=C grep -x "pipe(.*" "$LOG" > /dev/null ||
H A Dprctl-arg2-intptr.test10 LC_ALL=C grep -Ev '^prctl\(PR_[GS]ET_([^CEF]|.[^HNP]|..[^DEI])' \
H A Dprctl-tid_address.test9 LC_ALL=C grep -Ev '^prctl\(PR_[GS]ET_([^T]|.[^I]|..[^D])' < "$LOG" > "$OUT"
H A Dqual_syscall.test19 LC_ALL=C grep -x "$pattern" "$LOG" > /dev/null || {
27 LC_ALL=C grep -v -x "$pattern_abbrev_verbose" "$LOG" |
28 LC_ALL=C grep '^[[:alnum:]_]*(' > /dev/null &&
32 LC_ALL=C grep '^chdir' "$LOG" > /dev/null &&
36 LC_ALL=C grep '^[[:alnum:]_]*(' "$LOG" > /dev/null &&
40 LC_ALL=C grep '^[[:alnum:]_]*(' "$LOG" > /dev/null &&
H A Dbexecve.test52 LC_ALL=C grep -x "$pattern_detached" "$LOG" > /dev/null ||
55 if LC_ALL=C grep -E -v -x "($pattern_detached|$pattern_personality)" "$LOG" > /dev/null; then
/external/strace/tests-m32/
H A Dpipe.test10 LC_ALL=C grep -x "pipe(.*" "$LOG" > /dev/null ||
H A Dprctl-arg2-intptr.test10 LC_ALL=C grep -Ev '^prctl\(PR_[GS]ET_([^CEF]|.[^HNP]|..[^DEI])' \
H A Dprctl-tid_address.test9 LC_ALL=C grep -Ev '^prctl\(PR_[GS]ET_([^T]|.[^I]|..[^D])' < "$LOG" > "$OUT"
H A Dqual_syscall.test19 LC_ALL=C grep -x "$pattern" "$LOG" > /dev/null || {
27 LC_ALL=C grep -v -x "$pattern_abbrev_verbose" "$LOG" |
28 LC_ALL=C grep '^[[:alnum:]_]*(' > /dev/null &&
32 LC_ALL=C grep '^chdir' "$LOG" > /dev/null &&
36 LC_ALL=C grep '^[[:alnum:]_]*(' "$LOG" > /dev/null &&
40 LC_ALL=C grep '^[[:alnum:]_]*(' "$LOG" > /dev/null &&
H A Dbexecve.test52 LC_ALL=C grep -x "$pattern_detached" "$LOG" > /dev/null ||
55 if LC_ALL=C grep -E -v -x "($pattern_detached|$pattern_personality)" "$LOG" > /dev/null; then
/external/strace/tests-mx32/
H A Dpipe.test10 LC_ALL=C grep -x "pipe(.*" "$LOG" > /dev/null ||
H A Dprctl-arg2-intptr.test10 LC_ALL=C grep -Ev '^prctl\(PR_[GS]ET_([^CEF]|.[^HNP]|..[^DEI])' \
H A Dprctl-tid_address.test9 LC_ALL=C grep -Ev '^prctl\(PR_[GS]ET_([^T]|.[^I]|..[^D])' < "$LOG" > "$OUT"
H A Dqual_syscall.test19 LC_ALL=C grep -x "$pattern" "$LOG" > /dev/null || {
27 LC_ALL=C grep -v -x "$pattern_abbrev_verbose" "$LOG" |
28 LC_ALL=C grep '^[[:alnum:]_]*(' > /dev/null &&
32 LC_ALL=C grep '^chdir' "$LOG" > /dev/null &&
36 LC_ALL=C grep '^[[:alnum:]_]*(' "$LOG" > /dev/null &&
40 LC_ALL=C grep '^[[:alnum:]_]*(' "$LOG" > /dev/null &&
H A Dbexecve.test52 LC_ALL=C grep -x "$pattern_detached" "$LOG" > /dev/null ||
55 if LC_ALL=C grep -E -v -x "($pattern_detached|$pattern_personality)" "$LOG" > /dev/null; then
/external/valgrind/none/tests/scripts/
H A Dshell8 LC_ALL=C
/external/harfbuzz_ng/src/
H A Dcheck-libstdc++.sh3 LC_ALL=C
4 export LC_ALL
H A Dcheck-defs.sh3 LC_ALL=C
4 export LC_ALL
H A Dcheck-externs.sh3 LC_ALL=C
4 export LC_ALL
H A Dcheck-header-guards.sh3 LC_ALL=C
4 export LC_ALL
H A Dcheck-static-inits.sh3 LC_ALL=C
4 export LC_ALL
/external/libcxx/test/std/depr/depr.c.headers/
H A Dlocale_h.pass.cpp15 #ifndef LC_ALL
16 #error LC_ALL not defined
/external/libcxx/test/std/localization/c.locales/
H A Dclocale.pass.cpp17 #ifndef LC_ALL
18 #error LC_ALL not defined

Completed in 3717 milliseconds

1234567891011>>