Searched defs:bar (Results 1 - 25 of 658) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/valgrind/main/VEX/switchback/
H A Dtest_hello.c3 static void bar ( void*(*service)(int,int) ) function
17 bar(service);
H A Dtest_simple.c3 static void bar ( void*(*service)(int,int) ) function
10 bar(service);
/external/valgrind/main/cachegrind/tests/x86/
H A Dfpu-28-108.S14 bar: label
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp5477 static int bar = 1; local
5478 return bar;
/external/valgrind/main/exp-sgcheck/tests/
H A Dstackerr.c30 __attribute__((noinline)) void bar ( long* sa, int n ) function
41 bar(a, 7+1); /* generates error */
42 bar(a, 7+0); /* generates no error */
/external/valgrind/main/helgrind/
H A Dhg_intercepts.c1070 pthread_barrier_t* bar,
1079 bar, attr, count);
1084 pthread_barrier_t*, bar,
1088 CALL_FN_W_WWW(ret, fn, bar,attr,count);
1106 pthread_barrier_t* bar)
1113 fprintf(stderr, "<< pthread_barrier_wait %p", bar);
1123 pthread_barrier_t*,bar);
1125 CALL_FN_W_W(ret, fn, bar);
1143 pthread_barrier_t* bar)
1150 fprintf(stderr, "<< pthread_barrier_destroy %p", bar);
1069 PTH_FUNC(int, pthreadZubarrierZuinit, pthread_barrier_t* bar, pthread_barrierattr_t* attr, unsigned long count) argument
1105 PTH_FUNC(int, pthreadZubarrierZuwait, pthread_barrier_t* bar) argument
1142 PTH_FUNC(int, pthreadZubarrierZudestroy, pthread_barrier_t* bar) argument
[all...]
H A Dhg_main.c2850 Bar* bar = HG_(zalloc)( "hg.nB.1 (new_Bar)", sizeof(Bar) ); local
2851 tl_assert(bar);
2853 tl_assert(bar->initted == False);
2854 return bar;
2857 static void delete_Bar ( Bar* bar ) {
2858 tl_assert(bar);
2859 if (bar->waiting)
2860 VG_(deleteXA)(bar->waiting);
2861 HG_(free)(bar);
2884 Bar* bar local
2894 Bar* bar = (Bar*)valW; local
2907 Bar* bar; local
2962 Bar* bar; local
3083 Bar* bar; local
3126 Bar* bar; local
[all...]
/external/valgrind/main/helgrind/tests/
H A Dbar_trivial.c15 pthread_barrier_t bar; variable
23 r = pthread_barrier_wait(&bar);
40 r = pthread_barrier_init(&bar, NULL, NTHR);
53 r = pthread_barrier_destroy(&bar); assert(!r);
H A Dhg05_race2.c7 struct bar { struct in struct:foo
H A Dtc04_free_lock.c12 void bar ( void );
26 bar();
28 bar();
34 void bar ( void ) function
H A Dtc17_sembar.c15 gcc-4.3-20071012/libgomp/config/posix/bar.c, which is
45 gomp_barrier_init (gomp_barrier_t *bar, unsigned count) argument
47 pthread_mutex_init (&bar->mutex1, NULL);
48 pthread_mutex_init (&bar->mutex2, NULL);
49 bar->sem1 = my_sem_init ("sem1", 0, 0);
50 bar->sem2 = my_sem_init ("sem2", 0, 0);
51 bar->xxx = my_sem_init ("xxx", 0, 0);
52 bar->total = count;
53 bar->arrived = 0;
57 gomp_barrier_destroy (gomp_barrier_t *bar) argument
71 gomp_barrier_reinit(gomp_barrier_t *bar, unsigned count) argument
79 gomp_barrier_wait(gomp_barrier_t *bar) argument
137 static gomp_barrier_t bar; variable
[all...]
/external/valgrind/main/memcheck/tests/
H A Dclient-msg.c8 void bar() function
15 bar();
H A Dexitprog.c10 void bar ( void );
19 bar();
26 void bar ( void ) { } function
H A Dpartiallydefinedeq.c18 printf("bar\n");
21 static void bar ( void );
35 bar();
71 static __attribute__((noinline)) void bar ( void ) function
H A Dreach_thread_register.c18 pthread_barrier_t* bar = (pthread_barrier_t*)v_bar; local
22 pthread_barrier_wait(bar);
44 pthread_barrier_t bar; local
45 pthread_barrier_init(&bar, NULL, 2);
47 pthread_create(&thr, NULL, &helper, &bar);
48 pthread_barrier_wait(&bar);
49 pthread_barrier_destroy(&bar);
H A Dvarinfo2.c42 { struct { double foo; float bar; } var; member in struct:__anon33070
43 croak ( 2 + (char*)&var.bar );
H A Dvarinfo3.c40 void bar ( char* p1, char* p2, char* p3, char* p4 ) function
58 bar( 5 + (char*)&static_local_def,
H A Dvarinfo5so.c72 { struct { double foo; float bar; } var; member in struct:__anon33072
73 croak ( 2 + (char*)&var.bar );
/external/stlport/test/unit/
H A Dcstring_test.cpp40 std::size_t bar = 0; local
41 CPPUNIT_CHECK( bar == 0 );
H A Dlist_test.cpp445 class bar {}; class in namespace:foo
453 list<foo::bar> lbar;
H A Dunordered_test.cpp273 UnorderedMap2 bar; local
281 bar.insert(UnorderedMap2::value_type(0, foo));
282 UnorderedMap2::iterator it = bar.find(0);
283 CPPUNIT_ASSERT( it != bar.end() );
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c471 const LCHAR* bar = "|"; local
477 toWrite[1] = bar;
500 LSTRCAT(header, bar);
503 /* write the header,bar,evtt, and record */
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2396 int64_t bar; member in struct:PciMemoryRegion
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc139 "import \"bar.proto\";\n"
141 " optional Bar bar = 1;\n"
143 AddFile("bar.proto",
148 // here, since foo.proto imports bar.proto. The second call just returns
149 // the same ProtoFile for bar.proto which was constructed while importing
150 // foo.proto. We test that this is the case below by checking that bar
153 const FileDescriptor* bar = importer_.Import("bar.proto"); local
156 ASSERT_TRUE(bar != NULL);
158 // Check that foo's dependency is the same object as bar
[all...]

Completed in 3640 milliseconds

1234567891011>>