Searched refs:bar (Results 1 - 18 of 18) sorted by relevance

/frameworks/compile/llvm-ndk-cc/tests/P_hello/
H A Dhello-llvm.c1 int bar();
4 int foobar = bar() + 123;
H A Dbar.c1 int bar() { function
/frameworks/compile/llvm-ndk-cc/tests/P_cxx/
H A Dcxx.cpp5 int bar; variable
10 int bar; member in namespace:__anon1260
16 int bar; member in namespace:kerker
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Dfunc_invoke_and_crash.cpp23 static int bar() { function
28 return bar();
H A Dtest_info_sources.cpp25 static int bar() { function
30 return bar();
H A Daggregate-indirect-arg.cpp19 void bar(SVal &v) {} function
22 void foo(SVal v) { bar(v); }
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dgcc_personality_test.c27 * routines for foo() and bar() were called by the personality
31 void bar() { function
40 bar();
H A Dtrampoline_setup_test.c39 int bar(int x) { return x*5 + c*d; }; function
43 proc = bar;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPeekPanel.java43 public void setBar(TabletStatusBar bar) { argument
44 mBar = bar;
H A DTabletTicker.java83 public TabletTicker(TabletStatusBar bar) { argument
84 mBar = bar;
85 mContext = bar.getContext();
309 // the ticker, so we vertically center them in the status bar area instead
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java44 public void setStatusBar(PhoneStatusBar bar) { argument
45 mStatusBar = bar;
H A DPhoneStatusBarView.java60 public void setBar(PhoneStatusBar bar) { argument
61 mBar = bar;
94 // The status bar is very small so augment the view that the user is touching
95 // with the content of the status bar a whole. This way an accessibility service
118 // We split the status bar into thirds: the left 2/3 are for notifications, and the
119 // right 1/3 for quick settings. If you pull the status bar down a second time you'll
209 // fade out the panel as it gets buried into the status bar to avoid overdrawing the
210 // status bar on the last frame of a close animation
H A DQuickSettings.java167 void setBar(PanelBar bar) { argument
168 mBar = bar;
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java43 assertEquals("foobar", TextUtils.concat("foo", "bar"));
44 assertEquals("foobarbaz", TextUtils.concat("foo", "bar", "baz"));
49 SpannableString bar = new SpannableString("bar");
50 bar.setSpan("bar", 1, 2, Spannable.SPAN_EXCLUSIVE_INCLUSIVE);
56 assertEquals("foobar", TextUtils.concat(foo, bar).toString());
57 assertEquals("foobarbaz", TextUtils.concat(foo, bar, baz).toString());
61 assertEquals(1, ((Spanned) TextUtils.concat(foo, bar)).getSpanStart("foo"));
62 assertEquals(4, ((Spanned) TextUtils.concat(foo, bar))
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DIntruderAlertView.java83 public void setBar(BaseStatusBar bar) { argument
84 mBar = bar;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java292 public void setBar(BaseStatusBar bar) { argument
293 mBar = bar;
/frameworks/base/core/java/android/widget/
H A DMediaController.java343 // cause the progress bar to be updated even if mShowing
345 // paused with the progress bar showing the user hits play.
534 public void onStartTrackingTouch(SeekBar bar) {
547 public void onProgressChanged(SeekBar bar, int progress, boolean fromuser) {
550 // the progress bar's position.
561 public void onStopTrackingTouch(SeekBar bar) {
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java66 // for disabling the status bar
104 * Construct the service, add the status bar view to the window manager
199 throw new SecurityException("invalid status bar icon slot: " + slot);
223 throw new SecurityException("invalid status bar icon slot: " + slot);
250 throw new SecurityException("invalid status bar icon slot: " + slot);
418 // Callbacks from the status bar service.
420 public void registerStatusBar(IStatusBar bar, StatusBarIconList iconList, argument
425 Slog.i(TAG, "registerStatusBar bar=" + bar);
426 mBar = bar;
[all...]

Completed in 3439 milliseconds