HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 1051 - 1075 of 12265) sorted by null

<<41424344454647484950>>

  /system/update_engine/update_manager/
state_factory.h 32 // to initialize.
  /toolchain/binutils/binutils-2.25/bfd/
init.c 45 initialize magical internal data structures.
  /toolchain/binutils/binutils-2.25/gas/
compress-debug.h 26 /* Initialize the compression engine. */
  /toolchain/binutils/binutils-2.25/gold/testsuite/
script_test_5.cc 36 // Main function. Initialize variables and call test functions.
two_file_test_main.cc 33 // Initialize common data.
  /toolchain/binutils/binutils-2.25/opcodes/
dis-init.c 0 /* Initialize "struct disassemble_info".
  /external/autotest/client/cros/
verity_utils.py 43 vi.initialize(self.tmpdir, "dmveritytesta")
82 # Pre-initialize these values to None
171 def initialize(self, member in class:verity_image
214 logging.warning("verity_image.initialize called with " \
256 def initialize(self): member in class:VerityImageTest
257 """Overrides test.initialize() to setup a verity_image"""
272 self.verity.initialize(self.tmpdir, self.__class__.__name__)
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParserFactory.java 29 * <p>In the unlikely case that this class fails to initialize properly
92 * if this class failed to initialize properly.
131 * @throws AssertionError when this class failed to initialize
154 * @throws AssertionError when this class failed to initialize
190 * @throws AssertionError when this class failed to initialize
248 * this class will fail to initialize properly.
300 * @throws AssertionError when this class failed to initialize
  /external/libjpeg-turbo/
jdapimin.c 61 /* Initialize a memory manager instance for this object */
76 /* Initialize marker processor so application can override methods
82 /* And initialize the overall input controller. */
218 /* Initialize for no mode change in buffered-image mode. */
227 * Need only initialize JPEG object and supply a data source before calling.
231 * object. It will also initialize the decompression parameters to default
308 /* Initialize application's data source module */
  /external/opencv3/3rdparty/libjpeg/
jdapimin.c 58 /* Initialize a memory manager instance for this object */
73 /* Initialize marker processor so application can override methods
79 /* And initialize the overall input controller. */
207 /* Initialize for no mode change in buffered-image mode. */
216 * Need only initialize JPEG object and supply a data source before calling.
220 * object. It will also initialize the decompression parameters to default
297 /* Initialize application's data source module */
  /external/pdfium/third_party/libjpeg/
fpdfapi_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/v8/test/cctest/
test-ast-expression-visitor.cc 52 v8::V8::Initialize();
274 v8::V8::Initialize();
301 v8::V8::Initialize();
318 v8::V8::Initialize();
343 v8::V8::Initialize();
364 v8::V8::Initialize();
400 v8::V8::Initialize();
  /external/webrtc/talk/app/webrtc/
peerconnectionfactory.cc 83 // Call Initialize synchronously but make sure its executed on
87 &PeerConnectionFactory::Initialize);
111 // Call Initialize synchronously but make sure its executed on
115 &PeerConnectionFactory::Initialize);
174 bool PeerConnectionFactory::Initialize() {
258 // Because |pc|->Initialize takes ownership of the store we need a new
273 if (!pc->Initialize(configuration, constraints, std::move(allocator),
  /external/chromium-trace/catapult/dashboard/dashboard/static/
debug_alert.html 14 * This file defines an initialize function which should be called
34 var initialize = function() {
176 initialize: initialize,
185 document.addEventListener('DOMContentLoaded', debug_alert.initialize);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyPluralInfo.java 45 initialize(ULocale.getDefault(Category.FORMAT));
53 initialize(ULocale.forLocale(locale));
61 initialize(locale);
167 initialize(loc);
249 private void initialize(ULocale uloc) { method in class:CurrencyPluralInfo
  /external/icu/icu4c/source/tools/tzcode/
private.h 351 ** INITIALIZE(x)
365 #ifndef INITIALIZE
367 #define INITIALIZE(x) ((x) = 0)
370 #define INITIALIZE(x)
372 #endif /* !defined INITIALIZE */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyPluralInfo.java 47 initialize(ULocale.getDefault(Category.FORMAT));
56 initialize(ULocale.forLocale(locale));
65 initialize(locale);
181 initialize(loc);
266 private void initialize(ULocale uloc) { method in class:CurrencyPluralInfo
  /external/libavc/encoder/
ih264e_utils.h 218 * Function to initialize ps_pic_buf structs add pic buffers to
222 * Function to initialize ps_pic_buf structs add pic buffers to
261 * @brief Function to initialize quant params structure
287 * Initialize AIR mb frame Map
290 * Initialize AIR mb frame map
  /external/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp 53 // Initialize class variables.
54 void initialize(MachineFunction &MFParm);
66 initialize(MF);
71 // Initialize class variables.
72 void PPCMIPeephole::initialize(MachineFunction &MFParm) { function in class:__anon19247::PPCMIPeephole
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
cng_unittest.cc 192 // Create and initialize encoder and decoder memory.
244 // Initialize decoder.
266 // Create and initialize encoder and decoder memory.
299 // Create and initialize encoder and decoder memory.
326 // Create and initialize encoder and decoder memory.
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_dump.c 50 case AUTH_PAE_INITIALIZE: return "INITIALIZE";
74 case BE_AUTH_INITIALIZE: return "INITIALIZE";
84 case REAUTH_TIMER_INITIALIZE: return "INITIALIZE";
149 "initialize=%s\n"
168 _SB(sm->initialize),
  /frameworks/base/telephony/java/android/telephony/
CellSignalStrengthLte.java 54 initialize(signalStrength, rsrp, rsrq, rssnr, cqi, timingAdvance); method
69 * Initialize all the values
79 public void initialize(int lteSignalStrength, int rsrp, int rsrq, int rssnr, int cqi, method in class:CellSignalStrengthLte
90 * Initialize from the SignalStrength structure.
96 public void initialize(SignalStrength ss, int timingAdvance) { method in class:CellSignalStrengthLte
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
emptyvc.h 119 virtual HRESULT WINAPI Initialize(HKEY hkRegKey,LPCWSTR pcwszVolume,LPWSTR *ppwszDisplayName,LPWSTR *ppwszDescription,DWORD *pdwFlags) = 0;
131 HRESULT (WINAPI *Initialize)(IEmptyVolumeCache *This,HKEY hkRegKey,LPCWSTR pcwszVolume,LPWSTR *ppwszDisplayName,LPWSTR *ppwszDescription,DWORD *pdwFlags);
145 #define IEmptyVolumeCache_Initialize(This,hkRegKey,pcwszVolume,ppwszDisplayName,ppwszDescription,pdwFlags) (This)->lpVtbl->Initialize(This,hkRegKey,pcwszVolume,ppwszDisplayName,ppwszDescription,pdwFlags)
184 HRESULT (WINAPI *Initialize)(IEmptyVolumeCache2 *This,HKEY hkRegKey,LPCWSTR pcwszVolume,LPWSTR *ppwszDisplayName,LPWSTR *ppwszDescription,DWORD *pdwFlags);
199 #define IEmptyVolumeCache2_Initialize(This,hkRegKey,pcwszVolume,ppwszDisplayName,ppwszDescription,pdwFlags) (This)->lpVtbl->Initialize(This,hkRegKey,pcwszVolume,ppwszDisplayName,ppwszDescription,pdwFlags)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libiasrad.a 5 b??? t t..????zz????  __lib64_libiasrad_a_iname_head_lib64_libiasrad_aDllUnregisterServer__imp_DllUnregisterServerDllRegisterServer__imp_DllRegisterServerDllGetClassObject__imp_DllGetClassObjectDllCanUnloadNow__imp_DllCanUnloadNow?shutdown@VSAFilter@@QEAAJXZ__imp_?shutdown@VSAFilter@@QEAAJXZ?radiusToIAS@VSAFilter@@QEBAJPEAUIAttributesRaw@@@Z__imp_?radiusToIAS@VSAFilter@@QEBAJPEAUIAttributesRaw@@@Z?radiusToIAS@VSAFilter@@QEBAJPEAEKAEAVIASAttributeVector@IASTL@@@Z__imp_?radiusToIAS@VSAFilter@@QEBAJPEAEKAEAVIASAttributeVector@IASTL@@@Z?radiusFromIAS@VSAFilter@@QEBAJPEAUIAttributesRaw@@@Z__imp_?radiusFromIAS@VSAFilter@@QEBAJPEAUIAttributesRaw@@@Z?initialize@VSAFilter@@QEAAJXZ__imp_?initialize@VSAFilter@@QEAAJXZdugcit.o/ 1450287913 2619555000 100640 588 `
31 .text,l 0`.data@0?.bss?0?.idata$74v0?.idata$58?0?.idata$4@?0?.idata$6"H ??%???initialize@VSAFilter@@QEAAJXZ .text.data.bss.idata$7.idata$5.idata$4.idata$6#H`?initialize@VSAFilter@@QEAAJXZ__imp_?initialize@VSAFilter@@QEAAJXZ_head_lib64_libiasrad_a
  /system/bt/service/hal/
bluetooth_gatt_interface.h 224 // Initialize and clean up the BluetoothInterface singleton. Returns false if
225 // the underlying HAL interface failed to initialize, and true on success.
226 static bool Initialize();
229 // thread that called Initialize.
236 // Initialize for testing. Use this to inject a test version of

Completed in 1366 milliseconds

<<41424344454647484950>>