Searched defs:bar (Results 1 - 11 of 11) sorted by relevance

/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/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/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();
307 // the ticker, so we vertically center them in the status bar area instead
/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.java256 public void setBar(BaseStatusBar bar) { argument
257 mBar = bar;
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java66 // for disabling the status bar
102 * Construct the service, add the status bar view to the window manager
180 throw new SecurityException("invalid status bar icon slot: " + slot);
203 throw new SecurityException("invalid status bar icon slot: " + slot);
230 throw new SecurityException("invalid status bar icon slot: " + slot);
389 // Callbacks from the status bar service.
391 public void registerStatusBar(IStatusBar bar, StatusBarIconList iconList, argument
396 Slog.i(TAG, "registerStatusBar bar=" + bar);
397 mBar = bar;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java434 public void setBar(BaseStatusBar bar) { argument
435 mBar = bar;
746 Log.w(TAG, "Failing checking whether status bar is visible", e);

Completed in 171 milliseconds