/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglValidate.cpp | 66 bool EglValidate::releaseContext(EGLContext ctx,EGLSurface s1,EGLSurface s2) { in releaseContext() argument 68 (s1 == EGL_NO_SURFACE) && in releaseContext() 72 bool EglValidate::badContextMatch(EGLContext ctx,EGLSurface s1,EGLSurface s2) { in badContextMatch() argument 73 return ctx != EGL_NO_CONTEXT ? (s1 == EGL_NO_SURFACE || s2 == EGL_NO_SURFACE): in badContextMatch() 74 (s1 != EGL_NO_SURFACE || s2 != EGL_NO_SURFACE); in badContextMatch()
|
D | EglValidate.h | 26 static bool releaseContext(EGLContext ctx,EGLSurface s1,EGLSurface s2); 27 static bool badContextMatch(EGLContext ctx,EGLSurface s1,EGLSurface s2);
|
/sdk/sdk_common/src/com/android/ide/common/resources/configuration/ |
D | ScreenDimensionQualifier.java | 126 int s1 = Integer.parseInt(size1); in getQualifier() local 131 if (s1 > s2) { in getQualifier() 132 qualifier.mValue1 = s1; in getQualifier() 136 qualifier.mValue2 = s1; in getQualifier()
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
D | HardwarePropertyChooser.java | 79 String s1 = entry1.getValue().getAbstract(); in createDialogContent() 80 if (s0 != null && s1 != null) { in createDialogContent() 81 return s0.compareTo(s1); in createDialogContent()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | Configuration.java | 845 int s1, s2; in getScreenBounds() local 847 s1 = qual2.getValue1(); in getScreenBounds() 850 s1 = 480; in getScreenBounds() 857 return new Rect(0, 0, s2, s1); in getScreenBounds() 859 return new Rect(0, 0, s1, s2); in getScreenBounds() 861 return new Rect(0, 0, s1, s1); in getScreenBounds()
|
/sdk/manifmerger/src/com/android/manifmerger/ |
D | ManifestMerger.java | 1283 String s1 = e1.getNodeName(); in compareElements() local 1285 if ( !( (s1 == null && s2 == null) || (s1 != null && s1.equals(s2)) ) ) { in compareElements() 1290 s1 = e1.getNodeValue(); in compareElements() 1292 if (s1 != null) { in compareElements() 1293 s1 = s1.trim(); in compareElements() 1298 if ( !( (s1 == null && s2 == null) || (s1 != null && s1.equals(s2)) ) ) { in compareElements()
|
D | XmlUtils.java | 489 String s1 = a1 == null ? "" : a1.getNodeName(); //$NON-NLS-1$ in getAttrComparator() 492 int prio1 = s1.equals("name") ? 0 : 1; //$NON-NLS-1$ in getAttrComparator() 498 return s1.compareTo(s2); in getAttrComparator()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiResourceAttributeNode.java | 412 public int compare(String s1, String s2) { in sortAttributeChoices() 413 int compare = score(attributeInfo, s1) - score(attributeInfo, s2); in sortAttributeChoices() 416 compare = s1.compareToIgnoreCase(s2); in sortAttributeChoices()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | BaseBuilder.java | 106 String s1 = pathSegments[i]; in findMatchingSourceFolder() local 109 if (s1.equalsIgnoreCase(s2) == false) { in findMatchingSourceFolder()
|
/sdk/emulator/opengl/tests/event_injector/ |
D | sockets.c | 1447 int s0, s1, s2, port; in socket_pair() 1477 s1 = accept(s0, (struct sockaddr*) &sockin, &len); in socket_pair() 1478 if (s1 == INVALID_SOCKET) { in socket_pair() 1483 socket_set_nonblock(s1); in socket_pair() 1487 *fd1 = s1; in socket_pair()
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/ |
D | Package.java | 691 String s1 = this.comparisonKey(); in compareTo() local 694 int r = s1.compareTo(s2); in compareTo()
|
/sdk/lint/cli/src/com/android/tools/lint/ |
D | HtmlReporter.java | 624 public int compare(String s1, String s2) { in addImage() 625 return getDpiRank(s1) - getDpiRank(s2); in addImage()
|
/sdk/emulator/opengl/host/tools/emugen/ |
D | README | 43 int foo(int p1, short s1) 49 s1 // 2 bytes
|