OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:equals
(Results
1376 - 1400
of
7227
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigTabGroup.java
37
new EmulatorConfigTab(ILaunchManager.RUN_MODE.
equals
(mode)),
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitTabGroup.java
39
new EmulatorConfigTab(ILaunchManager.RUN_MODE.
equals
(mode)),
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
SupportLibraryHelper.java
73
boolean isGridLayout = tag.
equals
(FQCN_GRID_LAYOUT);
74
boolean isSpace = tag.
equals
(FQCN_SPACE);
87
if (supportProject.
equals
(library.getProjectState().getProject())) {
168
if (manifestInfo.getPackage().
equals
("android.support.v7.gridlayout")) { //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NativeAbi.java
39
if (a.getAbi().
equals
(abi)) {
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SimpleFile.java
59
if (arg.getName().
equals
("projectName")) //$NON-NLS-1$
61
else if (arg.getName().
equals
("files")) { //$NON-NLS-1$
66
if (fileArg.getName().
equals
("source")) //$NON-NLS-1$
68
else if (fileArg.getName().
equals
("destination")) //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
NdkWizardHandler.java
33
if (tc.getId().
equals
("com.android.toolchain.gcc")) //$NON-NLS-1$
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
IconLoader.java
36
if (image.getColorModel().
equals
(
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
SharedPrefsDetector.java
98
assert node.astName().astValue().
equals
("edit");
114
if (!type.
equals
("Editor") || //$NON-NLS-1$
153
if ("commit".
equals
(name) || "apply".
equals
(name)) { //$NON-NLS-1$ //$NON-NLS-2$
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
Abi.java
35
if (a.mValue.
equals
(value)) {
BluetoothProfile.java
66
if (bp.mValue.
equals
(value)) {
Sensor.java
36
if (s.mValue.
equals
(value)) {
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
ExtraPackage.java
161
nsUri.
equals
(child.getNamespaceURI()) &&
162
RepoConstants.NODE_PATH.
equals
(child.getLocalName())) {
365
if (path.length() == 0 || path.
equals
("_")) { //$NON-NLS-1$
398
if (vendor.
equals
("_")) { //$NON-NLS-1$
520
if (!getMinToolsRevision().
equals
(MIN_TOOLS_REV_NOT_SPECIFIED)) {
643
if (otherPath.
equals
(thisVendor + '-' + thisPath) &&
646
otherVendor.
equals
(thisVendor))) {
651
if (thisPath.
equals
(otherVendor + '-' + otherPath) &&
654
thisVendor.
equals
(otherVendor))) {
660
if (thisPath != null && thisPath.
equals
(otherPath))
718
public boolean
equals
(Object obj) {
method in class:ExtraPackage
[
all
...]
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/
MockEmptyPackage.java
147
mTestHandle.
equals
(((MockEmptyPackage) pkg).mTestHandle);
159
public boolean
equals
(Object obj) {
163
if (!super.
equals
(obj)) {
174
} else if (!mTestHandle.
equals
(other.mTestHandle)) {
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/core/devfrm/
DeviceFrameworkManager.java
173
if (Platform.getOS().
equals
(Platform.WS_WIN32))
175
if (instance.getName().toLowerCase().
equals
(name.toLowerCase()))
183
if (instance.getName().
equals
(name))
293
if (aConfig.getName().
equals
(DEV_FRAMEWORK_ELEM))
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/
EmulatorDropSupportHandler.java
35
&& EmulatorPlugin.STATUS_ONLINE_ID.
equals
(instance.getStatus());
/tools/motodev/src/plugins/handset/src/com/motorola/studio/android/handset/
HandsetDropSupportHandler.java
34
&& HandsetPlugin.STATUS_ONLINE_ID.
equals
(instance.getStatus());
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/applicationdata/
FolderElement.java
46
if (element.getName().
equals
(filename))
/tools/motodev/src/plugins/preflighting.ui/
plugin.xml
110
<
equals
112
</
equals
>
113
<
equals
115
</
equals
>
/tools/motodev/src/plugins/remote.device/src/com/motorola/studio/android/remote/
RemoteDeviceDropSupportHandler.java
34
&& RemoteDevicePlugin.STATUS_ONLINE_ID.
equals
(instance.getStatus());
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Label.java
276
public boolean
equals
(Object o) {
method in class:Label
281
return true; //
equals
if same object
288
return this.labelSet.
equals
(((Label)o).labelSet);
300
* predicates to truly answer whether {p1,p2} .
equals
{p1,p2}.
301
* Unfortunately, I cannot rely on the AST.
equals
() to work properly
305
* At this point, Labels are not compared for
equals
when they are
316
if ( !predAST.getText().
equals
(otherPredAST.getText()) ) {
/external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java
185
if (top.
equals
(pos))
194
if ((null == pos) || (top.
equals
(pos)))
238
if ((null != top) && top.
equals
(pos))
247
if ((null == pos) || ((null != top) && top.
equals
(pos)))
343
if (attrName.
equals
("xmlns") || attrName.startsWith("xmlns:"))
375
if (name.
equals
("xslt-next-is-raw"))
477
if (attrName.
equals
("xmlns") || attrName.startsWith("xmlns:"))
/external/guava/guava-testlib/src/com/google/common/collect/testing/
Helpers.java
43
return a == b || (a != null && a.
equals
(b));
211
assertFalse(lesser.
equals
(t));
215
assertTrue(t.
equals
(t));
220
assertFalse(greater.
equals
(t));
246
* modified via a nefarious implementation of
equals
. This is used for testing
248
* possible to access the raw (modifiable) map entry via a nefarious
equals
264
@Override public boolean
equals
(Object o) {
/external/nist-sip/java/gov/nist/core/
GenericObjectList.java
60
protected static final String
EQUALS
= Separators.
EQUALS
;
400
public boolean
equals
(Object other) {
method in class:GenericObjectList
402
if (!this.getClass().
equals
(other.getClass()))
414
if (myobj.
equals
(hisobj))
428
if (hisobj.
equals
(myobj))
448
if (!this.getClass().
equals
(other.getClass()))
/external/proguard/src/proguard/classfile/
LibraryClass.java
172
if (this.
equals
(clazz))
184
if (this.
equals
(clazz))
218
(name == null || field.getName(this).
equals
(name)) &&
219
(descriptor == null || field.getDescriptor(this).
equals
(descriptor)))
235
(name == null || method.getName(this).
equals
(name)) &&
236
(descriptor == null || method.getDescriptor(this).
equals
(descriptor)))
460
!method.getName(this).
equals
(ClassConstants.INTERNAL_METHOD_NAME_INIT)));
/external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java
127
slower calls to String.
equals
(). (We always intern.)
334
if (name.
equals
(namespacesFeature)) namespaces = value;
335
else if (name.
equals
(ignoreBogonsFeature)) ignoreBogons = value;
336
else if (name.
equals
(bogonsEmptyFeature)) bogonsEmpty = value;
337
else if (name.
equals
(rootBogonsFeature)) rootBogons = value;
338
else if (name.
equals
(defaultAttributesFeature)) defaultAttributes = value;
339
else if (name.
equals
(translateColonsFeature)) translateColons = value;
340
else if (name.
equals
(restartElementsFeature)) restartElements = value;
341
else if (name.
equals
(ignorableWhitespaceFeature)) ignorableWhitespace = value;
342
else if (name.
equals
(CDATAElementsFeature)) CDATAElements = value
[
all
...]
Completed in 1170 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>