Searched refs:returns (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/
H A Drun-and-write-if-okay31 `EXEC 2>&1`. If it returns successfully, it writes the output to OUTPATH.
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c101 int returns; /* Method return count */ member in struct:MethodInfo
289 mp->returns++;
438 stdout_message("\tMethod %s %s %d calls %d returns\n",
439 mp->name, mp->signature, mp->calls, mp->returns);
691 /* Get the next token (returns NULL if there are no more) */
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java1094 //returns column information at which pointer was stored.
1836 * @return returns true if the new entity is started. If it was built-in entity
2186 * This function just returns the pointer to the object and its values are set.
2209 * This function just returns the previously stored elements
2220 /** returns the current depth
2311 * This function just returns the previously stored elements
2518 * a sections of XML document. When this functions returns normally, it has read
2519 * the section of XML document and returns the state corresponding to section of
2535 * a sections of XML document. When this functions returns normally, it has read
2536 * the section of XML document and returns th
[all...]

Completed in 30 milliseconds