/external/v8/test/mjsunit/tools/ |
D | profile.js | 53 function countNodes(profile, traverseFunc) { argument 55 traverseFunc.call(profile, function () { count++; }); 61 this.profile = new Profile(); 75 this.profile.addLibrary('lib1', 0x11000, 0x12000); 76 this.profile.addStaticCode('lib1-f1', 0x11100, 0x11900); 77 this.profile.addStaticCode('lib1-f2', 0x11200, 0x11500); 78 this.profile.addLibrary('lib2', 0x21000, 0x22000); 79 this.profile.addStaticCode('lib2-f1', 0x21100, 0x21900); 80 this.profile.addStaticCode('lib2-f2', 0x21200, 0x21500); 81 this.profile.addCode('T', 'F1', 0x50100, 0x100); [all …]
|
/external/llvm/test/Transforms/SampleProfile/ |
D | syntax.ll | 1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck -check-… 2 ; RUN: not opt < %s -sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -check-prefi… 3 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_fn_header.prof 2>&1 | FileCh… 4 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_sample_line.prof 2>&1 | File… 5 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_line_values.prof 2>&1 | File… 6 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_discriminator_value.prof 2>&… 7 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileChec… 8 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_mangle.prof 2>&1 >/dev/null 14 ; NO-DEBUG: warning: No debug information found in function empty: Function profile not used 15 ; MISSING-FILE: missing.prof: Could not open profile:
|
/external/icu/icu4c/source/common/ |
D | usprep.cpp | 137 UStringPrepProfile *profile = NULL; in usprep_internal_flushCache() local 156 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache() 159 if ((noRefCount== FALSE && profile->refCount == 0) || in usprep_internal_flushCache() 165 usprep_unload(profile); in usprep_internal_flushCache() 175 uprv_free(profile); in usprep_internal_flushCache() 222 loadData(UStringPrepProfile* profile, in loadData() argument 259 if(profile->sprepData==NULL) { in loadData() 260 profile->sprepData=dataMemory; in loadData() 262 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes)); in loadData() 263 uprv_memcpy(&profile->sprepTrie, &_sprepTrie, sizeof(UTrie)); in loadData() [all …]
|
/external/e2fsprogs/e2fsck/ |
D | prof_err.et | 14 "A profile section header has a non-zero value" 15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures" 16 error_code PROF_BAD_GROUP_LVL, "Bad group level in profile structures" 18 "Bad parent pointer in profile structures" 19 error_code PROF_MAGIC_ITERATOR, "Bad magic value in profile iterator" 21 error_code PROF_EINVAL, "Invalid argument passed to profile library" 22 error_code PROF_READ_ONLY, "Attempt to modify read-only profile" 29 error_code PROF_SECTION_SYNTAX, "Syntax error in profile section header" 30 error_code PROF_RELATION_SYNTAX, "Syntax error in profile relation" 31 error_code PROF_EXTRA_CBRACE, "Extra closing brace in profile" [all …]
|
D | profile.c | 209 (prf_file_t profile); 211 static errcode_t profile_get_value(profile_t profile, const char *name, 305 profile_t profile; in profile_init() local 310 profile = malloc(sizeof(struct _profile_t)); in profile_init() 311 if (!profile) in profile_init() 313 memset(profile, 0, sizeof(struct _profile_t)); in profile_init() 314 profile->magic = PROF_MAGIC_PROFILE; in profile_init() 315 last = &profile->first_file; in profile_init() 352 if (!profile->first_file) { in profile_init() 359 *ret_profile = profile; in profile_init() [all …]
|
D | profile.h | 62 (profile_t profile); 65 (profile_t profile, const char *def_string); 68 (profile_t profile, const char *name, const char *subname, 72 (profile_t profile, const char *name, const char *subname, 77 (profile_t profile, const char *name, const char *subname, 82 (profile_t profile, const char *name, const char *subname, 87 (profile_t profile, const char *name, const char *subname, 92 (profile_t profile, const char *const *names,
|
/external/mesa3d/src/glsl/builtins/tools/ |
D | generate_builtins.py | 99 def write_profile(filename, profile): argument 103 print '#error builtins profile', profile, 'failed to compile' 106 print 'static const char prototypes_for_' + profile + '[] =' 116 print 'static const char *functions_for_' + profile + ' [] = {' 123 for (filename, profile) in profiles: 124 write_profile(filename, profile) 271 for (filename, profile) in profiles: 272 if profile.endswith('_vert'): 274 elif profile.endswith('_frag'): 279 version = re.sub(r'_(glsl|vert|frag)$', '', profile) [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 69 virtual void Profile(llvm::FoldingSetNodeID& profile) = 0; 133 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() argument 134 profile.AddInteger((unsigned) RegionValueKind); in Profile() 135 profile.AddPointer(R); in Profile() 138 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() argument 139 Profile(profile, R); in Profile() 177 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() argument 180 profile.AddInteger((unsigned) ConjuredKind); in Profile() 181 profile.AddPointer(S); in Profile() 182 profile.AddPointer(LCtx); in Profile() [all …]
|
/external/compiler-rt/make/platform/ |
D | clang_linux.mk | 52 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/libpng/contrib/examples/ |
D | iccfrompng.c | 69 png_bytep profile; in extract() local 71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile, in extract() 76 memcpy(result, profile, *proflen); in extract() 99 png_bytep profile = extract(fp, &proflen); in extract_one_file() local 101 if (profile != NULL && profile != no_profile) in extract_one_file() 127 if (fwrite(profile, proflen, 1, of) == 1 && in extract_one_file() 154 free(profile); in extract_one_file() 157 else if (verbose && profile == no_profile) in extract_one_file()
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | va_config.c | 51 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile, in vlVaQueryConfigEntrypoints() argument 59 switch (profile) { in vlVaQueryConfigEntrypoints() 62 VA_INFO("Using profile %08x\n",profile); in vlVaQueryConfigEntrypoints() 75 VA_ERROR("Unsupported profile %08x\n",profile); in vlVaQueryConfigEntrypoints() 85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes() argument 95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaCreateConfig() argument 114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, in vlVaQueryConfigAttributes() argument
|
/external/compiler-rt/lib/profile/ |
D | CMakeLists.txt | 1 add_custom_target(profile) target 16 add_dependencies(profile clang_rt.profile_osx) 19 add_compiler_rt_runtime(clang_rt.profile-${arch} ${arch} STATIC 22 add_dependencies(profile clang_rt.profile-${arch}) 26 add_dependencies(compiler-rt profile)
|
/external/deqp/scripts/egl/ |
D | common.py | 72 def getInterface (registry, api, version=None, profile=None, **kwargs): argument 73 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs) 99 profile = check(api, version) 100 if profile is True: 101 profile = None 102 elif profile is False: 104 iface = getInterface(registry, api, version=version, profile=profile)
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_decoder.c | 36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile) in vl_profile_supported() argument 39 switch (u_reduce_video_profile(profile)) { in vl_profile_supported() 49 enum pipe_video_profile profile, in vl_create_decoder() argument 64 profile, in vl_create_decoder() 71 switch (u_reduce_video_profile(profile)) { in vl_create_decoder() 73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format, in vl_create_decoder()
|
/external/jemalloc/bin/ |
D | jeprof.in | 571 my ($profile, $symbols, $libs, $thread) = @_; 574 my $total = TotalProfile($profile); 577 $profile = RemoveUninterestingFrames($symbols, $profile); 581 $profile = FocusProfile($symbols, $profile, $main::opt_focus); 586 $profile = IgnoreProfile($symbols, $profile, $main::opt_ignore); 589 my $calls = ExtractCalls($symbols, $profile); 593 my $reduced = ReduceProfile($symbols, $profile); 616 PrintSymbolizedProfile($symbols, $profile, $main::prog); 620 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) { 646 InteractiveMode($profile, $symbols, $libs, $total); [all …]
|
/external/llvm/test/tools/llvm-profdata/ |
D | sample-profile-basic.test | 4 RUN: llvm-profdata show --sample %p/Inputs/sample-profile.proftext | FileCheck %s --check-prefix=SH… 12 RUN: llvm-profdata show --sample --function=_Z3bari %p/Inputs/sample-profile.proftext | FileCheck %… 18 3- Convert the profile to binary encoding and check that they are both 20 RUN: llvm-profdata merge --sample %p/Inputs/sample-profile.proftext --binary -o - | llvm-profdata s… 21 RUN: llvm-profdata show --sample %p/Inputs/sample-profile.proftext -o %t-text 24 4- Merge the binary and text encodings of the profile and check that the 26 RUN: llvm-profdata merge --sample %p/Inputs/sample-profile.proftext -o %t-binprof 27 RUN: llvm-profdata merge --sample --text %p/Inputs/sample-profile.proftext %t-binprof -o - | FileCh…
|
/external/v8/test/cctest/ |
D | test-cpu-profiler.cc | 226 CpuProfile* profile = profiles->StopProfiling(""); in TEST() local 227 CHECK_NE(NULL, profile); in TEST() 231 profile->top_down()->root()->children(); in TEST() 291 CpuProfile* profile = profiles->StopProfiling(""); in TEST() local 292 CHECK_NE(NULL, profile); in TEST() 295 const ProfileNode* node = profile->top_down()->root(); in TEST() 338 const i::CpuProfile* profile = in FindCpuProfile() local 342 if (profile == profiler->GetProfile(i)) in FindCpuProfile() 396 const v8::CpuProfile* profile = cpu_profiler->StopProfiling(profile_name); in TEST() local 397 CHECK(profile->GetStartTime() <= profile->GetEndTime()); in TEST() [all …]
|
D | log-eq-of-logging-and-traversal.js | 52 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();
|
/external/fio/ |
D | profile.c | 9 struct profile_ops *find_profile(const char *profile) in find_profile() argument 16 if (!strcmp(profile, ops->name)) in find_profile() 25 int load_profile(const char *profile) in load_profile() argument 29 dprint(FD_PROFILE, "loading profile '%s'\n", profile); in load_profile() 31 ops = find_profile(profile); in load_profile() 34 log_err("fio: profile %s prep failed\n", profile); in load_profile() 41 log_err("fio: profile '%s' not found\n", profile); in load_profile()
|
/external/vogar/src/vogar/ |
D | RetrievedFilesFilter.java | 26 private final boolean profile; field in RetrievedFilesFilter 29 public RetrievedFilesFilter(boolean profile, File profileFile) { in RetrievedFilesFilter() argument 30 this.profile = profile; in RetrievedFilesFilter() 41 || (profile && file.getName().equals(profileFile.getName()))) { in accept()
|
/external/deqp/scripts/opengl/ |
D | src_util.py | 107 def getInterface (registry, api, version=None, profile=None, **kwargs): argument 108 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs) 109 if api == 'gl' and profile == 'core' and version < "3.2": 129 profile = check(api, version) 130 if profile is True: 131 profile = None 132 elif profile is False: 134 iface = getInterface(registry, api, version=version, profile=profile)
|
/external/deqp/framework/opengl/ |
D | gluRenderContext.hpp | 74 ApiType (int major, int minor, Profile profile) : m_bits(pack(major, minor, profile)) {} in ApiType() argument 94 static deUint32 pack (int major, int minor, Profile profile); 111 inline deUint32 ApiType::pack (int major, int minor, Profile profile) in pack() argument 117 DE_ASSERT((deUint32(profile) & ~((1<<PROFILE_BITS)-1)) == 0); in pack() 121 bits |= deUint32(profile) << PROFILE_SHIFT; in pack() 142 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0)); 163 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType() argument 164 : ApiType(major, minor, profile) in ContextType()
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 3489 static void color_profile_init(ColorProfile* profile, const LodePNGColorMode* mode) in color_profile_init() argument 3491 profile->sixteenbit = 0; in color_profile_init() 3492 profile->sixteenbit_done = mode->bitdepth == 16 ? 0 : 1; in color_profile_init() 3494 profile->colored = 0; in color_profile_init() 3495 profile->colored_done = lodepng_is_greyscale_type(mode) ? 1 : 0; in color_profile_init() 3497 profile->key = 0; in color_profile_init() 3498 profile->alpha = 0; in color_profile_init() 3499 profile->alpha_done = lodepng_can_have_alpha(mode) ? 0 : 1; in color_profile_init() 3501 profile->numcolors = 0; in color_profile_init() 3502 color_tree_init(&profile->tree); in color_profile_init() [all …]
|
/external/vogar/src/vogar/target/ |
D | CaliperRunner.java | 32 private boolean profile; field in CaliperRunner 37 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) { in init() argument 39 this.profile = profile; in init() 47 if (profile) { in run()
|
/external/compiler-rt/test/profile/ |
D | CMakeLists.txt | 6 list(APPEND PROFILE_TEST_DEPS profile llvm-profdata) 13 add_lit_testsuite(check-profile "Running the profile tests" 16 set_target_properties(check-profile PROPERTIES FOLDER "Profile tests")
|