HomeSort by relevance Sort by last modified time
    Searched refs:bar (Results 401 - 425 of 1644) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaTemplate/
temp_arg.cpp 17 template <class t> class bar { class in namespace:test0
18 bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}} function in class:test0::bar
  /external/compiler-rt/test/builtins/Unit/
gcc_personality_test.c 27 * routines for foo() and bar() were called by the personality
31 void bar() { function
40 bar();
trampoline_setup_test.c 39 int bar(int x) { return x*5 + c*d; }; function
43 proc = bar;
  /external/libcxxabi/test/
catch_member_function_pointer_01.cpp 15 void bar() const {} function in struct:A
41 throw &A::bar; member in class:A
  /external/llvm/test/MC/ARM/
elf-jump24-fixup.s 7 b.w bar
9 @ CHECK: {{[0-9a-f]+}} R_ARM_THM_JUMP24 bar
  /external/llvm/test/MC/AsmParser/
directive_desc.s 5 # CHECK: .desc bar,4
8 .desc bar, 1 +3
  /external/llvm/test/MC/ELF/
alias-reloc.s 3 // Test that this produces a R_X86_64_PLT32 with bar.
7 bar = foo define
9 call bar@PLT
22 // CHECK-NEXT: 0x1 R_X86_64_PLT32 bar 0xFFFFFFFFFFFFFFFC
38 // CHECK-NEXT: Name: bar
set.s 20 .set foo, bar
27 // Test that there is an undefined reference to bar
29 // CHECK: Name: bar
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
aggregate-indirect-arg.cpp 19 void bar(SVal &v) {} function
22 void foo(SVal v) { bar(v); }
  /ndk/sources/cxx-stl/gabi++/tests/
catch_member_function_pointer_01.cpp 15 void bar() const {} function in struct:A
41 throw &A::bar; member in class:A
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_member_function_pointer_01.cpp 15 void bar() const {} function in struct:A
41 throw &A::bar; member in class:A
  /ndk/tests/build/import-static/bar/
Android.mk 5 LOCAL_SRC_FILES := bar.c
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh23.cpp 28 void bar() { function
42 bar();
eh3.cpp 20 void bar() function
30 bar();
reg-stack.cpp 24 double bar () function
34 bar ();
  /ndk/tests/device/test-stlport_static-exception/jni/
eh23.cpp 28 void bar() { function
42 bar();
eh3.cpp 20 void bar() function
30 bar();
reg-stack.cpp 24 double bar () function
34 bar ();
  /packages/experimental/PrintService2/src/foo/bar/printservice2/
SettingsActivity.java 1 package foo.bar.printservice2;
6 import foo.bar.printservice2.R;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
gdb_sample.py 4 bar(a, b, c)
6 def bar(a, b, c): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
gdb_sample.py 4 bar(a, b, c)
6 def bar(a, b, c): function
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarTabs.java 33 * This demonstrates the use of action bar tabs and how they interact
34 * with other action bar features.
45 final ActionBar bar = getActionBar(); local
46 final int tabCount = bar.getTabCount();
48 bar.addTab(bar.newTab()
54 final ActionBar bar = getActionBar(); local
55 if (bar.getTabCount() > 0) {
56 bar.removeTabAt(bar.getTabCount() - 1)
61 final ActionBar bar = getActionBar(); local
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarTabs.java 32 * This demonstrates the use of action bar tabs and how they interact
33 * with other action bar features.
44 final ActionBar bar = getSupportActionBar(); local
45 final int tabCount = bar.getTabCount();
47 bar.addTab(bar.newTab()
53 final ActionBar bar = getSupportActionBar(); local
54 if (bar.getTabCount() > 0) {
55 bar.removeTabAt(bar.getTabCount() - 1)
60 final ActionBar bar = getSupportActionBar(); local
    [all...]
  /external/chromium_org/ui/webui/resources/css/apps/
topbutton_bar.css 5 .topbutton-bar {
10 .topbutton-bar button {
27 .topbutton-bar button:active {
33 .topbutton-bar button:hover,
34 .topbutton-bar button:focus,
35 .topbutton-bar button:active {
39 .topbutton-bar .maximize-button {
45 .topbutton-bar .minimize-button {
51 .topbutton-bar .close-button {
57 .topbutton-bar .gear-button
    [all...]
  /external/clang/test/CXX/special/class.copy/
p15-0x.cpp 13 struct bar : foo { struct in namespace:PR10622
14 bar(const bar&) = default;
16 void test_bar(const bar &obj) {
17 bar obj2(obj);

Completed in 3339 milliseconds

<<11121314151617181920>>