OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogCatViewSearchRequestor
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java
124
private class
LogCatViewSearchRequestor
extends SearchRequestor {
129
public
LogCatViewSearchRequestor
(String choice, int lineNumber) {
225
LogCatViewSearchRequestor
requestor =
226
new
LogCatViewSearchRequestor
(CHOICE_METHOD_DECLARATION, 0);
231
requestor = new
LogCatViewSearchRequestor
(CHOICE_ERROR_LINE, lineNumber);
OldLogCatView.java
169
private class
LogCatViewSearchRequestor
extends SearchRequestor {
175
public
LogCatViewSearchRequestor
(String choice, int lineNumber) {
500
new
LogCatViewSearchRequestor
(CHOICE_ERROR_LINE, line_number),
513
new
LogCatViewSearchRequestor
(CHOICE_METHOD_DECLARATION, 0),
Completed in 21 milliseconds