Searched refs:bar (Results 1 - 10 of 10) 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/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/cmds/keystore/
H A Dtest-keystore87 log "password is now bar"
88 keystore system p bar
211 keystore system u 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...]
/frameworks/base/core/java/android/widget/
H A DMediaController.java341 // cause the progress bar to be updated even if mShowing
343 // paused with the progress bar showing the user hits play.
531 public void onStartTrackingTouch(SeekBar bar) {
544 public void onProgressChanged(SeekBar bar, int progress, boolean fromuser) {
547 // the progress bar's position.
558 public void onStopTrackingTouch(SeekBar bar) {
/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;

Completed in 322 milliseconds