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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
Messages.java 131 // initialize resource bundle
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchMessages.java 48 // initialize resource bundle
  /external/bison/data/
location.cc 55 inline void initialize (]b4_filename_type[* fn)
169 inline void initialize (]b4_filename_type[* fn)
171 begin.initialize (fn);
  /external/clearsilver/cgi/
cgiwrap.h 38 * Function: cgiwrap_init_std - Initialize cgiwrap with default functions
39 * Description: cgiwrap_init_std will initialize the cgiwrap subsystem
50 * Function: cgiwrap_init_emu - initialize cgiwrap for emulated use
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_init.c 15 PMAC implementation, initialize state, by Tom St Denis
39 Initialize a PMAC state
40 @param pmac The PMAC state to initialize
  /external/jpeg/
jdtrans.c 48 /* First call: initialize active modules */
122 /* Initialize input side of decompressor to consume first scan. */
125 /* Initialize progress monitoring. */
jctrans.c 44 /* (Re)initialize error mgr and destination modules */
56 * Initialize the compression object with default parameters,
79 /* Initialize all parameters to default values */
165 /* Initialize master control (includes parameter checking/processing) */
251 * Initialize for a processing pass.
355 * Initialize coefficient buffer controller.
  /external/libxml2/
SAX.c 38 * Initialize the default XML SAX version 1 handler
87 * Initialize the default HTML SAX version 1 handler
134 * Initialize the default DocBook SAX version 1 handler
list.c 193 "Cannot initialize memory for list");
196 /* Initialize the list to NULL */
202 "Cannot initialize memory for sentinel");
284 "Cannot initialize memory for new link");
316 "Cannot initialize memory for new link");
553 "Cannot initialize memory for new link");
584 "Cannot initialize memory for new link");
  /external/opencore/oscl/oscl/osclbase/src/
oscl_tls.cpp 69 OSCL_EXPORT_REF void OsclTLSRegistry::initialize(Oscl_DefAlloc &alloc, int32 &aError) function in class:OsclTLSRegistry
131 // initialize all TLSs to 0
134 // initialize the magic number
  /external/proguard/src/proguard/evaluation/
TracedVariables.java 130 public void initialize(TracedVariables other) method in class:TracedVariables
132 super.initialize(other);
134 producerVariables.initialize(other.producerVariables);
  /external/webkit/WebCore/svg/
SVGList.h 61 Item initialize(Item newItem, ExceptionCode& ec) function in class:WebCore::SVGList
191 Item initialize(Item newItem, ExceptionCode& ec) function in class:WebCore::SVGPODList
193 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::initialize(SVGPODListItem<Item>::copy(newItem), ec).get());
  /frameworks/base/core/java/android/util/
TimingLogger.java 65 * Create and initialize a TimingLogger object that will log using
77 * Clear and initialize a TimingLogger object that will log using
91 * Clear and initialize a TimingLogger object that will log using
  /packages/apps/Phone/src/com/android/phone/
DataUsageListener.java 66 initialize(); method
75 initialize(); method
78 private void initialize() { method in class:DataUsageListener
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 145 // Initialize the array adapter for the conversation thread
150 // Initialize the compose field with a listener for the return key
154 // Initialize the send button with a listener that for click events
165 // Initialize the BluetoothChatService to perform bluetooth connections
168 // Initialize the buffer for outgoing messages
  /external/icu4c/i18n/unicode/
dcfmtsym.h 303 void initialize(const Locale& locale, UErrorCode& success, UBool useLastResortData = FALSE);
306 * Initialize the symbols from the given array of UnicodeStrings.
312 void initialize(const UChar** numberElements, int32_t *numberElementsStrLen, int32_t numberElementsLength);
315 * Initialize the symbols with default values.
317 void initialize();
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dsound.h 140 STDMETHOD( Initialize)(THIS_ GUID FAR * ) PURE;
154 #define IDirectSound_Initialize(p,a) (p)->lpVtbl->Initialize(p,a)
180 STDMETHOD( Initialize)(THIS_ LPDIRECTSOUND, LPDSBUFFERDESC ) PURE;
204 #define IDirectSoundBuffer_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b)
288 * The Initialize() member on the Direct Sound Object has not been
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DSOUND.H 140 STDMETHOD( Initialize)(THIS_ GUID FAR * ) PURE;
154 #define IDirectSound_Initialize(p,a) (p)->lpVtbl->Initialize(p,a)
180 STDMETHOD( Initialize)(THIS_ LPDIRECTSOUND, LPDSBUFFERDESC ) PURE;
204 #define IDirectSoundBuffer_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b)
288 * The Initialize() member on the Direct Sound Object has not been
  /development/host/windows/usb/legacy/driver/
android_usb_pipe_file_object.cpp 55 // Initialize base class
56 NTSTATUS status = AndroidUsbFileObject::Initialize();
429 // Get USB pipe handle for our pipe and initialize transfer request for it
438 // Initialize URB with request information
461 // Initialize our request context.
657 // Initialize workitem
673 // Initialize our extension to work item
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 125 Initialize(fst);
201 void Initialize(const Fst<A>& fst) {
208 P_.Initialize(Tr_.NumStates() - 1);
306 Initialize(fst);
326 // extend height array and initialize height (distance) to 0
379 void Initialize(const Fst<A>& fst) {
385 partition_.Initialize(hvisitor.num_states());
  /external/v8/src/
v8threads.cc 61 // initialize here, before anyone can call ~Locker() or Unlocker().
63 V8::Initialize();
132 lazily_archived_thread_.Initialize(ThreadHandle::INVALID);
182 mutex_owner_.Initialize(ThreadHandle::SELF);
188 mutex_owner_.Initialize(ThreadHandle::INVALID);
276 lazily_archived_thread_.Initialize(ThreadHandle::SELF);
299 lazily_archived_thread_.Initialize(ThreadHandle::INVALID);
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 214 // Initialize the reusable arrays and variables.
644 variablesBefore[instructionOffset].initialize(variables); method
785 variablesAfter[instructionOffset].initialize(variables); method
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
cvei.h 205 set between 1 and 31, otherwise, Initialize() will fail. */
210 set between 1 and 31, otherwise, Initialize() will fail. */
215 set between 1 and 31, otherwise, Initialize() will fail. */
251 and level. Fail may be returned from the Initialize call. */
342 virtual TCVEI_RETVAL Initialize(TPVVideoInputFormat *aVidInFormat, TPVVideoEncodeParam *aEncParam) = 0;
363 of the encoded bitstream. This function must be called after Initialize.
  /external/webkit/JavaScriptCore/API/
JSCallbackObjectFunctions.h 77 if (JSObjectInitializeCallback initialize = jsClass->initialize)
78 initRoutines.append(initialize);
81 // initialize from base to derived
84 JSObjectInitializeCallback initialize = initRoutines[i]; local
85 initialize(toRef(exec), toRef(this));
  /build/tools/zipalign/
ZipEntry.h 153 * Initialize the structure from the file, which is pointing at
159 * Initialize the structure for a new file. We need the filename
166 * Initialize the structure with the contents of a ZipEntry from

Completed in 753 milliseconds

<<11121314151617181920>>