HomeSort by relevance Sort by last modified time
    Searched refs:cProfile (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cprofile.py 1 """Test suite for the cProfile module."""
7 import cProfile
11 profilerclass = cProfile.Profile
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cprofile.py 1 """Test suite for the cProfile module."""
7 import cProfile
11 profilerclass = cProfile.Profile
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cprofile.py 1 """Test suite for the cProfile module."""
7 import cProfile
11 profilerclass = cProfile.Profile
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 1 """Test suite for the cProfile module."""
7 import cProfile
11 profilerclass = cProfile.Profile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 1 """Test suite for the cProfile module."""
7 import cProfile
11 profilerclass = cProfile.Profile
  /external/freetype/src/raster/
ftraster.c 511 PProfile cProfile; /* current profile */
657 ras.cProfile = (PProfile)ras.top;
658 ras.fProfile = ras.cProfile;
668 ras.cProfile->flags = 0;
669 ras.cProfile->start = 0;
670 ras.cProfile->height = 0;
671 ras.cProfile->offset = ras.top;
672 ras.cProfile->link = (PProfile)0;
673 ras.cProfile->next = (PProfile)0;
674 ras.cProfile->flags = ras.dropOutControl
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 503 PProfile cProfile; /* current profile */
649 ras.cProfile = (PProfile)ras.top;
650 ras.fProfile = ras.cProfile;
660 ras.cProfile->flags = 0;
661 ras.cProfile->start = 0;
662 ras.cProfile->height = 0;
663 ras.cProfile->offset = ras.top;
664 ras.cProfile->link = (PProfile)0;
665 ras.cProfile->next = (PProfile)0;
666 ras.cProfile->flags = ras.dropOutControl
    [all...]
  /external/vulkan-validation-layers/
lvl_genvk.py 17 import argparse, cProfile, pdb, string, sys, time
270 import cProfile, pstats
271 cProfile.run('genTarget(args)', 'profile.txt')
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
genvk.py 17 import sys, time, pdb, string, cProfile
353 import cProfile, pstats
354 cProfile.run('genHeaders()', 'profile.txt')
  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 24 import sys, time, pdb, string, cProfile
573 import cProfile, pstats
574 cProfile.run('genHeaders()', 'profile.txt')
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 135 import cProfile as profile
  /external/deqp/scripts/khr_util/
registry.py 263 cProfile = eComponent.get('profile')

Completed in 379 milliseconds