/external/icu4c/io/ |
locbund.h | 39 * Initialize a ULocaleBundle, initializing all formatters to 0. 40 * @param result A ULocaleBundle to initialize.
|
/external/libffi/testsuite/libffi.call/ |
float3.c | 40 /* Initialize the cif */ 61 /* Initialize the cif */
|
return_dbl.c | 24 /* Initialize the cif */
|
return_fl.c | 24 /* Initialize the cif */
|
return_fl1.c | 26 /* Initialize the cif */
|
return_ll.c | 25 /* Initialize the cif */
|
return_sc.c | 25 /* Initialize the cif */
|
return_uc.c | 27 /* Initialize the cif */
|
strlen.c | 26 /* Initialize the cif */
|
strlen_win32.c | 26 /* Initialize the cif */
|
/external/v8/src/ |
v8.cc | 46 bool V8::Initialize(Deserializer *des) { 66 // Initialize other runtime facilities 68 ::assembler::arm::Simulator::Initialize(); 86 Bootstrapper::Initialize(create_heap_objects); 88 Top::Initialize(); 98 StubCache::Initialize(create_heap_objects); 115 OProfileAgent::Initialize(); 163 // Initialize seed using the system random(). If one of the seeds
|
/hardware/ril/libril/ |
ril_event.h | 35 // Initialize internal data structs 38 // Initialize an event
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyPairGenerator2Test.java | 100 keyPairGen.initialize(pp, new SecureRandom()); 104 keyPairGen.initialize(1000, new SecureRandom()); 106 keyPairGen.initialize(-1024, new SecureRandom()); 113 keyPairGen.initialize(100, null); 124 keyPairGen.initialize(pp, new SecureRandom()); 128 keyPairGen.initialize(1000, new SecureRandom()); 130 keyPairGen.initialize(63, new SecureRandom()); 134 keyPairGen.initialize(100, null); 139 keyPairGen.initialize(pp, new SecureRandom()); 140 keyPairGen.initialize(pp) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/ |
Rect.java | 33 /** Initialize an invalid rectangle. */ 37 /** Initialize rectangle to the given values. They can be invalid. */ 42 /** Initialize rectangle to the given values. They can be invalid. */ 47 /** Initialize rectangle to the given values. They can be invalid. */ 52 /** Initialize rectangle to the given values. They can be invalid. */ 60 /** Initialize rectangle to match the given one. */ 65 /** Initialize rectangle to match the given one. */
|
/development/tools/monkeyrunner/src/com/android/monkeyrunner/ |
ScriptRunner.java | 51 /** Initialize the python interpreter. */ 58 PythonInterpreter.initialize(System.getProperties(), props, new String[] {""}); 85 * Initialize a python interpreter.
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
gcm_init.c | 14 GCM implementation, initialize state, by Tom St Denis 21 Initialize a GCM state 22 @param gcm The GCM state to initialize
|
/external/freetype/src/pshinter/ |
pshrec.h | 143 /* initialize hints recorder */ 152 /* initialize Type1 hints recorder interface */ 156 /* initialize Type2 hints recorder interface */
|
/external/webkit/WebKit/chromium/public/ |
WebKit.h | 43 WEBKIT_API void initialize(WebKitClient*); 45 // Once shutdown, the WebKitClient passed to initialize will no longer be 51 // Returns the WebKitClient instance passed to initialize.
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimationSetTest.java | 53 * initial size for initialize(int width, int height, int parentWidth, int parentHeight) 94 method = "initialize", 98 +"It does not only initialize this animation with the dimensions.") 102 // Before initialize, the durations are original. 108 // After initialize, AnimationSet override the child values. 110 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE); 150 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE); 172 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE); 198 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE); 294 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE) [all...] |
/cts/tools/dex-tools/src/dex/reader/ |
DexBuffer.java | 45 initialize(ByteBuffer.wrap(bytes)); 54 initialize(ByteBuffer.wrap(bytes)); 58 initialize(slice); 61 private void initialize(ByteBuffer buffer) { method in class:DexBuffer
|
/external/clearsilver/ruby/lib/ |
neo.rb | 7 def initialize method in class:Clearsilver.Hdf
|
/external/dropbear/libtommath/ |
bn_mp_init_set.c | 18 /* initialize and set a digit */
|
bn_mp_init_set_int.c | 18 /* initialize and set a digit */
|
/external/freetype/include/freetype/internal/ |
ftpic.h | 49 /* Initialize the various function tables, structs, etc. stored in the container. */
|
/external/skia/src/animator/ |
SkDrawable.cpp | 28 void SkDrawable::initialize() { function in class:SkDrawable
|