HomeSort by relevance Sort by last modified time
    Searched defs:Initialize (Results 201 - 225 of 330) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/tpm/attestation/common/
tpm_utility_v1.cc 80 bool TpmUtilityV1::Initialize() {
  /external/clang/lib/Lex/
Preprocessor.cpp 117 // Initialize the pragma handlers.
120 // Initialize builtin macros like __LINE__ and friends.
173 void Preprocessor::Initialize(const TargetInfo &Target,
183 // Initialize information about built-ins.
    [all...]
  /external/dng_sdk/source/
dng_resample.cpp 89 void dng_resample_coords::Initialize (int32 srcOrigin,
158 void dng_resample_weights::Initialize (real64 scale,
310 void dng_resample_weights_2d::Initialize (const dng_resample_function &kernel,
637 fRowCoords.Initialize (fSrcBounds.t,
643 fColCoords.Initialize (fSrcBounds.l,
651 fWeightsV.Initialize (fRowScale,
655 fWeightsH.Initialize (fColScale,
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 69 Initialize(dump_path,
89 Initialize(dump_path,
108 // The dump_type, pipe_name and custom_info that are passed in to Initialize()
110 Initialize(dump_path,
127 Initialize(dump_path,
139 void ExceptionHandler::Initialize(
    [all...]
  /external/libchrome/base/trace_event/
memory_dump_manager.cc 145 void MemoryDumpManager::Initialize(MemoryDumpManagerDelegate* delegate,
299 // long-lived and can only be set by Initialize(), which is locked and
512 // Initialize the TraceLog for the current thread. This is to avoid that the
trace_event.h 265 INTERNAL_TRACE_EVENT_UID(tracer).Initialize( \
283 INTERNAL_TRACE_EVENT_UID(tracer).Initialize( \
    [all...]
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 45 void SSAUpdater::Initialize(Type *Ty, StringRef Name) {
59 assert(ProtoType && "Need to initialize SSAUpdater");
337 SSA.Initialize(SomeVal->getType(), BaseName);
  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 84 HRESULT Initialize();
354 HRESULT CDwFontContext::Initialize() {
  /external/pdfium/xfa/src/fwl/src/theme/
checkboxtp.cpp 94 FWL_ERR CFWL_CheckBoxTP::Initialize() {
96 return CFWL_WidgetTP::Initialize();
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 413 void NameTable::Builder::Initialize(ReadableFontData* data) {
431 Initialize(InternalReadData());
  /external/skia/src/core/
SkTraceEvent.h 183 INTERNAL_TRACE_EVENT_UID(tracer).Initialize( \
446 // Note: members of data_ intentionally left uninitialized. See Initialize.
455 void Initialize(const uint8_t* category_group_enabled,
  /external/v8/src/
code-stubs.cc 52 void CodeStubDescriptor::Initialize(Address deoptimization_handler,
61 void CodeStubDescriptor::Initialize(Register stack_parameter_count,
65 Initialize(deoptimization_handler, hint_stack_parameter_count, function_mode);
594 descriptor->Initialize(
601 descriptor->Initialize(
610 descriptor->Initialize(FUNCTION_ADDR(Runtime_StoreIC_MissFromStubFailure));
612 descriptor->Initialize(
615 descriptor->Initialize(
633 descriptor->Initialize(
640 descriptor->Initialize(
    [all...]
global-handles.cc 80 void Initialize(int index, Node** first_free) {
413 nodes_[i].Initialize(i, first_free);
960 // Initialize for first pass callback.
    [all...]
  /external/v8/src/tracing/
trace-event.h 206 .Initialize(INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
224 .Initialize(INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
457 // Note: members of data_ intentionally left uninitialized. See Initialize.
466 void Initialize(const uint8_t* category_group_enabled, const char* name,
  /external/webrtc/webrtc/modules/video_coding/
qm_select.cc 203 // Initialize state after re-initializing the encoder,
205 int VCMQmResolution::Initialize(float bitrate,
305 // Initialize() state are kept in |down_action_history_|.
307 // Initialize() state (native resolution) is limited by various factors.
339 // relative to native state in Initialize().
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 235 void Backend::Initialize(clang::ASTContext &Ctx) {
236 mGen->Initialize(Ctx);
  /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)
rrascfg.h 111 virtual HRESULT WINAPI Initialize(LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) = 0;
123 HRESULT (WINAPI *Initialize)(IAuthenticationProviderConfig *This,LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam);
137 #define IAuthenticationProviderConfig_Initialize(This,pszMachineName,puConnectionParam) (This)->lpVtbl->Initialize(This,pszMachineName,puConnectionParam)
156 #define DeclareIAuthenticationProviderConfigMembers(IPURE) STDMETHOD(Initialize)(THIS_ LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) IPURE; STDMETHOD(Uninitialize)(THIS_ ULONG_PTR uConnectionParam) IPURE; STDMETHOD(Configure)(THIS_ ULONG_PTR uConnectionParam,HWND hWnd,DWORD dwFlags,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Activate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Deactivate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE;
166 virtual HRESULT WINAPI Initialize(LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) = 0;
178 HRESULT (WINAPI *Initialize)(IAccountingProviderConfig *This,LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam);
192 #define IAccountingProviderConfig_Initialize(This,pszMachineName,puConnectionParam) (This)->lpVtbl->Initialize(This,pszMachineName,puConnectionParam)
211 #define DeclareIAccountingProviderConfigMembers(IPURE) STDMETHOD(Initialize)(THIS_ LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) IPURE; STDMETHOD(Uninitialize)(THIS_ ULONG_PTR uConnectionParam) IPURE; STDMETHOD(Configure)(THIS_ ULONG_PTR uConnectionParam,HWND hWnd,DWORD dwFlags,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Activate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Deactivate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE;
221 virtual HRESULT WINAPI Initialize(LPCOLESTR pszMachineName,DWORD dwEapTypeId,ULONG_PTR *puConnectionParam) = 0;
233 HRESULT (WINAPI *Initialize)(IEAPProviderConfig *This,LPCOLESTR pszMachineName,DWORD dwEapTypeId,ULONG_PTR *puConnectionParam)
    [all...]
  /system/bt/service/hal/
bluetooth_gatt_interface.cpp 44 // Mutex used by callbacks to access |g_interface|. If we initialize or clean it
532 // Initialize the interface.
533 bool Initialize() {
548 LOG(ERROR) << "Failed to initialize HAL GATT interface";
862 bool BluetoothGattInterface::Initialize() {
868 if (!impl->Initialize()) {
869 LOG(ERROR) << "Failed to initialize BluetoothGattInterface";
  /system/core/crash_reporter/
crash_collector.cc 98 void CrashCollector::Initialize(
  /system/tpm/attestation/server/
attestation_service.cc 50 bool AttestationService::Initialize() {
57 if (!default_tpm_utility_->Initialize()) {
69 &DatabaseImpl::Initialize,
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 84 status_t EmulatedCamera::Initialize()
    [all...]
  /external/libchrome/base/
tracked_objects.cc 294 // in-place construction happens when we call tls_index_.Initialize().
370 Initialize();
700 void ThreadData::Initialize() {
706 // Ensure that we don't double initialize tls. We are called when single
724 tls_index_.Initialize(&ThreadData::OnThreadTermination);
747 Initialize(); // No-op if already initialized.
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.h 56 /* this is the only function (other than Initialize) that may be called with an uninitialized display */
136 Initialize_t Initialize;
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_scrollbarimp.cpp 104 FWL_ERR CFWL_ScrollBarImp::Initialize() {
105 if (CFWL_WidgetImp::Initialize() != FWL_ERR_Succeeded)

Completed in 503 milliseconds

1 2 3 4 5 6 7 891011>>