OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldMethod
(Results
1 - 5
of
5
) sorted by null
/external/jdiff/src/jdiff/
APIComparator.java
463
MethodAPI
oldMethod
= (MethodAPI)(iter.next());
469
if (
oldMethod
.compareTo(newMethod) == 0) {
479
// int idx = Collections.binarySearch(newClass.methods_,
oldMethod
);
487
int startOld = oldClass.methods_.indexOf(
oldMethod
);
488
int endOld = oldClass.methods_.lastIndexOf(
oldMethod
);
489
int startNew = newClass.methods_.indexOf(
oldMethod
);
490
int endNew = newClass.methods_.lastIndexOf(
oldMethod
);
498
if (
oldMethod
.inheritedFrom_ == null ||
502
compareMethods(
oldMethod
, newMethod, classDiff);
505
} else if (
oldMethod
.inheritedFrom_ == null)
[
all
...]
MergeChanges.java
263
MethodAPI
oldMethod
,
266
if (
oldMethod
.isAbstract_ != newMethod.isAbstract_) {
268
if (
oldMethod
.isAbstract_)
276
oldMethod
.isNative_ != newMethod.isNative_) {
278
if (
oldMethod
.isNative_)
286
oldMethod
.isSynchronized_ != newMethod.isSynchronized_) {
288
if (
oldMethod
.isSynchronized_)
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
align.m
11
oldMethod
= 1; % Turn on or off the old method. The new one is Bastiaan's August 2008 updates
21
if
oldMethod
42
if
oldMethod
57
if
oldMethod
/external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
[
all
...]
Completed in 1494 milliseconds