Home
last modified time | relevance | path

Searched refs:name (Results 1601 - 1625 of 25157) sorted by relevance

1...<<61626364656667686970>>...1007

/third_party/node/deps/v8/src/objects/
H A Dscope-info.h79 // 3. One context slot for the function name if it is context allocated.
117 void SetFunctionName(Object name);
118 void SetInferredFunctionName(String name);
134 // The function's name if it is non-empty, otherwise the inferred name or an
138 // Return the function's inferred name if present.
161 // Return the name of a given context local.
183 static bool VariableIsSynthetic(String name);
186 // index for a given slot name if the slot is present; otherwise
187 // returns a value < 0. The name mus
[all...]
H A Dtransitions.h14 #include "src/objects/name.h"
27 // Find all transitions with given name and calls the callback.
57 static void Insert(Isolate* isolate, Handle<Map> map, Handle<Name> name,
60 Map SearchTransition(Name name, PropertyKind kind,
63 Isolate* isolate, Handle<Map> map, Name name, PropertyKind kind,
66 Map SearchSpecial(Symbol name);
68 Handle<Map> map, Symbol name);
72 static bool IsSpecialTransition(ReadOnlyRoots roots, Name name);
76 Handle<Name> name, RequestedLocation requested_location = kAnyLocation);
78 MaybeHandle<Map> FindTransitionToField(Handle<Name> name) { in FindTransitionToField() argument
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dos_str.rs9 name: Inner,
14 pub(crate) fn from_string(name: std::ffi::OsString) -> Self {
16 name: Inner::from_string(name),
21 pub(crate) fn from_ref(name: &std::ffi::OsStr) -> Self {
23 name: Inner::from_ref(name),
27 pub(crate) fn from_static_ref(name: &'static std::ffi::OsStr) -> Self {
29 name: Inner::from_static_ref(name),
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs16 // * Neither the name of Google Inc. nor the names of its
83 /// Finds a symbol of the given name within the pool.
85 /// <typeparam name="T">The type of symbol to look for</typeparam>
86 /// <param name="fullName">Fully-qualified name to look up</param>
87 /// <returns>The symbol with the given name and type,
115 /// Adds a package to the symbol tables. If a package by the same name
117 /// exists under the same name, an exception is thrown. If the package
123 String name; in AddPackage()
127 name in AddPackage()
267 LookupSymbol(string name, IDescriptor relativeTo) LookupSymbol() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DResourceManager.cpp86 // Returns an unused buffer name
92 // Returns an unused shader name
95 GLuint name = mProgramShaderNameSpace.allocate(); in createShader() local
99 mShaderNameSpace.insert(name, new VertexShader(this, name)); in createShader()
103 mShaderNameSpace.insert(name, new FragmentShader(this, name)); in createShader()
107 return name; in createShader()
110 // Returns an unused program name
113 GLuint name in createProgram() local
141 GLuint name = mFenceSyncNameSpace.allocate(); createFenceSync() local
[all...]
/third_party/rust/crates/regex/bench/src/
H A Dbench.rs88 // USAGE: bench_match!(name, pattern, haystack)
94 // name is an identifier for the benchmark.
100 ($name:ident, $pattern:expr, $haystack:expr) => {
101 bench_is_match!($name, true, regex!($pattern), $haystack);
105 // USAGE: bench_not_match!(name, pattern, haystack)
111 // name is an identifier for the benchmark.
117 ($name:ident, $pattern:expr, $haystack:expr) => {
118 bench_is_match!($name, false, regex!($pattern), $haystack);
122 // USAGE: bench_is_match!(name, is_match, regex, haystack)
128 // name i
[all...]
/third_party/skia/bench/
H A DBlurRectBench.cpp50 void setName(const SkString& name) { in setName() argument
51 fName = name; in setName()
80 SkString name; in BlurRectDirectBench() local
83 name.printf("blurrect_direct_%.2f", SkScalarToFloat(rad)); in BlurRectDirectBench()
85 name.printf("blurrect_direct_%d", SkScalarRoundToInt(rad)); in BlurRectDirectBench()
88 this->setName(name); in BlurRectDirectBench()
132 SkString name; in BlurRectBoxFilterBench() local
135 name.printf("blurrect_boxfilter_%.2f", SkScalarToFloat(rad)); in BlurRectBoxFilterBench()
137 name.printf("blurrect_boxfilter_%d", SkScalarRoundToInt(rad)); in BlurRectBoxFilterBench()
140 this->setName(name); in BlurRectBoxFilterBench()
160 SkString name; BlurRectGaussianBench() local
[all...]
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dbbox_detector_plugin.cpp103 std::string name = sysEvent->GetEventValue("name_"); in HandleBBoxEvent() local
107 if (HisysEventUtil::IsEventProcessed(name, "LOG_PATH", dynamicPaths)) { in HandleBBoxEvent()
111 if (name == "PANIC" && PanicReport::IsLastShortStartUp()) { in HandleBBoxEvent()
122 auto eventInfos = SmartParser::Analysis(dynamicPaths, LOGPARSECONFIG, name); in HandleBBoxEvent()
134 HIVIEW_LOGI("HandleBBoxEvent event: %{public}s is success ", name.c_str()); in HandleBBoxEvent()
151 string name = historyMap["category"]; in StartBootScan() local
152 if (name.empty() || name == "NORMALBOOT") { in StartBootScan()
155 if (name.find(":") != std::string::npos) { in StartBootScan()
156 name in StartBootScan()
186 CheckAndHiSysEventWrite(std::string& name, std::map<std::string, std::string>& historyMap, uint64_t& happenTime) CheckAndHiSysEventWrite() argument
[all...]
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_control_manager.h33 std::string name; member
40 ErrCode AddAccount(const std::string &name, const std::string &extraInfo, const uid_t &uid,
42 ErrCode CreateAccount(const std::string &name, const CreateAccountOptions &options, const uid_t &uid,
45 const std::string &name, const uid_t &uid, const std::string &bundleName, AppAccountInfo &appAccountInfo);
47 ErrCode GetAccountExtraInfo(const std::string &name, std::string &extraInfo,
49 ErrCode SetAccountExtraInfo(const std::string &name, const std::string &extraInfo, const uid_t &uid,
52 ErrCode EnableAppAccess(const std::string &name, const std::string &authorizedApp,
55 ErrCode DisableAppAccess(const std::string &name, const std::string &authorizedApp,
58 ErrCode CheckAppAccess(const std::string &name, const std::string &authorizedApp, bool &isAccessible,
61 ErrCode CheckAppAccountSyncEnable(const std::string &name, boo
[all...]
/base/startup/init/services/init/standard/
H A Dinit_cmdexecutor.c45 cmd->name = groupNode->name; in AddCmdExecutor_()
100 INIT_LOGE("Invalid arguments cmd: %s content: %s", cmd->name, cmdContent); in PluginExecCmd_()
104 cmd->name, cmdContent, ctx->argc); in PluginExecCmd_()
108 INIT_LOGV("PluginExecCmd_ index %s content: %s", cmd->name, cmdContent); in PluginExecCmd_()
112 cmdExec->execCmd(cmdExec->id, cmd->name, ctx->argc, (const char **)ctx->argv); in PluginExecCmd_()
118 void PluginExecCmdByName(const char *name, const char *cmdContent) in PluginExecCmdByName() argument
120 INIT_ERROR_CHECK(name != NULL, return, "Invalid cmd for %s", cmdContent); in PluginExecCmdByName()
121 InitGroupNode *groupNode = GetGroupNode(NODE_TYPE_CMDS, name); in PluginExecCmdByName()
129 int PluginExecCmd(const char *name, in argument
[all...]
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcpp_code_emitter.cpp109 bool CppCodeEmitter::IsVersion(const std::string &name) const in IsVersion()
112 return std::regex_match(name.c_str(), rVer); in IsVersion()
125 std::string name; in EmitCppNameSpaceVec() local
127 name = StringHelper::StrToUpper(namespaceVec[i]); in EmitCppNameSpaceVec()
129 name = StringHelper::Replace(namespaceVec[i], 'v', 'V'); in EmitCppNameSpaceVec()
133 name = namespaceVec[i]; in EmitCppNameSpaceVec()
135 name = PascalName(namespaceVec[i]); in EmitCppNameSpaceVec()
139 result.emplace_back(name); in EmitCppNameSpaceVec()
241 std::string CppCodeEmitter::MacroName(const std::string &name) const in MacroName()
243 if (name in MacroName()
273 EmitHeaderNameByInterface(AutoPtr<ASTInterfaceType> interface, const std::string &name) EmitHeaderNameByInterface() argument
292 GetNameSpaceByInterface(AutoPtr<ASTInterfaceType> interface, const std::string &name) GetNameSpaceByInterface() argument
[all...]
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dbundle_info_resolve_util.h41 if (bundleInfo.name.empty()) { in ResolveBundleInfo()
49 "Not support, bundleName: %{public}s", bundleInfo.name.c_str()); in ResolveBundleInfo()
109 for (std::string &name : purposeNames) { in ConvertAbilityToPurposes()
111 purposeInfo.purposeName = name; in ConvertAbilityToPurposes()
112 purposeInfo.abilityName = abilityInfo.name; in ConvertAbilityToPurposes()
120 abilityInfo.bundleName.c_str(), abilityInfo.name.c_str(), name.c_str()); in ConvertAbilityToPurposes()
140 purposeInfo.abilityName = extAbilityInfo.name; in ConvertExtAbilityToPurposes()
150 extAbilityInfo.bundleName.c_str(), extAbilityInfo.name.c_str(), purposeAndCard.c_str()); in ConvertExtAbilityToPurposes()
161 extAbilityInfo.bundleName.c_str(), extAbilityInfo.name in ConvertExtAbilityToPurposes()
194 GetAbilityMetadataValue(const AbilityInfo &abilityInfo, const std::string &name) GetAbilityMetadataValue() argument
207 GetExtAbilityMetadataValue(const std::vector<Metadata> &metadata, const std::string &name) GetExtAbilityMetadataValue() argument
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp35 constexpr const char* EVENT_NAME = "name";
41 bool SamgrUtil::IsNameInValid(const std::u16string& name) in IsNameInValid() argument
43 HILOGD("%{public}s called:name = %{public}s", __func__, Str16ToStr8(name).c_str()); in IsNameInValid()
45 if (name.empty() || name.size() > MAX_NAME_SIZE || DeleteBlank(name).empty()) { in IsNameInValid()
52 void SamgrUtil::ParseRemoteSaName(const std::u16string& name, std::string& deviceId, in ParseRemoteSaName() argument
56 SplitStr(Str16ToStr8(name), "_", strVector); in ParseRemoteSaName()
75 if (event.eventId == iter->eventId && event.name in IsSameEvent()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_protect_manager.cpp152 const std::string name) in GetNearlyProtectMode()
155 __func__, static_cast<int>(protectMode), name.c_str()); in GetNearlyProtectMode()
157 if (!IsValidProtectMode(protectMode) || name.empty()) { in GetNearlyProtectMode()
158 LOGE("Input para protectMode[%{public}d] or name[%{public}s] invalid", in GetNearlyProtectMode()
159 static_cast<int>(protectMode), name.c_str()); in GetNearlyProtectMode()
168 if ((*itor)->GetName() == name) { in GetNearlyProtectMode()
199 return AddProtect(protectMode, name); in GetNearlyProtectMode()
244 const std::string &name) in GetNearlyProtectMode()
246 std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(name); in GetNearlyProtectMode()
253 if (WifiAppStateAware::GetInstance().IsForegroundApp(name)) { in GetNearlyProtectMode()
150 GetWifiProtect( const WifiProtectMode &protectMode, const std::string name) GetNearlyProtectMode() argument
242 AddProtect( const WifiProtectMode &protectMode, const std::string &name) GetNearlyProtectMode() argument
276 PutWifiProtect(const std::string &name) GetNearlyProtectMode() argument
306 RemoveProtect(const std::string &name) GetNearlyProtectMode() argument
[all...]
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_event_handler.cpp70 bool PostAsyncTask(Callback &callback, const std::string &name, int64_t delayTime = 0) in PostAsyncTask() argument
72 WIFI_LOGE("WifiEventHandlerImpl PostAsyncTask with name Unsupported in lite."); in PostAsyncTask()
75 void RemoveAsyncTask(const std::string &name) in RemoveAsyncTask() argument
170 bool PostAsyncTask(Callback &callback, const std::string &name, int64_t delayTime = 0) in PostAsyncTask() argument
178 WIFI_LOGD("PostAsyncTask Enter %{public}s", name.c_str()); in PostAsyncTask()
180 callback, ffrt::task_attr().name(name.c_str()).delay(delayTimeUs)); in PostAsyncTask()
184 taskMap_[name] = std::move(handle); in PostAsyncTask()
187 void RemoveAsyncTask(const std::string &name) in RemoveAsyncTask() argument
190 WIFI_LOGD("RemoveAsyncTask Enter %{public}s", name in RemoveAsyncTask()
245 PostAsyncTask(Callback &callback, const std::string &name, int64_t delayTime = 0) PostAsyncTask() argument
253 RemoveAsyncTask(const std::string &name) RemoveAsyncTask() argument
294 PostAsyncTask(const Callback &callback, const std::string &name, int64_t delayTime) PostAsyncTask() argument
302 RemoveAsyncTask(const std::string &name) RemoveAsyncTask() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dcache_result_set.cpp62 auto name = colNames_[columnIndex]; in GetBlob() local
67 return valueBuckets_[row_].values_[name].GetBlob(blob); in GetBlob()
75 auto name = colNames_[columnIndex]; in GetString() local
80 return valueBuckets_[row_].values_[name].GetString(value); in GetString()
88 auto name = colNames_[columnIndex]; in GetInt() local
93 return valueBuckets_[row_].values_[name].GetInt(value); in GetInt()
101 auto name = colNames_[columnIndex]; in GetLong() local
106 return valueBuckets_[row_].values_[name].GetLong(value); in GetLong()
114 auto name = colNames_[columnIndex]; in GetDouble() local
119 return valueBuckets_[row_].values_[name] in GetDouble()
127 auto name = colNames_[columnIndex]; IsColumnNull() local
289 auto name = colNames_[col]; GetAsset() local
302 auto name = colNames_[col]; GetAssets() local
320 auto name = colNames_[col]; Get() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_statemachine.h113 * @brief Get the service event name.
116 * @return Returns the service event string name.
160 HfpAgSmInfo(const std::string &name, utility::StateMachine& statemachine) in HfpAgSmInfo()
161 : name_(name), sm_(statemachine) in HfpAgSmInfo()
177 HfpAgState(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgState() argument
179 : State(name, statemachine), in HfpAgState()
202 HfpAgDisconnected(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgDisconnected() argument
204 : HfpAgState(name, statemachine, profile, eventDispatch, HFP_AG_STATE_DISCONNECTED) in HfpAgDisconnected()
217 HfpAgConnecting(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgConnecting() argument
219 : HfpAgState(name, statemachin in HfpAgConnecting()
231 HfpAgDisconnecting(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch) HfpAgDisconnecting() argument
243 HfpAgConnected(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch) HfpAgConnected() argument
262 HfpAgAudioConnecting(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch, utility::StateMachine::State &parent) HfpAgAudioConnecting() argument
274 HfpAgAudioDisconnecting(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch, utility::StateMachine::State &parent) HfpAgAudioDisconnecting() argument
286 HfpAgAudioConnected(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch, utility::StateMachine::State &parent) HfpAgAudioConnected() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_statemachine.h191 * @brief Get the service event name.
194 * @return Returns service event string name.
199 * @brief Get the service interactive event type name.
202 * @return Returns interactive event type string name.
398 HfpHfState(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, int stateInt, in HfpHfState() argument
400 : State(name, statemachine, parent), profile_(profile), in HfpHfState()
403 HfpHfState(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, int stateInt) in HfpHfState() argument
404 : State(name, statemachine), profile_(profile), in HfpHfState()
422 HfpHfDisconnected(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile) in HfpHfDisconnected() argument
423 : HfpHfState(name, statemachin in HfpHfDisconnected()
436 HfpHfConnecting(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile) HfpHfConnecting() argument
447 HfpHfDisconnecting(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile) HfpHfDisconnecting() argument
458 HfpHfConnected(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile) HfpHfConnected() argument
470 HfpHfAudioConnecting(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, utility::StateMachine::State &parent) HfpHfAudioConnecting() argument
482 HfpHfAudioDisconnecting(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, utility::StateMachine::State &parent) HfpHfAudioDisconnecting() argument
494 HfpHfAudioConnected(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, utility::StateMachine::State &parent) HfpHfAudioConnected() argument
[all...]
/third_party/ffmpeg/libavutil/
H A Dsamplefmt.c29 char name[8]; member
37 [AV_SAMPLE_FMT_U8] = { .name = "u8", .bits = 8, .planar = 0, .altform = AV_SAMPLE_FMT_U8P },
38 [AV_SAMPLE_FMT_S16] = { .name = "s16", .bits = 16, .planar = 0, .altform = AV_SAMPLE_FMT_S16P },
39 [AV_SAMPLE_FMT_S32] = { .name = "s32", .bits = 32, .planar = 0, .altform = AV_SAMPLE_FMT_S32P },
40 [AV_SAMPLE_FMT_S64] = { .name = "s64", .bits = 64, .planar = 0, .altform = AV_SAMPLE_FMT_S64P },
41 [AV_SAMPLE_FMT_FLT] = { .name = "flt", .bits = 32, .planar = 0, .altform = AV_SAMPLE_FMT_FLTP },
42 [AV_SAMPLE_FMT_DBL] = { .name = "dbl", .bits = 64, .planar = 0, .altform = AV_SAMPLE_FMT_DBLP },
43 [AV_SAMPLE_FMT_U8P] = { .name = "u8p", .bits = 8, .planar = 1, .altform = AV_SAMPLE_FMT_U8 },
44 [AV_SAMPLE_FMT_S16P] = { .name = "s16p", .bits = 16, .planar = 1, .altform = AV_SAMPLE_FMT_S16 },
45 [AV_SAMPLE_FMT_S32P] = { .name
58 av_get_sample_fmt(const char *name) av_get_sample_fmt() argument
[all...]
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpScanner.cpp22 // Neither the name of 3Dlabs Inc. Ltd. nor the names of its
57 Neither the name, trademarks, service marks nor logos of NVIDIA
117 ppToken->name[len++] = static_cast<char>(ch); in lFloatConst()
122 while (startNonZero < len && ppToken->name[startNonZero] == '0') in lFloatConst()
125 while (endNonZero > startNonZero && ppToken->name[endNonZero-1] == '0') in lFloatConst()
134 wholeNumber = wholeNumber * 10 + (ppToken->name[i] - '0'); in lFloatConst()
150 (len == 2 && ppToken->name[0] != '1') || in lFloatConst()
151 (len == 3 && ppToken->name[1] != '1' && !(ppToken->name[0] == '-' || ppToken->name[ in lFloatConst()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dshaderobj.c114 _mesa_new_shader(GLuint name, gl_shader_stage stage) in _mesa_new_shader() argument
120 shader->Name = name; in _mesa_new_shader()
158 _mesa_lookup_shader(struct gl_context *ctx, GLuint name) in _mesa_lookup_shader() argument
160 if (name) { in _mesa_lookup_shader()
162 _mesa_HashLookup(ctx->Shared->ShaderObjects, name); in _mesa_lookup_shader()
180 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) in _mesa_lookup_shader_err() argument
182 if (!name) { in _mesa_lookup_shader_err()
188 _mesa_HashLookup(ctx->Shared->ShaderObjects, name); in _mesa_lookup_shader_err()
313 _mesa_new_shader_program(GLuint name) in _mesa_new_shader_program() argument
318 shProg->Name = name; in _mesa_new_shader_program()
430 _mesa_lookup_shader_program(struct gl_context *ctx, GLuint name) _mesa_lookup_shader_program() argument
453 _mesa_lookup_shader_program_err_glthread(struct gl_context *ctx, GLuint name, bool glthread, const char *caller) _mesa_lookup_shader_program_err_glthread() argument
479 _mesa_lookup_shader_program_err(struct gl_context *ctx, GLuint name, const char *caller) _mesa_lookup_shader_program_err() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_sw.c71 .name = "dri",
77 .name = "kms_dri",
83 .name = "null",
87 .name = "wrapped",
101 .name = "dri",
106 .name = "kms_dri",
112 .name = "null",
116 .name = "wrapped",
217 for (i = 0; sdev->dd->winsys[i].name; i++) { in pipe_loader_sw_probe_dri()
218 if (strcmp(sdev->dd->winsys[i].name, "dr in pipe_loader_sw_probe_dri()
[all...]
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dhelpers.rs65 pub fn link_name(name: &str) -> TokenStream { in link_name()
66 // LLVM mangles the name by default but it's already mangled. in link_name()
67 // Prefixing the name with \u{1} should tell LLVM to not mangle it. in link_name()
68 let name = format!("\u{1}{}", name); in link_name()
70 #[link_name = #name] in link_name()
112 let name = Layout::known_type_for_size(ctx, layout.size)?; in integer_type()
113 let name = Ident::new(name, Span::call_site()); in integer_type()
114 Some(quote! { #name }) in integer_type()
[all...]
/third_party/python/Tools/scripts/
H A Dgenerate_global_objects.py98 for name in ('Modules', 'Objects', 'Parser', 'PC', 'Programs', 'Python'):
99 root = os.path.join(ROOT, name)
101 for name in files:
102 if not name.endswith(('.c', '.h')):
104 yield os.path.join(dirname, name)
207 for literal, name in sorted(strings.items(), key=lambda x: x[1]):
208 printer.write(f'STRUCT_FOR_STR({name}, "{literal}")')
211 for name in sorted(identifiers):
212 assert name.isidentifier(), name
[all...]
/third_party/skia/src/core/
H A DSkTraceEvent.h55 // const char* name,
68 // const char* name,
84 // variable a unique name based on the line number to prevent name collisions.
116 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \
121 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
128 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \
138 name, trace_event_trace_id.data(), trace_event_flags, \
146 #define INTERNAL_TRACE_EVENT_ADD_SCOPED(category_group, name, ...) \
154 name, ski
274 AddTraceEvent( char phase, const uint8_t* category_group_enabled, const char* name, uint64_t id, unsigned char flags) AddTraceEvent() argument
287 AddTraceEvent( char phase, const uint8_t* category_group_enabled, const char* name, uint64_t id, unsigned char flags, const char* arg1_name, const ARG1_TYPE& arg1_val) AddTraceEvent() argument
306 AddTraceEvent( char phase, const uint8_t* category_group_enabled, const char* name, uint64_t id, unsigned char flags, const char* arg1_name, const ARG1_TYPE& arg1_val, const char* arg2_name, const ARG2_TYPE& arg2_val) AddTraceEvent() argument
339 Initialize(const uint8_t* category_group_enabled, const char* name, SkEventTracer::Handle event_handle) Initialize() argument
359 const char* name; global() member
[all...]

Completed in 15 milliseconds

1...<<61626364656667686970>>...1007