/frameworks/base/camera/tests/CameraServiceTest/ |
CameraServiceTest.cpp | 30 #define INFO(...) \ 38 INFO("assertion failed at file %s, line %d, function %s:", 40 INFO("%s", expr); 46 INFO("assertion failed at file %s, line %d, function %s:", 48 INFO("(expected) %s != (actual) %d", expr, actual); 221 INFO(__func__); 233 INFO(__func__); 235 INFO("data type = %d, size = %d", msgType, dataSize); 254 INFO("waitNotify: %d, %d, %d", msgType, op, count); 266 INFO("waitData: %d, %d, %d", msgType, op, count) [all...] |
/build/tools/apriori/ |
main.c | 27 macro INFO() in multiple compilation unites. */ 40 INFO("Setting next link address (current is at 0x%08x):\n", 51 INFO("\tignoring file size, adjusting by address increment.\n"); 55 INFO("\tuser address increment is zero, adjusting by file size.\n"); 59 INFO("\t[%s] file size 0x%08lx\n", 62 INFO("\tnext prelink address: 0x%08x\n", s_next_link_addr); 71 /* Do not issue INFO() statements before you call get_options() to set 189 INFO("Reading prelink addresses from prelink-map file [%s].\n", 196 INFO("Start address: 0x%x\n", start_addr); 197 INFO("Increment address: 0x%x\n", inc_addr) [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CRLEntryImpl.java | 81 * method documentation for more info 94 * method documentation for more info 102 * method documentation for more info 110 * method documentation for more info 118 * method documentation for more info 126 * method documentation for more info 138 * method documentation for more info 149 * method documentation for more info 160 * method documentation for more info 172 * method documentation for more info [all...] |
/external/e2fsprogs/ |
e2fsprogs.spec | 39 Prereq: /sbin/install-info 89 if [ -x /sbin/install-info -a -f %{_infodir}/libext2fs.info.gz ]; then 90 /sbin/install-info %{_infodir}/libext2fs.info.gz %{_infodir}/dir 95 if [ $1 = 0 -a -x /sbin/install-info -a -f %{_infodir}/libext2fs.info.gz ]; then 96 /sbin/install-info --delete %{_infodir}/libext2fs.info.gz %{_infodir}/dir 173 %{_infodir}/libext2fs.info* [all...] |
e2fsprogs.spec.in | 39 Prereq: /sbin/install-info 89 if [ -x /sbin/install-info -a -f %{_infodir}/libext2fs.info.gz ]; then 90 /sbin/install-info %{_infodir}/libext2fs.info.gz %{_infodir}/dir 95 if [ $1 = 0 -a -x /sbin/install-info -a -f %{_infodir}/libext2fs.info.gz ]; then 96 /sbin/install-info --delete %{_infodir}/libext2fs.info.gz %{_infodir}/dir 173 %{_infodir}/libext2fs.info* [all...] |
/external/elfutils/libelf/ |
gelf.h | 126 #define GELF_R_SYM(info) ELF64_R_SYM (info) 127 #define GELF_R_TYPE(info) ELF64_R_TYPE (info) 132 #define GELF_M_SYM(info) ELF64_M_SYM (info) 133 #define GELF_M_SIZE(info) ELF64_M_SIZE (info) 183 /* Retrieve REL relocation info at the given index. */ 186 /* Retrieve RELA relocation info at the given index. * [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiInfo.java | 265 WifiInfo info = new WifiInfo(); 266 info.setNetworkId(in.readInt()); 267 info.setRssi(in.readInt()); 268 info.setLinkSpeed(in.readInt()); 269 info.setIpAddress(in.readInt()); 270 info.setSSID(in.readString()); 271 info.mBSSID = in.readString(); 272 info.mMacAddress = in.readString(); 273 info.mSupplicantState = SupplicantState.CREATOR.createFromParcel(in); 274 return info; [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllApps2D.java | 94 final ApplicationInfo info = getItem(position); local 100 // if (!info.filtered) { 101 // info.icon = Utilities.createIconThumbnail(info.icon, getContext()); 102 // info.filtered = true; 107 Log.d(TAG, "icon bitmap = " + info.iconBitmap 108 + " density = " + info.iconBitmap.getDensity()); 110 info.iconBitmap.setDensity(Bitmap.DENSITY_NONE); 111 textView.setCompoundDrawablesWithIntrinsicBounds(null, new BitmapDrawable(info.iconBitmap), null, null); 112 textView.setText(info.title) [all...] |
/build/tools/soslim/ |
soslim.c | 75 INFO("\n\nCALCULATING MODIFICATIONS\n\n"); 80 INFO("Copying ELF program header...\n"); 83 INFO("\tRetrieving entry %d\n", cnt); 98 INFO("Original ELF file has %d sections.\n", shnum); 100 /* Allocate the section-header-info buffer. We allocate one more entry 107 INFO("Allocating section-header info structure (%d) bytes...\n", 112 /* Iterate over all the sections and initialize the internal section-info 115 INFO("Initializing section-header info structure...\n") [all...] |
/external/tcpdump/ |
print-decnet.c | 183 int src, dst, info, blksize, eco, ueco, hello, other, vers; local 196 info = EXTRACT_LE_8BITS(cmp->cm_init.in_info); 202 print_t_info(info); 260 info = EXTRACT_LE_8BITS(cmp->cm_rhello.rh_info); 264 print_i_info(info); 283 info = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_info); 291 print_i_info(info); 312 print_t_info(int info) 314 int ntype = info & 3; 321 if (info & TI_VERIF 332 int info; local 362 int info; local 659 int services, info, segsize; local 712 int services, info; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
AttrsXmlParser.java | 133 * Loads all attributes & javadoc for the view class info based on the class name. 135 public void loadViewAttributes(ViewClassInfo info) { 137 String xmlName = info.getShortClassName(); 140 info.setAttributes(style.getAttributes()); 141 info.setJavaDoc(style.getJavaDoc()); 147 * Loads all attributes for the layout data info based on the class name. 149 public void loadLayoutParamsAttributes(LayoutParamsInfo info) { 153 info.getViewLayoutClass().getShortClassName(), 154 info.getShortClassName()); 159 info.setAttributes(style.getAttributes()) 249 AttributeInfo info = null; local 297 AttributeInfo info = parseAttr(node, lastComment); local 363 AttributeInfo info = new AttributeInfo(name, local [all...] |
/external/bison/doc/ |
Makefile | 78 INFO_DEPS = $(srcdir)/bison.info 206 infodir = ${prefix}/info 229 .SUFFIXES: .dvi .html .info .pdf .ps .texinfo 260 .texinfo.info: 265 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 305 $(srcdir)/bison.info: bison.texinfo $(srcdir)/version.texi $(bison_TEXINFOS) 332 uninstall-info-am: 334 @if (install-info --version && \ 335 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then [all...] |
Makefile.in | 78 INFO_DEPS = $(srcdir)/bison.info 229 .SUFFIXES: .dvi .html .info .pdf .ps .texinfo 260 .texinfo.info: 265 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 305 $(srcdir)/bison.info: bison.texinfo $(srcdir)/version.texi $(bison_TEXINFOS) 332 uninstall-info-am: 334 @if (install-info --version && \ 335 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ 339 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; [all...] |
/external/elfcopy/ |
fixdwarf.c | 118 INFO("Index of \".debug_" _str(name) " is %d", cnt); \ 121 else INFO(", but the section is being removed."); \ 122 INFO("\n"); \ 127 CHECK_DEBUG_SECTION(info); 156 INFO("\nAdjusting for %s.\n", shdr_info[dwarf_to_shdr[sname]].name); \ 160 INFO("\nNot adjusting for %s.\n", shdr_info[dwarf_to_shdr[sname]].name); \ 167 ADJUST_IF_NECESSARY(info); 190 INFO("Could not load section %s: it is not in the file.\n", 196 INFO("Loading DWARF section type %s index %d (type %d)\n", 203 INFO("\tAlready loaded DWARF section type %s (type %d)\n", s_shdr_info[shdr_idx].name, debug) [all...] |
/external/elfutils/config/ |
Makefile | 145 infodir = ${prefix}/info 192 uninstall-info-am: 269 info: info-am 271 info-am: 277 install-info: install-info-am 299 uninstall-am: uninstall-info-am 302 distclean-generic distdir dvi dvi-am html html-am info info-am [all...] |
/external/elfutils/doc/ |
Makefile | 143 infodir = ${prefix}/info 191 uninstall-info-am: 267 info: info-am 269 info-am: 275 install-info: install-info-am 295 uninstall-am: uninstall-info-am 298 distclean-generic distdir dvi dvi-am html html-am info info-am [all...] |
/external/elfutils/m4/ |
Makefile | 143 infodir = ${prefix}/info 194 uninstall-info-am: 271 info: info-am 273 info-am: 279 install-info: install-info-am 301 uninstall-am: uninstall-info-am 304 distclean-generic distdir dvi dvi-am html html-am info info-am [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/ |
SDL_syscdrom.c | 66 struct ioc_read_subchannel info; local 78 info.address_format = CD_MSF_FORMAT; 79 info.data_format = CD_CURRENT_POSITION; 80 info.data_len = 0; 81 info.data = NULL; 86 if ( (ioctl(cdfd, CDIOCREADSUBCHANNEL, &info) == 0) || 295 struct ioc_read_subchannel info; local 298 info.address_format = CD_MSF_FORMAT; 299 info.data_format = CD_CURRENT_POSITION; 300 info.track = 0 [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/ |
SDL_syscdrom.c | 69 struct ioc_read_subchannel info; local 81 info.address_format = CD_MSF_FORMAT; 82 info.data_format = CD_CURRENT_POSITION; 83 info.data_len = 0; 84 info.data = NULL; 89 if ( (ioctl(cdfd, CDIOCREADSUBCHANNEL, &info) == 0) || 304 struct ioc_read_subchannel info; local 307 info.address_format = CD_MSF_FORMAT; 308 info.data_format = CD_CURRENT_POSITION; 309 info.track = 0 [all...] |
/build/core/ |
main.mk | 67 $(info Checking build tools versions...) 107 $(info ************************************************************) 108 $(info You are attempting to build with the incorrect version) 109 $(info of java.) 110 $(info $(space)) 111 $(info Your version is: $(shell java -version 2>&1 | head -n 1).) 112 $(info The correct version is: 1.5.) 113 $(info $(space)) 114 $(info Please follow the machine setup instructions at) 115 $(info $(space)$(space)$(space)$(space)http://source.android.com/download [all...] |
/development/samples/Home/src/com/example/android/home/ |
Home.java | 290 ApplicationInfo info; local 307 info = getApplicationInfo(packageManager, intent); 308 if (info != null) { 309 info.intent = intent; 310 mFavorites.addFirst(info); 369 ApplicationInfo info = getApplicationInfo(manager, intent); local 370 if (info != null) { 371 info.intent = intent; 372 if (!mFavorites.contains(info)) { 373 recents.add(info); 389 final ApplicationInfo info = new ApplicationInfo(); local 502 ResolveInfo info = apps.get(i); local 616 final ApplicationInfo info = mApplications.get(position); local [all...] |
/external/bluetooth/glib/gobject/ |
gtype.c | 183 const GTypeInfo *info, 271 GInterfaceInfo *info; member in struct:_IFaceHolder 392 node_size += SIZEOF_FUNDAMENTAL_INFO; /* fundamental type info */ 785 const GTypeInfo *info) 794 (info->instance_size || info->n_preallocs || info->instance_init)) 807 (info->class_init || info->class_finalize || info->class_data | 2418 GTypeInfo info; local 3980 GTypeInfo info; local [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
RecentCallsListActivity.java | 315 Log.w(TAG, "Exception while updating call info", e); 317 Log.w(TAG, "Exception while updating call info", e); 319 Log.w(TAG, "Exception while updating call info", e); 340 ContactInfo info = mContactInfo.get(ciq.number); local 342 if (info != null && info != ContactInfo.EMPTY) { 352 info = new ContactInfo(); 353 info.personId = phonesCursor.getLong(PERSON_ID_COLUMN_INDEX); 354 info.name = phonesCursor.getString(NAME_COLUMN_INDEX); 355 info.type = phonesCursor.getInt(PHONE_TYPE_COLUMN_INDEX) 544 ContactInfo info = mContactInfo.get(number); local 870 ContactInfo info = mAdapter.getContactInfo(number); local [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 39 * A decoder for the dex debug info state machine format. 44 /** encoded debug info */ 59 /** method descriptor of method this debug info is for */ 65 /** dex file this debug info will be stored in */ 86 * @param encoded encoded debug info 91 * @param ref method descriptor of method this debug info is for 92 * @param file dex file this debug info will be stored in 118 * no method has local variable info that looks like 202 * Decodes the debug info sequence. 209 "...while decoding debug info"); [all...] |
/external/icu4c/common/ |
ucmndata.c | 37 } else if(udh->info.isBigEndian==U_IS_BIG_ENDIAN) { 48 udata_getInfoSize(const UDataInfo *info) { 49 if(info==NULL) { 51 } else if(info->isBigEndian==U_IS_BIG_ENDIAN) { 53 return info->size; 56 uint16_t x=info->size; 242 udm->pHeader->info.isBigEndian==U_IS_BIG_ENDIAN && 243 udm->pHeader->info.charsetFamily==U_CHARSET_FAMILY) 248 else if (udm->pHeader->info.dataFormat[0]==0x43 && 249 udm->pHeader->info.dataFormat[1]==0x6d & [all...] |