OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisName
(Results
1 - 25
of
144
) sorted by null
1
2
3
4
5
6
/libcore/ojluni/src/main/java/sun/security/x509/
RFC822Name.java
193
String
thisName
= name.toLowerCase(Locale.ENGLISH);
194
if (inName.equals(
thisName
)) {
196
} else if (
thisName
.endsWith(inName)) {
203
int inNdx =
thisName
.lastIndexOf(inName);
204
if (
thisName
.charAt(inNdx-1) == '@' ) {
210
} else if (inName.endsWith(
thisName
)) {
211
/* if
thisName
contains @, then they had to match exactly */
212
if (
thisName
.indexOf('@') != -1) {
214
} else if (
thisName
.startsWith(".")) {
217
int ndx = inName.lastIndexOf(
thisName
);
[
all
...]
DNSName.java
204
String
thisName
= name.toLowerCase(Locale.ENGLISH);
205
if (inName.equals(
thisName
))
207
else if (
thisName
.endsWith(inName)) {
208
int inNdx =
thisName
.lastIndexOf(inName);
209
if (
thisName
.charAt(inNdx-1) == '.' )
213
} else if (inName.endsWith(
thisName
)) {
214
int ndx = inName.lastIndexOf(
thisName
);
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstMemberRef.java
82
CstUtf8
thisName
= nat.getName();
85
return
thisName
.compareTo(otherName);
/dalvik/dx/src/com/android/dx/rop/cst/
CstMemberRef.java
82
CstString
thisName
= nat.getName();
85
return
thisName
.compareTo(otherName);
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstMemberRef.java
82
CstString
thisName
= nat.getName();
85
return
thisName
.compareTo(otherName);
/external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassWriter.java
311
String
thisName
;
591
thisName
= name;
[
all
...]
Frame.java
754
s = OBJECT | cw.addType(cw.
thisName
);
797
inputLocals[i++] = OBJECT | cw.addType(cw.
thisName
);
[
all
...]
/external/javassist/src/main/javassist/
CtClassType.java
364
String
thisname
= getName();
local
365
if (
thisname
.equals(oldname))
404
String
thisName
= cf.getName() + "$";
410
if (name.startsWith(
thisName
)) {
412
if (name.lastIndexOf('$') <
thisName
.length())
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/fix/
fix.go
493
_,
thisName
:= path.Split(importPath(s))
494
if
thisName
== old {
/prebuilts/go/linux-x86/src/cmd/fix/
fix.go
493
_,
thisName
:= path.Split(importPath(s))
494
if
thisName
== old {
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar
/prebuilts/devtools/tools/lib/
lint-checks.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.0/
lint-checks-23.1.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.3/
lint-checks-23.1.3.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.4/
lint-checks-23.1.4.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.0/
lint-checks-23.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.1/
lint-checks-23.2.1.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.2/
lint-checks-23.2.2.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.4/
lint-checks-23.2.4.jar
Completed in 3047 milliseconds
1
2
3
4
5
6