/third_party/python/Tools/scripts/ |
H A D | freeze_modules.py | 33 OS_PATH = 'ntpath' if os.name == 'nt' else 'posixpath' 255 name = self.frozenid.replace('.', '_') 256 return '_Py_M__' + name 275 For stdlib modules the ID will always be the full name 293 class FrozenModule(namedtuple('FrozenModule', 'name ispkg section source')): 295 def __getattr__(self, name): 296 return getattr(self.source, name) 300 return self.name 311 return self.name != orig 320 'module': self.name, [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BlendFuncExtendedTest.cpp | 138 virtual GLint getVertexAttribLocation(const char *name) in getVertexAttribLocation() argument 140 return glGetAttribLocation(mProgram, name); in getVertexAttribLocation() 143 virtual GLint getFragmentUniformLocation(const char *name) in getFragmentUniformLocation() argument 145 return glGetUniformLocation(mProgram, name); in getFragmentUniformLocation() 236 virtual void checkOutputIndexQuery(const char *name, GLint expectedIndex) in checkOutputIndexQuery() argument 238 GLint index = glGetFragDataIndexEXT(mProgram, name); in checkOutputIndexQuery() 242 index = glGetProgramResourceLocationIndexEXT(mProgram, GL_PROGRAM_OUTPUT, name); in checkOutputIndexQuery() 247 glGetProgramResourceLocationIndexEXT(mProgram, GL_PROGRAM_OUTPUT, name); in checkOutputIndexQuery() 273 GLint getVertexAttribLocation(const char *name) override 275 return glGetAttribLocation(mVertexProgram, name); [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.cpp | 110 "ReactorFunction", // function name in DebugInfo() 184 oldLocation.function.name.c_str(), newLocation.function.name.c_str()); in syncScope() 215 llvm::itaniumDemangle(location.function.name.c_str(), buf, &size, &status); in syncScope() 216 auto name = "jit!" + (status == 0 ? std::string(buf) : location.function.name); in syncScope() local 220 name, // function name in syncScope() 262 auto name = token.identifier; in EmitVariable() local 278 name in EmitVariable() [all...] |
/third_party/openssl/test/ |
H A D | drbgtest.c | 87 static unsigned int query_rand_uint(EVP_RAND_CTX *drbg, const char *name) in query_rand_uint() argument 92 *params = OSSL_PARAM_construct_uint(name, &n); in query_rand_uint() 98 #define DRBG_UINT(name) \ 99 static unsigned int name(EVP_RAND_CTX *drbg) \ 101 return query_rand_uint(drbg, #name); \ 142 const char *name; in using_fips_rng() local 150 name = OSSL_PROVIDER_get0_name(prov); in using_fips_rng() 151 return strcmp(name, "OpenSSL FIPS Provider") == 0; in using_fips_rng() 293 char name[10]; /* 'parent' resp. 'child 1', 'child 2', ... */ member 426 sprintf(presult[0].name, "chil in test_rand_reseed_on_fork() [all...] |
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl_type_test.cc | 300 const char* name; member 303 out << data.name; in operator <<() 318 EXPECT_EQ(out.str(), param.name); in TEST_P() 341 EXPECT_EQ(out.str(), std::string(param.name) + "<f32>"); in TEST_P() 354 EXPECT_EQ(out.str(), std::string(param.name) + "<i32>"); in TEST_P() 367 EXPECT_EQ(out.str(), std::string(param.name) + "<u32>"); in TEST_P() 391 EXPECT_EQ(out.str(), std::string(param.name) + "<f32>"); in TEST_P() 404 EXPECT_EQ(out.str(), std::string(param.name) + "<i32>"); in TEST_P() 417 EXPECT_EQ(out.str(), std::string(param.name) + "<u32>"); in TEST_P() 429 const char* name; member 471 const char* name; global() member [all...] |
/third_party/toybox/toys/pending/ |
H A D | crond.c | 41 char *name, *val; member 210 char *name, *val, *tokens[5] = {0,}; in parse_line() local 242 name = tokens[0]; in parse_line() 243 if ((val = strchr(name, '='))) *val++ = 0; in parse_line() 247 name = tokens[0]; in parse_line() 248 if ((val = strchr(name, '='))) { in parse_line() 258 name = tokens[0]; in parse_line() 287 if (!strcmp(name, "MAILTO")) cfile->mailto = xstrdup(val); in parse_line() 290 v->name = xstrdup(name); in parse_line() [all...] |
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
H A D | descriptor_test.py | 17 # * Neither the name of Google Inc. nor the names of its 47 name: 'TestEmptyMessage' 55 name='some/filename/some.proto', 59 name='ForeignEnum', 64 descriptor.EnumValueDescriptor(name='FOREIGN_FOO', index=0, number=4), 65 descriptor.EnumValueDescriptor(name='FOREIGN_BAR', index=1, number=5), 66 descriptor.EnumValueDescriptor(name='FOREIGN_BAZ', index=2, number=6), 69 name='NestedMessage', 76 name='bb', 90 name [all...] |
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_util.py | 79 def _Call(self, name, args=None, prefix=None): 87 return Call(Name(name), children, prefix) 104 def _find_bind_rec(self, name, node): 107 c = fixer_util.find_binding(name, node) 110 c = self._find_bind_rec(name, child) 113 def does_tree_import(self, package, name, string): 117 return fixer_util.does_tree_import(package, name, node) 125 for package, name, import_ in failing_tests: 126 n = self.does_tree_import(package, name, import_ + "\n" + string) 128 n = self.does_tree_import(package, name, strin [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uresbund.cpp | 80 * Internal function, gets parts of locale name according 83 static UBool chopLocale(char *name) { in chopLocale() argument 84 char *i = uprv_strrchr(name, '_'); in chopLocale() 95 * Called to check whether a name without '_' needs to be checked for a parent. 99 static UBool mayHaveParent(char *name) { in mayHaveParent() argument 100 return (name[0] != 0 && uprv_strstr("nb nn",name) != nullptr); in mayHaveParent() 249 fprintf(stderr,"%s:%d: RB Cache: Entry @0x%p, refcount %d, name %s:%s. Pool 0x%p, alias 0x%p, parent 0x%p\n", in ures_dumpCacheContents() 287 /** INTERNAL: sets the name (locale) of the resource bundle to given name */ 289 setEntryName(UResourceDataEntry *res, const char *name, UErrorCode *status) setEntryName() argument 318 const char *name; init_entry() local 464 findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) findFirstExisting() argument 537 loadParentsExceptRoot(UResourceDataEntry *&t1, char name[], int32_t nameCapacity, UBool usingUSRData, char usrDataPath[], UErrorCode *status) loadParentsExceptRoot() argument 648 char name[ULOC_FULLNAME_CAPACITY]; entryOpen() local 812 char name[ULOC_FULLNAME_CAPACITY]; entryOpenDirect() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fVertexTextureTests.cpp | 488 Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT); 515 Vertex2DTextureCase::Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) in Vertex2DTextureCase() argument 516 : TestCase (testCtx, tcu::NODETYPE_SELF_VALIDATE, name, desc) in Vertex2DTextureCase() 794 VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT); 821 VertexCubeTextureCase::VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) in VertexCubeTextureCase() argument 822 : TestCase (testCtx, tcu::NODETYPE_SELF_VALIDATE, name, desc) in VertexCubeTextureCase() 1132 Vertex2DArrayTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT); 1159 Vertex2DArrayTextureCase::Vertex2DArrayTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) in Vertex2DArrayTextureCase() argument 1160 : TestCase (testCtx, tcu::NODETYPE_SELF_VALIDATE, name, desc) in Vertex2DArrayTextureCase() 1470 Vertex3DTextureCase (Context& testCtx, const char* name, cons 1498 Vertex3DTextureCase(Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR) Vertex3DTextureCase() argument 1852 const char* name; init() member 1863 const char* name; init() member 1877 const char* name; init() member [all...] |
/drivers/hdf_core/framework/support/platform/src/regulator/ |
H A D | regulator_if.c | 12 DevHandle RegulatorOpen(const char *name) in RegulatorOpen() argument 14 if (name == NULL) { in RegulatorOpen() 15 HDF_LOGE("RegulatorOpen: name is null!"); in RegulatorOpen() 19 return (DevHandle)RegulatorNodeOpen(name); in RegulatorOpen() 102 node->regulatorInfo.name, minUv, maxUv); in RegulatorSetVoltage() 144 node->regulatorInfo.name, minUa, maxUa); in RegulatorSetCurrent()
|
/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | regulator_linux_current_virtual_driver.c | 39 .name = "virtual_current_regulator", 54 .name = "virtual_current_regulator_dev", 136 .name = "regulator_virtual_current", 163 g_virtualCurrentRegulatorDesc.name); in VirtualCurrentRegulatorPlatformProbe() 185 .name = "virtual_current_regulator_dev",
|
/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | cpp_code_emitter.h | 43 bool IsVersion(const std::string &name) const;
65 std::string MacroName(const std::string &name) const;
69 std::string EmitHeaderNameByInterface(AutoPtr<ASTInterfaceType> interface, const std::string &name);
71 std::string EmitDefinitionByInterface(AutoPtr<ASTInterfaceType> interface, const std::string &name) const;
73 std::string GetNameSpaceByInterface(AutoPtr<ASTInterfaceType> interface, const std::string &name);
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_mgr.cpp | 50 std::string name(componentName); in CreateComponentInstance() 51 err = core->GetHandle(handle, name, appData, *callbacks); in CreateComponentInstance() 102 std::string name(""); in AddComponentByLibName() 104 while (HDF_SUCCESS == core->ComponentNameEnum(name, index)) { in AddComponentByLibName() 106 compoentsCore_.emplace(std::make_pair(name, core)); in AddComponentByLibName()
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_mgr.cpp | 51 std::string name(componentName); in CreateComponentInstance() 52 err = core->GetHandle(handle, name, appData, *callbacks); in CreateComponentInstance() 102 std::string name(""); in AddComponentByLibName() 104 while (HDF_SUCCESS == core->ComponentNameEnum(name, index)) { in AddComponentByLibName() 106 compoentsCore_.emplace(std::make_pair(name, core)); in AddComponentByLibName()
|
/kernel/linux/linux-5.10/drivers/clk/renesas/ |
H A D | renesas-cpg-mssr.h | 22 const char *name; member 45 { .name = _name, .id = _id, .type = _type } 65 const char *name; member 76 { .name = _name, .id = MOD_CLK_ID(_mod), .parent = _parent } 84 { .name = _name, .id = MOD_CLK_ID_10(_mod), .parent = _parent }
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap_hwmod_43xx_data.c | 24 .name = "emif", 38 .name = "l4_hs", 52 { .name = "wkup_m3", .rst_shift = 3, .st_shift = 5 }, 56 .name = "wkup_m3", 75 .name = "control",
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | pcm027.c | 123 .name = "smc91x", 166 .name = "physmap-flash", 179 .name = "led0:red", /* FIXME */ 183 .name = "led1:green", /* FIXME */ 194 .name = "leds-gpio",
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | module.c | 90 mod->name, relsec, i, in apply_relocate_add() 114 mod->name, relsec, i, in apply_relocate_add() 157 mod->name, in apply_relocate_add() 177 mod->name, in apply_relocate_add() 183 mod->name, in apply_relocate_add()
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | usb-da8xx.c | 34 .name = "da8xx-usb-phy", 76 .name = "mc", 83 .name = "musb-da8xx", 118 .name = "ohci-da8xx", 135 .name = "da830-usb-phy-clks",
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | s3c2412.c | 83 s3c_device_sdi.name = "s3c2412-sdi"; in s3c2412_init_uarts() 84 s3c_device_lcd.name = "s3c2412-lcd"; in s3c2412_init_uarts() 93 s3c_device_spi0.name = "s3c2412-spi"; in s3c2412_init_uarts() 95 s3c_device_spi1.name = "s3c2412-spi"; in s3c2412_init_uarts() 150 .name = "s3c2412-core",
|
H A D | mach-vstms.c | 74 .name = "Boot Agent", 79 .name = "UBoot Config", 84 .name = "Kernel", 89 .name = "RFS", 97 .name = "NAND",
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | pci_slot.c | 88 char name[SLOT_NAME_SIZE]; in register_slot() local 111 snprintf(name, sizeof(name), "%llu", sun); in register_slot() 112 pci_slot = pci_create_slot(pci_bus, device, name, NULL); in register_slot() 124 pr_debug("%p, pci_bus: %x, device: %d, name: %s\n", in register_slot() 125 pci_slot, pci_bus->number, device, name); in register_slot()
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | mac.c | 100 mac_fix_string(part->name, 32); in mac_partition() 113 l = strlen(part->name); in mac_partition() 114 if (strcmp(part->name, "/") == 0) in mac_partition() 117 if (strncasecmp(part->name + i, "root", in mac_partition() 123 if (strncasecmp(part->name, "swap", 4) == 0) in mac_partition()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | mca_drv.h | 63 #define peidx_mod_error_info(p, name, n) \ 64 ({ int __idx = peidx_##name##_idx(p, n); \ 66 if (peidx_##name##_num(p) > n) /*BUG*/ \ 76 #define peidx_check_info(proc, name, n) \ 78 sal_log_mod_error_info_t *__info = peidx_mod_error_info(proc, name, n);\
|