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

123456

/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:__anon182
H A Dtpenc_adts.h107 UCHAR profile; member in struct:__anon183
/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 \
82 FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386)
/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/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/vogar/src/vogar/target/
H A DRunner.java35 int timeoutSeconds, boolean profile);
33 init(TargetMonitor monitor, String actionName, String qualification, Class<?> klass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) argument
H A DCaliperRunner.java32 private boolean profile; field in class:CaliperRunner
37 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) {
39 this.profile = profile;
47 if (profile) {
35 init(TargetMonitor monitor, String actionName, String qualification, Class<?> testClass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) argument
H A DMainRunner.java36 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) {
34 init(TargetMonitor monitor, String actionName, String qualification, Class<?> mainClass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) argument
H A DTestRunner.java53 private final boolean profile; field in class:TestRunner
69 boolean profile = Boolean.parseBoolean(properties.getProperty(TestProperties.PROFILE));
101 this.profile = profile;
218 if (profile) {
242 testEnvironment, timeoutSeconds, 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/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/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
H A Dprofile.py40 log_filename='profile.log.tmp',
129 If true, then don't actually profile anything. Useful for
154 return self.profile(self.func, *args, **kw)
158 def profile(self, func, *args, **kw): member in class:DecoratedProfile
216 log_filename='profile.log.tmp',
219 Wrap the application in a component that will profile each
/external/libpng/contrib/examples/
H A Diccfrompng.c30 static png_byte no_profile[] = "no profile";
39 /* Initialize for error or no profile: */
65 png_bytep profile; local
67 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile,
72 memcpy(result, profile, *proflen);
75 png_error(png_ptr, "OOM allocating profile buffer");
95 png_bytep profile = extract(fp, &proflen); local
97 if (profile != NULL && profile != no_profile)
123 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/srtp/test/
H A Ddtls_srtp_driver.c128 srtp_profile_t profile; local
172 profile = srtp_profile_aes128_cm_sha1_80;
173 key_len = srtp_profile_get_master_key_length(profile);
174 salt_len = srtp_profile_get_master_salt_length(profile);
180 /* initialize SRTP policy from profile */
181 err = crypto_policy_set_from_profile_for_rtp(&policy.rtp, profile);
183 err = crypto_policy_set_from_profile_for_rtcp(&policy.rtcp, profile);
/external/vogar/src/vogar/target/junit/
H A DJUnitRunner.java55 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) {
53 init(TargetMonitor monitor, String actionName, String qualification, Class<?> testClass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) argument
/external/aac/libMpegTPDec/src/
H A Dtpdec_adts.h116 UCHAR profile; member in struct:__anon168
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java100 * profile information at runtime.
104 protected boolean profile; field in class:Antlr3Mojo
281 log.debug("ANTLR: profile : " + profile);
318 tool.setProfile(profile);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb40 recognition code generated by ANTLR when called with the <tt>-profile</tt>
50 def klass.profile? singleton method in class:ANTLR3.Profile.ParserEvents.included
66 def profile method in class:ANTLR3.Profile.ParserEvents
67 @debug_listener.profile
188 When ANTLR is run with the <tt>-profile</tt> switch, it generates recognition
213 attr_reader :profile
219 @profile = nil
229 @profile = Profile.new
240 @profile.grammar_file = grammar_file_name
241 @profile
[all...]

Completed in 1129 milliseconds

123456