HomeSort by relevance Sort by last modified time
    Searched defs:profile (Results 126 - 150 of 239) sorted by null

1 2 3 4 56 7 8 910

  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 683 int profile = OSMESA_COMPAT_PROFILE, version_major = 1, version_minor = 0; local
721 profile = attribList[i+1];
722 if (profile == OSMESA_COMPAT_PROFILE)
724 else if (profile == OSMESA_CORE_PROFILE)
    [all...]
  /external/perf_data_converter/src/
perf_data_converter.cc 27 typedef perftools::profiles::Profile Profile;
77 // Adds the string to the profile builder. If the UTF-8 library is included,
80 // the profile string table must be valid UTF-8.
99 // List of profile location IDs, currently used to represent a call stack.
115 // The index of the sample's command in the profile's string table.
145 // TID, we'll need to maintain separate profile sample objects for samples
152 // Map from a virtual address to a profile location ID. It only keys off the
158 // Map from the handler mapping object to profile mapping ID. The mappings
180 std::unique_ptr<ProcessProfile> makeProcessProfile(Profile* data)
324 Profile* profile = builder->mutable_profile(); local
369 Profile* profile = per_pid.builder->mutable_profile(); local
411 Profile* profile = builder->mutable_profile(); local
441 Profile* profile = builder->mutable_profile(); local
511 Profile* profile = builder->mutable_profile(); local
    [all...]
  /external/skia/src/codec/
SkJpegCodec.cpp 129 * ICC profiles may be stored using a sequence of multiple markers. We obtain the ICC profile
131 * (1) Discover all ICC profile markers and verify that they are numbered properly.
132 * (2) Copy the data from each marker into a contiguous ICC profile.
149 SkCodecPrintf("ICC Profile Error: numMarkers must be greater than zero.\n");
153 SkCodecPrintf("ICC Profile Error: numMarkers must be consistent.\n");
161 SkCodecPrintf("ICC Profile Error: markerIndex is invalid.\n");
165 SkCodecPrintf("ICC Profile Error: Duplicate value of markerIndex.\n");
175 // No non-empty ICC profile markers were found.
179 // Combine the ICC marker data into a contiguous profile.
185 SkCodecPrintf("ICC Profile Error: Missing marker %d of %d.\n", i, numMarkers)
241 auto profile = read_color_profile(dinfo); local
    [all...]
SkRawCodec.cpp 639 std::unique_ptr<SkEncodedInfo::ICCProfile> profile; local
645 profile = SkEncodedInfo::ICCProfile::Make(skcmsProfile);
663 std::move(profile));
721 const skcms_ICCProfile* const srcProfile = this->getEncodedInfo().profile();
  /external/skqp/src/codec/
SkJpegCodec.cpp 129 * ICC profiles may be stored using a sequence of multiple markers. We obtain the ICC profile
131 * (1) Discover all ICC profile markers and verify that they are numbered properly.
132 * (2) Copy the data from each marker into a contiguous ICC profile.
149 SkCodecPrintf("ICC Profile Error: numMarkers must be greater than zero.\n");
153 SkCodecPrintf("ICC Profile Error: numMarkers must be consistent.\n");
161 SkCodecPrintf("ICC Profile Error: markerIndex is invalid.\n");
165 SkCodecPrintf("ICC Profile Error: Duplicate value of markerIndex.\n");
175 // No non-empty ICC profile markers were found.
179 // Combine the ICC marker data into a contiguous profile.
185 SkCodecPrintf("ICC Profile Error: Missing marker %d of %d.\n", i, numMarkers)
241 auto profile = read_color_profile(dinfo); local
    [all...]
SkRawCodec.cpp 639 std::unique_ptr<SkEncodedInfo::ICCProfile> profile; local
645 profile = SkEncodedInfo::ICCProfile::Make(skcmsProfile);
663 std::move(profile));
721 const skcms_ICCProfile* const srcProfile = this->getEncodedInfo().profile();
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothConnectionFacade.java 309 int profile = -1; local
312 profile = BluetoothProfile.A2DP;
315 profile = BluetoothProfile.HID_HOST;
318 profile = BluetoothProfile.HEADSET;
321 profile = BluetoothProfile.PAN;
324 profile = BluetoothProfile.HEADSET_CLIENT;
327 profile = BluetoothProfile.A2DP_SINK;
330 profile = BluetoothProfile.PBAP_CLIENT;
333 profile = BluetoothProfile.MAP_CLIENT;
337 if (profile == -1)
571 BluetoothProfile profile = null; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
service.cc 398 absl::Span<const string> result_tags, ExecutionProfile* profile) {
432 if (replica == 0 && profile != nullptr) {
462 if (replica == 0 && profile != nullptr) {
483 if (profile != nullptr) {
493 // Merge in run-time profile information from execution_profile on the
495 profile->MergeFrom(executables[0]->execution_profile());
498 profile->set_compute_and_transfer_time_ns(nanoseconds);
509 if (profile->compute_time_ns() == 0) {
510 profile->set_compute_time_ns(profile->compute_and_transfer_time_ns())
717 ExecutionProfile profile; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
local_client_execute_test.cc 113 ExecutionProfile profile; local
116 DefaultExecutableRunOptions().set_execution_profile(&profile));
120 EXPECT_GT(profile.compute_and_transfer_time_ns(), 0);
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 300 unsigned profile = (codec_specific_data[0] >> 3) - 1; local
317 profile << 6
  /frameworks/av/media/libstagefright/foundation/
avc_utils.cpp 364 const char *AVCProfileToString(uint8_t profile) {
365 switch (profile) {
412 memcpy(out, seqParamSet->data() + 1, 3); // profile/level...
414 uint8_t profile = out[0]; local
440 ALOGI("found AVC codec config (%d x %d, %s-profile level %d.%d) "
444 AVCProfileToString(profile),
453 ALOGI("found AVC codec config (%d x %d, %s-profile level %d.%d)",
456 AVCProfileToString(profile),
  /art/profman/
profile_assistant_test.cc 30 #include "profile/profile_compilation_info.h"
52 const ScratchFile& profile,
66 profile,
78 const ScratchFile& profile,
86 // the profile and thus written to disk.
111 ASSERT_TRUE(info->Save(GetFd(profile)));
112 ASSERT_EQ(0, profile.GetFile()->Flush());
113 ASSERT_TRUE(profile.GetFile()->ResetOffset());
122 const ScratchFile& profile,
138 ASSERT_TRUE(info->Save(GetFd(profile)));
379 ScratchFile profile; local
404 ScratchFile profile; local
662 ScratchFile profile; local
673 ScratchFile profile; local
1103 ScratchFile profile; local
    [all...]
  /art/runtime/jit/
jit.cc 42 #include "profile/profile_compilation_info.h"
626 if (android::base::StartsWith(option, "--profile-file=")) {
627 profile_file = option.substr(strlen("--profile-file="));
650 // Hardcoded assumption where the profile file is.
652 // wanted to do more eager JITting of methods in a profile. This is
708 // compile all methods in the boot image profile.
734 LOG(WARNING) << "Expected a profile file in JIT zygote mode";
739 ScopedFlock profile = LockedFile::Open( local
742 // Return early if we're unable to obtain a lock on the profile.
743 if (profile.get() == nullptr)
    [all...]
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 144 UserHandle profile = profiles.get(i); local
146 .getInstalledProvidersForProfile(profile);
    [all...]
  /external/ImageMagick/MagickCore/
profile.c 13 % MagickCore Image Profile Methods %
59 #include "MagickCore/profile.h"
60 #include "MagickCore/profile-private.h"
213 % DeleteImageProfile() deletes a profile from the image by its name.
223 % o name: the profile name.
250 % DestroyImageProfiles() releases memory associated with an image profile map.
279 % GetImageProfile() gets a profile associated with an image by name.
289 % o name: the profile name.
296 *profile;
304 profile=(const StringInfo *) GetValueFromSplayTree((SplayTreeInfo *
288 *profile; local
773 *profile; local
806 *profile; local
1327 *profile; local
1575 *profile; local
2239 *profile; local
    [all...]
property.c 72 #include "MagickCore/profile.h"
402 % This includes, profile prefixes, such as "exif:", "iptc:" and "8bim:"
437 *profile;
450 profile=GetImageProfile(image,"iptc");
451 if (profile == (StringInfo *) NULL)
452 profile=GetImageProfile(image,"8bim");
453 if (profile == (StringInfo *) NULL)
459 for (i=0; i < (ssize_t) GetStringInfoLength(profile); i+=(ssize_t) length)
462 if ((ssize_t) GetStringInfoDatum(profile)[i] != 0x1c)
464 length=(size_t) (GetStringInfoDatum(profile)[i+3] << 8)
430 *profile; local
589 *profile; local
1227 *profile; local
1666 *profile; local
1766 *profile; local
3083 *profile; local
4458 *profile; local
    [all...]
  /external/ImageMagick/MagickWand/
operation.c 2972 *profile; local
2997 *profile; local
    [all...]
  /external/ImageMagick/coders/
gif.c 59 #include "MagickCore/profile.h"
931 static void *DestroyGIFProfile(void *profile)
933 return((void *) DestroyStringInfo((StringInfo *) profile));
1151 *profile; local
1371 *profile; local
1802 *profile; local
    [all...]
jpeg.c 76 #include "MagickCore/profile.h"
140 *profile;
303 *profile;
308 profile=GetImageProfile(image,"8bim");
309 if (profile == (const StringInfo *) NULL)
311 if (GetStringInfoLength(profile) < 5)
313 datum=GetStringInfoDatum(profile);
462 error_manager->profile=comment;
475 error_manager->profile=NULL;
510 *profile;
138 *profile; member in struct:_ErrorManager
297 *profile; local
504 *profile; local
608 *profile; local
731 *profile; local
2028 *profile; local
    [all...]
meta.c 55 #include "MagickCore/profile.h"
1183 *profile;
1179 *profile; local
2295 *profile; local
    [all...]
pdf.c 71 #include "MagickCore/profile.h"
833 *profile;
836 Read XMP profile.
839 profile=StringToStringInfo(command);
840 for (i=(ssize_t) GetStringInfoLength(profile)-1; c != EOF; i++)
842 SetStringInfoLength(profile,(size_t) (i+1));
844 GetStringInfoDatum(profile)[i]=(unsigned char) c;
854 SetStringInfoLength(profile,(size_t) i);
855 (void) SetImageProfile(image,"xmp",profile,exception);
856 profile=DestroyStringInfo(profile)
827 *profile; local
1278 *profile; local
    [all...]
ps.c 69 #include "MagickCore/profile.h"
493 *profile;
933 Read ICC profile.
935 profile=AcquireStringInfo(MagickPathExtent);
936 datum=GetStringInfoDatum(profile);
939 if (i >= (ssize_t) GetStringInfoLength(profile))
941 SetStringInfoLength(profile,(size_t) i << 1);
942 datum=GetStringInfoDatum(profile);
946 SetStringInfoLength(profile,(size_t) i+1);
947 (void) SetImageProfile(image,"icc",profile,exception)
488 *profile; local
1506 *profile; local
    [all...]
  /external/aac/libAACenc/src/
metadata_compressor.cpp 167 DRC_PROFILE profile[2]; /*!< DRC profile. */ member in struct:DRC_COMP
194 * Profile tables.
    [all...]
  /external/adhd/cras/src/server/
cras_bt_device.c 42 /* Check profile connections every 2 seconds and rerty 30 times maximum.
64 * active_profile - The flag to indicate the active audio profile this
71 * profile switch.
172 syslog(LOG_ERR, "Connect profile message replied error: %s",
374 enum cras_bt_device_profile profile)
376 return !!(device->profiles & profile);
381 enum cras_bt_device_profile profile)
388 cras_bt_io_append(bt_iodev, iodev, profile);
395 cras_bt_io_create(device, iodev, profile);
413 /* Check what will the preffered profile be if we remove dev. *
729 enum cras_bt_device_profile profile; local
    [all...]
  /external/antlr/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 100 /** The profile attribute */
101 private boolean profile; field in class:ANTLR3
201 this.profile = enable;
515 if (profile) {
516 commandline.createArgument().setValue("-profile");

Completed in 848 milliseconds

1 2 3 4 56 7 8 910