| /external/chromium_org/base/memory/ |
| D | manual_constructor.h | 60 inline void Init() { in Init() function 65 inline void Init(const T1& p1) { in Init() function 70 inline void Init(const T1& p1, const T2& p2) { in Init() function 75 inline void Init(const T1& p1, const T2& p2, const T3& p3) { in Init() function 80 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4) { in Init() function 85 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, in Init() function 92 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, in Init() function 99 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, in Init() function 106 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, in Init() function
|
| /external/chromium_org/cc/output/ |
| D | shader.cc | 157 void VertexShaderPosTex::Init(GLES2Interface* context, in Init() function in cc::VertexShaderPosTex 190 void VertexShaderPosTexYUVStretchOffset::Init(GLES2Interface* context, in Init() function in cc::VertexShaderPosTexYUVStretchOffset 230 void VertexShaderPos::Init(GLES2Interface* context, in Init() function in cc::VertexShaderPos 262 void VertexShaderPosTexTransform::Init(GLES2Interface* context, in Init() function in cc::VertexShaderPosTexTransform 318 void VertexShaderQuad::Init(GLES2Interface* context, in Init() function in cc::VertexShaderQuad 375 void VertexShaderQuadAA::Init(GLES2Interface* context, in Init() function in cc::VertexShaderQuadAA 432 void VertexShaderQuadTexTransformAA::Init(GLES2Interface* context, in Init() function in cc::VertexShaderQuadTexTransformAA 492 void VertexShaderTile::Init(GLES2Interface* context, in Init() function in cc::VertexShaderTile 536 void VertexShaderTileAA::Init(GLES2Interface* context, in Init() function in cc::VertexShaderTileAA 595 void VertexShaderVideoTransform::Init(GLES2Interface* context, in Init() function in cc::VertexShaderVideoTransform [all …]
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
| D | audio_decoder_impl.h | 32 virtual int Init() { return 0; } in Init() function 44 virtual int Init() { return 0; } in Init() function 81 virtual int Init() { return 0; } in Init() function
|
| D | audio_decoder_impl.cc | 148 int AudioDecoderIlbc::Init() { in Init() function in webrtc::AudioDecoderIlbc 192 int AudioDecoderIsac::Init() { in Init() function in webrtc::AudioDecoderIsac 246 int AudioDecoderIsacFix::Init() { in Init() function in webrtc::AudioDecoderIsacFix 288 int AudioDecoderG722::Init() { in Init() function in webrtc::AudioDecoderG722 347 int AudioDecoderG722Stereo::Init() { in Init() function in webrtc::AudioDecoderG722Stereo 415 int AudioDecoderCelt::Init() { in Init() function in webrtc::AudioDecoderCelt 474 int AudioDecoderOpus::Init() { in Init() function in webrtc::AudioDecoderOpus 511 int AudioDecoderCng::Init() { in Init() function in webrtc::AudioDecoderCng
|
| /external/chromium_org/printing/backend/ |
| D | printing_info_win.h | 26 bool Init(HANDLE printer) { in Init() function 44 bool Init(HANDLE printer) { in Init() function
|
| /external/lzma/CPP/7zip/Common/ |
| D | LockedStream.h | 15 void Init(IInStream *stream) in Init() function 27 void Init(CLockedInStream *lockedInStream, UInt64 startPos) in Init() function
|
| D | StreamObjects.h | 34 void Init(CReferenceBuf *ref) { Init(ref->Buf, ref->Buf.GetCapacity(), ref); } in Init() function 64 void Init() { _size = 0; } in Init() function 83 void Init(Byte *buffer, size_t size) in Init() function 103 void Init() { _size = 0; } in Init() function
|
| /external/stlport/test/compiler/StTerm-order/ |
| D | stterm-test.cc | 46 class Init class 73 Init::Init() in Init() function in Init
|
| /external/chromium_org/courgette/ |
| D | streams.h | 43 void Init(const void* pointer, size_t length) { in Init() function 52 void Init(const Region& region) { Init(region.start(), region.length()); } in Init() function 57 void Init(const std::string& string) { Init(string.c_str(), string.size()); } in Init() function
|
| /external/lzma/CPP/7zip/Compress/ |
| D | ByteSwap.cpp | 31 STDMETHODIMP CByteSwap2::Init() { return S_OK; } in Init() function in CByteSwap2 46 STDMETHODIMP CByteSwap4::Init() { return S_OK; } in Init() function in CByteSwap4
|
| /external/lzma/CPP/7zip/Archive/Common/ |
| D | InStreamWithCRC.h | 27 void Init() in Init() function 55 void Init() in Init() function
|
| /external/chromium_org/third_party/webrtc/base/ |
| D | helpers.cc | 57 virtual bool Init(const void* seed, size_t len) { in Init() function in rtc::SecureRandomGenerator 88 virtual bool Init(const void* seed, size_t len) { in Init() function in rtc::SecureRandomGenerator 106 virtual bool Init(const void* seed, size_t seed_len) { in Init() function in rtc::SecureRandomGenerator 146 virtual bool Init(const void* seed, size_t len) { in Init() function in rtc::SecureRandomGenerator 177 virtual bool Init(const void* seed, size_t len) { in Init() function in rtc::TestRandomGenerator
|
| /external/chromium_org/content/test/gpu/gpu_tests/ |
| D | __init__.py | 8 def Init(): function
|
| /external/chromium_org/base/prefs/ |
| D | pref_member.h | 172 void Init(const char* pref_name, PrefService* prefs, in Init() function 176 void Init(const char* pref_name, PrefService* prefs, in Init() function 182 void Init(const char* pref_name, PrefService* prefs) { in Init() function
|
| /external/chromium_org/chrome/utility/importer/ |
| D | nss_decryptor_mac.mm | 22 bool NSSDecryptor::Init(const base::FilePath& dll_path, function
|
| /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/ |
| D | audio_device_utility_dummy.cc | 13 int32_t AudioDeviceUtilityDummy::Init() { return 0; } in Init() function in webrtc::AudioDeviceUtilityDummy
|
| /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
| D | DataChannel.java | 35 public static class Init { class in DataChannel 46 public Init() {} in Init() method in DataChannel.Init 49 private Init( in Init() method in DataChannel.Init
|
| /external/chromium_org/third_party/webrtc/sound/ |
| D | automaticallychosensoundsystem_unittest.cc | 20 virtual bool Init() { in Init() function in rtc::NeverFailsToFailSoundSystem 32 virtual bool Init() { in Init() function in rtc::InitCheckingSoundSystem1 49 virtual bool Init() { in Init() function in rtc::InitCheckingSoundSystem2
|
| /external/chromium_org/components/policy/core/common/ |
| D | mock_configuration_policy_provider.h | 39 void Init() { in Init() function
|
| /external/chromium_org/third_party/skia/src/ports/ |
| D | SkGlobalInitialization_default.cpp | 64 static void Init() { in Init() function in SkPrivateEffectInitializer
|
| D | SkGlobalInitialization_chromium.cpp | 64 static void Init() { in Init() function in SkPrivateEffectInitializer
|
| /external/chromium_org/gpu/command_buffer/common/ |
| D | gles2_cmd_format_autogen.h | 26 void Init(GLenum _texture) { in Init() function 58 void Init(GLuint _program, GLuint _shader) { in Init() function 94 void Init(GLuint _program, GLuint _index, uint32_t _name_bucket_id) { in Init() function 138 void Init(GLenum _target, GLuint _buffer) { in Init() function 174 void Init(GLenum _target, GLuint _framebuffer) { in Init() function 210 void Init(GLenum _target, GLuint _renderbuffer) { in Init() function 247 void Init(GLenum _target, GLuint _texture) { in Init() function 283 void Init(GLclampf _red, GLclampf _green, GLclampf _blue, GLclampf _alpha) { in Init() function 330 void Init(GLenum _mode) { in Init() function 362 void Init(GLenum _modeRGB, GLenum _modeAlpha) { in Init() function [all …]
|
| /external/chromium_org/v8/src/base/ |
| D | lazy-instance.h | 147 static void Init(OnceType* once, Function function, Storage storage) { in Init() function 156 static void Init(OnceType* once, Function function, Storage storage) { in Init() function 177 void Init() const { in Init() function
|
| /external/lzma/CS/7zip/Compress/LZMA/ |
| D | LzmaDecoder.cs | 30 public void Init() in Init() method in SevenZip.Compression.LZMA.Decoder.LenDecoder 67 public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i].Init(); } in Init() method 118 public void Init() in Init() method in SevenZip.Compression.LZMA.Decoder.LiteralDecoder 198 void Init(System.IO.Stream inStream, System.IO.Stream outStream) in Init() method in SevenZip.Compression.LZMA.Decoder
|
| /external/chromium_org/net/base/ |
| D | network_config_watcher_mac.h | 31 virtual void Init() {} in Init() function
|