/frameworks/native/libs/utils/ |
Trace.cpp | 48 ALOGE("error opening trace file: %s (%d)", strerror(errno), errno);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
OpenCreateAssetSetWizardAction.java | 26 /** An action for opening the Create Icon Set wizard */
|
/system/core/libsuspend/ |
autosuspend_autosleep.c | 93 ALOGE("Error opening %s: %s\n", SYS_POWER_AUTOSLEEP, buf);
|
/system/vold/ |
Devmapper.cpp | 59 SLOGE("Error opening devmapper (%s)", strerror(errno)); 142 SLOGE("Error opening devmapper (%s)", strerror(errno)); 176 SLOGE("Error opening devmapper (%s)", strerror(errno)); 273 SLOGE("Error opening devmapper (%s)", strerror(errno));
|
/external/icu4c/test/intltest/ |
srchtest.cpp | 490 errln("Error opening string search %s", u_errorName(status)); 551 errln("Error opening string search %s", u_errorName(status)); 605 errln("Error opening string search %s", u_errorName(status)); 696 errln("Error: NULL break iterator is valid for opening search"); 703 errln("Error: NULL break iterator is valid for opening search"); 710 errln("Error: NULL break iterator is valid for opening search"); 717 errln("Error: NULL break iterator is valid for opening search"); 724 errln("Error: Break iterator is valid for opening search"); 731 errln("Error: Break iterator is valid for opening search"); 753 errln("Error opening search %s", u_errorName(status)) [all...] |
/bootable/recovery/applypatch/ |
freecache.c | 19 printf("error opening /proc: %s\n", strerror(errno)); 38 printf("error opening %s: %s\n", path, strerror(errno)); 91 printf("error opening %s: %s\n", dirs[i], strerror(errno));
|
/bootable/recovery/mtdutils/ |
flash_image.c | 69 if (fd < 0) die("error opening %s", argv[2]); 77 ALOGW("error opening %s: %s\n", argv[1], strerror(errno)); 115 if (out == NULL) die("error re-opening %s", argv[1]);
|
/device/moto/wingray/taudio/ |
tctl.c | 158 printf("opening audio input\n"); 187 printf("opening audio input\n"); 189 printf("done opening audio input\n");
|
/packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/ |
WalkAroundWallpaper.java | 79 Log.e(LOG_TAG, "Error opening the camera", e); 131 Log.e(LOG_TAG, "Error opening the camera", e); 148 Log.e(LOG_TAG, "Error opening the camera", e);
|
/external/icu4c/test/cintltst/ |
usrchtst.c | 49 * Opening all static collators and break iterators 60 log_err_status(*status, "Error opening collator\n"); 90 * Start opening all static collators and break iterators 246 log_err_status(status, "Error: NULL break iterator is valid for opening search\n"); 261 log_data_err("Opening collator failed.\n"); 263 log_err("Error: NULL break iterator is valid for opening search\n"); 276 log_err_status(status, "Error: Break iterator is valid for opening search\n"); 286 log_data_err("Opening collator failed.\n"); 288 log_err("Error: Break iterator is valid for opening search\n"); 318 log_err("Error opening search %s\n", u_errorName(status)) [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcRects.cpp | 260 // Count number of opening <[ and matching >] 261 // At this point not worried about an opening character being 263 // "<1.0, 2.0]" is incorrect because the opening < should be matched 279 // Error anytime there is more closing then opening characters 281 testPrintI("Mismatched number of opening <[ with " 287 // Description of a rectangle is complete when all opening
|
/external/apache-http/src/org/apache/http/impl/conn/ |
DefaultClientConnection.java | 108 public void opening(Socket sock, HttpHost target) throws IOException { method in class:DefaultClientConnection 135 * {@link #opening opening} was already called but
|
/external/chromium/chrome/browser/ui/views/download/ |
download_item_view.h | 9 // and a button for canceling an in progress download, or opening 268 // Whether we are currently disabled as part of opening the downloaded file. 274 // Method factory used to delay reenabling of the item when opening the
|
/external/chromium/chrome/common/ |
libxml_utils.h | 59 // Next(), when pointing at an opening tag, advances to the node after 88 // Skip to the next opening tag, returning false if we reach a closing 90 // If currently on an opening tag, doesn't advance at all.
|
/external/e2fsprogs/debugfs/ |
dump.c | 115 com_err(cmdname, retval, "while opening ext2 file"); 178 com_err(argv[0], errno, "while opening %s for dump_inode", 210 com_err("rdump", retval, "while opening symlink");
|
/build/tools/ |
check_radio_versions.py | 56 print "*** Error opening \"%s.sha1\"; can't verify %s" % (fn, key)
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
Output.java | 35 * The caller is responsible of opening and closing the {@link Writer}.
|
/device/asus/grouper/power/ |
power.c | 40 ALOGE("Error opening %s: %s\n", path, buf);
|
/device/moto/stingray/ril/ |
libmoto_nwif_ril.so | |
/external/apache-http/src/org/apache/http/io/ |
package.html | 43 However, opening connections is not within the responsibility
|
/external/chromium/chrome/browser/ |
blocked_content_container.h | 75 // Changes the opening rectangle associated with |source|.
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_context_menu_controller.h | 41 // |profile| is used for opening urls as well as enabling 'open incognito'.
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_context_menu_controller_views.h | 47 // |profile| is used for opening urls as well as enabling 'open incognito'.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
background.html | 35 // Custom URL's (such as opening mailto in Gmail tab) should have a
|
/external/chromium/net/disk_cache/ |
cache_util_win.cc | 67 // us from opening the file again (unless it was deleted).
|