/hardware/msm7k/libgralloc-qsd8k/ |
gralloc.cpp | 127 // initialize the framebuffer, the framebuffer is mapped once 221 // first time, try to initialize pmem 453 /* initialize our state here */ 456 /* initialize the procs */
|
/ndk/samples/san-angeles/jni/ |
app-android.c | 44 /* Call to initialize the graphics state */
|
/packages/apps/Email/tests/src/com/android/exchange/adapter/ |
SyncAdapterTestCase.java | 62 * that's required to initialize an EasParser (the parent class of EasEmailSyncParser)
|
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/ |
SmilXmlParser.java | 65 * are not present. It will also initialize the SequentialTimeElementContainer
|
/packages/apps/Mms/src/org/w3c/dom/events/ |
DocumentEvent.java | 36 * order to initialize the <code>Event</code>'s values. As an example,
|
/external/v8/test/cctest/ |
test-regexp.cc | 62 V8::Initialize(NULL); 72 V8::Initialize(NULL); 85 V8::Initialize(NULL); 103 V8::Initialize(NULL); 129 V8::Initialize(NULL); 363 V8::Initialize(NULL); 377 V8::Initialize(NULL); 473 V8::Initialize(NULL); 580 // Initialize test data. 696 v8::V8::Initialize(); [all...] |
/external/webkit/WebKit/mac/ |
WebKit.order | 1 +[WebPreferences initialize] 25 +[WebView initialize] 31 +[WebHTMLView initialize] 59 +[WebViewPrivate initialize] 72 +[WebHistoryItem initialize] 104 +[WebDataSourcePrivate initialize] 132 +[WebHTMLViewPrivate initialize] 255 +[WebBackForwardList initialize] 274 +[WebStringTruncator initialize] 334 +[WebFramePolicyListener initialize] [all...] |
/external/v8/src/ |
platform-win32.cc | 302 // Initialize the timezone information (if not already done). 341 // Initialize timestamp to start of epoc. 347 // Initialize timestamp from a JavaScript timestamp. 353 // Initialize timestamp from date/time components. 397 // Initialize timezone information. The timezone information is obtained from 404 // Initialize POSIX time zone data. 516 // Initialize timezone information, if needed. 548 // Initialize timezone information, if needed. [all...] |
/dalvik/libdex/ |
DexProto.h | 40 * Initialize the given DexStringCache. Use this function before passing 195 * Initialize the given DexParameterIterator to be at the start of the
|
/development/host/windows/usb/legacy/driver/ |
android_usb_driver_object.h | 92 the PnP manager. We create and initialize a device object to represent a
112 the PnP manager. We create and initialize a device object to represent a
|
android_usb_wdf_object.h | 49 extension context for all KMDF objects that we extend. So we can initialize
54 @param wdf_obj_attr[out] Object attributes to initialize.
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
DeviceListActivity.java | 70 // Initialize the button to perform device discovery 79 // Initialize array adapters. One for already paired devices and
|
/external/bluetooth/bluez/tools/ |
ppporc.c | 241 /* Initialize syslog */ 245 /* Initialize signals */
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
queue.sgml | 23 To initialize a statically-allocated #GQueue, use #G_QUEUE_INIT or 73 can be used. This macro can be used to initialize a variable, but it cannot
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_init.c | 14 OCB implementation, initialize state, by Tom St Denis 39 Initialize an OCB context.
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_prng.h | 73 @param prng [out] The state to initialize 111 @param prng The PRNG to initialize/import
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_sign_hash.c | 24 @param r The "r" integer of the signature (caller must initialize with mp_init() first) 25 @param s The "s" integer of the signature (caller must initialize with mp_init() first)
|
/external/e2fsprogs/ext2ed/ |
win.c | 71 printf ("Error - Can not initialize windows\n"); 83 printf ("Error - Not enough memory - Can not initialize windows\n");exit (1);
|
/external/e2fsprogs/lib/ext2fs/ |
dblist.c | 55 * initialize and copy). 109 * Initialize a directory block list
|
/external/elfutils/libasm/ |
asm_error.c | 32 /* We need to initialize the thread-specific data. */ 173 /* Initialize the key for the global variable. */
|
/external/elfutils/libdw/ |
dwarf_error.c | 35 /* We need to initialize the thread-specific data. */ 166 /* Initialize the key for the global variable. */
|
/external/emma/core/java12/com/vladium/emma/data/ |
mergeCommand.java | 147 protected void initialize () method in class:mergeCommand 149 super.initialize ();
|
/external/emma/core/java12/com/vladium/emma/report/ |
reportCommand.java | 155 protected void initialize () method in class:reportCommand 157 super.initialize ();
|
/external/freetype/include/freetype/internal/ |
ftobjs.h | [all...] |
/external/freetype/src/base/ |
ftinit.c | 133 /* initialize all module classes and the pointer table */ 155 /* initialize all pointers to 0, especially the last one */
|