Searched defs:Init (Results 251 - 275 of 1406) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-cube.js251 function Init(CubeSize) { function
261 Testing.Init = false;
322 Testing.Init = true;
327 Init(i);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-cube.js251 function Init(CubeSize) { function
261 Testing.Init = false;
322 Testing.Init = true;
327 Init(i);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A D3d-cube.js251 function Init(CubeSize) { function
261 Testing.Init = false;
322 Testing.Init = true;
327 Init(i);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_thread.cpp26 void ThreadData::Init() { function in class:crazy::ThreadData
63 data->Init();
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcapturerenderadapter.cc61 return_value->Init(); // Can't fail.
92 void CaptureRenderAdapter::Init() { function in class:cricket::CaptureRenderAdapter
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcentral_freelist.cc46 void CentralFreeList::Init(size_t cl) { function in class:tcmalloc::CentralFreeList
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcentral_freelist.cc46 void CentralFreeList::Init(size_t cl) { function in class:tcmalloc::CentralFreeList
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_tone_generator.cc107 int DtmfToneGenerator::Init(int fs, int event, int attenuation) { function in class:webrtc::DtmfToneGenerator
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_utility_win.cc65 // Init()
68 int32_t AudioDeviceUtilityWindows::Init() function in class:webrtc::AudioDeviceUtilityWindows
/external/chromium_org/third_party/webrtc/modules/video_capture/external/
H A Ddevice_info_external.cc43 virtual int32_t Init() { return 0; } function in class:webrtc::videocapturemodule::ExternalDeviceInfo
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dreference_picture_selection.cc31 void ReferencePictureSelection::Init() { function in class:webrtc::ReferencePictureSelection
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_render.cc30 int32_t VideoX11Render::Init() function in class:webrtc::VideoX11Render
89 renderChannel->Init(_window, left, top, right, bottom);
/external/chromium_org/ui/gfx/
H A Dcanvas_paint_win.cc21 Init(true);
33 Init(opaque);
50 void CanvasSkiaPaint::Init(bool opaque) { function in class:gfx::CanvasSkiaPaint
/external/chromium_org/ui/views/ime/
H A Dnull_input_method.cc14 void NullInputMethod::Init(Widget* /* widget */) {} function in class:views::NullInputMethod
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cc47 void StackTrace::Init(const uptr *pcs, uptr cnt) { function in class:__tsan::StackTrace
92 Init(other.Begin(), other.Size());
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp154 ConstantArray *Init = cast<ConstantArray>(GV->getInitializer()); local
155 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end();
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.h91 void Init(const UString &folderPrefix, const UString &fileName) function in class:COpenCallbackImp
/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.h43 void Init(CStdOutStream *outStream) function in class:CUpdateCallbackConsole
/external/lzma/CS/7zip/Common/
H A DInBuffer.cs21 public void Init(System.IO.Stream stream) method in class:SevenZip.Buffer.InBuffer
H A DOutBuffer.cs24 public void Init() method in class:SevenZip.Buffer.OutBuffer
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoderBitTree.cs16 public void Init() method in struct:SevenZip.Compression.RangeCoder.BitTreeEncoder
19 Models[i].Init();
114 public void Init() method in struct:SevenZip.Compression.RangeCoder.BitTreeDecoder
117 Models[i].Init();
/external/pdfium/fpdfsdk/src/
H A Dfpdfsave.cpp21 FX_BOOL Init( FPDF_FILEWRITE * pFileWriteStruct );
34 FX_BOOL CFX_IFileWrite::Init( FPDF_FILEWRITE * pFileWriteStruct ) function in class:CFX_IFileWrite
74 pStreamWrite->Init( pFileWrite );
/external/pcre/dist/
H A Dpcregexp.pas77 constructor Init(const ARegExp : shortstring; AOptions : integer; ALocale : Pointer); procedure
322 constructor Init(AMaxRegExp:integer); procedure
463 constructor TpcRegExp.Init(const ARegExp:shortstring; AOptions:integer; ALocale : Pointer);
686 constructor TRegExpCollection.Init(AMaxRegExp: integer);
688 Inherited Init(1,1);
762 P:=New(ppcRegExp,Init(ARegExp,PCRE_CASELESS,nil));
772 PpcRE:=New(ppcRegExp,Init(WildCard,AOptions,Alocale));
781 PpcRE:=New(ppcRegExp,Init(WildCard,AOptions,Alocale));
835 Result := New( PpcRegExp, Init( Pattern,
842 PRegExpCache:=New(PRegExpCollection,Init(6
[all...]
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h118 // You can pass up to four constructor arguments as arguments of Init().
119 inline void Init() { function in class:ceres::internal::ManualConstructor
124 inline void Init(const T1& p1) { function in class:ceres::internal::ManualConstructor
129 inline void Init(const T1& p1, const T2& p2) { function in class:ceres::internal::ManualConstructor
134 inline void Init(const T1& p1, const T2& p2, const T3& p3) { function in class:ceres::internal::ManualConstructor
139 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4) { function in class:ceres::internal::ManualConstructor
144 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, function in class:ceres::internal::ManualConstructor
151 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, function in class:ceres::internal::ManualConstructor
158 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, function in class:ceres::internal::ManualConstructor
165 inline void Init(cons function in class:ceres::internal::ManualConstructor
172 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, function in class:ceres::internal::ManualConstructor
180 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, function in class:ceres::internal::ManualConstructor
189 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, function in class:ceres::internal::ManualConstructor
[all...]
/external/ceres-solver/internal/ceres/
H A Dimplicit_schur_complement.cc55 void ImplicitSchurComplement::Init(const BlockSparseMatrix& A, function in class:ceres::internal::ImplicitSchurComplement

Completed in 2722 milliseconds

<<11121314151617181920>>