Searched
full:missing (Results
876 -
900 of
2652) sorted by null
<<31323334353637383940>>
/sdk/anttasks/src/com/android/ant/ |
SetupTask.java | 321 throw new BuildException(String.format("Rules directory '%s' is missing.", 339 throw new BuildException(String.format("Build rules file '%s' is missing.", 401 if (value != null) { // aapt will complain if it's missing. 537 if (value != null) { // aapt will complain if it's missing.
|
/sdk/eclipse/ |
changes.txt | 86 - Fixed setup of the New class wizard in the manifest (when clicking on "name" for a class attribute) in the cases where the class and some of its parent packages were missing. 88 - Create missing android folder automatically when building application (caused a signing error) 139 - Added missing intent definition in the AndroidManifest.xml file created by the New Project Wizard. 260 - Fixed project convertor to add the framework library if missing.
|
/sdk/eclipse/scripts/ |
collect_sources_for_sdk.py | 89 error = "Missing arguments: <source> <dest>"
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/ |
DeviceBridge.java | 172 Log.e("hierarchy", "Missing forwarded port for " + device.getSerialNumber());
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/ |
LayoutAnalysis.java | 109 * a probleme occured during the analysis (missing file, invalid document, etc.)
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/ |
HardwareProperties.java | 131 log.warning("Error parsing '%1$s': missing '%2$s'",
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/ |
ManifestData.java | 58 /** API level requirement. Default is 1 even if missing. If value is a codename, then it'll be 456 Boolean mRequired = Boolean.TRUE; // default is true even if missing 473 Boolean mRequired = Boolean.TRUE; // default is true even if missing 703 // get a SupportsScreen that replace the missing values with default values.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
ArchiveInfo.java | 74 * This <em>may</em> be null for missing archives.
|
/external/chromium/third_party/icu/source/i18n/ |
rbnf.cpp | 387 ERROR("Missing open angle"); 411 ERROR("Missing comma in outer array"); 413 ERROR("Missing close angle bracket in outer array"); 442 ERROR("Missing open angle"); 465 ERROR("Missing close angle bracket in inner array"); 467 ERROR("Missing comma in inner array"); 514 ERROR("Missing matching quote"); [all...] |
/external/icu4c/i18n/ |
rbnf.cpp | 387 ERROR("Missing open angle"); 411 ERROR("Missing comma in outer array"); 413 ERROR("Missing close angle bracket in outer array"); 442 ERROR("Missing open angle"); 465 ERROR("Missing close angle bracket in inner array"); 467 ERROR("Missing comma in inner array"); 514 ERROR("Missing matching quote"); [all...] |
/external/icu4c/test/cintltst/ |
cdattst.c | 83 log_data_err("FAIL: error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n", 414 log_data_err("Generate UDate for a specified time today fails, error %s - (Are you missing data?)\n", myErrorName(status) ); 431 log_data_err("udat_open timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s (Are you missing data?)\n", *stylePtr, myErrorName(status) ); 544 log_data_err("error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n", 781 log_data_err("FAIL: udat_open(NONE, SHORT, en_US) failed with %s (Are you missing data?)\n", [all...] |
ucsdetst.c | 255 log_data_err("English text with C1 bytes does not detect as windows-1252, but as %s. (Are you missing data?)\n", name); 492 log_data_err("Encoding detection failure for IBM424_rtl: got %s. (Are you missing data?)\n", name); 505 log_data_err("Encoding detection failure for IBM424_ltr: got %s. (Are you missing data?)\n", name); 570 log_data_err("Encoding detection failure for IBM420_rtl: got %s. (Are you missing data?)\n", name); 583 log_data_err("Encoding detection failure for IBM420_ltr: got %s. (Are you missing data?)\n", name);
|
/external/chromium/third_party/icu/source/test/cintltst/ |
ucsdetst.c | 253 log_data_err("English text with C1 bytes does not detect as windows-1252, but as %s. (Are you missing data?)\n", name); 490 log_data_err("Encoding detection failure for IBM424_rtl: got %s. (Are you missing data?)\n", name); 503 log_data_err("Encoding detection failure for IBM424_ltr: got %s. (Are you missing data?)\n", name); 568 log_data_err("Encoding detection failure for IBM420_rtl: got %s. (Are you missing data?)\n", name); 581 log_data_err("Encoding detection failure for IBM420_ltr: got %s. (Are you missing data?)\n", name);
|
/external/tinyxml/ |
xmltest.cpp | 756 // Reports of missing constructors, irregular string problems. 758 // Missing constructor implementation. No test -- just compiles. 759 TiXmlText text( "Missing" ); 762 // Missing implementation: 764 string name = "missing";
|
/libcore/luni/src/main/java/java/util/ |
ResourceBundle.java | 109 private static final ResourceBundle MISSING = new MissingBundle(); 309 if (MISSING == result) { 326 loaderCache.put(bundleName, MISSING); 523 if (result == MISSING) { 594 loaderCache.put(bundleName, loadBase ? MISSINGBASE : MISSING); [all...] |
/libcore/luni/src/test/java/tests/api/java/io/ |
ObjectOutputStreamTest.java | 887 notes = "Tests against golden file missing. IOException can " + 910 notes = "Tests against golden file missing. IOException can " + 956 notes = "Tests against golden file missing. IOException can " + 976 notes = "Tests against golden file missing. IOException can " + 1000 notes = "Tests against golden file missing. IOException can " + [all...] |
/prebuilt/linux-x86/oprofile/bin/ |
oparchive | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/arm-eabi/bin/ |
c++ | |
g++ | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/ |
arm-eabi-c++ | |
arm-eabi-g++ | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/ |
gcc | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/ |
arm-eabi-cpp | |
arm-eabi-gcc | |
arm-eabi-gcc-4.4.0 | |
Completed in 488 milliseconds
<<31323334353637383940>>