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

1 2 3 4 5 67 8 91011>>

  /external/libffi/testsuite/libffi.call/
struct5.c 49 /* Initialize the cif */
struct6.c 48 /* Initialize the cif */
struct9.c 48 /* Initialize the cif */
  /external/libffi/testsuite/libffi.special/
unwindtest_ffi_call.cc 34 /* Initialize the cif */
  /external/oprofile/libop/
op_config.h 23 * must be called to initialize the paths below.
  /external/qemu/android/
hw-control.h 34 /* used to initialize the hardware control support */
hw-sensors.h 17 /* initialize sensor emulation */
  /external/qemu/distrib/sdl-1.2.12/src/main/beos/
SDL_BeApp.h 26 /* Initialize the Be Application, if it's not already started */
  /external/qemu/distrib/sdl-1.2.12/src/timer/
SDL_systimer.h 30 /* Initialize the system dependent timer subsystem */
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbelo.h 40 Initialize the ELO serial touchscreen controller
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QPEApp.h 26 /* Initialize the QPE Application, if it's not already started */
  /external/qemu/telephony/
test1.c 38 /* initialize event subsystem */
  /external/skia/src/animator/
SkDisplayAdd.h 40 virtual void initialize();
  /external/skia/src/core/
SkMMapStream.cpp 10 fFildes = -1; // initialize to failure case
  /external/v8/src/
list.h 51 List() { Initialize(0); }
52 INLINE(explicit List(int capacity)) { Initialize(capacity); }
59 Initialize(0);
125 INLINE(void Initialize(int capacity));
  /external/webkit/WebCore/css/
MediaFeatureNames.cpp 42 // Use placement new to initialize the globals.
  /external/webkit/WebCore/manual-tests/inspector/
debugger-step-on-do-while-statements.html 22 <input type="button" value="run do-while" onclick="initialize();runDoWhile()"/>
debugger-step-on-while-statements.html 22 <input type="button" value="run while" onclick="initialize();runWhile()"/>
  /external/webkit/WebCore/manual-tests/
select-narrow-width.html 10 was a bug in Mac Chromium where select controls did not initialize their
  /external/webkit/WebCore/wml/
WMLDocument.h 45 bool initialize(bool aboutToFinishParsing = false);
  /external/wpa_supplicant/
ctrl_iface.h 61 * wpa_supplicant_ctrl_iface_init - Initialize control interface
65 * Initialize the control interface and start receiving commands from external
98 * wpa_supplicant_global_ctrl_iface_init - Initialize global control interface
102 * Initialize the global control interface and start receiving commands from
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.h 61 * wpa_supplicant_ctrl_iface_init - Initialize control interface
65 * Initialize the control interface and start receiving commands from external
98 * wpa_supplicant_global_ctrl_iface_init - Initialize global control interface
102 * Initialize the global control interface and start receiving commands from
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuView.java 25 * Minimal interface for a menu view. {@link #initialize(MenuBuilder, int)} must be called for the
40 public void initialize(MenuBuilder menu, int menuType); method in interface:MenuView
56 * Minimal interface for a menu item view. {@link #initialize(MenuItemImpl, int)} must be called
68 public void initialize(MenuItemImpl itemData, int menuType); method in interface:MenuView.ItemView
  /external/jpeg/
jdapimin.c 57 /* Initialize a memory manager instance for this object */
72 /* Initialize marker processor so application can override methods
78 /* And initialize the overall input controller. */
206 /* Initialize for no mode change in buffered-image mode. */
215 * Need only initialize JPEG object and supply a data source before calling.
219 * object. It will also initialize the decompression parameters to default
296 /* Initialize application's data source module */
  /external/icu4c/i18n/
dcfmtsym.cpp 60 initialize(locale, status, TRUE);
70 initialize(locale, status);
78 initialize();
148 DecimalFormatSymbols::initialize(const Locale& loc, UErrorCode& status, function in class:DecimalFormatSymbols
165 initialize();
190 initialize(numberElements, numberElementsStrLen, numberElementsLength);
298 DecimalFormatSymbols::initialize(const UChar** numberElements, int32_t *numberElementsStrLen, int32_t numberElementsLength) function in class:DecimalFormatSymbols
332 // initialize with default values
334 DecimalFormatSymbols::initialize() { function in class:DecimalFormatSymbols
337 * cannot initialize a static array with class constructors
    [all...]

Completed in 1715 milliseconds

1 2 3 4 5 67 8 91011>>