/external/doclava/res/assets/templates-sdk/ |
H A D | samples_navtree_data.cs | 2 - title: About the Samples
|
/external/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 100 Samples(nullptr), Filename(Name), ProfileIsValid(false), 175 /// \brief Samples collected for the body of this function. 176 FunctionSamples *Samples; member in class:__anon14650::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 D | SampleProf.h | 289 /// 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 D | eglconfig.h | 69 EGLint Samples; member in struct:_egl_config 119 ATTRIB_MAP(EGL_SAMPLES, Samples);
|
H A D | eglconfig.c | 403 if (!conf->SampleBuffers && conf->Samples)
|
/external/doclava/res/assets/templates-sdk/components/ |
H A D | masthead.cs | 47 >Samples</a> 157 >Samples</a> 258 <a class="dac-nav-link" href="<?cs var:toroot ?>samples/index.html">Samples</a>
|
/external/tensorflow/tensorflow/python/profiler/ |
H A D | pprof_profiler.py | 205 class Samples(object): class in inherits:object 208 Samples store the following statistics in order: 313 samples = Samples(self._string_table)
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | tfprof_code.cc | 173 // Samples stores samples of all calls. A sample is a single call trace, 175 class Samples { class in namespace:tensorflow::tfprof::__anon26791 177 explicit Samples(StringTable* string_table, const Options* opts) function in class:tensorflow::tfprof::__anon26791::Samples 266 samples_(new Samples(&string_table_, opts)) {} 379 std::unique_ptr<Samples> samples_;
|
/external/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 200 FunctionSamples &Samples = I->second; local 201 sampleprof_error Result = ProfileMap[FName].merge(Samples, Input.Weight);
|
/external/pdfium/third_party/lcms/src/ |
H A D | cmsintrp.c | 157 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 D | egl_dri2.c | 337 if (base.Samples) {
|
/external/googletest/googlemock/test/ |
H A D | gmock-matchers_test.cc | 5242 INSTANTIATE_TEST_CASE_P(Samples, BipartiteRandomTest,
|
/external/v8/testing/gmock/test/ |
H A D | gmock-matchers_test.cc | 5202 INSTANTIATE_TEST_CASE_P(Samples, BipartiteRandomTest,
|