OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cloc
(Results
1 - 25
of
76
) sorted by null
1
2
3
4
/external/libcxx/test/std/localization/locales/locale/locale.operators/
eq.pass.cpp
23
std::locale
cloc
;
local
24
std::locale copy(
cloc
);
27
std::locale noname1 = n1.combine<std::ctype<char> >(
cloc
);
29
std::locale noname2 = n1.combine<std::ctype<char> >(
cloc
);
31
assert(
cloc
==
cloc
);
32
assert(
cloc
== copy);
33
assert(
cloc
!= n1);
34
assert(
cloc
!= n2);
35
assert(
cloc
!= noname1)
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale/locale.operators/
eq.pass.cpp
23
std::locale
cloc
;
local
24
std::locale copy(
cloc
);
27
std::locale noname1 = n1.combine<std::ctype<char> >(
cloc
);
29
std::locale noname2 = n1.combine<std::ctype<char> >(
cloc
);
31
assert(
cloc
==
cloc
);
32
assert(
cloc
== copy);
33
assert(
cloc
!= n1);
34
assert(
cloc
!= n2);
35
assert(
cloc
!= noname1)
[
all
...]
/bionic/tests/
locale_test.cpp
125
locale_t
cloc
= newlocale(LC_ALL, "C", 0);
local
128
locale_t old_locale = uselocale(
cloc
);
134
freelocale(
cloc
);
time_test.cpp
245
locale_t
cloc
= newlocale(LC_ALL, "C.UTF-8", 0);
local
246
locale_t old_locale = uselocale(
cloc
);
258
EXPECT_EQ(24U, strftime_l(buf, sizeof(buf), "%c", &t,
cloc
));
262
freelocale(
cloc
);
/external/libmicrohttpd/src/testcurl/https/
tls_test_keys.h
69
"
clOc
+eRrVETqFZqer96WB7kzFTv+qmROQKmW8X4a2A5r5Jl4vRwOz5/rEeB9Qs0K\n"
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
ExprModelTest.java
[
all
...]
/toolchain/binutils/binutils-2.27/bfd/
elf32-rx.c
3386
char *
cloc
= (char *) location;
local
3550
char *
cloc
= (char *) location;
local
[
all
...]
/frameworks/native/headers/media_plugin/media/openmax/
OMX_Other.h
230
* from the
cloc
component and subtracting it from nWallTimeAtMedia.
/hardware/qcom/media/msm8974/mm-core/inc/
OMX_Other.h
213
* from the
cloc
component and subtracting it from nWallTimeAtMedia.
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Other.h
213
* from the
cloc
component and subtracting it from nWallTimeAtMedia.
/hardware/qcom/media/msm8996/mm-core/inc/
OMX_Other.h
213
* from the
cloc
component and subtracting it from nWallTimeAtMedia.
/hardware/qcom/media/msm8998/mm-core/inc/
OMX_Other.h
213
* from the
cloc
component and subtracting it from nWallTimeAtMedia.
/external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
[
all
...]
/external/clang/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Expr.h
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Expr.h
[
all
...]
Completed in 3860 milliseconds
1
2
3
4