Searched refs:INFO (Results 1 - 25 of 41) sorted by relevance

12

/external/grub/stage2/
H A Dfsys_reiserfs.c345 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift))
355 #define INFO \ macro
365 #define JOURNAL_START ((__u32 *) (INFO + 1))
387 return devread ((INFO->journal_block + block) << INFO->blocksize_shift,
398 int transactions = INFO->journal_transactions;
399 int desc_block = INFO->journal_first_desc;
400 int journal_mask = INFO->journal_block_count - 1;
450 translatedNr = INFO->journal_block + ((desc_block + i) & journal_mask);
453 blockNr, translatedNr - INFO
[all...]
/external/qemu/
H A Ddis-asm.h296 INFO is a pointer to this struct.
304 MEMADDR is the address that we were trying to read. INFO is a
439 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \
440 (INFO).flavour = bfd_target_unknown_flavour, \
441 (INFO).arch = bfd_arch_unknown, \
442 (INFO).mach = 0, \
443 (INFO).endian = BFD_ENDIAN_UNKNOWN, \
444 INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC)
451 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \
452 (INFO)
[all...]
/external/elfcopy/
H A Delfcopy.c157 INFO("Note: we aren't dropping or rearranging any sections.\n");
170 INFO("Creating new section-strings section...\n");
176 INFO("\tNew index will be %d (was %d).\n", highest_scn_num, shstrndx);
209 INFO("\tNew size will be %d.\n", (*shstrtab_data)->d_size);
231 INFO("Updating section information...\n");
246 INFO("\t%03d: Updating section %s (index %d, address %lld offset %lld, size %lld, alignment %d)...\n",
262 INFO("\t\tname offset %d (was %d).\n",
271 INFO("\t\tsh_link %d (was %d).\n",
281 INFO("\t\tsh_info %d (was %d).\n",
340 INFO("\
[all...]
H A Dhash.c33 INFO("Adding [%s] to hash at bucket [%ld] (first add)\n",
38 INFO("Collision on adding [%s] to hash at bucket [%ld]\n",
42 INFO("\ttrying at chain index [%d]...\n", last_chain_index);
45 INFO("\tsuccess at chain index [%d]...\n", last_chain_index);
H A Dcommon.c27 INFO("Scanning over %d program segments...\n",
H A Dfixdwarf.c118 INFO("Index of \".debug_" _str(name) " is %d", cnt); \
121 else INFO(", but the section is being removed."); \
122 INFO("\n"); \
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); \
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);
226 INFO("Unloading DWARF section type %d\n", debug);
251 INFO("Dumpin
[all...]
H A Ddebug.h79 #define INFO(x...) do { \ macro
/external/quake/quake/src/QW/client/
H A Dcvar.h69 #define CVAR4(NAME, STRING, ARCHIVE, INFO) {(NAME), (STRING), (ARCHIVE), (INFO), 0.0f, (struct cvar_s*) 0}
/external/quake/quake/src/WinQuake/
H A Dcvar.h69 #define CVAR4(NAME, STRING, ARCHIVE, INFO) {(char*) (NAME), (char*) (STRING), (ARCHIVE), (INFO), 0.0f, (struct cvar_s*) 0}
/external/emma/core/java12/com/vladium/logging/
H A DILogLevels.java32 int INFO = 2; // default field in interface:ILogLevels
H A DLogger.java136 * A convenience method equivalent to isLoggable(INFO).
140 return (INFO <= m_level);
189 * at INFO level.
195 _log (INFO, null, msg, false);
380 return ILogLevels.INFO;
405 return ILogLevels.INFO; // default to something middle of the ground
/external/mtpd/
H A Dmtpd.h36 INFO = 1, enumerator in enum:log_level
H A Dmtpd.c76 log_print(INFO, "Using protocol %s", protocols[i]->name);
98 log_print(INFO, "Sending signal to pppd (pid = %d)", pppd_pid);
223 log_print(INFO, "Received signal %d", signal);
227 log_print(INFO, "Pppd is terminated (status = %d)", status);
242 log_print(INFO, "Mtpd is terminated (status = %d)", status);
281 log_print(INFO, "Connecting to %s port %s", server, port);
309 log_print(INFO, "Connection established (socket = %d)", the_socket);
320 log_print(INFO, "Starting pppd (pppox = %d)", pppox);
363 log_print(INFO, "Pppd started (pid = %d)", pppd_pid);
H A Dpptp.c181 log_print(INFO, "Remote server hung up");
237 log_print(INFO, "Creating PPPoX socket");
291 log_print(INFO, "Tunnel established");
306 log_print(INFO, "Remote server hung up");
316 log_print(INFO, "Session established");
323 log_print(INFO, "Remote server hung up");
330 log_print(INFO, "Remote server hung up");
340 log_print(INFO, "Remote server hung up");
348 log_print(INFO, "Remote server hung up");
H A Dl2tp.c351 log_print(INFO, "Creating PPPoX socket");
463 log_print(INFO, "Remote server hung up");
471 log_print(INFO, "Remote server hung up");
487 log_print(INFO, "Tunnel established");
504 log_print(INFO, "Session established");
/external/webkit/WebKitTools/Scripts/
H A Dupdate-iexploder-cssproperties96 open INFO, "svn info '$file' |" or die;
97 while (<INFO>) {
102 close INFO;
H A Dsvn-create-patch137 open INFO, "svn info '$infoPath' |" or die;
138 while (<INFO>) {
143 close INFO;
181 open INFO, "svn info '$file' |" or die;
182 while (<INFO>) {
189 close INFO;
H A DVCSUtils.pm199 open INFO, "svn info '$path' 2> " . File::Spec->devnull() . " |" or die;
200 while (<INFO>) {
209 <INFO>; # Consume the rest of the input.
212 close INFO;
H A Dresolve-ChangeLogs175 open INFO, "-|", $SVN, "info", $file or die $!;
176 while (my $line = <INFO>) {
179 { local $/ = undef; <INFO>; } # Consume rest of input.
182 close INFO;
/external/e2fsprogs/doc/
H A DMakefile.in16 INFO=makeinfo
37 -@$(INFO) $(srcdir)/libext2fs.texinfo
/external/apache-http/src/org/apache/commons/logging/impl/
H A DJdk14Logger.java187 * Logs a message with <code>java.util.logging.Level.INFO</code>.
193 log(Level.INFO, String.valueOf(message), null);
198 * Logs a message with <code>java.util.logging.Level.INFO</code>.
205 log(Level.INFO, String.valueOf(message), exception);
237 return (getLogger().isLoggable(Level.INFO));
/external/guava/src/com/google/common/base/internal/
H A DFinalizer.java111 logger.log(Level.INFO, "Failed to clear thread local values inherited"
197 logger.log(Level.INFO, "Couldn't access Thread.inheritableThreadLocals."
/external/openssl/apps/
H A Dpkcs12.c84 #define INFO 0x4 macro
162 else if (!strcmp (*args, "-info")) options |= INFO;
662 if (options & INFO) BIO_printf (bio_err, "MAC Iteration %ld\n", p12->mac->iter ? ASN1_INTEGER_get (p12->mac->iter) : 1);
724 if (options & INFO) BIO_printf (bio_err, "PKCS7 Data\n");
726 if (options & INFO) {
775 if (options & INFO) BIO_printf (bio_err, "Key bag\n");
786 if (options & INFO) {
805 if (options & INFO) BIO_printf (bio_err, "Certificate bag\n");
820 if (options & INFO) BIO_printf (bio_err, "Safe Contents bag\n");
/external/guava/src/com/google/common/base/
H A DFinalizableReferenceQueue.java132 logger.log(Level.INFO, "Failed to start reference finalizer thread."
/external/webkit/WebKitTools/Scripts/webkitpy/
H A Dautoinstall.py313 logger.setLevel(logging.INFO)

Completed in 469 milliseconds

12