Searched defs:Initialized (Results 1 - 25 of 26) sorted by relevance

12

/external/webrtc/webrtc/voice_engine/
H A Dstatistics.cc52 bool Statistics::Initialized() const function in class:webrtc::voe::Statistics
/external/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h60 bool Initialized; member in class:llvm::OProfileWrapper
83 Initialized(true)
/external/mesa3d/src/mesa/program/
H A Dprog_parameter.h83 GLboolean Initialized; /**< debug: Has the ParameterValue[] been set? */ member in struct:gl_program_parameter
/external/llvm/include/llvm/ADT/
H A DStatistic.h42 bool Initialized; member in class:llvm::Statistic
51 Value = 0; Initialized = false;
155 bool tmp = Initialized;
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp115 static bool Initialized = false; local
116 if (!Initialized) {
/external/llvm/include/llvm/CodeGen/
H A DPasses.h113 bool Initialized; // Flagged after all passes are configured. member in class:llvm::TargetPassConfig
138 void setInitialized() { Initialized = true; }
/external/mesa3d/src/egl/main/
H A Degldisplay.h131 EGLBoolean Initialized; /**< True if the display is initialized */ member in struct:_egl_display
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dsimulcast_encoder_adapter.cc235 if (!Initialized()) {
327 if (!Initialized()) {
478 bool SimulcastEncoderAdapter::Initialized() const { function in class:webrtc::SimulcastEncoderAdapter
/external/webrtc/webrtc/modules/audio_device/dummy/
H A Daudio_device_dummy.cc24 bool AudioDeviceDummy::Initialized() const { return true; } function in class:webrtc::AudioDeviceDummy
H A Dfile_audio_device.cc70 bool FileAudioDevice::Initialized() const { return true; } function in class:webrtc::FileAudioDevice
/external/webrtc/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h45 virtual bool Initialized() const { return true; } function in class:webrtc::FakeAudioDeviceModule
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp92 Initialized = 0x1, /* 01 */ enumerator in enum:Value
600 if (AtPredExit == Initialized)
688 vals[VD] = Initialized;
699 vals[vd] = Initialized;
714 vals.setAllScratchValues(Initialized);
737 vals[cast<VarDecl>(dr->getDecl())] = Initialized;
749 vals[VD] = Initialized;
771 vals[VD] = Initialized;
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp93 bool Initialized; member in class:__anon1394::PrintPPOutputPPCallbacks
109 Initialized = false;
286 if (!Initialized) {
288 Initialized = true;
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp890 bool Initialized = false; local
905 if (!Initialized) {
910 Initialized = true;
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc145 bool FakeAudioCaptureModule::Initialized() const { function in class:FakeAudioCaptureModule
/external/webrtc/webrtc/modules/audio_device/
H A Daudio_device_impl.cc554 // Initialized
557 bool AudioDeviceModuleImpl::Initialized() const function in class:webrtc::AudioDeviceModuleImpl
/external/webrtc/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc244 bool AudioDeviceLinuxALSA::Initialized() const function in class:webrtc::AudioDeviceLinuxALSA
H A Daudio_device_pulse_linux.cc271 bool AudioDeviceLinuxPulse::Initialized() const function in class:webrtc::AudioDeviceLinuxPulse
/external/clang/lib/AST/
H A DStmt.cpp38 static bool Initialized = false; local
39 if (Initialized)
43 Initialized = true;
/external/webrtc/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc391 bool AudioDeviceMac::Initialized() const { function in class:webrtc::AudioDeviceMac
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc436 // Initialized
439 bool AudioDeviceWindowsWave::Initialized() const function in class:webrtc::AudioDeviceWindowsWave
H A Daudio_device_core_win.cc739 // Initialized
742 bool AudioDeviceWindowsCore::Initialized() const function in class:webrtc::AudioDeviceWindowsCore
/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp1637 bool VkDepthStencilObj::Initialized() { return m_initialized; } function in class:VkDepthStencilObj
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2684 GLboolean Initialized; member in struct:gl_framebuffer
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 482 milliseconds

12