Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 64) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DIncludeFinderTest.java28 String s = "bar,baz,foo"; in testEncodeDecode1() local
34 String s = "foo"; in testDecode1() local
41 String s = "foo=>{bar,baz}"; in testDecode2() local
49 String s = "foo=>{bar,baz},bar"; in testNoBlanks() local
55 String s = "bar,key1=>{value1,value2},key2=>{value3,value4}"; in testEncodeDecode2() local
DSimpleAttributeTest.java58 String s = "@name:" + SdkConstants.NS_RESOURCES + "=value = with space \n"; in testParseString() local
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmUtils.cpp21 size_t s = 0; in glParamSize() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/build/
DBaseBuilderTest.java28 …String s = "C:\\java\\workspace-android\\AndroidApp\\res\\values\\strings.xml:11: WARNING: empty '… in testParseAaptOutput() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
DFmExtractLettersMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmEscapeXmlTextMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmActivityToLayoutMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmEscapeXmlAttributeMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmSlashedPackageNameMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmLayoutToActivityMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmUnderscoreToCamelCaseMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmCamelCaseToUnderscoreMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmEscapeXmlStringMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
DFmClassNameToResourceMethodTest.java29 private void check(String s, String expected) throws TemplateModelException { in check()
/sdk/find_java/
Dutils.h180 for (const char *s = mStr; *s; s++) { in split() local
190 for (const char *s = mStr; *s; s++) { in split() local
251 CPath& addPath(const CString &s) { in addPath()
256 CPath& addPath(const char *s) { in addPath()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DobjectNameManager.cpp329 ShareGroupsMap::iterator s( m_groups.find(p_groupName) ); in createShareGroup() local
353 ShareGroupsMap::iterator s( m_groups.find(p_groupName) ); in getShareGroup() local
369 ShareGroupsMap::iterator s( m_groups.find(p_existingGroupName) ); in attachShareGroup() local
393 ShareGroupsMap::iterator s( m_groups.find(p_groupName) ); in deleteShareGroup() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DStatePrettyPrinter.java42 public void prettyPrint(@NonNull String s) { in prettyPrint()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidXmlAutoEditStrategyTest.java34 AndroidXmlAutoEditStrategy s = new AndroidXmlAutoEditStrategy(); in checkInsertNewline() local
92 private static String stripCaret(String s) { in stripCaret()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSimpleXmlTransfer.java144 String s = new String(buf, "UTF-8"); //$NON-NLS-1$ in nativeToJava() local
/sdk/avdlauncher/
Davdlauncher.c48 LPSTR s, s2; in display_error() local
/sdk/sdklauncher/
Dsdklauncher.c48 LPSTR s, s2; in display_error() local
/sdk/emulator/opengl/tests/event_injector/
Dsockets.c124 #define EE(w,u,s) { w, u, s }, argument
1261 socket_bind_server( int s, const SockAddress* to, SocketType type ) in socket_bind_server()
1287 socket_connect_client( int s, const SockAddress* to ) in socket_connect_client()
1305 int s; in socket_in_server() local
1319 int s; in socket_in_client() local
1386 int s, ret; in socket_unix_server() local
1408 int s, ret; in socket_unix_client() local
1496 socket_mcast_inet_add_membership( int s, uint32_t ip ) in socket_mcast_inet_add_membership()
1513 socket_mcast_inet_drop_membership( int s, uint32_t ip ) in socket_mcast_inet_drop_membership()
1530 socket_mcast_inet_set_loop( int s, int enabled ) in socket_mcast_inet_set_loop()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DLogCatMonitorDialog.java86 SelectionListener s = new SelectionAdapter() { in createDialogArea() local
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchShortcut.java48 Object s = ((IStructuredSelection) selection).getFirstElement(); in launch() local
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglDisplay.cpp162 bool EglDisplay::removeSurface(EGLSurface s) { in removeSurface()
174 bool EglDisplay::removeSurface(SurfacePtr s) { in removeSurface()
260 EGLSurface EglDisplay::addSurface(SurfacePtr s ) { in addSurface()

123