/third_party/toybox/toys/other/ |
H A D | blkid.c | 40 char *name; member 79 static void flagshow(char *s, char *name) in flagshow() argument 82 printf("%s\n", *toys.optargs ? name : s); in flagshow() 86 static void do_blkid(int fd, char *name) in do_blkid() argument 127 type = fstypes[i].name; in do_blkid() 134 if (*toys.which->name == 'f') { in do_blkid() 140 if (!FLAG(L) && !FLAG(U)) printf("%s:",name); in do_blkid() 161 if (FLAG(L)) return flagshow(buf, name); in do_blkid() 182 if (FLAG(U)) return flagshow(buf, name); in do_blkid() 200 char name[3 in blkid_main() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | APISample_jsdoc.js | 5 "name": "typescript", 42 const { name, text } = doc; 43 if (this.userValidationKeywords[name]) { 44 definition[name] = this.parseValue(text); 47 otherAnnotations[doc.name] = true; 55 [name: string]: any; 71 result[jsDocTag.name] = value; 150 var name = doc.name, text = doc.text;
151 if (_this.userValidationKeywords[name]) {
[all...] |
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | _parameterized.py | 17 # * Neither the name of Google Inc. nor the names of its 66 original test name (which is modified internally) and the arguments 82 be a string (or an object that returns an apt name when converted via 203 The naming_type is used to determine the name of the concrete 239 # Signal the metaclass that the name of the test function is unique 248 # name for this test. 274 for name, obj in class_object.__dict__.copy().items(): 275 if (name.startswith(unittest.TestLoader.testMethodPrefix) 277 delattr(class_object, name) 280 methods, id_suffix, name, [all...] |
/third_party/python/Doc/tools/extensions/ |
H A D | c_annotations.py | 56 def __init__(self, name): 57 self.name = name 97 name = record['name'] 98 self.stable_abi_data[name] = record 107 name = par[0]['ids'][0] 108 if name.startswith("c."): 109 name = name[ [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | enum_ty.rs | 102 let name = cursor.spelling(); in from_ty() 108 .enum_variant_behavior(type_name, &name, val) in from_ty() 124 callbacks.enum_variant_name(type_name, &name, val) in from_ty() 133 .unwrap_or_else(|| name.clone()); in from_ty() 138 name, in from_ty() 164 if enum_ty.name().is_some() { in is_matching_enum() 168 self.variants().iter().any(|v| enums.matches(v.name())) in is_matching_enum() 240 /// The name of the variant. 241 name: String, 243 /// The original name o 288 pub fn name(&self) -> &str { name() functions [all...] |
/third_party/skia/third_party/externals/angle2/include/platform/ |
H A D | PlatformMethods.h | 90 // literal strings should be given as the category name. The implementation 121 // - name is the name of the event. Also used to match BEGIN/END and 123 // - id optionally allows events of the same name to be distinguished from 143 // - COPY (0x1): treat all strings (name, argNames and argValues of type 146 // matching with other events of the same name. 152 const char *name, 163 const char *name, in DefaultAddTraceEvent() 178 const char *name, 182 const char *name, in DefaultUpdateTraceEventDuration() 160 DefaultAddTraceEvent(PlatformMethods *platform, char phase, const unsigned char *categoryEnabledFlag, const char *name, unsigned long long id, double timestamp, int numArgs, const char **argNames, const unsigned char *argTypes, const unsigned long long *argValues, unsigned char flags) DefaultAddTraceEvent() argument 180 DefaultUpdateTraceEventDuration(PlatformMethods *platform, const unsigned char *categoryEnabledFlag, const char *name, angle::TraceEventHandle eventHandle) DefaultUpdateTraceEventDuration() argument 195 DefaultHistogramCustomCounts(PlatformMethods *platform, const char *name, int sample, int min, int max, int bucketCount) DefaultHistogramCustomCounts() argument 208 DefaultHistogramEnumeration(PlatformMethods *platform, const char *name, int sample, int boundaryValue) DefaultHistogramEnumeration() argument 215 DefaultHistogramSparse(PlatformMethods *platform, const char *name, int sample) DefaultHistogramSparse() argument 218 DefaultHistogramBoolean(PlatformMethods *platform, const char *name, bool sample) DefaultHistogramBoolean() argument [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFramebufferDefaultStateQueryTests.cpp | 57 FramebufferTest (Context& context, QueryType verifier, const char* name, const char* desc); 67 FramebufferTest::FramebufferTest (Context& context, QueryType verifier, const char* name, const char* desc) in FramebufferTest() argument 68 : TestCase (context, name, desc) in FramebufferTest() 109 FramebufferDimensionTest (Context& context, QueryType verifier, DimensionType dimension, const char* name, const char* desc); 117 FramebufferDimensionTest::FramebufferDimensionTest (Context& context, QueryType verifier, DimensionType dimension, const char* name, const char* desc) in FramebufferDimensionTest() argument 118 : FramebufferTest (context, verifier, name, desc) in FramebufferDimensionTest() 143 FramebufferSamplesTest (Context& context, QueryType verifier, const char* name, const char* desc); 148 FramebufferSamplesTest::FramebufferSamplesTest (Context& context, QueryType verifier, const char* name, const char* desc) 149 : FramebufferTest(context, verifier, name, desc) 172 FramebufferFixedSampleLocationsTest (Context& context, QueryType verifier, const char* name, cons [all...] |
/third_party/vk-gl-cts/scripts/build/ |
H A D | config.py | 75 def __init__ (self, name, isMultiConfig = False, extraBuildArgs = [], platform = None): 76 self.name = name 82 return self.name 85 args = ['-G', self.name] 131 name = "Visual Studio %d" % version 136 # From VS2019 onwards, the architecture is given by -A <platform-name> switch 143 name += " Win64" 145 CMakeGenerator.__init__(self, name, isMultiConfig = True, extraBuildArgs = ['/m'], platform = platform) 164 def registryKeyAvailable (root, arch, name) [all...] |
/third_party/vk-gl-cts/scripts/ctsbuild/ |
H A D | config.py | 75 def __init__ (self, name, isMultiConfig = False, extraBuildArgs = [], platform = None): 76 self.name = name 82 return self.name 85 args = ['-G', self.name] 131 name = "Visual Studio %d" % version 136 # From VS2019 onwards, the architecture is given by -A <platform-name> switch 143 name += " Win64" 145 CMakeGenerator.__init__(self, name, isMultiConfig = True, extraBuildArgs = ['/m'], platform = platform) 164 def registryKeyAvailable (root, arch, name) [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_methods.c | 42 * eap_peer_get_type - Get EAP type for the given EAP method name 43 * @name: EAP method name, e.g., TLS 50 EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() argument 54 if (os_strcmp(m->name, name) == 0) { in eap_peer_get_type() 65 * eap_get_name - Get EAP method name for the given EAP type 68 * Returns: EAP method name, e.g., TLS, or %NULL if not found 80 return m->name; in eap_get_name() 107 m == eap_methods ? "" : " ", m->name); in eap_get_names() 281 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) eap_peer_method_alloc() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_methods.c | 43 * eap_peer_get_type - Get EAP type for the given EAP method name 44 * @name: EAP method name, e.g., TLS 51 enum eap_type eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() argument 55 if (os_strcmp(m->name, name) == 0) { in eap_peer_get_type() 66 * eap_get_name - Get EAP method name for the given EAP type 69 * Returns: EAP method name, e.g., TLS, or %NULL if not found 81 return m->name; in eap_get_name() 108 m == eap_methods ? "" : " ", m->name); in eap_get_names() 282 eap_peer_method_alloc(int version, int vendor, enum eap_type method, const char *name) eap_peer_method_alloc() argument [all...] |
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.c | 56 printk(KERN_DEBUG "%s: %s\n", hw->name, __func__); in ctrl_start_transfer() 82 hw->name, __func__, reg, val); in write_reg() 108 printk(KERN_DEBUG "%s: %s\n", hw->name, __func__); in ctrl_complete() 185 hw->name, __func__, in handle_led() 205 printk(KERN_DEBUG "%s: %s\n", hw->name, __func__); in hfcusb_l2l1B() 214 hw->name, __func__, ret); in hfcusb_l2l1B() 287 hw->name, __func__); in hfcusb_l2l1D() 301 hw->name, __func__, in hfcusb_l2l1D() 325 hw->name, __func__); in hfcusb_l2l1D() 373 hw->name, __func_ in hfc_l1callback() [all...] |
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-ctrls.c | 150 .name = "Button", 157 .name = "Boolean", 168 .name = "Integer 32 Bits", 178 .name = "Integer 64 Bits", 188 .name = "U32 1 Element Array", 200 .name = "U32 Dynamic Array", 213 .name = "U16 8x16 Matrix", 225 .name = "U8 2x3x4x5 Array", 237 .name = "U8 Pixel Array", 249 .name [all...] |
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.c | 56 printk(KERN_DEBUG "%s: %s\n", hw->name, __func__); in ctrl_start_transfer() 82 hw->name, __func__, reg, val); in write_reg() 108 printk(KERN_DEBUG "%s: %s\n", hw->name, __func__); in ctrl_complete() 185 hw->name, __func__, in handle_led() 205 printk(KERN_DEBUG "%s: %s\n", hw->name, __func__); in hfcusb_l2l1B() 214 hw->name, __func__, ret); in hfcusb_l2l1B() 287 hw->name, __func__); in hfcusb_l2l1D() 301 hw->name, __func__, in hfcusb_l2l1D() 325 hw->name, __func__); in hfcusb_l2l1D() 373 hw->name, __func_ in hfc_l1callback() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramLinkedResources.cpp | 24 LinkedUniform *FindUniform(std::vector<LinkedUniform> &list, const std::string &name) in FindUniform() argument 28 if (uniform.name == name) in FindUniform() 36 void SetActive(std::vector<VarT> *list, const std::string &name, ShaderType shaderType, bool active) in SetActive() argument 40 if (variable.name == name) in SetActive() 99 const auto &entry = linkedUniforms->find(uniform.name); in ValidateGraphicsUniformsPerShader() 108 LogLinkMismatch(infoLog, uniform.name, "uniform", linkError, in ValidateGraphicsUniformsPerShader() 116 (*linkedUniforms)[uniform.name] = std::make_pair(shaderToLink->getType(), &uniform); in ValidateGraphicsUniformsPerShader() 254 const std::string &name, 644 getBlockSize(const std::string &name, const std::string &mappedName, size_t *sizeOut) getBlockSize() argument 662 getBlockMemberInfo(const std::string &name, const std::string &mappedName, sh::BlockMemberInfo *infoOut) getBlockMemberInfo() argument 1711 const std::string &name = LinkValidateShaderInterfaceMatching() local [all...] |
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_context_test.cpp | 117 * @tc.name: StartAbility 132 * @tc.name: TerminateAbility 145 * @tc.name: GetCallingAbility 182 * @tc.name: GetApplicationInfo 189 std::string name = "WeChat"; in HWTEST_F() local 190 info->name = name; in HWTEST_F() 194 EXPECT_STREQ(name.c_str(), context_->GetApplicationInfo()->name.c_str()); in HWTEST_F() 199 * @tc.name 271 std::string name = "hello"; HWTEST_F() local 324 std::string name = "hello"; HWTEST_F() local 357 std::string name = "OHOS"; HWTEST_F() local 398 std::string name = "hello"; HWTEST_F() local 426 std::string name = "abilityName"; HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/core/common/message_handler/ |
H A D | message_handler.c | 43 char name[LOOP_NAME_LEN]; member 99 COMM_LOGD(COMM_UTILS, "LoopTask running. name=%{public}s", context->name); in LoopTask() 115 COMM_LOGI(COMM_UTILS, "LoopTask stop is 1. name=%{public}s", context->name); in LoopTask() 126 COMM_LOGD(COMM_UTILS, "LoopTask wait msg list empty. name=%{public}s", context->name); in LoopTask() 144 "LoopTask get message. name=%{public}s, handle=%{public}s, what=%{public}" PRId32 ", arg1=%{public}" in LoopTask() 146 context->name, msg->handler ? msg->handler->name in LoopTask() 430 CreateNewLooper(const char *name) CreateNewLooper() argument [all...] |
/kernel/linux/linux-5.10/drivers/clk/berlin/ |
H A D | bg2.c | 148 .name = "sys", 165 .name = "cpu", 181 .name = "drmfigo", 196 .name = "cfg", 211 .name = "gfx", 226 .name = "zsp", 241 .name = "perif", 256 .name = "pcube", 271 .name = "vscope", 286 .name [all...] |
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | domain.c | 198 * @name: Domainname to check. 202 static const char *tomoyo_last_word(const char *name) in tomoyo_last_word() argument 204 const char *cp = strrchr(name, ' '); in tomoyo_last_word() 208 return name; in tomoyo_last_word() 288 * @domainname: The name of current domain. 289 * @program: The name of requested program. 317 if (strcmp(ptr->domainname->name, last_name)) in tomoyo_scan_transition() 332 * @domainname: The name of current domain. 333 * @program: The name of requested program. 348 const char *last_name = tomoyo_last_word(domainname->name); in tomoyo_transition_type() 438 tomoyo_find_namespace(const char *name, const unsigned int len) tomoyo_find_namespace() argument 483 char *name = (char *) (entry + 1); tomoyo_assign_namespace() local [all...] |
/kernel/linux/linux-5.10/sound/soc/intel/boards/ |
H A D | bxt_da7219_max98357a.c | 481 .name = "Bxt Audio Port", 494 .name = "Bxt Audio Capture Port", 505 .name = "Bxt Audio Headset Playback", 517 .name = "Bxt Audio Reference cap", 528 .name = "Bxt Audio DMIC cap", 539 .name = "Bxt HDMI Port1", 549 .name = "Bxt HDMI Port2", 559 .name = "Bxt HDMI Port3", 570 .name = "SSP5-Codec", 583 .name [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | ab3100-core.c | 695 .name = "ab3100-dac", 699 .name = "ab3100-leds", 703 .name = "ab3100-power", 707 .name = "ab3100-regulators", 712 .name = "ab3100-sim", 716 .name = "ab3100-uart", 720 .name = "ab3100-rtc", 724 .name = "ab3100-charger", 728 .name = "ab3100-boost", 732 .name 755 char *name; global() member [all...] |
/kernel/linux/linux-6.6/drivers/clk/berlin/ |
H A D | bg2.c | 148 .name = "sys", 165 .name = "cpu", 181 .name = "drmfigo", 196 .name = "cfg", 211 .name = "gfx", 226 .name = "zsp", 241 .name = "perif", 256 .name = "pcube", 271 .name = "vscope", 286 .name [all...] |
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | domain.c | 198 * @name: Domainname to check. 202 static const char *tomoyo_last_word(const char *name) in tomoyo_last_word() argument 204 const char *cp = strrchr(name, ' '); in tomoyo_last_word() 208 return name; in tomoyo_last_word() 288 * @domainname: The name of current domain. 289 * @program: The name of requested program. 317 if (strcmp(ptr->domainname->name, last_name)) in tomoyo_scan_transition() 332 * @domainname: The name of current domain. 333 * @program: The name of requested program. 348 const char *last_name = tomoyo_last_word(domainname->name); in tomoyo_transition_type() 438 tomoyo_find_namespace(const char *name, const unsigned int len) tomoyo_find_namespace() argument 481 char *name = (char *) (entry + 1); tomoyo_assign_namespace() local [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | bxt_da7219_max98357a.c | 500 .name = "Bxt Audio Port", 513 .name = "Bxt Audio Capture Port", 524 .name = "Bxt Audio Headset Playback", 536 .name = "Bxt Audio Reference cap", 547 .name = "Bxt Audio DMIC cap", 558 .name = "Bxt HDMI Port1", 568 .name = "Bxt HDMI Port2", 578 .name = "Bxt HDMI Port3", 589 .name = "SSP5-Codec", 602 .name [all...] |
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | disasm.c | 61 char *name = afuc_gpu_reg_name(regbase); in print_gpu_reg() local 62 if (name) { in print_gpu_reg() 63 printf("\t; %s", name); in print_gpu_reg() 64 free(name); in print_gpu_reg() 210 static char name[12]; in label_name() local 223 // if we don't find anything w/ known name, maybe we should in label_name() 232 sprintf(name, "l%03d", lidx); in label_name() 233 return name; in label_name() 256 static char name[14]; in fxn_name() local 260 sprintf(name, "fx in fxn_name() 267 char *name = afuc_control_reg_name(id); print_control_reg() local 279 char *name = afuc_pipe_reg_name(id); print_pipe_reg() local 308 const char *name = getpm4(jump_label); disasm_instr() local 432 const char *name = getpm4(opc); disasm_instr() local 862 const char *name = getpm4(n); disasm_legacy() local [all...] |