/third_party/cups-filters/backend/ |
H A D | serial.c | 81 *name, /* Name of option */ in main() local 171 * Extract the device name and options from the URI... in main() 186 * Yup, terminate the device name string and move to the first in main() 260 * Get the name... in main() 263 name = options; in main() 292 if (!strcasecmp(name, "baud")) in main() 354 else if (!strcasecmp(name, "bits")) in main() 375 else if (!strcasecmp(name, "parity")) in main() 416 else if (!strcasecmp(name, "flow")) in main() 446 else if (!strcasecmp(name, "sto in main() [all...] |
/third_party/gn/src/gn/ |
H A D | ninja_create_bundle_target_writer_unittest.cc | 65 setup.toolchain()->label().name())); in TEST() 114 setup.toolchain()->label().name())); in TEST() 153 setup.toolchain()->label().name())); in TEST() 215 setup.toolchain()->label().name())); in TEST() 256 setup.toolchain()->label().name())); in TEST() 367 setup.toolchain()->label().name())); in TEST() 445 setup.toolchain()->label().name())); in TEST()
|
/third_party/alsa-lib/include/ |
H A D | control.h | 56 * name, longname, etc. 179 * name, index must all be given. The following functions can be used 272 /** CTL name helper */ 274 /** CTL name helper */ 276 /** CTL name helper */ 279 /** CTL name helper */ 281 /** CTL name helper */ 283 /** CTL name helper */ 285 /** CTL name helper */ 287 /** CTL name helpe [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_builder_print_visitor.cpp | 79 * variable name. 231 ir->type->name, in visit() 232 ir->name); in visit() 236 ir->type->name, in visit() 237 ir->name, in visit() 290 ir->return_type->name); in visit_enter() 341 ir->type->name); in print_without_declaration() 429 ir->type->name, in visit()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_vs.cpp | 427 tgsi_semantic name = (tgsi_semantic)semantic.first; in do_scan_instruction() local 434 ShaderOutput output(driver_location, name, write_mask); in do_scan_instruction() 585 << " name=" << out_io.name()<< " sid=" << out_io.sid() << "\n"; in do_store_output() 589 sfn_log << SfnLog::io << " against " << k << " name=" << in_io.name<< " sid=" << in_io.sid << "\n"; in do_store_output() 591 if (in_io.name == out_io.name() && in do_store_output() 606 << store_info.driver_location << "name=" << out_io.name() in do_store_output() [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/nir/ |
H A D | invocation.cpp | 92 uniform->name = ralloc_strdup(uniform, var->name); in clover_nir_add_image_uniforms() 456 const char *name = sym.name.c_str(); 460 MESA_SHADER_KERNEL, name, 463 r_log += "Translation from SPIR-V to NIR for kernel \"" + sym.name + 625 b.syms.emplace_back(sym.name, sym.attributes,
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_error_decode.c | 64 print_register(struct intel_spec *spec, const char *name, uint32_t reg) in print_register() argument 67 name ? intel_spec_find_register_by_name(spec, name) : NULL; in print_register() 122 const char *name; in ring_name_to_class() member 133 if (strcmp(ring_name, legacy_names[i].name)) in ring_name_to_class() 452 const char *name; in read_data_file() member 481 sections[num_sections].buffer_name = b->name; in read_data_file()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-posix.cc | 165 "os.system(): String conversion of program name failed"); in Init() 610 "os.setenv(): String conversion of variable name failed."); in SetEnvironment() 629 "os.setenv(): String conversion of variable name failed."); in UnsetEnvironment() 635 char* Shell::ReadCharsFromTcpPort(const char* name, int* size_out) { in ReadCharsFromTcpPort() argument 678 size_t name_len = strlen(name) + 1; // Includes the null terminator in ReadCharsFromTcpPort() 680 ssize_t sent_now = send(sockfd, name + sent_len, name_len - sent_len, 0); in ReadCharsFromTcpPort() 682 fprintf(stderr, "Failed to send %s to localhost:%d\n", name, in ReadCharsFromTcpPort() 699 fprintf(stderr, "Failed to receive %s's length from localhost:%d\n", name, in ReadCharsFromTcpPort() 709 file_length, name, Shell::options.read_from_tcp_port.get()); in ReadCharsFromTcpPort() 723 fprintf(stderr, "Failed to receive %s from localhost:%d\n", name, in ReadCharsFromTcpPort() [all...] |
/third_party/mesa3d/src/vulkan/device-select-layer/ |
H A D | device_select_layer.c | 611 static void (*get_instance_proc_addr(VkInstance instance, const char* name))() in get_instance_proc_addr() argument 613 if (strcmp(name, "vkGetInstanceProcAddr") == 0) in get_instance_proc_addr() 615 if (strcmp(name, "vkCreateInstance") == 0) in get_instance_proc_addr() 617 if (strcmp(name, "vkDestroyInstance") == 0) in get_instance_proc_addr() 619 if (strcmp(name, "vkEnumeratePhysicalDevices") == 0) in get_instance_proc_addr() 621 if (strcmp(name, "vkEnumeratePhysicalDeviceGroups") == 0) in get_instance_proc_addr() 625 return info->GetInstanceProcAddr(instance, name); in get_instance_proc_addr()
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-core.c | 337 static const char model_marker[] = "model name\t: "; in read_models() 397 const char* name; in read_models() 466 model = uv__strdup(arm_chips[part_idx].name); in read_models() 678 address->name = uv__strdup(ent->ifa_name); in uv_interface_addresses() 707 if (strncmp(address->name, ent->ifa_name, namelen) == 0 && in uv_interface_addresses() 708 (address->name[namelen] == 0 || address->name[namelen] == ':')) { in uv_interface_addresses() 728 uv__free(addresses[i].name); in uv_free_interface_addresses()
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
H A D | subcommand.rs | 28 let name = Name::Derived(ident.clone()); in derive_subcommand() 29 let item = Item::from_subcommand_enum(input, name)?; in derive_subcommand() 54 item.kind().name(), in gen_for_enum() 231 let name = item.cased_name(); in gen_augment() 250 let #subcommand_var = clap::Command::new(#name); in gen_augment() 321 let name = item.cased_name(); in gen_augment() 325 let #subcommand_var = clap::Command::new(#name); in gen_augment()
|
/third_party/python/Lib/ |
H A D | platform.py | 40 # 1.0.3 - added normalization of Windows system name 331 # Server release name lookup will default to client names if necessary 430 # Canonical name 455 def _java_getprop(name, default): 459 value = System.getProperty(name) 487 vm_name = _java_getprop('java.vm.name', vm_name) 493 os_name = _java_getprop('java.os.name', os_name) 499 ### System name aliasing 513 # These releases use the old name SunOS 529 # XXX Whatever the new SunOS marketing name i [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawShaderDrawParametersTests.cpp | 445 std::ostringstream name; in addDrawCase() local 446 name << "draw"; in addDrawCase() 448 if (flags & TEST_FLAG_INDEXED) name << "_indexed"; in addDrawCase() 449 if (flags & TEST_FLAG_INDIRECT) name << "_indirect"; in addDrawCase() 450 if (flags & TEST_FLAG_INSTANCED) name << "_instanced"; in addDrawCase() 451 if (flags & TEST_FLAG_FIRST_INSTANCE) name << "_first_instance"; in addDrawCase() 455 group->addChild(new InstanceFactory<DrawTest, FunctionSupport1<DrawTest::TestSpec>>(group->getTestContext(), name.str(), testSpec, FunctionSupport1<DrawTest::TestSpec>::Args(checkSupport, testSpec))); in addDrawCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryDirectionTests.cpp | 224 DirectionTestCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params); 248 DirectionTestCase::DirectionTestCase(tcu::TestContext& testCtx, const std::string& name, const TestParams& params) in DirectionTestCase() argument 249 : vkt::TestCase (testCtx, name) in DirectionTestCase() 543 const char* name; in createDirectionLengthTests() member 562 GroupPtr geomGroup (new tcu::TestCaseGroup(testCtx, gType.name)); in createDirectionLengthTests() 615 const char* name; in createInsideAABBsTests() member 634 const std::string rayEndName = std::string("ray_end_") + rayEndCase.name; in createInsideAABBsTests()
|
H A D | vktRayQueryPositionFetchTests.cpp | 96 PositionFetchCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params); 119 PositionFetchCase::PositionFetchCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params) in PositionFetchCase() argument 120 : TestCase (testCtx, name) in PositionFetchCase() 682 const char* name; in createPositionFetchTests() member 694 std::string name; in createPositionFetchTests() member 726 de::MovePtr<tcu::TestCaseGroup> sourceTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderSourceTypes[shaderSourceNdx].name.c_str())); in createPositionFetchTests() 730 de::MovePtr<tcu::TestCaseGroup> buildGroup(new tcu::TestCaseGroup(group->getTestContext(), buildTypes[buildTypeNdx].name)); in createPositionFetchTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsPartitionedTests.cpp | 531 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsPartitionedTests() local 536 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsPartitionedTests() 557 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + getShaderStageName(stage); in createSubgroupsPartitionedTests() 587 addFunctionCaseWithPrograms(graphicGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsPartitionedTests() 603 const string testName = name + "_" + getShaderStageName(caseDef.shaderStage); in createSubgroupsPartitionedTests() 648 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsPartitionedTests() local 650 addFunctionCaseWithPrograms(raytracingGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsPartitionedTests()
|
H A D | vktSubgroupsShuffleTests.cpp | 564 const string name = de::toLower(getOpTypeName(opType)) + "_" + formatName + argCase.suffix; in createSubgroupsShuffleTests() local 579 addFunctionCaseWithPrograms(graphicGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsShuffleTests() 585 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsShuffleTests() 607 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + getShaderStageName(stage); in createSubgroupsShuffleTests() 638 const string testName = name + "_" + getShaderStageName(caseDef.shaderStage); in createSubgroupsShuffleTests() 665 const string name = de::toLower(getOpTypeName(opType)) + "_" + formatName + argCase.suffix; in createSubgroupsShuffleTests() local 678 addFunctionCaseWithPrograms(raytracingGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsShuffleTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrFormatTests.cpp | 589 const char* name; in populatePerFormatGroup() member 602 const char* const tilingName = tilings[tilingNdx].name; in populatePerFormatGroup() 604 const string name = string(shaderTypeName) + "_" + tilingName + ((useArrayLayers) ? "_array" : ""); in populatePerFormatGroup() local 606 addFunctionCaseWithPrograms(group, name, checkSupport, initPrograms, testFormat, TestParameters(format, size, 0u, tiling, shaderType, false, useArrayLayers)); in populatePerFormatGroup() 609 addFunctionCaseWithPrograms(group, name + "_disjoint", checkSupport, initPrograms, testFormat, TestParameters(format, size, (VkImageCreateFlags)VK_IMAGE_CREATE_DISJOINT_BIT, tiling, shaderType, false, useArrayLayers)); in populatePerFormatGroup() 613 addFunctionCaseWithPrograms(group, name + "_mapped", checkSupport, initPrograms, testFormat, TestParameters(format, size, 0u, tiling, shaderType, true, useArrayLayers)); in populatePerFormatGroup() 616 addFunctionCaseWithPrograms(group, name + "_disjoint_mapped", checkSupport, initPrograms, testFormat, TestParameters(format, size, (VkImageCreateFlags)VK_IMAGE_CREATE_DISJOINT_BIT, tiling, shaderType, true, useArrayLayers)); in populatePerFormatGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawShaderDrawParametersTests.cpp | 445 std::ostringstream name; in addDrawCase() local 446 name << "draw"; in addDrawCase() 448 if (flags & TEST_FLAG_INDEXED) name << "_indexed"; in addDrawCase() 449 if (flags & TEST_FLAG_INDIRECT) name << "_indirect"; in addDrawCase() 450 if (flags & TEST_FLAG_INSTANCED) name << "_instanced"; in addDrawCase() 451 if (flags & TEST_FLAG_FIRST_INSTANCE) name << "_first_instance"; in addDrawCase() 455 group->addChild(new InstanceFactory<DrawTest, FunctionSupport1<DrawTest::TestSpec>>(group->getTestContext(), name.str(), "", testSpec, FunctionSupport1<DrawTest::TestSpec>::Args(checkSupport, testSpec))); in addDrawCase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 29 #define CV_TYPE(name, val) {#name, name}, 36 #define CV_REGISTER(name, val) CV_ENUM_CLASS_ENT(RegisterId, name), 44 #define CV_REGISTER(name, val) CV_ENUM_CLASS_ENT(RegisterId, name),
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustnessTests.cpp | 48 RobustnessBase(tcu::TestContext& testCtx, const char* name, const char* description, glu::ApiType apiType); 56 RobustnessBase::RobustnessBase(tcu::TestContext& testCtx, const char* name, const char* description, in RobustnessBase() argument 58 : tcu::TestCase(testCtx, name, description), m_ApiType(apiType) in RobustnessBase() 94 NoResetNotificationCase(tcu::TestContext& testCtx, const char* name, const char* description, glu::ApiType apiType) in NoResetNotificationCase() argument 95 : RobustnessBase(testCtx, name, description, apiType) in NoResetNotificationCase() 140 LoseContextOnResetCase(tcu::TestContext& testCtx, const char* name, const char* description, glu::ApiType apiType) in LoseContextOnResetCase() argument 141 : RobustnessBase(testCtx, name, description, apiType) in LoseContextOnResetCase() 614 * @param method Method name marker
|
H A D | glcShaderLoopTests.cpp | 181 ShaderLoopCase(Context& context, const char* name, const char* description, bool isVertexCase, 193 ShaderLoopCase::ShaderLoopCase(Context& context, const char* name, const char* description, bool isVertexCase, in ShaderLoopCase() argument 195 : ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, in ShaderLoopCase() 1175 string name = string("basic_") + precisionName + "_" + dataTypeName + "_" + shaderTypeName; in init() local 1179 m_context, m_glslVersion, name.c_str(), desc.c_str(), isVertexCase, (LoopType)loopType, in init() 1201 string name = string(loopCaseName) + "_" + shaderTypeName; in init() local 1204 group->addChild(createSpecialLoopCase(m_context, m_glslVersion, name.c_str(), desc.c_str(), in init()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Display.cpp | 54 Image *getSharedImage(EGLImageKHR name) override 56 return Display::getSharedImage(name); 741 GLuint name = (GLuint)reinterpret_cast<intptr_t>(image); in destroySharedImage() local 742 Image *eglImage = mSharedImageNameSpace.find(name); in destroySharedImage() 750 mSharedImageNameSpace.remove(name); in destroySharedImage() 757 GLuint name = (GLuint)reinterpret_cast<intptr_t>(image); in getSharedImage() local 758 return mSharedImageNameSpace.find(name); in getSharedImage()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Texture.h | 98 explicit Texture(GLuint name); 202 explicit Texture2D(GLuint name); 263 explicit Texture2DRect(GLuint name); 273 explicit TextureCubeMap(GLuint name); 336 explicit Texture3D(GLuint name); 396 explicit Texture2DArray(GLuint name); 408 explicit TextureExternal(GLuint name);
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/ |
H A D | resolve.go | 430 // the given name. 436 // Something with the given name was found... 445 // the given name. If there are template arguments for the name `a`, then 454 // Something with the given name was found... 475 // Check the number of templated name template arguments match the number of 482 // Check templated name template argument kinds match the parameter kinds 615 // scope is a basic hierarchical name to object table 633 // given name. 634 func (s *scope) lookup(name strin [all...] |