Home
last modified time | relevance | path

Searched refs:Samples (Results 1 – 25 of 96) sorted by relevance

1234

/external/llvm/test/tools/llvm-profdata/
Doverflow-sample.test8 SHOW_OVERFLOW-NEXT: Samples collected in the function's body {
14 SHOW_OVERFLOW-NEXT: Samples collected in the function's body {
19 SHOW_OVERFLOW-NEXT: Samples collected in the function's body {
29 SHOW_NO_OVERFLOW-NEXT: Samples collected in the function's body {
35 SHOW_NO_OVERFLOW-NEXT: Samples collected in the function's body {
40 SHOW_NO_OVERFLOW-NEXT: Samples collected in the function's body {
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/
Doverflow-sample.test8 SHOW_OVERFLOW-DAG: Samples collected in the function's body {
14 SHOW_OVERFLOW-DAG: Samples collected in the function's body {
19 SHOW_OVERFLOW-DAG: Samples collected in the function's body {
29 SHOW_NO_OVERFLOW-DAG: Samples collected in the function's body {
35 SHOW_NO_OVERFLOW-DAG: Samples collected in the function's body {
40 SHOW_NO_OVERFLOW-DAG: Samples collected in the function's body {
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp100 Samples(nullptr), Filename(Name), ProfileIsValid(false), in SampleProfileLoader()
176 FunctionSamples *Samples; member in __anon7eca00fa0111::SampleProfileLoader
222 uint32_t Discriminator, uint64_t Samples);
305 uint64_t Samples) { in markSamplesUsed() argument
310 TotalUsedSamples += Samples; in markSamplesUsed()
596 return Samples; in findFunctionSamples()
606 return Samples; in findFunctionSamples()
607 const FunctionSamples *FS = Samples; in findFunctionSamples()
636 if (CI && callsiteIsHot(Samples, findCalleeFunctionSamples(*CI))) in inlineHotFunctions()
969 F.setEntryCount(Samples->getHeadSamples()); in propagateWeights()
[all …]
/external/google-breakpad/src/testing/gtest/
DMakefile.am147 xcode/Samples/FrameworkSample/Info.plist \
148 xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj \
149 xcode/Samples/FrameworkSample/runtests.sh \
150 xcode/Samples/FrameworkSample/widget.cc \
151 xcode/Samples/FrameworkSample/widget.h \
152 xcode/Samples/FrameworkSample/widget_test.cc
/external/icu/icu4j/samples/
Dmanifest.stub4 Specification-Title: ICU for Java Samples
7 Implementation-Title: ICU for Java Samples
/external/googletest/googletest/
DMakefile.am145 xcode/Samples/FrameworkSample/Info.plist \
146 xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj \
147 xcode/Samples/FrameworkSample/runtests.sh \
148 xcode/Samples/FrameworkSample/widget.cc \
149 xcode/Samples/FrameworkSample/widget.h \
150 xcode/Samples/FrameworkSample/widget_test.cc
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp133 uint32_t Discriminator, uint64_t Samples);
280 FunctionSamples *Samples = nullptr; member in __anonf6fa5b320111::SampleProfileLoader
376 uint64_t Samples) { in markSamplesUsed() argument
381 TotalUsedSamples += Samples; in markSamplesUsed()
708 return Samples; in findFunctionSamples()
710 return Samples->findFunctionSamples(DIL); in findFunctionSamples()
901 BlockWeights[EC] = Samples->getHeadSamples() + 1; in findEquivalencesFor()
1461 ProfileCount(Samples->getHeadSamples() + 1, Function::PCT_Real), in emitAnnotations()
1476 unsigned Used = CoverageTracker.countUsedRecords(Samples, PSI); in emitAnnotations()
1477 unsigned Total = CoverageTracker.countBodyRecords(Samples, PSI); in emitAnnotations()
[all …]
/external/python/google-api-python-client/samples/
DREADME.md1 # Samples by API
13 <td>Samples for working with the Ad Exchange Buyer API</td>
279 # Pagination Samples
288 # OAuth 2.0 Samples
306 # Media Upload and Download Samples
320 # Django Samples
329 # Command-line Samples
334 <td>Samples for working with the Ad Exchange Buyer API</td>
395 # Google App Engine Samples
/external/skqp/site/user/sample/
Dindex.md1 Samples and Tutorials
/external/skia/site/user/sample/
Dindex.md1 Samples and Tutorials
/external/doclava/res/assets/templates-sdk/
Dsamples_navtree_data.cs2 - title: About the Samples
/external/python/google-api-python-client/samples/searchforshopping/
DREADME1 Samples demonstrating the query capabilities for the Search API for Shopping.
/external/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_strnlen_s_test.cpp20 TEST(Strnlen, Samples) { in TEST() argument
Dopcode_make_test.cpp32 TEST(OpcodeMake, Samples) { in TEST() argument
Dtext_to_binary_test.cpp191 TEST_P(TextToBinaryFloatValueTest, Samples) { in TEST_P() argument
221 TEST_P(TextToBinaryHalfValueTest, Samples) { in TEST_P() argument
Dunit_spirv.cpp27 TEST(MakeVector, Samples) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/
Dbinary_strnlen_s_test.cpp20 TEST(Strnlen, Samples) { in TEST() argument
Dopcode_make_test.cpp32 TEST(OpcodeMake, Samples) { in TEST() argument
Dtext_to_binary_test.cpp191 TEST_P(TextToBinaryFloatValueTest, Samples) { in TEST_P() argument
221 TEST_P(TextToBinaryHalfValueTest, Samples) { in TEST_P() argument
Dunit_spirv.cpp27 TEST(MakeVector, Samples) { in TEST() argument
/external/mesa3d/src/egl/main/
Deglconfig.h69 EGLint Samples; member
120 ATTRIB_MAP(EGL_SAMPLES, Samples); in _eglOffsetOfConfig()
/external/doclava/res/assets/templates-sdk/components/
Dmasthead.cs47 >Samples</a>
157 >Samples</a>
258 <a class="dac-nav-link" href="<?cs var:toroot ?>samples/index.html">Samples</a>
/external/llvm/include/llvm/ProfileData/
DSampleProf.h335 SampleSorter(const std::map<LocationT, SampleT> &Samples) {
336 for (const auto &I : Samples)
/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py205 class Samples(object): class
313 samples = Samples(self._string_table)
/external/webrtc/
DREADME.md21 * Samples and reference apps: https://github.com/webrtc

1234