HomeSort by relevance Sort by last modified time
    Searched full:instanceof (Results 876 - 900 of 3504) sorted by null

<<31323334353637383940>>

  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControl.java 69 if (view instanceof Rotatable) {
224 if (v instanceof AbstractIndicatorButton) {
243 if (v instanceof TwoStateImageView) {
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
ResultActivity.java 86 } else if (value instanceof Bitmap) {
88 } else if (value instanceof Intent) {
91 } else if (value instanceof Uri) {
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 116 if (child instanceof ChartNetworkSeriesView || child instanceof ChartGridView) {
122 } else if (child instanceof ChartSweepView) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
RenamePackageAction.java 90 if (mSelection instanceof IStructuredSelection) {
94 if (element instanceof IProject) {
96 } else if (element instanceof IAdaptable) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java 118 if (selection instanceof IStructuredSelection) {
123 if (part instanceof IEditorPart) {
144 if (mWizard instanceof IUpdateWizardDialog) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
ShaderUniformDetailsProvider.java 61 if (uniform instanceof GLCompositeProperty) {
116 if (value instanceof List<?>) {
129 if (value instanceof List<?>) {
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java 362 if (superclass instanceof IParameterizedType) {
370 if (interfaze instanceof IParameterizedType) {
833 if (type instanceof IClassReference) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Lists.java 119 return (elements instanceof Collection)
345 return (fromList instanceof RandomAccess)
486 return (list instanceof RandomAccess)
554 return (object instanceof Character)
559 return (object instanceof Character)
590 if (!(obj instanceof List)) {
601 if (!(elem instanceof Character)
656 if (o instanceof Character) {
668 if (o instanceof Character) {
696 if (!(o instanceof List))
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/sources/
SdkRepoSourceTest.java 204 assertTrue((p instanceof ToolPackage) || (p instanceof PlatformToolPackage));
269 if (p instanceof ExtraPackage) {
349 if (p instanceof ExtraPackage) {
427 if (p instanceof ExtraPackage) {
504 if (p instanceof PlatformPackage) {
524 if (p instanceof ExtraPackage) {
618 if (p instanceof PlatformPackage) {
645 if (p instanceof ExtraPackage) {
679 if (p instanceof SystemImagePackage) {
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java 102 if (cst instanceof CstKnownNull) {
108 if (cst instanceof CstInteger) {
113 if (cst instanceof CstLong) {
119 if (cst instanceof CstFloat) {
125 if (cst instanceof CstDouble) {
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
KeyManagerFactory1Test.java 136 keyMF instanceof KeyManagerFactory);
260 kMF instanceof KeyManagerFactory);
331 assertTrue(kMF instanceof KeyManagerFactory);
349 assertTrue("Not CertStore object", keyMF instanceof KeyManagerFactory);
361 assertTrue("Not CertStore object", keyMF instanceof KeyManagerFactory);
TrustManagerFactory1Test.java 133 trustMF instanceof TrustManagerFactory);
259 trustMF instanceof TrustManagerFactory);
331 trustMF instanceof TrustManagerFactory);
353 assertTrue("Not CertStore object", tmF instanceof TrustManagerFactory);
360 assertTrue("Not CertStore object", tmF instanceof TrustManagerFactory);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 206 if (p instanceof ElemLiteralResult)
212 else if (p instanceof Stylesheet)
265 if (elem instanceof ElemLiteralResult)
286 if (!isExtension && (elem instanceof ElemLiteralResult))
345 if (elem instanceof ElemLiteralResult)
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 183 if (outputTarget instanceof SAXResult)
190 if (m_resultContentHandler instanceof Serializer)
197 else if (outputTarget instanceof DOMResult)
254 else if (outputTarget instanceof StreamResult)
307 if (m_resultContentHandler instanceof DTDHandler)
310 if (m_resultContentHandler instanceof DeclHandler)
313 if (m_resultContentHandler instanceof LexicalHandler)
340 if ((source instanceof StreamSource && source.getSystemId()==null &&
343 (source instanceof SAXSource &&
346 (source instanceof DOMSource && ((DOMSource)source).getNode()==null))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 218 if (m_contentHandler instanceof NodeConsumer)
230 if (m_contentHandler instanceof LexicalHandler)
302 boolean isLexH = (m_contentHandler instanceof LexicalHandler);
339 if (m_contentHandler instanceof LexicalHandler)
392 if (m_contentHandler instanceof LexicalHandler)
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 272 if (null != owner && owner instanceof org.apache.xalan.templates.ElemTemplateElement)
278 if (!(prev instanceof org.apache.xalan.templates.Stylesheet))
280 while ( prev != null && !(prev.getParentNode() instanceof org.apache.xalan.templates.Stylesheet) )
286 if(prev instanceof org.apache.xalan.templates.ElemVariable)
333 if(null != expr && expr instanceof PathComponent)
  /frameworks/base/core/java/android/text/
TextUtils.java 69 else if (s instanceof GetChars)
93 if (s instanceof GetChars || c == StringBuffer.class ||
151 if (s instanceof GetChars || c == StringBuffer.class ||
248 if (source instanceof String)
250 if (source instanceof StringBuilder)
252 if (source instanceof StringBuffer)
426 if (source instanceof SpannedString)
428 if (source instanceof Spanned)
479 if (a instanceof String && b instanceof String)
    [all...]
  /frameworks/base/core/java/android/widget/
RadioGroup.java 129 if (child instanceof RadioButton) {
180 if (checkedView != null && checkedView instanceof RadioButton) {
235 return p instanceof RadioGroup.LayoutParams;
375 if (parent == RadioGroup.this && child instanceof RadioButton) {
395 if (parent == RadioGroup.this && child instanceof RadioButton) {
  /libcore/luni/src/main/java/java/security/
MessageDigest.java 94 if (spi instanceof MessageDigest) {
158 if (spi instanceof MessageDigest) {
343 if (!(this instanceof Cloneable)) {
356 if (this instanceof Cloneable) {
423 if (spiImpl instanceof Cloneable) {
  /libcore/luni/src/main/java/java/util/
HugeEnumSet.java 142 if (collection instanceof EnumSet) {
214 if (collection instanceof HugeEnumSet) {
226 return !(collection instanceof EnumSet) && super.containsAll(collection);
271 if (collection instanceof EnumSet) {
295 if (collection instanceof EnumSet) {
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaListView.java 143 if (o instanceof AgendaByDayAdapter.ViewHolder) {
150 } else if (o instanceof AgendaAdapter.ViewHolder) {
379 if (firstVisibleItem.getTag() instanceof AgendaAdapter.ViewHolder) {
383 } else if (firstVisibleItem.getTag() instanceof AgendaByDayAdapter.ViewHolder) {
388 } else if (firstVisibleItem instanceof TextView) {
  /packages/apps/Mms/src/com/android/mms/model/
SlideModel.java 179 if (object instanceof TextModel) {
181 } else if (object instanceof ImageModel) {
184 } else if (object instanceof AudioModel) {
187 } else if (object instanceof VideoModel) {
326 if ((object != null) && (object instanceof MediaModel)
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 121 if (preference instanceof CheckBoxPreference) {
292 if (subtypePref instanceof CheckBoxPreference
307 if (subtypePref instanceof CheckBoxPreference) {
346 if (subtypePref instanceof CheckBoxPreference) {
389 if (p instanceof SubtypeCheckBoxPreference) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigEditDialog.java 253 if (qualifier instanceof LanguageQualifier ||
254 qualifier instanceof RegionQualifier ||
255 qualifier instanceof UiModeQualifier ||
256 qualifier instanceof NightModeQualifier ||
257 qualifier instanceof VersionQualifier) {
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
StringFormatDetector.java 390 if (clientData instanceof Node) {
433 if (clientData instanceof Node) {
596 if (clientData instanceof Node) {
615 if (clientData instanceof Node) {
    [all...]

Completed in 2416 milliseconds

<<31323334353637383940>>