Searched defs:product (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/test/runtime/6929067/
H A Dinvoke.c22 long product(unsigned long n, unsigned long m) { function
28 return product (n, m-1) + *p;
48 printf("%ld\n", product(5000,5000));
63 printf("%ld\n", product(5000,5000));
/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanRefTest.java52 mbs.registerMBean(product, productName);
155 private static final ProductMXBean product = new ProductImpl(); field in class:MXBeanRefTest
157 private static final ModuleMXBean module = new ModuleImpl(product);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSInfo.java49 * (IPRD) Name of the product which the object is intended for.
51 public String product = null; field in class:DLSInfo
H A DSF2Soundbank.java72 String product = null; field in class:SF2Soundbank
160 this.product = chunk.readString(chunk.available());
559 writeInfoStringChunk(writer, "IPRD", this.product);
901 return product;
904 public void setProduct(String product) { argument
905 this.product = product;
/openjdk7/jdk/src/share/back/
H A Dlog_messages.c116 const char *product,
133 product,
149 const char *product; local
171 product = "J2SE1.5"; /* FIXUP? */
191 product,
113 standard_logging_format(FILE *fp, const char *datetime, const char *level, const char *product, const char *module, const char *optional, const char *messageID, const char *message) argument

Completed in 55 milliseconds