HomeSort by relevance Sort by last modified time
    Searched refs:banner (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /prebuilts/go/darwin-x86/src/
all.bash 12 . ./make.bash "$@" --no-banner
15 $GOTOOLDIR/dist banner # print build info
all.rc 13 . ./make.rc --no-banner
16 $GOTOOLDIR/dist banner # print build info
race.bash 42 . ./make.bash --no-banner
all.bat 15 call make.bat --no-banner --no-local
19 :: we must restore %PATH% before running "dist banner" so that the latter
23 "%GOTOOLDIR%/dist" banner
make.rc 94 if(! ~ $1 --no-banner)
95 $GOTOOLDIR/dist banner
bootstrap.bash 46 ./make.bash --no-banner
  /prebuilts/go/linux-x86/src/
all.bash 12 . ./make.bash "$@" --no-banner
15 $GOTOOLDIR/dist banner # print build info
all.rc 13 . ./make.rc --no-banner
16 $GOTOOLDIR/dist banner # print build info
race.bash 42 . ./make.bash --no-banner
all.bat 15 call make.bat --no-banner --no-local
19 :: we must restore %PATH% before running "dist banner" so that the latter
23 "%GOTOOLDIR%/dist" banner
make.rc 94 if(! ~ $1 --no-banner)
95 $GOTOOLDIR/dist banner
bootstrap.bash 46 ./make.bash --no-banner
  /external/ltrace/
autogen.sh 25 # banner <target name>
27 banner() { function
37 banner "autoreconf"
42 banner "Finished"
  /external/v8/tools/gyp/pylib/gyp/generator/
gypsh.py 50 # Use a banner that looks like the stock Python one and like what
53 banner='Python %s on %s\nlocals.keys() = %s\ngypsh' % \
56 code.interact(banner, local=locals)
  /external/llvm/lib/CodeGen/
MachineFunctionPrinterPass.cpp 31 const std::string Banner;
34 MachineFunctionPrinterPass(raw_ostream &os, const std::string &banner)
35 : MachineFunctionPass(ID), OS(os), Banner(banner) {}
45 OS << "# " << Banner << ":\n";
60 /// default banner is empty.
63 const std::string &Banner){
64 return new MachineFunctionPrinterPass(OS, Banner);
  /external/autotest/server/site_tests/platform_USBHIDWake/
platform_USBHIDWake.py 50 def prompt(self, banner=">>>>>>>>>>> Achtung! <<<<<<<<<<<"):
51 """prompt the user with the supplied banner,
54 @param banner: A [possibly multi-line] banner prompt to display
57 os.write(temp.fd, banner)
94 self.prompt(banner=press_button_banner)
96 self.prompt(banner=bored_now)
  /prebuilts/sdk/
update_current.sh 17 banner() { function
26 banner "SDK"
36 banner "system SDK"
44 banner "support library"
  /build/tools/releasetools/
img_from_target_files 111 def banner(s): function in function:main.option_handler
115 banner("AddSystem")
119 banner("AddVendor")
123 banner("AddUserdata")
125 banner("AddCache")
img_from_target_files.py 111 def banner(s): function in function:main.option_handler
115 banner("AddSystem")
119 banner("AddVendor")
123 banner("AddUserdata")
125 banner("AddCache")
  /frameworks/base/core/java/android/content/pm/
PackageItemInfo.java 80 * component's banner. From the "banner" attribute or, if not set, 0.
82 public int banner; field in class:PackageItemInfo
117 banner = orig.banner;
240 * Retrieve the current graphical banner associated with this item. This
241 * will call back on the given PackageManager to load the banner from
244 * @param pm A PackageManager from which the banner can be loaded; usually
247 * @return Returns a Drawable containing the item's banner. If the item
248 * does not have a banner, this method will return null
    [all...]
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 31 banner "/etc/racoon/motd";
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java 184 Drawable banner) {
188 displayBanner = banner;
207 Drawable banner = null; local
209 banner = service.loadBanner(pm);
210 if (banner == null) {
211 Log.e(TAG, "Not showing " + label + " because no banner specified.");
215 DisplayAppInfo info = new DisplayAppInfo(service, label, icon, banner);
256 holder.banner.setImageDrawable(appInfo.displayBanner);
270 public ImageView banner; field in class:AppChooserActivity.ViewHolder
274 banner = (ImageView) view.findViewById(com.android.nfc.R.id.banner)
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
AppLinkCardView.java 260 // 1) Provided poster art image, 2) Activity banner, 3) Activity icon, 4) Application banner,
263 Drawable banner = null;
266 banner = mPackageManager.getActivityBanner(mIntent);
267 if (banner == null) {
268 banner = mPackageManager.getActivityIcon(mIntent);
275 if (banner == null && appInfo != null) {
276 if (appInfo.banner != 0) {
277 banner = mPackageManager.getApplicationBanner(appInfo);
279 if (banner == null && appInfo.icon != 0)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
code.py 200 def interact(self, banner=None):
203 The optional banner argument specify the banner to print
204 before the first interaction; by default it prints a banner
220 if banner is None:
225 self.write("%s\n" % str(banner))
284 def interact(banner=None, readfunc=None, local=None):
293 banner -- passed to InteractiveConsole.interact()
306 console.interact(banner)
  /prebuilts/gdb/linux-x86/lib/python2.7/
code.py 200 def interact(self, banner=None):
203 The optional banner argument specify the banner to print
204 before the first interaction; by default it prints a banner
220 if banner is None:
225 self.write("%s\n" % str(banner))
284 def interact(banner=None, readfunc=None, local=None):
293 banner -- passed to InteractiveConsole.interact()
306 console.interact(banner)

Completed in 299 milliseconds

1 2 3 4 5