Searched refs:profile (Results 26 - 50 of 333) sorted by relevance

1234567891011>>

/external/dng_sdk/source/
H A Ddng_color_spec.cpp67 const dng_camera_profile *profile)
100 if (!profile || !profile->IsValid (fChannels))
105 if (profile->WasStubbed ())
107 ThrowProgramError ("Using stubbed profile");
110 fTemperature1 = profile->CalibrationTemperature1 ();
111 fTemperature2 = profile->CalibrationTemperature2 ();
113 fColorMatrix1 = profile->ColorMatrix1 ();
114 fColorMatrix2 = profile->ColorMatrix2 ();
116 fForwardMatrix1 = profile
66 dng_color_spec(const dng_negative &negative, const dng_camera_profile *profile) argument
[all...]
/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 \
83 FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h69 virtual void Profile(llvm::FoldingSetNodeID& profile) = 0;
133 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { argument
134 profile.AddInteger((unsigned) RegionValueKind);
135 profile.AddPointer(R);
138 void Profile(llvm::FoldingSetNodeID& profile) override {
139 Profile(profile, R);
177 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, argument
180 profile.AddInteger((unsigned) ConjuredKind);
181 profile.AddPointer(S);
182 profile
215 Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, const TypedValueRegion *r) argument
248 Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) argument
287 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, unsigned Count, const void *Tag) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Dprofile.c2 * profile.c -- A simple configuration file parsing "library in a file"
4 * The profile library was originally written by Theodore Ts'o in 1995
72 #include "profile.h"
85 * This is the structure which stores the profile information for a
104 * The profile flags
121 * Used by the profile iterator in prof_get.c
151 /* profile parser declarations */
209 (prf_file_t profile);
211 static errcode_t profile_get_value(profile_t profile, const char *name,
305 profile_t profile; local
368 profile_release(profile_t profile) argument
389 profile_set_default(profile_t profile, const char *def_string) argument
1269 profile_t profile; member in struct:profile_iterator
1281 profile_iterator_create(profile_t profile, const char *const *names, int flags, void **ret_iter) argument
1462 profile_get_value(profile_t profile, const char *name, const char *subname, const char *subsubname, const char **ret_value) argument
1495 profile_get_string(profile_t profile, const char *name, const char *subname, const char *subsubname, const char *def_val, char **ret_string) argument
1523 profile_get_integer(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_int) argument
1564 profile_get_uint(profile_t profile, const char *name, const char *subname, const char *subsubname, unsigned int def_val, unsigned int *ret_int) argument
1605 profile_get_double(profile_t profile, const char *name, const char *subname, const char *subsubname, double def_val, double *ret_double) argument
1677 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument
1748 do_cmd(profile_t profile, char **argv) argument
1834 do_batchmode(profile_t profile) argument
1869 profile_t profile; local
[all...]
/external/libvorbis/test/
H A DMakefile.am18 profile:
/external/v8/test/cctest/
H A Dlog-eq-of-logging-and-traversal.js52 this.profile = new Profile();
69 this.profile.addFuncCode(type, name, start, size, funcAddr, state);
71 this.profile.addCode(type, name, start, size);
76 this.profile.moveCode(from, to);
80 this.profile.moveFunc(from, to);
98 logging_processor.profile.cleanUpFuncEntries();
100 logging_processor.profile.codeMap_.getAllDynamicEntriesWithAddresses();
110 traversal_processor.profile.codeMap_.getAllDynamicEntriesWithAddresses();
H A Dtest-cpu-profiler.cc186 // Check the state of profile generator.
247 CpuProfile* profile = profiles->StopProfiling(""); local
248 CHECK(profile);
252 profile->top_down()->root()->children();
312 CpuProfile* profile = profiles->StopProfiling(""); local
313 CHECK(profile);
316 const ProfileNode* node = profile->top_down()->root();
359 const i::CpuProfile* profile = local
363 if (profile == profiler->GetProfile(i))
416 const v8::CpuProfile* profile local
438 v8::CpuProfile* profile = cpu_profiler->StopProfiling(profile_name); local
530 GetSimpleBranch(v8::Local<v8::Context> context, v8::CpuProfile* profile, const char* names[], int length) argument
600 v8::CpuProfile* profile = local
668 v8::CpuProfile* profile = local
700 v8::CpuProfile* profile = local
753 v8::CpuProfile* profile = local
867 v8::CpuProfile* profile = local
920 v8::CpuProfile* profile = local
971 v8::CpuProfile* profile = local
1025 v8::CpuProfile* profile = local
1055 v8::CpuProfile* profile = RunProfiler(env, function, NULL, 0, 0); local
1133 CpuProfile* profile = profiles->StopProfiling(""); local
1208 v8::CpuProfile* profile = local
1284 v8::CpuProfile* profile = local
1366 v8::CpuProfile* profile = cpu_profiler->StopProfiling(profile_name); local
1436 v8::CpuProfile* profile = RunProfiler(env, function, NULL, 0, 0); local
1499 v8::CpuProfile* profile = RunProfiler(env, function, NULL, 0, 0); local
1579 v8::CpuProfile* profile = RunProfiler(env, function, NULL, 0, 0); local
1633 v8::CpuProfile* profile = cpu_profiler->StopProfiling(profile_name); local
1690 const v8::CpuProfile* profile = i::ProfilerExtension::last_profile; local
1752 v8::CpuProfile* profile = reinterpret_cast<v8::CpuProfile*>(iprofile); local
1938 v8::CpuProfile* profile = reinterpret_cast<v8::CpuProfile*>(iprofile); local
2011 v8::CpuProfile* profile = reinterpret_cast<v8::CpuProfile*>(iprofile); local
2069 v8::CpuProfile* profile = reinterpret_cast<v8::CpuProfile*>(iprofile); local
[all...]
/external/chromium-trace/catapult/third_party/Paste/tests/
H A Dtest_profilemiddleware.py3 from paste.debug.profile import *
23 # The profile information:
/external/autotest/client/site_tests/network_BasicProfileProperties/
H A Dnetwork_BasicProfileProperties.py49 # The last profile should be the one we just created.
50 profile = profiles[-1]
52 profile.GetProperties(utf8_strings=True))
57 raise error.TestFail('Found unexpected top profile with name '
67 raise error.TestFail('Missing ethernet entry %s from profile.' %
70 entry = profile.GetEntry(ethernet_entry_key)
/external/autotest/client/site_tests/hardware_VideoDecodeCapable/src/
H A Dvaapimodule.cc119 VAProfile *profile = new VAProfile[num_profiles]; local
121 VAStatus status = vaQueryConfigProfiles(va_display, profile, &num_profiles);
124 delete [] profile;
131 size_t value = static_cast<size_t>(profile[i]);
134 delete [] profile;
140 int profile; local
141 if (!PyArg_ParseTuple(args, "Oi", &bundle, &profile))
152 static_cast<VAProfile>(profile),
170 int profile; local
172 if (!PyArg_ParseTuple(args, "Oii", &bundle, &profile,
[all...]
/external/compiler-rt/lib/profile/
H A DInstrProfData.inc13 * defined in this file affect the profile runtime ABI, the raw profile format,
17 * the other one sits in compiler-rt/lib/profile directory. To make changes
91 /* Definition of member fields of the raw profile header data structure. */
176 * layout of the value profile data of a particular kind for one function.
179 /* The kind of the value profile record. */
182 * The number of value profile sites. It is guaranteed to be non-zero;
200 /* The array of value profile data. The size of the array is the sum
235 *The number of value profile kinds that has value profile dat
[all...]
/external/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc13 * defined in this file affect the profile runtime ABI, the raw profile format,
17 * the other one sits in compiler-rt/lib/profile directory. To make changes
91 /* Definition of member fields of the raw profile header data structure. */
176 * layout of the value profile data of a particular kind for one function.
179 /* The kind of the value profile record. */
182 * The number of value profile sites. It is guaranteed to be non-zero;
200 /* The array of value profile data. The size of the array is the sum
235 *The number of value profile kinds that has value profile dat
[all...]
/external/vulkan-validation-layers/
H A Dgenvk.py31 # profile - enable Python profiling
39 profile = False variable
63 elif (arg == '-profile'):
64 write('Enabling profiling (-profile)', file=sys.stderr)
65 profile = True variable
172 profile = None,
197 profile = None,
217 profile = None,
230 profile = None,
244 profile
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jar ... .eclipse.equinox.p2.engine.IProfile profile org.eclipse.equinox.internal.p2. ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar ... .eclipse.equinox.p2.engine.IProfile profile org.eclipse.equinox.p2.query. ...
/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/deqp/framework/opengl/
H A DgluRenderContext.hpp68 * \brief Rendering API version and profile.
74 ApiType (int major, int minor, Profile profile) : m_bits(pack(major, minor, profile)) {} argument
94 static deUint32 pack (int major, int minor, Profile profile);
111 inline deUint32 ApiType::pack (int major, int minor, Profile profile) argument
117 DE_ASSERT((deUint32(profile) & ~((1<<PROFILE_BITS)-1)) == 0);
121 bits |= deUint32(profile) << PROFILE_SHIFT;
142 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0));
163 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) argument
164 : ApiType(major, minor, profile)
[all...]
/external/llvm/utils/
H A DMakefile17 llvm-native-gxx makellvm profile.pl vim
/external/srtp/include/
H A Dsrtp.h610 * @brief identifies a particular SRTP profile
613 * profile (that is, a set of algorithms and parameters). These
634 * The function call crypto_policy_set_rtp_default(&policy, profile)
636 * protection, as defined by the srtp_profile_t profile.
646 * - err_status_bad_param the profile is not supported
651 srtp_profile_t profile);
662 * The function call crypto_policy_set_rtcp_default(&policy, profile)
664 * protection, as defined by the srtp_profile_t profile.
674 * - err_status_bad_param the profile is not supported
679 srtp_profile_t profile);
[all...]
/external/vogar/src/vogar/target/
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
/external/vogar/test/vogar/target/
H A DTestRunnerProperties.java32 boolean profile() default false;
36 String profileFile() default "default-profile-file";
/external/autotest/client/site_tests/video_VEAPerf/
H A Dvideo_VEAPerf.py137 def _get_profile_name(self, profile):
139 Gets profile name from a profile index.
141 if profile == 1:
143 elif profile == 11:
149 def _convert_test_name(self, path, on_cloud, profile):
156 "tulip2-1280x720.h264" depending on the profile. The MD5 checksum in
163 @param profile: Profile index.
169 profile_name = self._get_profile_name(profile)
236 profile, requested_frame_rat
[all...]
/external/compiler-rt/lib/
H A DMakefile.mk17 SubDirs += profile
/external/libogg/src/
H A DMakefile.am27 profile:
/external/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h92 * Query an integer-valued capability/parameter/limit for a codec/profile
96 enum pipe_video_profile profile,
133 * Check if the given pipe_format is supported as output for this codec/profile.
134 * \param profile profile to check, may also be PIPE_VIDEO_PROFILE_UNKNOWN
138 enum pipe_video_profile profile );

Completed in 1149 milliseconds

1234567891011>>