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

<<11121314151617181920>>

  /external/grub/netboot/
sk_g16.h 51 #define CSR0_INIT 0x0001 /* Initialize (RS) */
121 /* LANCE Initialize Block */
  /external/gtest/samples/
sample3_unittest.cc 40 // the test code necessary to initialize and cleanup those common
75 // should define it if you need to initialize the varaibles.
  /external/icu4c/i18n/unicode/
currpinf.h 197 void initialize(const Locale& loc, UErrorCode& status);
210 * initialize hash table
  /external/icu4c/test/intltest/
itutil.cpp 80 errln("ErrorCode did not initialize properly");
128 errln("ErrorCode did not initialize properly");
  /external/iproute2/man/man3/
libnetlink.3 175 Initialize the rtnetlink attribute
181 Initialize the rtnetlink attribute
  /external/iptables/include/
iptables.h 65 /* Initialize the match. */
118 /* Initialize the target. */
  /external/libffi/src/
prep_cif.c 105 /* Initialize the return type if necessary */
129 /* Initialize any uninitialized aggregate type definitions */
  /external/opencore/fileformats/mp4/composer/src/
mediaheaderatom.cpp 34 init(); // Initialize all member variables
45 // Initialize all members
  /external/qemu/distrib/sdl-1.2.12/src/audio/baudio/
SDL_beaudio.cc 63 /* Initialize all variables that we clean on shutdown */
197 /* Initialize the Be Application, if it's not already started */
  /external/qemu/distrib/sdl-1.2.12/src/audio/macosx/
SDL_coreaudio.c 57 /* Initialize all variables that we clean on shutdown */
236 /* Open & initialize the default output audio unit */
  /external/quake/quake/src/WinQuake/docs/
readme.squake 55 Don't initialize keyboard
91 squake may segfault if it tries to initialize your sound card and their isn't
  /external/skia/include/core/
SkBitmap.h 283 /** Initialize the bitmap's pixels with the specified color+alpha, automatically converting into the correct format
288 /** Initialize the bitmap's pixels with the specified color+alpha, automatically converting into the correct format
296 /** Initialize the bitmap's pixels with the specified color, automatically converting into the correct format
526 /** Specify the number of colors in the color table. This does not initialize the colors
527 to any value, just allocates memory for them. To initialize the values, either call
590 /** Initialize with no bitmap. Call lockColors(bitmap) to lock bitmap's
594 /** Initialize with bitmap, locking its colortable if present
600 /** Initialize with a colortable (may be null)
SkBuffer.h 32 /** Initialize RBuffer with a data pointer, but no specified length.
41 /** Initialize RBuffer with a data point and length.
  /external/skia/src/animator/
SkDisplayAdd.cpp 198 void SkAdd::initialize() { function in class:SkAdd
200 use->initialize();
  /external/v8/src/
list-inl.h 113 Initialize(0);
156 void List<T, P>::Initialize(int capacity) {
  /external/v8/test/cctest/
test-serialize.cc 257 v8::V8::Initialize();
265 v8::V8::Initialize();
275 CHECK(Snapshot::Initialize(FLAG_testing_serialization_file));
360 v8::V8::Initialize();
446 CHECK(Snapshot::Initialize(startup_name.start()));
478 v8::V8::Initialize();
527 CHECK(Snapshot::Initialize(startup_name.start()));
558 v8::V8::Initialize();
  /external/webkit/JavaScriptCore/bytecode/
Instruction.h 128 // We have to initialize one of the pointer members to ensure that
137 // We have to initialize one of the pointer members to ensure that
  /external/webkit/JavaScriptCore/wtf/
Vector.h 99 static void initialize(T*, T*) {} function in struct:WTF::VectorInitializer
105 static void initialize(T* begin, T* end) function in struct:WTF::VectorInitializer
115 static void initialize(T* begin, T* end) function in struct:WTF::VectorInitializer
247 static void initialize(T* begin, T* end) function in struct:WTF::VectorTypeOperations
249 VectorInitializer<VectorTraits<T>::needsInitialization, VectorTraits<T>::canInitializeWithMemset, T>::initialize(begin, end);
487 TypeOperations::initialize(begin(), end());
761 TypeOperations::initialize(end(), begin() + size);
782 TypeOperations::initialize(end(), begin() + size);
  /external/webkit/JavaScriptCore/wtf/wince/
mt19937ar.c 5 Before using, initialize the state by using init_genrand(seed)
71 /* initialize by an array with array-length */
  /external/webkit/WebCore/bindings/js/
JSSVGPathSegListCustom.cpp 52 JSValue JSSVGPathSegList::initialize(ExecState* exec, const ArgList& args) function in class:WebCore::JSSVGPathSegList
59 SVGPathSeg* obj = WTF::getPtr(list->initialize(newItem, ec));
  /external/webkit/WebKit/chromium/public/
WebURLRequest.h 85 initialize();
89 WEBKIT_API void initialize();
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFont.java 58 * Workaround : to initialize awt platform-dependent fields and libraries.
100 // Initialize baseline offsets
  /frameworks/base/core/java/android/os/
Looper.java 65 /** Initialize the current thread as a looper.
78 /** Initialize the current thread as a looper, marking it as an application's main
  /frameworks/base/core/java/android/view/animation/
RotateAnimation.java 160 public void initialize(int width, int height, int parentWidth, int parentHeight) { method in class:RotateAnimation
161 super.initialize(width, height, parentWidth, parentHeight);
TranslateAnimation.java 163 public void initialize(int width, int height, int parentWidth, int parentHeight) { method in class:TranslateAnimation
164 super.initialize(width, height, parentWidth, parentHeight);

Completed in 1325 milliseconds

<<11121314151617181920>>