/bionic/libc/bionic/ |
arc4random.c | 30 * when initializing the state. That makes it impossible to
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLContext.java | 178 * if initializing this instance fails.
|
/dalvik/vm/jdwp/ |
Jdwp.h | 189 * The VM has finished initializing. Only called when the debugger is
|
/dalvik/vm/native/ |
InternalNative.c | 206 * Find a class by name, initializing it if requested.
|
/external/e2fsprogs/lib/ext2fs/ |
fileio.c | 160 * If dontfill is true, then skip initializing the buffer since we're
|
/external/freetype/include/freetype/ |
ftmodapi.h | 153 /* module_init :: The initializing function. */
|
/external/iptables/extensions/ |
libipt_icmp.c | 14 * This is now fixed by initializing the field * to icmp type 0xFF
|
/external/kernel-headers/original/linux/ |
kobject.h | 162 * Use this when initializing an embedded kset with no other
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
SDL_syscdrom_c.h | 61 < Initializing >
|
/external/webkit/WebCore/dom/ |
ExceptionCode.cpp | 109 "The Event's type was not specified by initializing the event before the method was called."
|
/external/webkit/WebKit/chromium/src/ |
WebWorkerBase.cpp | 82 // to contention for initializing static values.
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_wpa.c | 294 wpa_printf(MSG_DEBUG, "AUTH: Initializing group state machine");
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 80 * become lost due to inactive expiry or some other reason and needs re-initializing)
|
/frameworks/base/opengl/tests/gl_basic/ |
gl_basic.cpp | 197 printf("Initializing EGL...\n");
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Index.h | 51 * For example, if the application is initializing a cropping function, the
|
/hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/ |
tiwlan_loader.c | 72 os_error_printf(CU_MSG_INFO1, (PS8)"| wlan_loader: initializing |\n");
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
RetrieveTransaction.java | 89 "Initializing from X-Mms-Content-Location is abandoned!");
|
/packages/apps/Settings/src/com/android/settings/ |
UsageStats.java | 122 Log.e(TAG, "Failed initializing usage stats service");
|
/system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/ |
tiwlan_loader.c | 72 os_error_printf(CU_MSG_INFO1, (PS8)"| wlan_loader: initializing |\n");
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
DelayQueueTest.java | 142 * Initializing from null Collection throws NPE 153 * Initializing from Collection of null elements throws NPE 165 * Initializing from Collection with some null elements throws NPE
|
LinkedBlockingQueueTest.java | 63 * Initializing from null Collection throws NPE 74 * Initializing from Collection of null elements throws NPE 86 * Initializing from Collection with some null elements throws NPE
|
PriorityBlockingQueueTest.java | 73 * Initializing from null Collection throws NPE 84 * Initializing from Collection of null elements throws NPE 96 * Initializing from Collection with some null elements throws NPE
|
/external/svox/pico/lib/ |
picoctrl.c | 108 PICODBG_DEBUG(("(re-)initializing procUnit[%i] returned status %i",i, status)); 112 PICODBG_DEBUG(("(re-)initializing procCbOut[%i] returned status %i",i, status)); 116 picoos_emRaiseException(this->common->em,status,NULL,(picoos_char*)"problem (re-)initializing the engine");
|
/external/e2fsprogs/doc/ |
libext2fs.texinfo | 158 * Initializing a filesystem:: 170 an existing function using @code{ext2fs_open}, or by initializing a new 212 @node Closing and flushing out changes, Initializing a filesystem, Opening an ext2 filesystem, Filesystem-level functions 245 @node Initializing a filesystem, Filesystem flag functions, Closing and flushing out changes, Filesystem-level functions 247 @subsection Initializing a filesystem 249 An ext2 filesystem is initializing by the @code{mke2fs} program. The 360 @node Filesystem flag functions, , Initializing a filesystem, Filesystem-level functions [all...] |
/dalvik/libcore/sql/src/test/java/tests/SQLite/ |
DatabaseTest.java | 435 fail("Error initializing test " + e1.toString()); 438 fail("Error initializing test " + e.getMessage()); 551 fail("Error initializing test " + e1.toString()); 554 fail("Error initializing test " + e.getMessage()); 675 fail("Error initializing test " + e1.toString()); 678 fail("Error initializing test " + e.getMessage()); [all...] |