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

1 2 3 4 5 6 7 8

  /external/grub/stage2/
fsys_reiserfs.c 298 /* Info about currently opened file */
305 /* In memory info about the currently mounted filesystem */
345 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift))
355 #define INFO \
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
    [all...]
  /external/qemu/
dis-asm.h 296 INFO is a pointer to this struct.
300 struct disassemble_info *info);
304 MEMADDR is the address that we were trying to read. INFO is a
307 (int status, bfd_vma memaddr, struct disassemble_info *info);
311 (bfd_vma addr, struct disassemble_info *info);
321 (bfd_vma addr, struct disassemble_info * info);
343 this information. This info is set each time an instruction is
349 char insn_info_valid; /* Branch info has been set. */
422 It prints a message using info->fprintf_func and info->stream. *
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_ProviderTrust.java 37 private static final String INFO = NAME
45 super(NAME, VERSION, INFO);
Support_TestProvider.java 36 private static final String INFO = NAME
44 super(NAME, VERSION, INFO);
  /build/tools/lsd/
cmdline.c 15 {"print-info", no_argument, 0, 'p'},
55 int *info,
64 ASSERT(info);
65 *info = 0;
86 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)"));
99 INFO ("option %s", long_options[option_index].name);
101 INFO (" with arg %s", optarg);
102 INFO ("\n");
106 case 'p': *info = 1; break;
  /system/core/init/
log.h 28 #define INFO(x...) log_write(6, "<6>init: " x)
  /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 %zd sections.\n", shnum);
100 /* Allocate the section-header-info buffer. We allocate one more entry
107 INFO("Allocating section-header info structure (%zd) bytes...\n",
112 /* Iterate over all the sections and initialize the internal section-info
115 INFO("Initializing section-header info structure...\n")
    [all...]
cmdline.c 102 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)"));
115 INFO ("option %s", long_options[option_index].name);
117 INFO (" with arg %s", optarg);
118 INFO ("\n");
main.c 31 macro INFO() in multiple compilation unites. */
50 /* Do not issue INFO() statements before you call get_options() to set
83 INFO("Opening %s...\n", infile);
89 INFO("Calling elf_begin(%s)...\n", infile);
102 INFO("Making sure %s is a shared library or an executable.\n",
125 INFO("Opening %s...\n", infile);
131 INFO("Calling elf_begin(%s)...\n", infile);
149 INFO("Making sure %s is a shared library...\n", infile);
168 INFO("Output file is [%s].\n", outfile);
171 INFO("Modifying [%s] in-place.\n", infile)
    [all...]
common.c 27 INFO("Scanning over %d program segments...\n",
  /external/elfcopy/
elfcopy.c 38 shdr_info_t *info, int info_len,
43 shdr_info_t *info,
157 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"
1425 shdr_info_t *info, variable
    [all...]
hash.c 33 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);
  /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...]
apriori.c 64 INFO("\t%02d: data = %p, hdr = { offset = %8lld, size = %lld }, "
79 INFO("section offset dump for new ELF\n");
83 INFO("\nsection offset dump for original ELF\n");
89 INFO("section offset dump for new ELF\n");
151 INFO("Creating new ELF sections.\n");
186 INFO("\tsection %02d: [%-30s] created\n",
200 INFO("\tsection [%s] (old offset %lld, old size %lld) "
228 /* Allocate the section-header-info buffer. */
229 INFO("Allocating section-header info structure (%d) bytes...\n"
1490 shdr_info_t *info = source->shdr_info + i; local
    [all...]
cmdline.c 34 "do a dry run--calculate the prelink info but do not update any files",
108 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)"));
141 INFO ("option %s", long_options[option_index].name);
143 INFO (" with arg %s", optarg);
144 INFO ("\n");
  /external/quake/quake/src/QW/client/
cvar.h 61 qboolean info; // added to serverinfo or userinfo when changed member in struct:cvar_s
69 #define CVAR4(NAME, STRING, ARCHIVE, INFO) {(NAME), (STRING), (ARCHIVE), (INFO), 0.0f, (struct cvar_s*) 0}
  /external/quake/quake/src/WinQuake/
cvar.h 69 #define CVAR4(NAME, STRING, ARCHIVE, INFO) {(char*) (NAME), (char*) (STRING), (ARCHIVE), (INFO), 0.0f, (struct cvar_s*) 0}
  /development/tools/yuv420sp2rgb/
cmdline.c 87 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)"));
111 INFO ("option %s", long_options[option_index].name);
113 INFO (" with arg %s", optarg);
114 INFO ("\n");
yuv420sp2rgb.c 229 INFO("Opening input file %s\n", infile);
234 INFO("Opening output file %s\n", outfile);
239 INFO("Memory-mapping input file %s\n", infile);
244 INFO("Truncating output file %s to %d bytes\n", outfile, outsize);
249 INFO("Memory mapping output file %s\n", outfile);
254 INFO("PPM header (%d) bytes:\n%s\n", header_size, header);
259 INFO("Converting %dx%d YUV 4:2:0 to RGB24...\n", width, height);
313 INFO("input file: [%s]\n", infile);
314 INFO("output file: [%s]\n", outfile);
315 INFO("height: %d\n", height)
    [all...]
  /external/emma/core/java12/com/vladium/logging/
ILogLevels.java 32 int INFO = 2; // default
59 String INFO_STRING = "info";
  /external/mtpd/
mtpd.h 36 INFO = 1,
  /frameworks/base/core/java/com/android/internal/logging/
AndroidConfig.java 39 rootLogger.setLevel(Level.INFO);
  /external/webkit/WebKitTools/Scripts/
update-iexploder-cssproperties 96 open INFO, "svn info '$file' |" or die;
97 while (<INFO>) {
102 close INFO;
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 284 $(MAKE) -C $(DRIVER_LIB_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) BUILD_SUPPL=$(BUILD_SUPPL) SUPPL=$(SUPPL) WSPI=$(WSPI) INTR=$(INTR) XCC=$(XCC) INFO=$(INFO) STATIC_LIB=$(STATIC_LIB) clean
285 $(MAKE) -C $(OS_COMMON_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) BUILD_SUPPL=$(BUILD_SUPPL) SUPPL=$(SUPPL) WSPI=$(WSPI) INTR=$(INTR) XCC=$(XCC) INFO=$(INFO) STATIC_LIB=$(STATIC_LIB) clean
286 $(MAKE) -C $(OS_LINUX_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) BUILD_SUPPL=$(BUILD_SUPPL) SUPPL=$(SUPPL) WSPI=$(WSPI) INTR=$(INTR) XCC=$(XCC) INFO=$(INFO) STATIC_LIB=$(STATIC_LIB) clean
370 $(MAKE) -C $(DRIVER_LIB_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) BUILD_SUPPL=$(BUILD_SUPPL) SUPPL=$(SUPPL) WSPI=$(WSPI) INTR=$(INTR) XCC=$(XCC) INFO=$(INFO) STATIC_LIB=$(STATIC_LIB)
377 $(MAKE) -C $(OS_COMMON_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) BUILD_SUPPL=$(BUILD_SUPPL) SUPPL=$(SUPPL) WSPI=$(WSPI) INTR=$(INTR) XCC=$(XCC) INFO=$(INFO) STATIC_LIB=$(STATIC_LIB) OS_AUXILIARY_LIBS+=../../$(DRIVER_LIB
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/
Makefile 304 $(MAKE) -C $(DRIVER_LIB_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) BUILD_SUPPL=$(BUILD_SUPPL) SUPPL=$(SUPPL) WSPI=$(WSPI) INTR=$(INTR) XCC=$(XCC) INFO=$(INFO) STATIC_LIB=$(STATIC_LIB) clean
305 $(MAKE) -C $(OS_COMMON_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) BUILD_SUPPL=$(BUILD_SUPPL) SUPPL=$(SUPPL) WSPI=$(WSPI) INTR=$(INTR) XCC=$(XCC) INFO=$(INFO) STATIC_LIB=$(STATIC_LIB) clean
306 $(MAKE) -C $(OS_LINUX_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) BUILD_SUPPL=$(BUILD_SUPPL) SUPPL=$(SUPPL) WSPI=$(WSPI) INTR=$(INTR) XCC=$(XCC) INFO=$(INFO) STATIC_LIB=$(STATIC_LIB) clean
390 $(MAKE) -C $(DRIVER_LIB_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) BUILD_SUPPL=$(BUILD_SUPPL) SUPPL=$(SUPPL) WSPI=$(WSPI) INTR=$(INTR) XCC=$(XCC) INFO=$(INFO) STATIC_LIB=$(STATIC_LIB)
397 $(MAKE) -C $(OS_COMMON_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) BUILD_SUPPL=$(BUILD_SUPPL) SUPPL=$(SUPPL) WSPI=$(WSPI) INTR=$(INTR) XCC=$(XCC) INFO=$(INFO) STATIC_LIB=$(STATIC_LIB) OS_AUXILIARY_LIBS+=../../$(DRIVER_LIB
    [all...]

Completed in 867 milliseconds

1 2 3 4 5 6 7 8