/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | build_messages.properties | 8 s_Missing_Repackaging=%1$s missing. Repackaging. 9 Project_Has_Errors=Project contains error(s). Package Builder aborted. 12 s_File_Missing=%1$s file missing\! 13 Unparsed_AAPT_Errors=Unparsed aapt error(s)\! Check the console for output. 15 AAPT_Exec_Error_s=Error executing aapt. Please check aapt is present at %1$s 17 AAPT_Exec_Error_Other_s=Error executing aapt: %1$s 20 Dalvik_Error_s=Conversion to Dalvik format failed: %1$s 23 Final_Archive_Error_s=Error generating final archive: %1$s 24 Marker_Delete_Error=Failed to delete marker '%1$s' for %2$s 25 Couldnt_Locate_s_Error=Could not locate '%1$s'. This will not be added to the package. [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | IncludeFinderTest.java | 28 String s = "bar,baz,foo"; in testEncodeDecode1() local 29 assertEquals(s, IncludeFinder.encodeMap(IncludeFinder.decodeMap(s))); in testEncodeDecode1() 34 String s = "foo"; in testDecode1() local 35 assertTrue(IncludeFinder.decodeMap(s).containsKey("foo")); in testDecode1() 36 assertEquals(0, IncludeFinder.decodeMap(s).get("foo").size()); in testDecode1() 41 String s = "foo=>{bar,baz}"; in testDecode2() local 42 assertTrue(IncludeFinder.decodeMap(s).containsKey("foo")); in testDecode2() 44 IncludeFinder.decodeMap(s).get("foo").toString()); in testDecode2() 49 String s = "foo=>{bar,baz},bar"; in testNoBlanks() local 50 assertNull(IncludeFinder.decodeMap(s).get("")); in testNoBlanks() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | messages.properties | 20 ParseFileFailure_s=Failed to parse %1$s file 23 AndroidJUnitLaunchAction_LaunchDesc_s=%1$s JUnit launch 25 AndroidJUnitLaunchAction_LaunchInstr_2s=Launching instrumentation %1$s on %2$s 26 …nitDelegate_NoRunnerConfigMsg_s=Warning: No instrumentation runner found for the launch, using %1$s 27 …egate_NoRunnerConsoleMsg_4s=%1$s does not specify a %2$s instrumentation or does not declare uses-… 28 AndroidJUnitDelegate_NoRunnerMsg_s=%1$s is not configured correctly for running tests. See Console … 29 …e_NoTargetMsg_3s=%1$s is not configured correctly for running tests:\nA targetPackage attribute fo… 31 AndroidJUnitTab_LoadInstrError_s=Failed to load instrumentations from %1$s 35 InstrValidator_NoTestLibMsg_s=The application does not declare uses-library %1$s 36 InstrValidator_WrongRunnerTypeMsg_s=The instrumentation runner must be of type %1$s [all …]
|
D | AMReceiver.java | 69 for (String s : lines) { in processNewLines() 71 if (s.length() == 0) { in processNewLines() 79 Matcher m = sAmErrorType.matcher(s); in processNewLines() 130 if (error == false && s.startsWith("Error:")) { //$NON-NLS-1$ in processNewLines() 133 if (warning == false && s.startsWith("Warning:")) { //$NON-NLS-1$ in processNewLines() 138 array.add("ActivityManager: " + s); //$NON-NLS-1$ in processNewLines()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | LocaleManagerTest.java | 62 for (String s : languageToCountry.keySet()) { in testIntegrity() 63 assertTrue(s, s.length() == 2 && s.equals(s.toLowerCase(Locale.US))); in testIntegrity() 65 for (String s : languageNames.keySet()) { in testIntegrity() 66 assertTrue(s, s.length() == 2 && s.equals(s.toLowerCase(Locale.US))); in testIntegrity() 68 for (String s : languageNames.values()) { in testIntegrity() 69 assertTrue(s, s.length() > 2 && Character.isUpperCase(s.charAt(0))); in testIntegrity() 71 for (String s : languageToCountry.values()) { in testIntegrity() 72 assertTrue(s, s.length() == 2 && s.equals(s.toUpperCase(Locale.US))); in testIntegrity() 74 for (String s : regionNames.keySet()) { in testIntegrity() 75 assertTrue(s, s.length() == 2 && s.equals(s.toUpperCase(Locale.US))); in testIntegrity() [all …]
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | PaletteTexture.cpp | 80 short s; in paletteColor() local 88 s = *((short *)(pallete+index)); in paletteColor() 89 return Color((s >> 11)*255/31,((s >> 5) & 0x3f)*255/63 ,(s & 0x1f)*255/31,0); in paletteColor() 97 s = *((short *)(pallete+index)); in paletteColor() 98 …return Color(((s >> 12) & 0xf)*255/15,((s >> 8) & 0xf)*255/15,((s >> 4) & 0xf)*255/15 ,(s & 0xf)*2… in paletteColor() 101 s = *((short *)(pallete+index)); in paletteColor() 102 …return Color(((s >> 11) & 0x1f)*255/31,((s >> 6) & 0x1f)*255/31,((s >> 1) & 0x1f)*255/31 ,(s & 0x1… in paletteColor()
|
D | objectNameManager.cpp | 329 ShareGroupsMap::iterator s( m_groups.find(p_groupName) ); in createShareGroup() local 330 if (s != m_groups.end()) { in createShareGroup() 331 shareGroupReturn = (*s).second; in createShareGroup() 353 ShareGroupsMap::iterator s( m_groups.find(p_groupName) ); in getShareGroup() local 354 if (s != m_groups.end()) { in getShareGroup() 355 shareGroupReturn = (*s).second; in getShareGroup() 369 ShareGroupsMap::iterator s( m_groups.find(p_existingGroupName) ); in attachShareGroup() local 370 if (s == m_groups.end()) { in attachShareGroup() 376 shareGroupReturn = (*s).second; in attachShareGroup() 393 ShareGroupsMap::iterator s( m_groups.find(p_groupName) ); in deleteShareGroup() local [all …]
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmUtils.cpp | 21 size_t s = 0; in glParamSize() local 63 s = 1; in glParamSize() 71 s= 2; in glParamSize() 76 s = 3; in glParamSize() 91 s = 4; in glParamSize() 96 s = 16; in glParamSize() 98 s = 1; // assume 1 in glParamSize() 100 return s; in glParamSize()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | messages.properties | 1 Could_Not_Find_Folder=Could not find SDK folder '%1$s'. 2 Could_Not_Find_Folder_In_SDK=Could not find folder '%1$s' inside SDK '%2$s'. 3 Could_Not_Find=Could not find %1$s\! 4 …is version of ADT requires Android SDK Tools revision %1$s or above.\n\nCurrent revision is %2$s.\… 6 VersionCheck_Unable_To_Parse_Version_s=Unable to parse sdk build version: %1$s 7 …Developer Toolkit version %1$d.%2$d.%3$d or above.\n\nCurrent version is %4$s.\n\nPlease update AD… 8 AdtPlugin_Failed_To_Start_s=Failed to start %1$s 13 Console_Data_Project_Tag=[%1$tF %1$tT - %2$s]
|
/sdk/find_java/ |
D | utils.h | 180 for (const char *s = mStr; *s; s++) { in split() local 181 if (*s == sep && s != mStr && (last == NULL || s > last+1)) { in split() 183 last = s; in split() 190 for (const char *s = mStr; *s; s++) { in split() local 191 if (*s == sep) { in split() 192 if (s != mStr && (last == NULL || s > last+1)) { in split() 194 (*result)[n++].set(start, s-start); in split() 196 last = s+1; in split() 251 CPath& addPath(const CString &s) { in addPath() argument 252 return addPath(s.cstr()); in addPath() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
D | DescriptorsUtils.java | 383 String s = spans.get(i); 384 if (CODE.equals(s)) { 385 s = spans.get(++i); 386 if (s != null) { 387 sb.append('"').append(s).append('"'); 389 } else if (LINK.equals(s)) { 420 } else if (ELEM.equals(s)) { 421 s = spans.get(++i); 422 if (s != null) { 423 sb.append(s); [all …]
|
/sdk/avdlauncher/ |
D | avdlauncher.c | 48 LPSTR s, s2; in display_error() local 57 (LPSTR)&s, /* lpBuffer */ in display_error() 60 fprintf(stderr, "%s", s); in display_error() 62 s2 = (LPSTR) malloc(strlen(description) + strlen(s) + 5); in display_error() 63 sprintf(s2, "%s\r\n%s", description, s); in display_error() 66 LocalFree(s); in display_error()
|
/sdk/templates/docs/ |
D | prettify.js | 5 …s)for(c=0;c<b;++c)j=f[c],a=j.charAt(0),j.length>=2&&a==="["?f[c]=h(j):a!=="\\"&&(f[c]=j.replace(/[… 6 …)h[s]="\n",t[s<<1]=y++,t[s++<<1|1]=a;break;case 3:case 4:g=a.nodeValue,g.length&&(g=p?g.replace(/\… 7 t[s++<<1|1]=a)}}var e=/(?:^|\s)nocode(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.… 9 …s]|''?(?=[^']))*(?:'''|$)|"""(?:[^"\\]|\\[\S\s]|""?(?=[^"]))*(?:"""|$)|'(?:[^'\\]|\\[\S\s])*(?:'|$… 11 …s]*?(?:\*\/|$)/,q]));a.regexLiterals&&e.push(["lang-regex",/^(?:^^\.?|[!+-]|!=|!==|#|%|%=|&|&&|&&=… 12 …s+/,q," \r\n\t\xa0"]);e.push(["lit",/^@[$_a-z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+… 15 …Property(h)?window.console&&console.warn("cannot override language handler %s",h):A[h]=a}}function… 22 …,["lang-uq.val",/^=\s*([^\s"'>]*(?:[^\s"'/>]|\/(?=\s)))/],["pun",/^[/<->]+/],["lang-js",/^on\w+\s*… 23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F…
|
/sdk/sdklauncher/ |
D | sdklauncher.c | 48 LPSTR s, s2; in display_error() local 57 (LPSTR)&s, /* lpBuffer */ in display_error() 60 fprintf(stderr, "%s", s); in display_error() 62 s2 = (LPSTR) malloc(strlen(description) + strlen(s) + 5); in display_error() 63 sprintf(s2, "%s\r\n%s", description, s); in display_error() 66 LocalFree(s); in display_error()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | TextEditor.java | 42 public void afterTextChanged(Editable s) { in bindEditor() 43 Object newVal = parseValue(s.length() == 0 ? null : s.toString()); in bindEditor() 50 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in bindEditor() 54 public void onTextChanged(CharSequence s, int start, int before, int count) { in bindEditor()
|
/sdk/emulator/opengl/tests/event_injector/ |
D | sockets.c | 124 #define EE(w,u,s) { w, u, s }, argument 1261 socket_bind_server( int s, const SockAddress* to, SocketType type ) in socket_bind_server() argument 1263 socket_set_xreuseaddr(s); in socket_bind_server() 1265 if (socket_bind(s, to) < 0) { in socket_bind_server() 1272 if (socket_listen(s, 4) < 0) { in socket_bind_server() 1278 return s; in socket_bind_server() 1281 socket_close(s); in socket_bind_server() 1287 socket_connect_client( int s, const SockAddress* to ) in socket_connect_client() argument 1289 if (socket_connect(s, to) < 0) { in socket_connect_client() 1292 socket_close(s); in socket_connect_client() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
D | messages.properties | 18 DdmsPlugin_Message_Tag_Mask_2=[%1$tF %1$tT - %2$s] 27 DeviceView_Debug_Session_Failed=No opened project found for %1$s. Debug session failed\! 31 DeviceView_Failed_To_Save_HPROF_Data=Failed to save hprof data into temp file%1$s 35 DeviceView_Pulling_From_Device=Pulling %1$s from the device 50 …_HPROF_For_Application=Unable to create HPROF file for application '%1$s'.\n\n%2$s Check logcat fo… 51 …ownload_HPROF_From_Device_One_Param_First_Message=Unable to download HPROF file from device '%1$s'. 52 …wnload_HPROF_From_Device_One_Param_Second_Message=Unable to download HPROF file from device '%1$s'. 53 …able_Download_HPROF_From_Device_Two_Param=Unable to download HPROF file from device '%1$s'.\n\n%2$s
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidXmlAutoEditStrategyTest.java | 34 AndroidXmlAutoEditStrategy s = new AndroidXmlAutoEditStrategy(); in checkInsertNewline() local 61 s.customizeDocumentCommand(document, c); in checkInsertNewline() 92 private static String stripCaret(String s) { in stripCaret() argument 93 int index = s.indexOf('^'); in stripCaret() 95 return s.substring(0, index) + s.substring(index + 1); in stripCaret()
|
D | AndroidXmlCharacterMatcherTest.java | 132 private static String stripCaret(String s) { in stripCaret() argument 133 int index = s.indexOf('^'); in stripCaret() 135 return s.substring(0, index) + s.substring(index + 1); in stripCaret()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | drawable2-expected-completion51.txt | 5 android:innerRadiusRatio : Inner radius of the ring expressed as a ratio of the ring's width. [flo… 6 android:thicknessRatio : Thickness of the ring expressed as a ratio of the ring's width. [float] 9 android:useLevel : Indicates whether the drawable's level affects the way the gradient is drawn.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | AdtConsoleSdkLog.java | 43 for (String s : msg.split("\n")) { in info() 44 if (s.trim().length() > 0) { in info() 45 AdtPlugin.printToConsole(TAG, s); in info()
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
D | glUtils.cpp | 80 size_t s = 0; in glUtilsParamSize() local 284 s = 1; in glUtilsParamSize() 292 s= 2; in glUtilsParamSize() 297 s = 3; in glUtilsParamSize() 317 s = 4; in glUtilsParamSize() 322 s = 16; in glUtilsParamSize() 326 s = 1; // assume 1 in glUtilsParamSize() 328 return s; in glUtilsParamSize()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
D | messages.properties | 6 NdkGdbLaunchDelegate_Action_ObtainAppAbis=Obtaining ABI's supported by the application 8 NdkGdbLaunchDelegate_Action_ObtainDeviceABI=Obtaining ABI's supported by the device 28 NdkGdbLaunchDelegate_LaunchError_ProjectHasErrors=Your project contains error(s), please fix them b… 30 NdkGdbLaunchDelegate_LaunchError_UnableToDetectAppAbi=Unable to detect application ABI's
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/build/ |
D | BaseBuilderTest.java | 28 …String s = "C:\\java\\workspace-android\\AndroidApp\\res\\values\\strings.xml:11: WARNING: empty '… in testParseAaptOutput() local 30 Matcher m = p.matcher(s); in testParseAaptOutput()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
D | ApplicationPackageNameRefactoring.java | 173 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in updateJavaFileImports() 174 AdtPlugin.getDefault().getLog().log(s); in updateJavaFileImports() 176 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in updateJavaFileImports() 177 AdtPlugin.getDefault().getLog().log(s); in updateJavaFileImports() 214 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in editXmlResourceFile() 215 AdtPlugin.getDefault().getLog().log(s); in editXmlResourceFile() 217 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in editXmlResourceFile() 218 AdtPlugin.getDefault().getLog().log(s); in editXmlResourceFile() 305 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in editAndroidManifest() 306 AdtPlugin.getDefault().getLog().log(s); in editAndroidManifest() [all …]
|