Searched defs:bar (Results 1 - 7 of 7) 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/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/tests/CoreTests/android/core/
H A DClassTest.java175 void bar(); method in interface:ClassTest.MyOtherInterface
194 assertTrue("Interface method must be there", hasMethod(methods, ".bar("));
198 assertTrue("Interface method must be there", hasMethod(methods, ".bar("));
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java313 public void setBar(StatusBar bar) { argument
314 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);
371 // Callbacks from the status bar service.
373 public void registerStatusBar(IStatusBar bar, StatusBarIconList iconList, argument
378 Slog.i(TAG, "registerStatusBar bar=" + bar);
379 mBar = bar;
[all...]

Completed in 137 milliseconds