Searched defs:line (Results 76 - 100 of 217) sorted by relevance

123456789

/openjdk10/jdk/src/java.base/linux/native/libjava/
H A DProcessHandleImpl_linux.c250 char *line = NULL; local
/openjdk10/jdk/src/java.base/share/classes/java/util/jar/
H A DManifest.java171 static void make72Safe(StringBuffer line) { argument
/openjdk10/jdk/src/jdk.internal.le/share/classes/jdk/internal/jline/console/history/
H A DHistory.java34 void add(CharSequence line); argument
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DEventRequestSpecList.java111 BreakpointSpec createBreakpoint(String classPattern, int line) argument
/openjdk10/jdk/src/java.desktop/unix/native/libjsound/
H A DPLATFORM_API_BsdOS_ALSA_CommonUtils.c31 static void alsaDebugOutput(const char *file, int line, const char *function, int err, const char *fmt, ...) { argument
H A DPLATFORM_API_LinuxOS_ALSA_CommonUtils.c31 static void alsaDebugOutput(const char *file, int line, const char *function, int err, const char *fmt, ...) { argument
/openjdk10/jdk/src/java.instrument/unix/native/libinstrument/
H A DEncodingSupport_md.c54 utfError(char *file, int line, char *message) argument
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_new.cpp191 rand_alloc_fail(const char *file, int line) throw (std::bad_alloc) argument
216 void *safe_Malloc_outofmem(size_t size, const char *file, int line) argument
223 void *safe_Calloc_outofmem(size_t num, size_t size, const char *file, int line) argument
238 void * CDECL operator new(size_t size, const char *file, int line) argument
230 safe_Realloc_outofmem(void *memblock, size_t size, const char *file, int line) argument
[all...]
/openjdk10/jdk/test/sun/util/calendar/zi/
H A DZoneinfo.java199 private static String line; field in class:Zoneinfo
[all...]
H A DZoneRec.java56 private String line; field in class:ZoneRec
158 void setLine(String line) { argument
[all...]
H A DRuleRec.java42 private String line; field in class:RuleRec
81 void setLine(String line) { argument
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/
H A DTestOut.java183 public void print(String line) { argument
195 printLine(String line) argument
209 printGolden(String line) argument
223 printErrLine(String line) argument
238 printLine(boolean toOut, String line) argument
[all...]
/openjdk10/jdk/test/sun/tools/jstatd/
H A DJstatdTest.java298 private static boolean isJstadReady(String line) { argument
[all...]
/openjdk10/jdk/test/tools/launcher/
H A DFXLauncherTest.java41 private static void line() { method in class:FXLauncherTest
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DSourceToHTMLConverter.java281 addLine(Content pre, String line, int currentLineNo) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DPosition.java95 public static int encodePosition(int line, in argument
116 getStartPosition(int line) argument
128 getPosition(int line, int column) argument
176 getStartPosition(int line) argument
181 getStartPosition(long line) argument
185 getPosition(int line, int column) argument
190 getPosition(long line, long column) argument
275 getPosition(int line, int column) argument
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DNashornException.java54 private int line; field in class:NashornException
70 protected NashornException(final String msg, final String fileName, final int line, final int column) { argument
83 NashornException(final String msg, final Throwable cause, final String fileName, final int line, final int column) argument
139 setLineNumber(final int line) argument
[all...]
/openjdk10/jdk/test/javax/management/query/
H A DSupportedQueryTypesTest.java369 static void debug(int level, String line) { argument
/openjdk10/jdk/test/javax/management/security/
H A DUtils.java247 static void debug(int level, String line) { argument
/openjdk10/hotspot/src/share/vm/compiler/
H A DmethodMatcher.cpp94 bool MethodMatcher::canonicalize(char * line, const char *& error_msg) { argument
231 void skip_leading_spaces(char*& line, int* total_bytes_read ) { argument
240 void MethodMatcher::parse_method_pattern(char*& line, cons argument
346 parse_method_pattern(char* line, const char*& error_msg) argument
384 parse_method_pattern(char* line, const char*& error_msg) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DHexCodeFile.java327 final int line; field in class:HexCodeFile.Parser.InputPos
330 InputPos(int line, int col) { argument
[all...]
/openjdk10/hotspot/src/share/vm/services/
H A DdiagnosticFramework.cpp36 CmdLine::CmdLine(const char* line, size_t len, bool no_command_name) { argument
187 void DCmdParser::parse(CmdLine* line, char delim, TRAPS) { argument
396 CmdLine line = iter.next(); local
411 parse(CmdLine* line, char delim, TRAPS) argument
521 create_global_DCmd(DCmdSource source, CmdLine &line, outputStream* out, TRAPS) argument
535 create_local_DCmd(DCmdSource source, CmdLine &line, outputStream* out, TRAPS) argument
[all...]
/openjdk10/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp49 void ThreadShadow::set_pending_exception(oop exception, const char* file, int line) { argument
70 bool Exceptions::special_exception(Thread* thread, const char* file, int line, Handle h_exception) { argument
93 thread->set_pending_exception(Universe::vm_exception(), file, line); local
100 bool Exceptions::special_exception(Thread* thread, const char* file, int line, Symbol* h_name, const char* message) { argument
116 thread->set_pending_exception(Universe::vm_exception(), file, line); local
124 void Exceptions::_throw_oop(Thread* thread, const char* file, int line, oop exception) { argument
130 void Exceptions::_throw(Thread* thread, const char* file, int line, Handle h_exception, const char* message) { argument
155 thread->set_pending_exception(h_exception(), file, line); local
166 _throw_msg(Thread* thread, const char* file, int line, Symbol* name, const char* message, Handle h_loader, Handle h_protection_domain) argument
176 _throw_msg_cause(Thread* thread, const char* file, int line, Symbol* name, const char* message, Handle h_cause, Handle h_loader, Handle h_protection_domain) argument
185 _throw_cause(Thread* thread, const char* file, int line, Symbol* name, Handle h_cause, Handle h_loader, Handle h_protection_domain) argument
194 _throw_args(Thread* thread, const char* file, int line, Symbol* name, Symbol* signature, JavaCallArguments *args) argument
207 _throw_msg_cause(Thread* thread, const char* file, int line, Symbol* name, const char* message, Handle h_cause) argument
210 _throw_msg(Thread* thread, const char* file, int line, Symbol* name, const char* message) argument
213 _throw_cause(Thread* thread, const char* file, int line, Symbol* name, Handle h_cause) argument
218 throw_stack_overflow_exception(Thread* THREAD, const char* file, int line, const methodHandle& method) argument
237 fthrow(Thread* thread, const char* file, int line, Symbol* h_name, const char* format, ...) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOM.java66 startElement(QName element, XMLAttributes attributes, int line, int column, int offset) argument
75 emptyElement(QName element, XMLAttributes attributes, int line, int column, int offset) argument
82 startElement(QName element, XMLAttributes attributes, int line, int column) argument
87 emptyElement(QName element, XMLAttributes attributes, int line, int column) argument
/openjdk10/hotspot/test/runtime/Thread/
H A DTestThreadDumpMonitorContention.java187 static boolean checkBlankLine(String line) { argument
224 static boolean checkLockedLine(String line) { argument
299 checkWaitingLine(String line) argument
[all...]

Completed in 364 milliseconds

123456789