HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 176 - 200 of 3257) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libc/tzcode/
private.h 292 ** INITIALIZE(x)
306 #ifndef INITIALIZE
308 #define INITIALIZE(x) ((x) = 0)
311 #define INITIALIZE(x)
313 #endif /* !defined INITIALIZE */
  /cts/tests/tests/view/src/android/view/animation/cts/
TranslateAnimationTest.java 122 notes = "Test initialize wiht delta type Animation#ABSOLUTE",
123 method = "initialize",
135 translateAnimation.initialize(0, 0, 0, 0);
187 method = "initialize",
206 translateAnimation.initialize(selfWidth, selfHeight, parentWidth, parentHeight);
  /external/v8/src/
compiler.h 84 Initialize();
96 Initialize();
108 Initialize();
154 // default values given by Initialize.
186 void Initialize() {
  /system/core/libcutils/
private.h 296 ** INITIALIZE(x)
310 #ifndef INITIALIZE
312 #define INITIALIZE(x) ((x) = 0)
315 #define INITIALIZE(x)
317 #endif /* !defined INITIALIZE */
  /external/astl/include/
vector 95 // we use that to call the correct initialize impl.
97 initialize(first, last, integral());
184 // See the 2 'initialize' methods first. They desambiguate between
185 // repeat and range initialize. For range initialize, there is
192 // Initialize from a random access iterator.
197 // Initialize from an input iterator.
205 void initialize(_Integral num, _Integral init_value, true_type) {
213 void initialize(_InputIterator first, _InputIterator last, false_type) {
sstream 57 // and initialize the input and output sequence according to the
73 // it. Initialize the input/output sequences according to the mode
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 77 /* Initialize all variables that we clean on shutdown */
135 /* Initialize all variables that we clean on shutdown */
149 /* Initialize the library */
157 SDL_SetError("Unable to initialize AAlib");
164 SDL_SetError("Unable to initialize AAlib keyboard");
168 fprintf(stderr,"Warning: Unable to initialize AAlib mouse");
  /dalvik/vm/mterp/x86/
OP_NEW_INSTANCE.S 5 %verify "class fails to initialize"
54 call dvmInitClass # initialize class
  /development/host/windows/usb/legacy/driver/
android_usb_driver_object.cpp 64 // Initialize driver object
126 // Create and initialize FDO device
android_usb_wdf_object.cpp 56 // Initialize attributes and set cleanup and destroy callbacks
74 // Initialize our extension to that object
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Rotate3dAnimation.java 63 public void initialize(int width, int height, int parentWidth, int parentHeight) { method in class:Rotate3dAnimation
64 super.initialize(width, height, parentWidth, parentHeight);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java 59 // Initialize text-to-speech. This is an asynchronous operation.
113 Log.e(TAG, "Could not initialize TextToSpeech.");
  /external/clearsilver/util/
ulocks.c 119 return nerr_raise (NERR_LOCK, "Unable to initialize mutex: %s",
159 return nerr_raise(NERR_LOCK, "Unable to initialize condition variable: %s",
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha224.c 36 Initialize the hash state
37 @param md The hash state you wish to initialize
sha384.c 35 Initialize the hash state
36 @param md The hash state you wish to initialize
  /external/dropbear/libtomcrypt/src/modes/f8/
f8_start.c 22 Initialize an F8 context
30 @param f8 The F8 state to initialize
  /external/dropbear/libtommath/
bn_mp_exteuclid.c 30 /* initialize, (u1,u2,u3) = (1,0,a) */
34 /* initialize, (v1,v2,v3) = (0,1,b) */
  /external/e2fsprogs/doc/
libblkid.txt 7 directly initialize cache file via (second parameter is cache
63 and deallocated. To initialize the blkid cache, blkid_get_cache()
  /external/icu4c/common/
umutex.h 110 /* Initialize a mutex. Use it this way:
116 * initialize the same mutex without causing problems.
  /external/iproute2/include/
ip6tables.h 32 /* Initialize the match. */
82 /* Initialize the target. */
iptables.h 55 /* Initialize the match. */
108 /* Initialize the target. */
  /external/iptables/include/
ip6tables.h 65 /* Initialize the match. */
115 /* Initialize the target. */
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
sp_dec.h 84 /* initialize one instance of the speech decoder
96 /* de-initialize speech decoder (i.e. free status struct)
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
pre_proc.h 89 /* initialize one instance of the pre processing state.
100 /* de-initialize pre processing state (i.e. free status struct)
  /external/opencore/oscl/oscl/osclbase/src/
oscl_base.cpp 33 OsclTLSRegistry::initialize(alloc, error);
42 OsclSingletonRegistry::initialize(alloc, error);

Completed in 706 milliseconds

1 2 3 4 5 6 78 91011>>