/frameworks/base/docs/html/guide/tutorials/views/ |
hello-gridview.jd | 67 if (convertView == null) { // if it's not recycled, initialize some attributes 104 check for this—if it's null, we initialize the ImageView and setup all the properties we want.
|
/hardware/libhardware/include/hardware/ |
overlay.h | 187 /* initialize the overlay from the given handle. this associates this 189 int (*initialize)(struct overlay_data_device_t *dev, member in struct:overlay_data_device_t
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
PERF.awk | 27 # initialize variables 87 # initialize counters
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/ |
txXfer_api.h | 86 * \brief Initialize module variables 88 * Initialize module variables including saving other modules handles
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
UninstallerActivity.java | 111 //initialize package manager 136 //initialize ui elements
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationAttributesPart.java | 70 * <code>initialize</code> (i.e. right after the form part is added to the managed form.) 146 // Initialize the enabled/disabled state
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/ |
TNETW_Driver.c | 612 /* Here at the end call the Initialize Complete callback that will release the user Init semaphore */ 616 /* Here at the end call the Initialize Complete callback that will release the user Init semaphore */ 621 * Initialize the FW-Transfer modules 637 * Initialize the MAC Services 644 * Initialize the Data-Services modules 649 /* Here at the end call the Initialize Complete callback that will release the user Init semaphore */ 669 /* Here at the end call the Initialize Complete callback that will release the user Init semaphore */ 711 /* Here at the end call the Initialize Complete callback that will release the user Init semaphore */ [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/ |
TNETWArbSM.h | 190 * \brief Initialize the PowerSrvSM module. 200 * 7) PowerSrvInitParams_t - the Power Server initialize parameters.\n
|
/bionic/libc/bionic/ |
malloc_debug_common.c | 356 // Initialize malloc debugging in the loaded module. 386 // Initialize malloc dispatch table with appropriate routines. 457 error_log("%s: Cannot initialize malloc dispatch table for debug level" 481 /* We need to initialize malloc iff we implement here custom 485 error_log("Unable to initialize malloc_debug component.");
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/ |
Mac.java | 192 * the key to initialize this algorithm. 196 * if the specified key cannot be used to initialize this 199 * if the specified parameters cannot be used to initialize this 215 * the key to initialize this algorithm. 220 * if the specified key cannot be used to initialize this
|
/external/bluetooth/glib/glib/ |
grand.c | 103 * initialize some static data in a threadsafe way. 119 * @seed: a value to initialize the random number generator. 135 * @seed: an array of seeds to initialize the random number generator. 136 * @seed_length: an array of seeds to initialize the random number generator. 304 * @seed: array to initialize with
|
/external/jpeg/ |
jdinput.c | 73 /* We initialize DCT_scaled_size and min_DCT_scaled_size to DCTSIZE. 247 * Initialize the input modules to read a scan of compressed data. 356 * Initialize the input controller module. 370 /* Initialize method pointers */ 375 /* Initialize state: can't use reset_input_controller since we don't
|
jcphuff.c | 102 * Initialize for a Huffman-compressed scan using progressive JPEG. 148 /* Initialize DC predictions to 0 */ 178 /* Initialize AC stuff */ 182 /* Initialize bit buffer to empty */ 186 /* Initialize restart stuff */ 360 /* Re-initialize DC predictions to 0 */ 364 /* Re-initialize all AC-related fields to 0 */
|
/external/opencore/codecs_v2/video/avc_h264/enc/include/ |
pvavcencoderinterface.h | 147 Fail will returned upon Initialize call. If not known, users must set it to autodetect. Encoder will 199 set between 1 and 31, otherwise, Initialize() will fail. */ 204 set between 1 and 31, otherwise, Initialize() will fail. */ 209 set between 1 and 31, otherwise, Initialize() will fail. */ 315 virtual TAVCEI_RETVAL Initialize(TAVCEIInputFormat* aVidInFormat, TAVCEIEncodeParam* aEncParam) = 0;
|
/external/qemu/distrib/sdl-1.2.12/src/video/svga/ |
SDL_svgavideo.c | 111 /* Initialize all variables that we clean on shutdown */ 233 /* Initialize all variables that we clean on shutdown */ 240 /* Initialize the library */ 243 SDL_SetError("Unable to initialize SVGAlib"); 252 SDL_SetError("Unable to initialize keyboard");
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
SDL_vglvideo.c | 116 /* Initialize all variables that we clean on shutdown */ 236 /* Initialize all variables that we clean on shutdown */ 245 SDL_SetError("Unable to initialize keyboard"); 252 SDL_SetError("Unable to initialize keymap"); 256 SDL_SetError("Unable to initialize mouse");
|
/external/v8/src/ |
global-handles.cc | 39 void Initialize(Object* object) { 52 Initialize(object); 53 // Initialize link structure. 290 result->Initialize(value); 495 // Lazily initialize the list to avoid startup time static constructors.
|
platform-freebsd.cc | 366 Initialize(kind); 369 void Initialize(ThreadHandle::Kind kind) { 384 void ThreadHandle::Initialize(ThreadHandle::Kind kind) { 385 data_->Initialize(kind); 416 // one) so we initialize it here too.
|
platform-macos.cc | 367 Initialize(kind); 370 void Initialize(ThreadHandle::Kind kind) { 386 void ThreadHandle::Initialize(ThreadHandle::Kind kind) { 387 data_->Initialize(kind); 418 // one) so we initialize it here too.
|
platform-openbsd.cc | 339 Initialize(kind); 342 void Initialize(ThreadHandle::Kind kind) { 357 void ThreadHandle::Initialize(ThreadHandle::Kind kind) { 358 data_->Initialize(kind); 389 // one) so we initialize it here too.
|
platform-solaris.cc | 313 Initialize(kind); 316 void Initialize(ThreadHandle::Kind kind) { 332 void ThreadHandle::Initialize(ThreadHandle::Kind kind) { 333 data_->Initialize(kind); 364 // one) so we initialize it here too.
|
/external/wpa_supplicant/ |
crypto.h | 91 * aes_encrypt_init - Initialize AES for encryption 113 * aes_decrypt_init - Initialize AES for decryption 143 * crypto_hash_init - Initialize hash/HMAC function 197 * crypto_cipher_init - Initialize block/stream cipher function 371 * crypto_global_init - Initialize crypto wrapper
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto.h | 92 * aes_encrypt_init - Initialize AES for encryption 114 * aes_decrypt_init - Initialize AES for decryption 144 * crypto_hash_init - Initialize hash/HMAC function 198 * crypto_cipher_init - Initialize block/stream cipher function 389 * crypto_global_init - Initialize crypto wrapper
|
/hardware/msm7k/libgralloc/ |
gralloc.cpp | 136 // initialize the framebuffer, the framebuffer is mapped once 231 // first time, try to initialize pmem 299 // first time, try to initialize gpu 584 /* initialize our state here */ 587 /* initialize the procs */
|
/development/host/windows/usb/legacy/driver/ |
android_usb_device_object.cpp | 99 // Initialize our object attributes first
106 // Initialize the pnp_power_callbacks structure. Callback events for PnP
120 // Initialize the request attributes to specify the context size and type
127 // Initialize WDF_FILEOBJECT_CONFIG_INIT struct to tell the KMDF that we are
181 // Initialize our extension to that device. We will do this at the very end
392 // Initialize extension
393 status = wdf_file_ext->Initialize();
400 // This is a pipe file. Create and initialize appropriate extension for it.
[all...] |