| /third_party/node/deps/npm/test/lib/commands/ |
| D | profile.js | 6 'npm-profile': npmProfile || { 27 command: 'profile', 60 const { profile } = await mockProfile(t) 61 await t.rejects(profile.exec([]), await profile.usage) 64 t.test('profile get no args', async t => { 72 const { profile, result } = await mockProfile(t, { npmProfile: defaultNpmProfile }) 73 await profile.exec(['get']) 79 const { profile, result } = await mockProfile(t, { 84 await profile.exec(['get']) 86 t.same(JSON.parse(result()), userProfile, 'should output json profile result') [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| D | Profile.h | 1 //===- Profile.h - XRay Profile Abstraction -------------------------------===// 9 // Defines the XRay Profile class representing the latency profile generated by 27 class Profile; variable 29 // We forward declare the Trace type for turning a Trace into a Profile. 32 /// This function will attempt to load an XRay Profiling Mode profile from the 35 /// For any errors encountered in the loading of the profile data from 37 Expected<Profile> loadProfile(StringRef Filename); 39 /// This algorithm will merge two Profile instances into a single Profile 41 Profile mergeProfilesByThread(const Profile &L, const Profile &R); 43 /// This algorithm will merge two Profile instances into a single Profile [all …]
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_camera_profile.h | 15 * Support for DNG camera color profile information. 17 * two sets of color profile information for a camera in the DNG file from that 22 * a profile for a reference camera. (ColorMatrix1 and ColorMatrix2 here.) The 54 /// \brief An ID for a camera profile consisting of a name and optional fingerprint. 67 /// Construct an invalid camera profile ID (empty name and fingerprint). 77 /// Construct a camera profile ID with the specified name and no fingerprint. 78 /// \param name The name of the camera profile ID. 89 /// Construct a camera profile ID with the specified name and no fingerprint. 90 /// \param name The name of the camera profile ID. 100 /// Construct a camera profile ID with the specified name and fingerprint. [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
| D | Profile.cpp | 1 //===- Profile.cpp - XRay Profile Abstraction -----------------------------===// 9 // Defines the XRay Profile class representing the latency profile generated by 13 #include "llvm/XRay/Profile.h" 25 Profile::Profile(const Profile &O) { in Profile() function in llvm::xray::Profile 27 // Profile being initialized, through the Block instances we see. in Profile() 37 Profile &Profile::operator=(const Profile &O) { in operator =() 38 Profile P = O; in operator =() 78 static Expected<std::vector<Profile::FuncID>> readPath(DataExtractor &Extractor, in readPath() 81 std::vector<Profile::FuncID> Path; in readPath() 96 static Expected<Profile::Data> readData(DataExtractor &Extractor, in readData() [all …]
|
| /third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
| D | profile.js.test.cjs | 8 exports[`test/lib/commands/profile.js TAP enable-2fa from token and set otp, retries on pending and… 18 exports[`test/lib/commands/profile.js TAP profile get <key> --parseable > should output parseable r… 22 exports[`test/lib/commands/profile.js TAP profile get multiple args --parseable > should output par… 26 exports[`test/lib/commands/profile.js TAP profile get multiple args comma separated > should output… 30 exports[`test/lib/commands/profile.js TAP profile get multiple args default output > should output … 34 exports[`test/lib/commands/profile.js TAP profile get no args --color > should output all profile i… 47 exports[`test/lib/commands/profile.js TAP profile get no args --parseable > should output all profi… 61 exports[`test/lib/commands/profile.js TAP profile get no args default output > should output table … 74 exports[`test/lib/commands/profile.js TAP profile get no args no tfa enabled > should output expect… 87 exports[`test/lib/commands/profile.js TAP profile get no args profile has cidr_whitelist item > sho… [all …]
|
| /third_party/node/deps/v8/tools/wasm/ |
| D | wasm-import-profiler.js | 10 function instrument(imports, profile) { argument 22 profile[full_name] = {name: full_name, count: 0, total: 0}; variable 27 var data = profile[full_name]; 40 function dumpProfile(profile) { argument 42 for (let key in profile) { 44 let data = profile[key]; 48 print(`--- Import profile for instance ${profile.instanceNum} ---`); 77 let profile = {}; variable 78 let promise = orig_instantiate(m, instrument(imports, profile), ...args); 80 instanceMap.set(instance, profile); [all …]
|
| /third_party/pulseaudio/src/modules/ |
| D | module-card-restore.c | 48 PA_MODULE_DESCRIPTION("Automatically restore profile of cards"); 75 char *profile; member 79 char *profile; member 83 bool profile_is_sticky; /* since version 5; must be restored together with profile name */ 111 pa_xfree(p_info->profile); in port_info_free() 130 p_info->profile = pa_xstrdup(port->preferred_profile); in port_info_new() 142 pa_xfree(e->profile); in entry_free() 159 entry->profile = pa_xstrdup(card->active_profile->name); in entry_from_card() 181 if (!pa_streq(a->profile, b->profile) || in entrys_equal() 218 pa_tagstruct_puts(t, e->profile); in entry_write() [all …]
|
| D | module-switch-on-port-available.c | 39 /* We need to cache the active profile, because we want to compare the old 41 * have access to the new profile. */ 65 static bool profile_good_for_output(pa_card_profile *profile, pa_device_port *port) { in profile_good_for_output() argument 70 pa_assert(profile); in profile_good_for_output() 72 card = profile->card; in profile_good_for_output() 77 if (!pa_safe_streq(card->active_profile->input_name, profile->input_name)) in profile_good_for_output() 80 if (card->active_profile->n_sources != profile->n_sources) in profile_good_for_output() 83 if (card->active_profile->max_source_channels != profile->max_source_channels) in profile_good_for_output() 100 static bool profile_good_for_input(pa_card_profile *profile, pa_device_port *port) { in profile_good_for_input() argument 105 pa_assert(profile); in profile_good_for_input() [all …]
|
| /third_party/pulseaudio/src/modules/bluetooth/ |
| D | module-bluetooth-policy.c | 39 …"auto_switch=<Switch between hsp and a2dp profile? (0 - never, 1 - media.role=phone, 2 - heuristic… 40 "a2dp_source=<Handle a2dp_source card profile (sink role)?> " 41 … "ag=<Handle headset_audio_gateway or handsfree_audio_gateway card profile (headset role)?> "); 92 pa_log_debug("Profile %s cannot be selected for loopback", s); in source_put_hook_callback() 131 pa_log_debug("Profile %s cannot be selected for loopback", s); in sink_put_hook_callback() 146 pa_card_profile *profile; in card_set_profile() local 149 /* Find available profile and activate it */ in card_set_profile() 150 PA_HASHMAP_FOREACH(profile, card->profiles, state) { in card_set_profile() 151 if (profile->available == PA_AVAILABLE_NO) in card_set_profile() 154 /* Check for correct profile based on revert_to_a2dp */ in card_set_profile() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| D | SampleProfWriter.h | 1 //===- SampleProfWriter.h - Write LLVM sample profile data ------*- C++ -*-===// 31 /// Sample-based profile writer. Base class. 48 /// Profile writer factory. 65 /// Write a file header for the profile file. 69 // Write function profiles to the profile file. 73 /// Output stream where to emit the profile to. 76 /// Profile summary. 79 /// Compute summary for this profile. 82 /// Profile format. 86 /// Sample-based profile writer (text format). [all …]
|
| /third_party/python/Tools/scripts/ |
| D | analyze_dxp.py | 12 If you're running a script you want to profile, a simple way to get 39 def has_pairs(profile): argument 40 """Returns True if the Python that produced the argument profile 43 return len(profile) > 0 and isinstance(profile[0], list) 47 """Forgets any execution profile that has been gathered so far.""" 49 sys.getdxp() # Resets the internal profile 72 """Returns the cumulative execution profile until this call.""" 78 def common_instructions(profile): argument 85 if has_pairs(profile) and profile: 86 inst_list = profile[-1] [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | profiles.c | 112 { FF_PROFILE_MPEG4_SIMPLE, "Simple Profile" }, 113 { FF_PROFILE_MPEG4_SIMPLE_SCALABLE, "Simple Scalable Profile" }, 114 { FF_PROFILE_MPEG4_CORE, "Core Profile" }, 115 { FF_PROFILE_MPEG4_MAIN, "Main Profile" }, 116 { FF_PROFILE_MPEG4_N_BIT, "N-bit Profile" }, 117 { FF_PROFILE_MPEG4_SCALABLE_TEXTURE, "Scalable Texture Profile" }, 118 { FF_PROFILE_MPEG4_SIMPLE_FACE_ANIMATION, "Simple Face Animation Profile" }, 119 { FF_PROFILE_MPEG4_BASIC_ANIMATED_TEXTURE, "Basic Animated Texture Profile" }, 120 { FF_PROFILE_MPEG4_HYBRID, "Hybrid Profile" }, 121 { FF_PROFILE_MPEG4_ADVANCED_REAL_TIME, "Advanced Real Time Simple Profile" }, [all …]
|
| /third_party/python/Doc/library/ |
| D | profile.rst | 7 **Source code:** :source:`Lib/profile.py` and :source:`Lib/pstats.py` 20 :mod:`cProfile` and :mod:`profile` provide :dfn:`deterministic profiling` of 21 Python programs. A :dfn:`profile` is a set of statistics that describes how 33 2. :mod:`profile`, a pure Python module whose interface is imitated by 40 The profiler modules are designed to provide an execution profile for a given 57 To profile a function that takes a single argument, you can do:: 63 (Use :mod:`profile` instead of :mod:`cProfile` if the latter is not available on 66 The above action would run :func:`re.compile` and print profile results like 114 Instead of printing the output at the end of the profile run, you can save the 121 The :class:`pstats.Stats` class reads profile results from a file and formats [all …]
|
| /third_party/ltp/testcases/realtime/doc/ |
| D | AUTOMATED_RUN | 1 This explains how the automatic testing works with profile support. 4 Each profile is defined in a file. 5 All profiles are stored in the <RT_TESTS_ROOT>/profile/ directory. 13 run_auto.sh can be invoked with an argument which is the profile to use. 14 profile/ dir holds a file for each defined profile. 15 A profile has a number of lines for which each test executable can be run 17 Invoking run_auto.sh with no arg uses the default profile. 18 Currently, the default profile does not alter the default values defined 24 $SCRIPTS_DIR/run_c_files.sh $profile prio-preempt 26 run_c_files.sh will look into profile/prf1 for lines like this: [all …]
|
| /third_party/ltp/testcases/realtime/testcases/realtime/doc/ |
| D | AUTOMATED_RUN | 1 This explains how the automatic testing works with profile support. 4 Each profile is defined in a file. 5 All profiles are stored in the <RT_TESTS_ROOT>/profile/ directory. 13 run_auto.sh can be invoked with an argument which is the profile to use. 14 profile/ dir holds a file for each defined profile. 15 A profile has a number of lines for which each test executable can be run 17 Invoking run_auto.sh with no arg uses the default profile. 18 Currently, the default profile does not alter the default values defined 24 $SCRIPTS_DIR/run_c_files.sh $profile prio-preempt 26 run_c_files.sh will look into profile/prf1 for lines like this: [all …]
|
| /third_party/openGLES/extensions/ARB/ |
| D | WGL_ARB_create_context.txt | 64 specifying the GL profile requested for a context of OpenGL 3.2 or 147 * The compatibility profile of version 3.2 or greater. 154 * The core profile of version 3.2 or greater. 159 * The requested profile of the requested version. 160 * The requested profile of any later version, so long as no 161 features have been removed from that later version and profile. 172 (e.g. 3.0, 3.1 + GL_ARB_compatibility, or 3.2 compatibility profile) 175 context supporting a specific <profile> of the API. If the 177 then a context implementing the <core> profile of OpenGL is 179 set, then a context implementing the <compatibility> profile is [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | WGL_ARB_create_context.txt | 54 specifying the GL profile requested for a context of OpenGL 3.2 or 137 * The compatibility profile of version 3.2 or greater. 144 * The core profile of version 3.2 or greater. 149 * The requested profile of the requested version. 150 * The requested profile of any later version, so long as no 151 features have been removed from that later version and profile. 162 (e.g. 3.0, 3.1 + GL_ARB_compatibility, or 3.2 compatibility profile) 165 context supporting a specific <profile> of the API. If the 167 then a context implementing the <core> profile of OpenGL is 169 set, then a context implementing the <compatibility> profile is [all …]
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | card.c | 93 pa_log_debug("Setting card %s profile %s to availability status %s", c->card->name, c->name, in pa_card_profile_set_available() 150 pa_card_profile *profile; in pa_card_new() local 185 PA_HASHMAP_FOREACH(profile, c->profiles, state) in pa_card_new() 186 profile->card = c; in pa_card_new() 210 pa_card_profile *profile; in pa_card_choose_initial_profile() local 216 /* By default, pick the highest priority profile that is not unavailable, in pa_card_choose_initial_profile() 217 * or if all profiles are unavailable, pick the profile with the highest in pa_card_choose_initial_profile() 220 pa_log_debug("Looking for initial profile for card %s", card->name); in pa_card_choose_initial_profile() 221 PA_HASHMAP_FOREACH(profile, card->profiles, state) { in pa_card_choose_initial_profile() 222 … pa_log_debug("%s availability %s", profile->name, pa_available_to_string(profile->available)); in pa_card_choose_initial_profile() [all …]
|
| /third_party/icu/docs/userguide/strings/ |
| D | stringprep.md | 28 Protocols that prescribe use of StringPrep must define a profile of StringPrep, 75 NamePrep is a profile of StringPrep for use in IDNA. This profile in defined in 78 The profile specifies the following rules: 127 specified by NamePrep profile. The output of this step is then encoded by 163 Open-Use-Close pattern. A StringPrep profile is opened, the strings are 164 processed according to the rules specified in the profile and the profile is 165 closed once the profile is ready to be disposed. 171 The procedure for producing a StringPrep profile data file are as given below: 180 produces a binary profile file with the extension “spp”. 182 3. Open the StringPrep profile with path to the binary and name of the binary [all …]
|
| /third_party/icu/icu4c/source/common/ |
| D | usprep.cpp | 57 /* Profile names must be aligned to UStringPrepProfileType */ 140 UStringPrepProfile *profile = NULL; in usprep_internal_flushCache() local 159 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache() 162 if ((noRefCount== false && profile->refCount == 0) || in usprep_internal_flushCache() 168 usprep_unload(profile); in usprep_internal_flushCache() 178 uprv_free(profile); in usprep_internal_flushCache() 225 loadData(UStringPrepProfile* profile, in loadData() argument 262 if(profile->sprepData==NULL) { in loadData() 263 profile->sprepData=dataMemory; in loadData() 265 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes)); in loadData() [all …]
|
| /third_party/node/deps/icu-small/source/common/ |
| D | usprep.cpp | 57 /* Profile names must be aligned to UStringPrepProfileType */ 140 UStringPrepProfile *profile = nullptr; in usprep_internal_flushCache() local 159 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache() 162 if ((noRefCount== false && profile->refCount == 0) || in usprep_internal_flushCache() 168 usprep_unload(profile); in usprep_internal_flushCache() 178 uprv_free(profile); in usprep_internal_flushCache() 225 loadData(UStringPrepProfile* profile, in loadData() argument 262 if(profile->sprepData==nullptr) { in loadData() 263 profile->sprepData=dataMemory; in loadData() 265 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes)); in loadData() [all …]
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | usprep.cpp | 57 /* Profile names must be aligned to UStringPrepProfileType */ 140 UStringPrepProfile *profile = NULL; in usprep_internal_flushCache() local 159 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache() 162 if ((noRefCount== FALSE && profile->refCount == 0) || in usprep_internal_flushCache() 168 usprep_unload(profile); in usprep_internal_flushCache() 178 uprv_free(profile); in usprep_internal_flushCache() 225 loadData(UStringPrepProfile* profile, in loadData() argument 262 if(profile->sprepData==NULL) { in loadData() 263 profile->sprepData=dataMemory; in loadData() 265 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes)); in loadData() [all …]
|
| /third_party/pulseaudio/src/modules/dbus/ |
| D | iface-card-profile.c | 29 #include "iface-card-profile.h" 31 #define OBJECT_NAME "profile" 45 pa_card_profile *profile; member 99 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_STRING, &p->profile->name); in handle_get_name() 109 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_STRING, &p->profile->description); in handle_get_description() 120 sinks = p->profile->n_sinks; in handle_get_sinks() 133 sources = p->profile->n_sources; in handle_get_sources() 146 priority = p->profile->priority; in handle_get_priority() 159 available = p->profile->available != PA_AVAILABLE_NO; in handle_get_available() 178 sinks = p->profile->n_sinks; in handle_get_all() [all …]
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | ShaderLang.cpp | 106 int version, EProfile profile, EShSource source, in CreateParseContext() argument 116 … return new TParseContext(symbolTable, intermediate, parsingBuiltIns, version, profile, spvVersion, in CreateParseContext() 121 …return new HlslParseContext(symbolTable, intermediate, parsingBuiltIns, version, profile, spvVersi… in CreateParseContext() 187 int MapProfileToIndex(EProfile profile) in MapProfileToIndex() argument 191 switch (profile) { in MapProfileToIndex() 228 // A process-global symbol table per version per profile for built-ins common 230 // per profile per stage for built-ins unique to each stage. They will be sparsely 244 bool InitializeSymbolTable(const TString& builtIns, int version, EProfile profile, const SpvVersion… in InitializeSymbolTable() argument 247 TIntermediate intermediate(language, version, profile); in InitializeSymbolTable() 251 …seContextBase> parseContext(CreateParseContext(symbolTable, intermediate, version, profile, source, in InitializeSymbolTable() [all …]
|
| /third_party/pulseaudio/src/modules/alsa/ |
| D | module-alsa-card.c | 64 "profile=<profile name> " 68 "profile_set=<profile set configuration file> " 94 "profile", 109 /* dynamic profile priority bonus, for all alsa profiles, the original priority 112 other is from mixer profile-sets, their priorities are all far less than 0x7fff 139 pa_alsa_profile *profile; member 187 d->profile = ap; in add_profiles() 200 d->profile = NULL; in add_disabled_profile() 220 if (od->profile && od->profile->output_mappings) in card_set_profile() 221 PA_IDXSET_FOREACH(am, od->profile->output_mappings, idx) { in card_set_profile() [all …]
|