Searched refs:profile (Results 51 - 75 of 333) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkDeviceProfile.cpp73 void SkDeviceProfile::SetGlobal(SkDeviceProfile* profile) { argument
76 SkRefCnt_SafeAssign(gGlobalProfile, profile);
/external/skia/src/effects/
H A DSkBlurMask.h30 // but also being able to predict precisely at what pixels the blurred profile of e.g. a
52 @param profile The precomputed 1D blur profile; memory allocated by and managed by
59 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurredWidth, int sharpWidth);
61 /** Allocate memory for and populate the profile of a 1D blurred halfplane. The caller
71 @param profile Precomputed blur profile computed by ComputeBlurProfile above.
73 @param sigma Standard deviation of the gaussian blur kernel used to compute the profile;
77 static void ComputeBlurredScanline(uint8_t* pixels, const uint8_t* profile,
/external/vogar/src/vogar/target/
H A DCaliperRunnerFactory.java54 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile,
57 return new CaliperRunner(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 DTestRunner.java54 private final boolean profile; field in class:TestRunner
69 boolean profile = Boolean.parseBoolean(properties.getProperty(TestProperties.PROFILE));
103 this.profile = profile;
211 if (profile) {
225 skipPastReference, testEnvironment, timeoutSeconds, profile, args);
273 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile, String[] args) {
276 skipPastReference, testEnvironment, timeoutSeconds, profile, args);
271 newRunner(TargetMonitor monitor, String qualification, Class<?> klass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile, String[] args) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... .eclipse.equinox.p2.engine.IProfile profile org.eclipse.core.runtime.IStatus s ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar ... .eclipse.equinox.p2.engine.IProfile profile org.eclipse.equinox.internal.provisional. ...
H A Dorg.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar ... .eclipse.equinox.p2.engine.IProfile profile org.eclipse.equinox.internal.p2. ...
/external/dng_sdk/source/
H A Ddng_camera_profile.cpp400 DNG_ASSERT (!fWasStubbed, "CalculateFingerprint on stubbed profile");
594 // For Monochrome images, we ignore the camera profile.
840 bool dng_camera_profile::EqualData (const dng_camera_profile &profile) const
843 return fCalibrationIlluminant1 == profile.fCalibrationIlluminant1 &&
844 fCalibrationIlluminant2 == profile.fCalibrationIlluminant2 &&
845 fColorMatrix1 == profile.fColorMatrix1 &&
846 fColorMatrix2 == profile.fColorMatrix2 &&
847 fForwardMatrix1 == profile.fForwardMatrix1 &&
848 fForwardMatrix2 == profile.fForwardMatrix2 &&
849 fReductionMatrix1 == profile
[all...]
/external/deqp/scripts/khr_util/
H A Dregistry.py229 def extensionSupports(eExtension, api, profile=None):
230 if api == 'gl' and profile == 'core':
260 def addComponents(self, elem, api, profile=None):
263 cProfile = eComponent.get('profile')
265 matchApi(profile, eComponent.get('profile'))):
268 def addFeature(self, eFeature, api=None, profile=None, force=False):
273 self.addComponents(eFeature, api, profile)
275 def addExtension(self, eExtension, api=None, profile=None, force=False):
276 if not extensionSupports(eExtension, api, profile)
[all...]
/external/v8/tools/profviz/
H A Dworker.js98 time("Producing statistical profile",
100 var profile = "";
101 print = function(text) { profile += text + "\n"; };
124 displayprof(profile);
/external/aac/libMpegTPEnc/src/
H A Dtpenc_adts.h107 UCHAR profile; member in struct:__anon182
/external/autotest/server/site_tests/video_VDAStress/
H A Doutput_test_video_params.py8 filename:width:height:frames:fragments:minFPSwithRender:minFPSnoRender:profile
86 profile = INVALID_PARAM
91 profile = '1'
94 profile = '11'
109 filename, dimen[0], dimen[1], frame, frag, fps[0], fps[1], profile)
/external/deqp/scripts/opengl/
H A Dgen_ext_init.py27 extIface = getInterface(registry, api, version=False, profile='core', extensionNames=[extName])
/external/icu/icu4c/source/common/unicode/
H A Dusprep.h65 * The StringPrep profile
88 * enums for the standard stringprep profile types
168 * Creates a StringPrep profile from the data file.
171 * where the profile reside followed by the package name
174 * @param fileName name of the profile file to be opened
188 * Creates a StringPrep profile for the specified profile type.
190 * @param type The profile type
203 * Closes the profile
204 * @param profile Th
[all...]
/external/opencv3/modules/videoio/src/cap_winrt/
H A DCaptureFrameGrabber.cpp41 auto profile = ref new MediaEncodingProfile(); variable
42 profile->Video = props;
47 task = create_task(capture->StartPreviewToCustomSinkAsync(profile, reader->_mediaExtension));
51 task = create_task(capture->StartRecordToCustomSinkAsync(profile, reader->_mediaExtension));
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_gentype.hpp34 enum profile enum in namespace:glm
101 template <typename valTypeT, unsigned int colT, unsigned int rowT, profile proT = nice>
141 template <typename vU, uint cU, uint rU, profile pU>
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/
H A Dvideo_VideoEncodeAccelerator.py50 def run_once(self, in_cloud, streams, profile):
54 @param profile: The profile to encode into.
71 input_path, width, height, profile, output_path, bit_rate)
/external/libogg/
H A DMakefile.am29 profile:
/external/libvorbis/examples/
H A DMakefile.am33 profile:
/external/skia/gm/
H A Dcolor4f.cpp77 for (auto profile : profiles) {
79 profile);
/external/v8/tools/
H A Dlinux-tick-processor38 $tools_path/profile.js $tools_path/profile_view.js \
/external/jemalloc/bin/
H A Djeprof.in33 # Program for printing the profile generated by common/profiler.cc,
36 # The profile contains a sequence of entries of the form:
38 # This program parses the profile, and generates user-readable
43 # % tools/jeprof "program" "profile"
46 # % tools/jeprof --text "program" "profile"
49 # % tools/jeprof --gv "program" "profile"
52 # % tools/jeprof --gv --focus=Mutex "program" "profile"
55 # % tools/jeprof --gv --focus=Mutex --ignore=string "program" "profile"
59 # % tools/jeprof --list=IBF_CheckDocid "program" "profile"
64 # % tools/jeprof --disasm=IBF_CheckDocid "program" "profile"
[all...]
/external/e2fsprogs/e2fsck/
H A Dprofile_helpers.c2 * profile_helpers.c -- Helper functions for the profile library
4 * These functions are not part of the "core" profile library, and do
6 * the profile library. They are mainly convenience functions for
26 #include "profile.h"
141 profile_get_values(profile_t profile, const char *const *names, argument
149 if ((retval = profile_iterator_create(profile, names,
182 profile_get_subsection_names(profile_t profile, const char **names, argument
190 if ((retval = profile_iterator_create(profile, names,
218 profile_get_relation_names(profile_t profile, const char **names, argument
226 if ((retval = profile_iterator_create(profile, name
[all...]
/external/skia/src/gpu/gl/
H A DGrGLUtil.cpp80 char profile[2]; local
81 n = sscanf(versionString, "OpenGL ES-%c%c %d.%d", profile, profile+1, &major, &minor);
187 char profile[2]; local
188 n = sscanf(versionString, "OpenGL ES-%c%c %d.%d", profile, profile+1,
/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp152 llvm::FoldingSetNodeID profile; local
153 SymbolRegionValue::Profile(profile, R);
155 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos);
171 llvm::FoldingSetNodeID profile; local
172 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag);
174 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos);
189 llvm::FoldingSetNodeID profile; local
190 SymbolDerived::Profile(profile, parentSymbol, R);
192 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos);
205 llvm::FoldingSetNodeID profile; local
223 llvm::FoldingSetNodeID profile; local
[all...]

Completed in 742 milliseconds

1234567891011>>