/build/tools/droiddoc/src/ |
ClearPage.java | 168 System.err.println(from.getAbsolutePath() + ": Error opening file"); 176 System.err.println(from.getAbsolutePath() + ": Error opening file");
|
Proofread.java | 44 System.err.println("error opening file: " + filename);
|
/dalvik/libcore/sql/src/main/java/javax/sql/ |
ConnectionPoolDataSource.java | 36 * ConnectionPoolDataSource} will wait when opening a connection to a 97 * ConnectionPoolDataSource} will wait when opening a connection to a
|
DataSource.java | 86 * wait when opening a connection to a database. A timeout value of 0 117 * wait when opening a connection to a database. A timeout value of 0
|
/dalvik/vm/native/ |
SystemThread.c | 34 * occurred while opening the file. 150 LOGE("Error opening %s: %s", fileName, strerror(errno));
|
/external/apache-http/src/org/apache/http/conn/ |
package.html | 40 opening and managing connections. 66 provides convenient methods for opening and updating sockets in order
|
/external/bluetooth/bluez/src/ |
sdpd-server.c | 77 error("opening L2CAP socket: %s", strerror(errno)); 127 error("opening UNIX socket: %s", strerror(errno));
|
/external/bluetooth/glib/glib/ |
gdir.c | 110 _("Error opening directory '%s': %s"), 130 _("Error opening directory '%s': %s"),
|
/external/oprofile/daemon/ |
opd_mangling.c | 3 * Mangling and opening of sample files 155 verbprintf(vsfile, "Opening \"%s\"\n", mangled);
|
/external/v8/src/ |
prettyprinter.h | 180 // AST). TagScope is a helper class to manage the opening and closing 197 // AttributesScope is a helper class to manage the opening and closing
|
/packages/apps/Calendar/src/com/android/calendar/ |
ContactsAsyncHelper.java | 75 * Thread worker class that handles the task of opening the stream and loading 94 Log.e(LOG_TAG, "Error opening photo input stream", e);
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPoolEntry.java | 131 * @param context the context for opening the connection 132 * @param params the parameters for opening the connection 157 // opening of the connection will be tracked.
|
/external/opencore/oscl/oscl/oscllib/src/ |
oscl_shared_library.cpp | 425 // dlopen() returns NULL if there were any issues opening the library 434 (0, "OsclLib::loadlibrary: Error opening " 442 (0, "OsclLib::loadlibrary: Error opening "
|
/external/openssl/apps/ |
spkac.c | 221 BIO_printf(bio_err, "Error opening output file\n"); 237 BIO_printf(bio_err, "Error opening input file\n"); 279 BIO_printf(bio_err, "Error opening output file\n");
|
/external/srec/tools/cmd/ |
srecres2utd.pl | 42 open(RES, "<$resfile") || die "error opening $resfile\n"; 43 open(UTD, ">$utdfile") || die "error opening $utdfile\n"; 234 open(SM,"<$semfile") || die "error: opening $semfile\n";
|
/external/tinyxml/docs/ |
tutorial0.html | 145 TiXmlText * text = new TiXmlText( "Opening a new salutation" ); 174 + Text: [Opening a new salutation] 184 <Hello>Opening a new salutation
|
/external/webkit/WebKit/mac/WebView/ |
WebPolicyDelegate.h | 106 the request in some other way, such as opening a new window, 107 opening a new window behind the current one, opening the URL in an
|
/external/webkit/WebKit/win/Interfaces/ |
IWebPolicyDelegate.idl | 118 the request in some other way, such as opening a new window, 119 opening a new window behind the current one, opening the URL in an
|
/external/zlib/contrib/minizip/ |
minizip.c | 314 printf("error opening %s\n",filename_try); 360 printf("error in opening %s in zipfile\n",filenameinzip); 367 printf("error in opening %s for reading\n",filenameinzip);
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPManager.c | 105 if (usage_count == 0) { /* try opening handle to Bridge driver */ 112 /* Success in opening handle to Bridge driver */ 144 /* Success in opening handle to Bridge driver */
|
/bionic/libc/stdio/ |
fopen.c | 66 * When opening in append mode, even though we use O_APPEND,
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
ErrorManager.java | 52 * The error code indicating a failure when opening an output stream.
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_STRING_COMPARETO.S | 19 mov r2, r0 @ this to r2, opening up r0 for return value
|
/external/bluetooth/bluez/test/ |
attest.c | 169 printf("Opening device %s\n", argv[1]);
|
/external/dbus/dbus/ |
dbus-transport-unix.c | 114 * @param entry the address entry to try opening
|