/libcore/ojluni/src/main/java/java/lang/invoke/ |
CallSite.java | 210 MethodType oldType = oldTarget.type(); 212 if (!newType.equals(oldType)) 213 throw wrongTargetType(newTarget, oldType);
|
MethodHandles.java | [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
AssignTokenTypesBehavior.java | 254 int oldType = oldTypeI.intValue(); 255 if ( oldType<Label.MIN_TOKEN_TYPE ) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutWizard.java | 57 String oldType = ref.getOldType(); 58 addPage(new InputPage(mDelegate.getEditor().getProject(), oldType)); 69 public InputPage(IProject project, String oldType) { 72 mOldType = oldType;
|
ChangeViewWizard.java | 56 String oldType = null; 58 if (oldType == null) { 59 oldType = type; 60 } else if (!oldType.equals(type)) { 62 oldType = null; 66 addPage(new InputPage(mDelegate.getEditor().getProject(), oldType)); 76 public InputPage(IProject project, String oldType) { 79 mOldType = oldType; 104 private List<String> getWidgetTypes(String oldType, Combo combo) { 115 if (oldType != null) [all...] |
ChangeViewRefactoring.java | 270 String oldType = primary.getTagName(); 271 if (oldType.indexOf('.') == -1 272 && !oldType.equals(VIEW_INCLUDE) && !oldType.equals(VIEW_FRAGMENT)) { 273 oldType = ANDROID_WIDGET_PREFIX + oldType; 275 types.add(oldType);
|
WrapInRefactoring.java | 412 String oldType = primary.getTagName(); 413 if (oldType.indexOf('.') == -1) { 414 oldType = ANDROID_WIDGET_PREFIX + oldType; 416 return oldType;
|
WrapInWizard.java | 64 String oldType = ref.getOldType(); 65 addPage(new InputPage(mDelegate.getEditor().getProject(), oldType)); 76 public InputPage(IProject project, String oldType) { 79 mOldType = oldType; 166 String oldType, Combo combo, 171 if (oldType != null && oldType.equals(FQCN_RADIO_BUTTON)) {
|
ChangeLayoutRefactoring.java | 269 String oldType = getOldType(); 273 if (oldType.equals(FQCN_LINEAR_LAYOUT) && !mFlatten) { 280 addMissingWrapContentAttributes(rootEdit, layout, oldType, newType, null); 283 convertAnyToRelative(rootEdit, oldType, newType); 292 } else if (oldType.equals(FQCN_RELATIVE_LAYOUT) && newType.equals(FQCN_LINEAR_LAYOUT)) { 295 addMissingWrapContentAttributes(rootEdit, layout, oldType, newType, null); 296 } else if (oldType.equals(FQCN_LINEAR_LAYOUT) && newType.equals(FQCN_TABLE_LAYOUT)) { 299 addMissingWrapContentAttributes(rootEdit, layout, oldType, newType, null); 301 convertGeneric(rootEdit, oldType, newType, layout); 335 String oldType, String newType, Set<Element> skip) [all...] |
VisualRefactoring.java | [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
Analyzer.java | 320 Type oldType = old.getLocal(i); 322 if (oldType == null) { 328 newType = oldType.merge(newType); 331 if (!newType.equals(oldType) || newType.popChanged()) 381 Type oldType = old.getLocal(index); 383 if (oldType != newType) {
|
/external/skia/src/sksl/ |
SkSLIRGenerator.cpp | [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
RawContactModifier.java | [all...] |
/packages/apps/Email/provider_src/com/android/email/service/ |
EmailServiceUtils.java | 389 final String oldType = amAccount.type; 395 asCalendarSyncAdapter(SyncState.CONTENT_URI, amName, oldType), 396 new android.accounts.Account(amName, oldType)); 408 new android.accounts.Account(amName, oldType)); 433 moveCalendarData(context.getContentResolver(), amName, oldType, accountType); 434 moveContactsData(context.getContentResolver(), amName, oldType, accountType); 491 final String oldType, final String newType) { 495 .appendQueryParameter(Calendars.ACCOUNT_TYPE, oldType) 503 new String[] {name, oldType}); 507 final String oldType, final String newType) [all...] |
/external/jdiff/src/jdiff/ |
HTMLReportGenerator.java | [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
TelephonyProvider.java | [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
ParseHelper.cpp | [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/ |
hlslParseHelper.cpp | [all...] |
/external/clang/lib/Sema/ |
TreeTransform.h | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ant.core_3.2.200.v20100427.jar | |
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | |
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | |
/external/guava/guava/lib/ |
jdiff.jar | |
/external/guice/lib/build/jdiff/ |
jdiff.jar | |
/external/guice/extensions/struts2/lib/ |
javassist.jar | |