/ndk/tests/build/build-assembly-file/jni/ |
D | assembly2.S | 1 .global bar symbol 2 bar: label
|
/ndk/tests/device/test-gnustl_shared-exception/jni/ |
D | test3_bar.cpp | 20 void bar(void) in bar() function
|
D | test4_bar.cpp | 20 void bar(void) in bar() function
|
D | test2_foo.cpp | 22 extern int bar(void) in bar() function
|
/ndk/tests/build/multi-module-path/path2/bar/ |
D | libbar.c | 4 int bar(void) in bar() function
|
/ndk/tests/device/test-gnustl_static-exception/jni/ |
D | test3_bar.cpp | 20 void bar(void) in bar() function
|
D | test4_bar.cpp | 20 void bar(void) in bar() function
|
D | test2_foo.cpp | 22 extern int bar(void) in bar() function
|
/ndk/tests/build/topological-sort/jni/ |
D | bar.c | 5 int bar(int x) { in bar() function
|
/ndk/tests/build/thin-archives/jni/ |
D | bar.c | 3 int bar(void) { in bar() function
|
/ndk/tests/build/import-static/bar/ |
D | bar.c | 3 int bar(int x) in bar() function
|
/ndk/tests/build/prebuilt-copy/prebuilts/jni/ |
D | bar.c | 1 int bar(int x) { in bar() function
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | flow1.cpp | 4 int bar () in bar() function
|
D | init7.cpp | 14 void bar() { in bar() function
|
D | pretty2.cpp | 25 bar (T) in bar() function 31 bar<int> (int) in bar() function
|
D | loop1.cpp | 22 static void bar(char *) in bar() function
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | flow1.cpp | 4 int bar () in bar() function
|
D | init7.cpp | 14 void bar() { in bar() function
|
D | pretty2.cpp | 25 bar (T) in bar() function 31 bar<int> (int) in bar() function
|
D | synth2.cpp | 14 struct bar : public foo {}; struct
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/ |
D | bit_xor.pass.cpp | 54 constexpr int bar = std::bit_xor<> () (0x58D3L, 0xEA95); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/ |
D | modulus.pass.cpp | 34 constexpr int bar = std::modulus<> () (3L, 2); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/ |
D | logical_or.pass.cpp | 44 constexpr bool bar = std::logical_or<> () (36.0, 36); in main() local
|
D | logical_not.pass.cpp | 36 constexpr bool bar = std::logical_not<> () (36); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/ |
D | greater.pass.cpp | 40 constexpr bool bar = std::greater<> () (36.0, 36); in main() local
|