HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 1076 - 1100 of 2113) sorted by null

<<41424344454647484950>>

  /external/lldb/test/lang/c/shared_lib/
foo.c 1 #include "foo.h"
4 struct foo struct
10 struct foo *
13 struct foo *ret_val = (struct foo *) malloc (sizeof (struct foo));
19 GetMeASubFoo (struct foo *in_foo)
  /external/lldb/test/lang/c/shared_lib_stripped_symbols/
foo.c 1 #include "foo.h"
4 struct foo struct
10 struct foo *
13 struct foo *ret_val = (struct foo *) malloc (sizeof (struct foo));
19 GetMeASubFoo (struct foo *in_foo)
  /external/lldb/test/logging/
main.cpp 41 foo (int i, int j) function
57 array[0] = foo (1238, 78392);
58 array[1] = foo (379265, 23674);
59 array[2] = foo (872934, 234);
  /external/lldb/test/python_api/sbdata/
main.cpp 11 struct foo struct
16 foo() : a(0), b(1), c(3.14) {} function in struct:foo
17 foo(uint32_t A, uint32_t B, float C) : function in struct:foo
26 foo* foobar = new foo[2];
38 foo barfoo[] = {foo(1,2,3), foo(4,5,6)};
  /external/lldb/tools/lldb-perf/common/clang/
main.cpp 6 struct Foo
10 void doit (const Foo &foo)
12 printf ("doit(%i)\n", foo.i);
21 Foo foo = { 12, 13 }; local
22 doit (foo);
  /external/llvm/test/DebugInfo/Inputs/
arange-overlap.cc 4 static void foo() { call(); call(); } function in struct:S
12 S::foo(); S::bar(); S::baz();
  /external/llvm/test/MC/ARM/
comment.s 5 foo: label
24 @CHECK-LABEL: foo:
  /external/mesa3d/src/glsl/glcpp/tests/
089-redefine-macro-error.c 7 #define foo() bar macro
8 #define foo(x) bar macro
  /external/oprofile/libutil++/tests/
cached_value_tests.cpp 25 bool foo = boolval.get(); local
26 foo = false;
54 if (strval.reset("foo") != "foo" || strval.get() != "foo") {
55 cerr << "reset() of cached value \"foo\" didn't work\n";
  /external/stlport/test/unit/
iostream_test.cpp 49 string foo; local
50 istr >> foo; local
53 CPPUNIT_ASSERT( foo == "bar" );
68 string foo; local
69 istr >> foo; local
72 CPPUNIT_ASSERT( foo == "bar" );
  /external/valgrind/main/memcheck/tests/
exitprog.c 9 void foo ( void );
17 foo();
25 void foo ( void ) { } function
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
func_invoke_and_crash.cpp 19 static int foo() { function
24 return foo();
test_info_sources.cpp 21 static int foo() { function
26 return foo();
  /libcore/support/src/test/java/tests/support/
Support_Proxy_I1.java 25 void foo(int i, boolean b); method in interface:Support_Proxy_I1
Support_Proxy_I2.java 24 void foo(boolean b, int i); method in interface:Support_Proxy_I2
  /ndk/sources/cxx-stl/gabi++/tests/
catch_member_function_pointer_01.cpp 14 void foo() {} function in struct:A
25 throw &A::foo; member in class:A
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/
divides.pass.cpp 31 constexpr int foo = std::divides<int> () (3, 2); local
32 static_assert ( foo == 1, "" );
minus.pass.cpp 31 constexpr int foo = std::minus<int> () (3, 2); local
32 static_assert ( foo == 1, "" );
modulus.pass.cpp 31 constexpr int foo = std::modulus<int> () (3, 2); local
32 static_assert ( foo == 1, "" );
multiplies.pass.cpp 31 constexpr int foo = std::multiplies<int> () (3, 2); local
32 static_assert ( foo == 6, "" );
negate.pass.cpp 31 constexpr int foo = std::negate<int> () (3); local
32 static_assert ( foo == -3, "" );
plus.pass.cpp 31 constexpr int foo = std::plus<int> () (3, 2); local
32 static_assert ( foo == 5, "" );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
bit_and.pass.cpp 51 constexpr int foo = std::bit_and<int> () (0x58D3, 0xEA95); local
52 static_assert ( foo == 0x4891, "" );
bit_not.pass.cpp 40 constexpr int foo = std::bit_not<int> () (0xEA95) & 0xFFFF; local
41 static_assert ( foo == 0x156A, "" );
bit_or.pass.cpp 51 constexpr int foo = std::bit_or<int> () (0x58D3, 0xEA95); local
52 static_assert ( foo == 0xFAD7, "" );

Completed in 1187 milliseconds

<<41424344454647484950>>