/external/syslinux/com32/hdt/ |
hdt-menu-pxe.c | 36 char infobar[STATLEN + 1]; local 51 snprintf(infobar, sizeof infobar, "PCI Vendor : %d", p->vendor_id); 52 add_item(buffer, infobar, OPT_INACTIVE, NULL, 0); 56 snprintf(infobar, sizeof infobar, "PCI Product : %d", p->vendor_id); 57 add_item(buffer, infobar, OPT_INACTIVE, NULL, 0); 61 snprintf(infobar, sizeof infobar, "PCI SubVendor : %d", 63 add_item(buffer, infobar, OPT_INACTIVE, NULL, 0) [all...] |
hdt-menu-kernel.c | 35 char infobar[STATLEN + 1]; local 73 snprintf(infobar, sizeof infobar, 80 add_item(buffer, infobar, OPT_INACTIVE, NULL, 0);
|
hdt-menu-pci.c | 151 char infobar[255][STATLEN + 1]; local 176 snprintf(infobar[i], STATLEN, 197 add_item(menuname[j], infobar[j], OPT_SUBMENU, NULL,
|
/external/libmojo/base/android/jni_generator/ |
jni_generator_tests.py | 368 InfoBar infobar = new ConfirmInfoBar(nativeInfoBar, mContext, 371 return infobar; 376 AutoLoginInfoBar infobar = new AutoLoginInfoBar(nativeInfoBar, mContext, 378 if (infobar.displayedAccountCount() == 0) 379 infobar = null; 380 return infobar; 382 @CalledByNative("InfoBar") 481 java_class_name='InfoBar', [all...] |
testCalledByNatives.golden | 22 const char kInfoBarClassPath[] = "org/chromium/TestJni$InfoBar";
|