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

123456789

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_video.h43 u_reduce_video_profile(enum pipe_video_profile profile) argument
45 switch (profile)
/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/vogar/src/vogar/
H A DRetrievedFilesFilter.java26 private final boolean profile; field in class:RetrievedFilesFilter
29 public RetrievedFilesFilter(boolean profile, File profileFile) { argument
30 this.profile = profile;
41 || (profile && file.getName().equals(profileFile.getName()))) {
/external/aac/libMpegTPEnc/src/
H A Dtpenc_adif.h103 int profile; member in struct:__anon355
H A Dtpenc_adts.h107 UCHAR profile; member in struct:__anon356
/external/vogar/src/vogar/target/
H A DCaliperTargetRunner.java31 private final boolean profile; field in class:CaliperTargetRunner
35 public CaliperTargetRunner(TargetMonitor monitor, boolean profile, Class<?> testClass, argument
38 this.profile = profile;
60 if (profile) {
H A DCaliperRunnerFactory.java54 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile,
57 return new CaliperTargetRunner(monitor, profile, klass, args);
52 newRunner(TargetMonitor monitor, String qualification, Class<?> klass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile, String[] args) argument
H A DMainRunnerFactory.java31 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile,
29 newRunner(TargetMonitor monitor, String qualification, Class<?> klass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile, String[] args) argument
H A DRunnerFactory.java35 int timeoutSeconds, boolean profile, String[] args);
33 newRunner(TargetMonitor monitor, String qualification, Class<?> klass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile, String[] args) argument
/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/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/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.c36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile) argument
39 switch (u_reduce_video_profile(profile)) {
49 enum pipe_video_profile profile,
64 profile,
71 switch (u_reduce_video_profile(profile)) {
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
48 vl_create_decoder(struct pipe_context *pipe, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
/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/vogar/src/vogar/target/junit/
H A DJUnitRunnerFactory.java33 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile,
31 newRunner(TargetMonitor monitor, String qualification, Class<?> klass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile, String[] args) argument
/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/mesa3d/src/gallium/state_trackers/va/
H A Dva_config.c51 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile, argument
59 switch (profile) {
62 VA_INFO("Using profile %08x\n",profile);
75 VA_ERROR("Unsupported profile %08x\n",profile);
85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, argument
/external/boringssl/src/ssl/
H A Dd1_srtp.c175 const SRTP_PROTECTION_PROFILE *profile; local
176 if (!find_profile_by_name(ptr, &profile,
182 if (!sk_SRTP_PROTECTION_PROFILE_push(profiles, profile)) {
/external/libpng/contrib/examples/
H A Diccfrompng.c34 static png_byte no_profile[] = "no profile";
43 /* Initialize for error or no profile: */
69 png_bytep profile; local
71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile,
76 memcpy(result, profile, *proflen);
79 png_error(png_ptr, "OOM allocating profile buffer");
99 png_bytep profile = extract(fp, &proflen); local
101 if (profile != NULL && profile != no_profile)
127 if (fwrite(profile, profle
[all...]
/external/libxml2/
H A Dcheck-xinclude-test-suite.py198 profile = testsuite.prop('PROFILE') variable
199 if profile != None:
200 print profile
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.c234 enum pipe_video_profile profile,
239 return vl_profile_supported(screen, profile);
233 softpipe_get_video_param(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_cap param) argument
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_decoder.h44 * Gallium video decoder for a specific codec/profile
50 enum pipe_video_profile profile; member in struct:pipe_video_decoder
/external/skia/src/core/
H A DSkDeviceProfile.cpp73 void SkDeviceProfile::SetGlobal(SkDeviceProfile* profile) { argument
76 SkRefCnt_SafeAssign(gGlobalProfile, profile);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DCertInstallerHelper.java171 public void installCertificate(VpnProfile profile, String certFile, String password) { argument
179 String key = Credentials.USER_PRIVATE_KEY + profile.ipsecUserCert;
190 String certName = Credentials.USER_CERTIFICATE + profile.ipsecUserCert;
201 String caListName = Credentials.CA_CERTIFICATE + profile.ipsecCaCert;

Completed in 2905 milliseconds

123456789