HomeSort by relevance Sort by last modified time
    Searched defs:profile (Results 251 - 275 of 872) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/
maven-settings-2.2.1.jar 
  /art/profman/
profile_assistant_test.cc 50 const ScratchFile& profile,
64 profile,
76 const ScratchFile& profile,
84 // the profile and thus written to disk.
109 ASSERT_TRUE(info->Save(GetFd(profile)));
110 ASSERT_EQ(0, profile.GetFile()->Flush());
111 ASSERT_TRUE(profile.GetFile()->ResetOffset());
120 const ScratchFile& profile,
136 ASSERT_TRUE(info->Save(GetFd(profile)));
137 ASSERT_EQ(0, profile.GetFile()->Flush())
374 ScratchFile profile; local
399 ScratchFile profile; local
657 ScratchFile profile; local
668 ScratchFile profile; local
1097 ScratchFile profile; local
    [all...]
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 150 UserHandle profile = profiles.get(i); local
152 .getInstalledProvidersForProfile(profile);
    [all...]
  /external/ImageMagick/MagickCore/
opencl.c 909 We don't run the benchmark when we can not write out a device profile. The
1503 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
1197 *profile; local
1644 *profile; local
1719 *profile; local
2985 *profile; local
4281 *profile; local
    [all...]
  /external/ImageMagick/MagickWand/
operation.c 2972 *profile; local
2996 *profile; local
    [all...]
  /external/ImageMagick/coders/
gif.c 59 #include "MagickCore/profile.h"
1131 *profile; local
1757 *profile; local
    [all...]
jpeg.c 75 #include "MagickCore/profile.h"
138 *profile;
293 *profile;
298 profile=GetImageProfile(image,"8bim");
299 if (profile == (const StringInfo *) NULL)
301 if (GetStringInfoLength(profile) < 5)
303 datum=GetStringInfoDatum(profile);
430 error_manager->profile=comment;
435 error_manager->profile=NULL;
470 *profile;
136 *profile; member in struct:_ErrorManager
288 *profile; local
465 *profile; local
559 *profile; local
670 *profile; local
1917 *profile; local
    [all...]
meta.c 55 #include "MagickCore/profile.h"
1154 *profile;
1216 profile=BlobToStringInfo(GetBlobStreamData(buff),(size_t)
1218 if (profile == (StringInfo *) NULL
1150 *profile; local
2207 *profile; local
    [all...]
ps.c 69 #include "MagickCore/profile.h"
491 *profile;
635 Read ICC profile.
637 profile=AcquireStringInfo(65536);
640 SetStringInfoLength(profile,(size_t) i+1);
641 datum=GetStringInfoDatum(profile);
644 (void) SetImageProfile(image,"icc",profile,exception);
645 profile=DestroyStringInfo(profile);
654 Read Photoshop profile
486 *profile; local
1473 *profile; local
    [all...]
psd.c 72 #include "MagickCore/profile.h"
627 *profile;
639 profile=BlobToStringInfo((const unsigned char *) NULL,length);
640 SetStringInfoDatum(profile,blocks);
641 (void) SetImageProfile(image,"8bim",profile,exception);
642 profile=DestroyStringInfo(profile);
622 *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 41 /* Check profile connections every 2 seconds and rerty 30 times maximum.
63 * active_profile - The flag to indicate the active audio profile this
70 * profile switch.
171 syslog(LOG_ERR, "Connect profile message replied error: %s",
373 enum cras_bt_device_profile profile)
375 return !!(device->profiles & profile);
380 enum cras_bt_device_profile profile)
387 cras_bt_io_append(bt_iodev, iodev, profile);
394 cras_bt_io_create(device, iodev, profile);
412 /* Check what will the preffered profile be if we remove dev. *
728 enum cras_bt_device_profile profile; local
    [all...]
  /external/antlr/antlr-3.4/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");
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 255 // Profile the node to see if we already have something matching it
256 llvm::FoldingSetNodeID profile; local
257 D->Profile(profile);
260 if (PathDiagnostic *orig = Diags.FindNodeOrInsertPos(profile, InsertPos)) {
    [all...]
  /external/libcups/cups/
ppd.c 467 ppd_profile_t *profile; /* Pointer to color profile */ local
743 * Only load localizations for the color profile related keywords...
914 profile = malloc(sizeof(ppd_profile_t));
916 profile = realloc(ppd->profiles, sizeof(ppd_profile_t) * (size_t)(ppd->num_profiles + 1));
918 if (!profile)
925 ppd->profiles = profile;
926 profile += ppd->num_profiles;
929 memset(profile, 0, sizeof(ppd_profile_t));
930 strlcpy(profile->resolution, name, sizeof(profile->resolution))
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 1040 /* Round up to a multiple of 4 here to allow an iCCP profile
1157 png_bytep profile = NULL; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 161 /* profile settings */
228 BITSTREAM_PROFILE profile; member in struct:VP9Common
230 // VPX_BITS_8 in profile 0 or 1, VPX_BITS_10 or VPX_BITS_12 in profile 2 or 3.
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_vp.c 101 uint8_t profile; // 30 0 = simple, 1 = main, 2 = advanced member in struct:vc1_picparm_vp
228 if (dec->base.profile == PIPE_VIDEO_PROFILE_MPEG1)
262 return ret | (dec->base.profile != PIPE_VIDEO_PROFILE_MPEG1);
433 assert(dec->base.profile != PIPE_VIDEO_PROFILE_VC1_SIMPLE);
444 vc->profile = dec->base.profile - PIPE_VIDEO_PROFILE_VC1_SIMPLE;
462 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile);
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 56 * The profile of a context.
60 ST_PROFILE_DEFAULT, /**< OpenGL compatibility profile */
61 ST_PROFILE_OPENGL_CORE, /**< OpenGL 3.2+ core profile */
86 * Profile information (core vs. compatibilty for OpenGL 3.2+) is communicated
257 * The profile and minimal version to support.
262 enum st_profile_type profile; member in struct:st_context_attribs
  /external/skia/src/codec/
SkPngCodec.cpp 351 // First check for an ICC profile
352 png_bytep profile; local
356 // Could knowing the |name| of the profile ever be interesting? Maybe for debugging?
359 // (1) libpng has already decompressed the profile for us.
362 if (PNG_INFO_iCCP == png_get_iCCP(png_ptr, info_ptr, &name, &compression, &profile,
364 return SkColorSpace::MakeICC(profile, length);
    [all...]
  /external/skqp/src/codec/
SkPngCodec.cpp 351 // First check for an ICC profile
352 png_bytep profile; local
356 // Could knowing the |name| of the profile ever be interesting? Maybe for debugging?
359 // (1) libpng has already decompressed the profile for us.
362 if (PNG_INFO_iCCP == png_get_iCCP(png_ptr, info_ptr, &name, &compression, &profile,
364 return SkColorSpace::MakeICC(profile, length);
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 1164 JSONObject profile = new JSONObject(); local
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 968 png_charp profile; local
973 &profile, &proflen))
976 profile, proflen);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
service.cc 453 perftools::gputools::StreamExecutor* executor, ExecutionProfile* profile,
460 if (profile != nullptr) {
461 profile->set_compilation_cache_hit(true);
468 (profile != nullptr) ? tensorflow::Env::Default()->NowMicros() : 0;
478 if (profile != nullptr) {
481 profile->set_compilation_cache_hit(false);
482 profile->set_compile_time_ms(milliseconds);
496 ExecutionProfile* profile) {
521 if (replica == 0 && profile != nullptr) {
552 if (replica == 0 && profile != nullptr)
794 ExecutionProfile profile; local
942 ExecutionProfile profile; local
    [all...]

Completed in 1076 milliseconds

<<11121314151617181920>>