Searched refs:Samples (Results 1 - 11 of 11) sorted by relevance

/external/doclava/res/assets/templates-sdk/
H A Dsamples_navtree_data.cs2 - title: About the Samples
/external/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp100 Samples(nullptr), Filename(Name), ProfileIsValid(false),
175 /// \brief Samples collected for the body of this function.
176 FunctionSamples *Samples; member in class:__anon13419::SampleProfileLoader
222 uint32_t Discriminator, uint64_t Samples);
305 uint64_t Samples) {
310 TotalUsedSamples += Samples;
596 return Samples;
606 return Samples;
607 const FunctionSamples *FS = Samples;
636 if (CI && callsiteIsHot(Samples, findCalleeFunctionSample
302 markSamplesUsed(const FunctionSamples *FS, uint32_t LineOffset, uint32_t Discriminator, uint64_t Samples) argument
[all...]
/external/llvm/include/llvm/ProfileData/
H A DSampleProf.h289 /// Samples are cumulative, they include all the samples collected
335 SampleSorter(const std::map<LocationT, SampleT> &Samples) { argument
336 for (const auto &I : Samples)
/external/mesa3d/src/egl/main/
H A Deglconfig.h69 EGLint Samples; member in struct:_egl_config
119 ATTRIB_MAP(EGL_SAMPLES, Samples);
H A Deglconfig.c403 if (!conf->SampleBuffers && conf->Samples)
/external/doclava/res/assets/templates-sdk/components/
H A Dmasthead.cs47 >Samples</a>
157 >Samples</a>
258 <a class="dac-nav-link" href="<?cs var:toroot ?>samples/index.html">Samples</a>
/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp200 FunctionSamples &Samples = I->second; local
201 sampleprof_error Result = ProfileMap[FName].merge(Samples, Input.Weight);
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsintrp.c157 cmsUInt32Number Samples[MAX_INPUT_DIMENSIONS]; local
161 Samples[i] = nSamples;
164 return _cmsComputeInterpParamsEx(ContextID, Samples, InputChan, OutputChan, Table, dwFlags);
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c337 if (base.Samples) {
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc5214 INSTANTIATE_TEST_CASE_P(Samples, BipartiteRandomTest,
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc5202 INSTANTIATE_TEST_CASE_P(Samples, BipartiteRandomTest,

Completed in 384 milliseconds