Searched defs:profile (Results 1 - 25 of 246) sorted by relevance

12345678910

/external/v4l2_codec2/vda/
H A Dvideo_codecs.cc13 std::string GetProfileName(VideoCodecProfile profile) { argument
14 switch (profile) {
56 return "dolby vision profile 0";
58 return "dolby vision profile 4";
60 return "dolby vision profile 5";
62 return "dolby vision profile 7";
/external/javasqlite/src/main/java/SQLite/
H A DProfile.java4 * Callback interface for SQLite's profile function.
10 * Callback to profile (ie log) one SQL statement
17 public void profile(String stmt, long est); method in interface:Profile
/external/python/cpython2/Tools/compiler/
H A Dcompile.py6 import profile namespace
38 profile.run('compileFile(%r, %r)' % (filename, DISPLAY),
/external/compiler-rt/make/platform/
H A Dclang_linux.mk52 Configs += builtins-i386 profile-i386
54 Arch.profile-i386 := i386
59 Configs += builtins-x86_64 profile-x86_64
61 Arch.profile-x86_64 := x86_64
74 CFLAGS.profile-i386 := $(CFLAGS) -m32
75 CFLAGS.profile-x86_64 := $(CFLAGS) -m64
79 FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \
84 FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386)
/external/ImageMagick/coders/
H A Dthumbnail.c55 #include "MagickCore/profile.h"
164 *profile;
187 profile=GetImageProfile(image,"exif");
188 if (profile == (const StringInfo *) NULL)
203 magick[2]=GetStringInfoDatum(profile)[offset+i];
207 thumbnail_image=BlobToImage(image_info,GetStringInfoDatum(profile)+offset+i-2,
159 *profile; local
/external/aac/libMpegTPEnc/src/
H A Dtpenc_adif.h115 int profile; member in struct:__anon494
H A Dtpenc_adts.h117 UCHAR profile; member in struct:__anon495
/external/fio/
H A Dprofile.c2 #include "profile.h"
9 struct profile_ops *find_profile(const char *profile) argument
16 if (!strcmp(profile, ops->name))
25 int load_profile(const char *profile) argument
29 dprint(FD_PROFILE, "loading profile '%s'\n", profile);
31 ops = find_profile(profile);
34 log_err("fio: profile %s prep failed\n", profile);
41 log_err("fio: profile '
[all...]
/external/libvpx/libvpx/third_party/libwebm/common/
H A Dhdr_util.h38 : profile(kValueNotPresent),
44 int profile; member in struct:libwebm::Vp9CodecFeatures
/external/libxaac/decoder/
H A Dixheaacd_adts.h28 WORD32 profile; member in struct:__anon13133
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.c36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile, argument
40 switch (u_reduce_video_profile(profile)) {
49 vl_level_supported(struct pipe_screen *screen, enum pipe_video_profile profile) argument
52 switch (profile) {
77 templat->profile,
86 switch (u_reduce_video_profile(temp.profile)) {
/external/perf_data_converter/src/
H A Dperf_to_profile.cc31 LOG(FATAL) << "Expected profile vector to have one element.";
33 const auto& profile = profiles[0]->data; local
36 profile.SerializeToOstream(&outFile);
/external/python/cpython2/Lib/hotshot/
H A Dstats.py3 import profile namespace
35 # have to the seconds that the profile/pstats module work
74 class Profile(profile.Profile):
/external/python/cpython2/Tools/scripts/
H A Dndiff.py125 if "-profile" in args:
126 import profile, pstats namespace
127 args.remove("-profile")
129 profile.run("main(args)", statf)
/external/python/cpython3/Tools/scripts/
H A Dndiff.py125 if "-profile" in args:
126 import profile, pstats namespace
127 args.remove("-profile")
129 profile.run("main(args)", statf)
/external/syslinux/gpxe/src/include/gpxe/
H A Dprofile.h39 * @ret delta Elapsed ticks since last call to profile().
41 * Call profile() both before and after the code you wish to measure.
46 * profile ( &profiler );
48 * printf ( "It took %ld ticks to execute\n", profile ( &profiler ) );
53 profile ( union profiler *profiler ) { function
65 * @ret delta Elapsed ticks since last call to profile().
71 * simple_profile() is equivalent to profile(&simple_profiler), where
73 * to each object which includes @c profile.h.
77 return profile ( &simple_profiler );
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dsample_harness.cc60 xla::ExecutionProfile profile; local
66 /*execution_profile=*/&profile);
70 profile.compute_time_ns());
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dexecution_tracker.cc29 const ExecutionProfile& profile,
33 profile_(profile),
51 const ExecutionProfile& profile, GlobalDataHandle result) {
56 MakeUnique<AsyncExecution>(backend, std::move(streams), profile, result));
27 AsyncExecution(Backend* backend, std::vector<Backend::StreamPtr> streams, const ExecutionProfile& profile, GlobalDataHandle result) argument
49 Register( Backend* backend, std::vector<Backend::StreamPtr> streams, const ExecutionProfile& profile, GlobalDataHandle result) argument
H A Dexecution_tracker.h44 const ExecutionProfile& profile, GlobalDataHandle result);
50 const ExecutionProfile& profile() const { return profile_; } function in class:xla::AsyncExecution
76 const ExecutionProfile& profile,
H A Dexecutable.cc61 const ServiceExecutableRunOptions* run_options, ExecutionProfile* profile,
65 if (profile != nullptr) {
71 // If the profiling flag isn't enabled, we pass nullptr as the profile to
83 if (profile != nullptr) {
89 // Merge in run-time profile information from execution_profile.
94 profile->MergeFrom(execution_profile());
100 profile->set_compute_and_transfer_time_ns(timer->Nanoseconds());
112 if (profile->compute_time_ns() == 0) {
113 profile->set_compute_time_ns(profile
60 ExecuteOnStreamWrapper( const ServiceExecutableRunOptions* run_options, ExecutionProfile* profile, ArraySlice<const ShapedBuffer*> arguments) argument
[all...]
/external/tensorflow/tensorflow/python/profiler/
H A Dprofiler.py15 """profiler python module provides APIs to profile TensorFlow models.
28 from tensorflow.python.profiler.model_analyzer import profile namespace
39 'profile',
60 profile,
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dmain.py72 "--profile",
74 dest="profile"
133 if options.profile:
135 import cProfile as profile namespace
137 import profile namespace
139 profile.runctx(
143 'profile.dat'
147 stats = pstats.Stats('profile.dat')
/external/python/cpython2/Lib/test/
H A Dtest_profile.py1 """Test suite for the profile module."""
9 import profile namespace
15 profilerclass = profile.Profile
44 # Issue #5330: profile and cProfile wouldn't report C functions called
107 0 0.000 0.000 profile:0(profiler)
108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc())
130 :0(setprofile) <- profile:0(testfunc())(1) 999.749
131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749
132 profile:0(profiler) <-
133 profile
[all...]
/external/tensorflow/tensorflow/compiler/xla/
H A Dexecutable_run_options.cc71 ExecutionProfile* profile) {
72 execution_profile_ = profile;
70 set_execution_profile( ExecutionProfile* profile) argument
/external/boringssl/src/ssl/
H A Dd1_srtp.cc175 const SRTP_PROTECTION_PROFILE *profile; local
176 if (!find_profile_by_name(ptr, &profile,
182 if (!sk_SRTP_PROTECTION_PROFILE_push(profiles.get(), profile)) {

Completed in 826 milliseconds

12345678910