/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_2_autogen.h | 23 const GLchar *name); 40 GLchar *name); 47 GLchar *name); 52 ANGLE_EXPORT GLint GL_APIENTRY GL_GetAttribLocation(GLuint program, const GLchar *name); 67 ANGLE_EXPORT GLint GL_APIENTRY GL_GetUniformLocation(GLuint program, const GLchar *name);
|
/third_party/skia/src/core/ |
H A D | SkRasterPipeline.cpp | 76 const char* name = ""; in dump() local 78 #define M(x) case x: name = #x; break; in dump() 82 stages.push_back(name); in dump() 85 for (const char* name : stages) { in dump() 86 SkDebugf("\t%s\n", name); in dump()
|
/third_party/openssl/crypto/x509/ |
H A D | x_name.c | 299 * memcmp() of the canonical encoding. By omitting the leading SEQUENCE name 486 int X509_NAME_set(X509_NAME **xn, const X509_NAME *name) in X509_NAME_set() argument 490 if (*xn == name) in X509_NAME_set() 492 if ((name_copy = X509_NAME_dup(name)) == NULL) in X509_NAME_set() 499 int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase) in X509_NAME_print() argument 504 b = X509_NAME_oneline(name, NULL, 0); in X509_NAME_print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_instruction.cpp | 51 ss << desc->name << " "; in ToString() 112 << operand_desc.name << "(" << word << ") requires SPIR-V version " in OperandVersionExtensionCheck() 122 << operand_desc.name << "(" << word << ") requires SPIR-V version " in OperandVersionExtensionCheck() 132 << ": operand " << operand_desc.name << "(" << word in OperandVersionExtensionCheck() 232 << "Invalid Opcode name 'Op" << inst_desc->name << "'"; in ReservedCheck()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.annotation_test.cpp | 49 input << "OpDecorate %1 " << std::get<1>(GetParam()).name(); in TEST_P() 72 input << "OpDecorateId %1 " << std::get<1>(GetParam()).name(); in TEST_P() 185 std::string name; member 196 "OpDecorate %1 " + GetParam().enum_name + " " + GetParam().name; in TEST_P() 375 { CASE(Import), "some kind of long name with spaces etc." }, 448 input << "OpMemberDecorate %1 42 " << std::get<1>(GetParam()).name(); in TEST_P()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dsp.h | 200 #define WEBP_DSP_INIT_FUNC(name) \ 201 static WEBP_TSAN_IGNORE_FUNCTION void name ## _body(void); \ 202 WEBP_TSAN_IGNORE_FUNCTION void name(void) { \ 203 WEBP_DSP_INIT(name ## _body); \ 205 static WEBP_TSAN_IGNORE_FUNCTION void name ## _body(void)
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkgitems.cpp | 10 * file name: pkgitems.cpp 96 pItem->name, u_errorName(errorCode)); in setItem() 105 fprintf(stderr, "icupkg: unable to allocate memory for swapping \"%s\"\n", pItem->name); in setItem() 126 * assemble the target item name from the source item name, an ID 152 fprintf(stderr, "icupkg/makeTargetName(%s) target item name length %ld too long\n", in makeTargetName() 174 /* assemble the target item name from the item's parent item name */ 200 // get the parent item name by truncating the last part of this item's name */ in checkParent() [all...] |
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_name.cpp | 218 {148, "el"}, //Greek (Polytonic) Note: ISO 15924 does not have an equivalent script name. 489 // Decode the name into UTF-8. 505 record.name.reset(); 511 SkString_from_UTF16BE(nameString, nameLength, record.name); 519 record.name.reset(); 522 SkStringFromMacRoman(nameString, nameLength, record.name); 526 // These should never appear in a 'name' table. 529 record.name.reset();
|
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
H A D | GPUTestExpectationsParser.cpp | 126 : name(nullptr), in TokenInfo() 134 : name(nameIn), condition(conditionIn), expectation(expectationIn) in TokenInfo() 141 const char *name; member 251 if (LowerCaseEqualsASCII(word, kTokenData[i].name)) in ParseToken() 304 return info.name; in GetConditionName()
|
/third_party/python/Lib/test/ |
H A D | test_funcattrs.py | 30 def cannot_set_attr(self, obj, name, value, exceptions): 32 setattr(obj, name, value) 36 self.fail("shouldn't be able to set %s to %r" % (name, value)) 38 delattr(obj, name) 42 self.fail("shouldn't be able to del %s" % name)
|
H A D | test_winreg.py | 183 except OSError: # Use this error name this time 274 name = EnumValue(key, i) 275 QueryValue(key, name[0]) 283 # Issue2810, in 2.6 and 3.1 when the key name was exactly 256 286 name = 'x'*256 289 SetValue(key, name, REG_SZ, 'x') 293 DeleteKey(HKEY_CURRENT_USER, '\\'.join((test_key_name, name)))
|
/third_party/python/Lib/ |
H A D | warnings.py | 138 'module' -- a regex that the module name must match 262 raise _OptionError("invalid module name: %r" % (module,)) from None 432 named 'warnings' and imported under that name. This argument is only useful 463 name = type(self).__name__ 464 return "%s(%s)" % (name, ", ".join(args)) 496 _DEPRECATED_MSG = "{name!r} is deprecated and slated for removal in Python {remove}" 498 def _deprecated(name, message=_DEPRECATED_MSG, *, remove, _version=sys.version_info): 499 """Warn that *name* is deprecated or should be removed. 504 The *message* argument is formatted with *name* and *remove* as a Python 510 msg = f"{name! [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | neverReturningFunctions1.js | 161 f[0](); // No effect (not a dotted name) 174 name: string; 193 name: string; 201 name: string, 229 // Reference to system because both were registered with the same name. 436 f[0](); // No effect (not a dotted name)
460 // Reference to system because both were registered with the same name.
504 name: string;
520 name: string;
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_message_builder.cc | 15 // * Neither the name of Google Inc. nor the names of its 124 vars["oneof_name"] = context_->GetOneofGeneratorInfo(oneof)->name; in Generate() 344 "oneof_name", context_->GetOneofGeneratorInfo(oneof)->name); in GenerateCommonBuilderMethods() 430 "oneof_name", context_->GetOneofGeneratorInfo(oneof)->name); in GenerateCommonBuilderMethods() 554 ToUpper(field->name())); in GenerateCommonBuilderMethods() 566 ToUpper(context_->GetOneofGeneratorInfo(oneof)->name)); in GenerateCommonBuilderMethods() 632 "if (!has$name$()) {\n" in GenerateIsInitialized() 635 "name", info->capitalized_name); in GenerateIsInitialized() 648 "if (!get$name$().isInitialized()) {\n" in GenerateIsInitialized() 653 "name", inf in GenerateIsInitialized() [all...] |
/third_party/rust/crates/clap/src/ |
H A D | macros.rs | 86 /// Allows you to pull the name from your Cargo.toml at compile time. 88 /// **NOTE:** This macro extracts the name from an environment variable `CARGO_PKG_NAME`. 89 /// When the crate name is set to something different from the package name, 137 ($name:expr) => {{ 138 let mut cmd = $crate::Command::new($name).version($crate::crate_version!()); 161 ($name:expr) => {{ 452 /// [explicit name] [short] [long] [value names] [...] [help string] 457 /// The name may be either a bare-word or a string, followed by a `:`, like `name [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser_test.cc | 35 const char *name; in TEST() member 52 EXPECT_EQ(e.name, LengthModToString(e.mod)); in TEST() 59 char name; in TEST() member 73 SCOPED_TRACE(e.name); in TEST() 75 EXPECT_EQ(e.name, FormatConversionCharToChar(v)); in TEST()
|
/third_party/skia/gm/ |
H A D | tilemodes.cpp | 75 SkString name("tilemodes"); 77 name.append("_npot"); 79 return name; 200 Tiling2GM(ShaderProc proc, const char name[]) : fProc(proc), fName(name) {} in Tiling2GM() argument
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | policydb.h | 115 char *comkey; /* common name */ 168 char *name; member 180 uint32_t primary; /* primary name? can be set to primary value if below is TYPE_ */ 296 /* source file name and line number (e.g. .te file) */ 321 char *name; member 343 char *name; /* name of initial SID, fs, netif, fstype, path */ member 466 /* type transition rules with a 'name' component */ 472 /* In a linked module this will contain the name of the module 513 char *name; member [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate_instruction.cpp | 45 ss << desc->name << " "; in ToString() 106 << operand_desc.name << "(" << word << ") requires SPIR-V version " in OperandVersionExtensionCheck() 116 << operand_desc.name << "(" << word << ") requires SPIR-V version " in OperandVersionExtensionCheck() 126 << ": operand " << operand_desc.name << "(" << word in OperandVersionExtensionCheck() 228 << "Invalid Opcode name 'Op" << inst_desc->name << "'"; in ReservedCheck()
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.annotation_test.cpp | 49 input << "OpDecorate %1 " << std::get<1>(GetParam()).name(); in TEST_P() 72 input << "OpDecorateId %1 " << std::get<1>(GetParam()).name(); in TEST_P() 186 std::string name; member 197 "OpDecorate %1 " + GetParam().enum_name + " " + GetParam().name; in TEST_P() 377 { CASE(Import), "some kind of long name with spaces etc." }, 453 input << "OpMemberDecorate %1 42 " << std::get<1>(GetParam()).name(); in TEST_P()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDitheringTests.cpp | 98 DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, bool isEnabled, PatternType patternType, const tcu::Vec4& color); 138 DitheringCase::DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* const name, const char* const description, const bool ditheringEnabled, const PatternType patternType, const Vec4& color) in DitheringCase() argument 139 : TestCase (testCtx, name, description) in DitheringCase() 523 const char* name; 545 const string caseName = string("") + DitheringCase::getPatternTypeName(patternType) + "_" + caseColors[caseColorNdx].name;
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderBuiltinConstantTests.cpp | 96 std::ostringstream name; in makeCaseName() local 97 name << de::toLower(char(varName[3])); in makeCaseName() 103 name << '_' << de::toLower(c); in makeCaseName() 105 name << c; in makeCaseName() 108 return name.str(); in makeCaseName()
|
H A D | es31fShaderSharedVarTests.cpp | 74 SharedBasicVarCase (Context& context, const char* name, DataType basicType, Precision precision, const tcu::UVec3& workGroupSize); 101 SharedBasicVarCase::SharedBasicVarCase (Context& context, const char* name, DataType basicType, Precision precision, const tcu::UVec3& workGroupSize) in SharedBasicVarCase() argument 102 : TestCase (context, name, getBasicCaseDescription(basicType, precision, workGroupSize).c_str()) in SharedBasicVarCase() 383 const string name = string(getDataTypeName(DataType(basicType))) + "_" + getPrecisionName(Precision(precision)); in init() local 385 basicTypeGroup->addChild(new SharedBasicVarCase(m_context, name.c_str(), DataType(basicType), Precision(precision), workGroupSize)); in init()
|
/third_party/vk-gl-cts/modules/gles31/stress/ |
H A D | es31sTessellationGeometryInteractionTests.cpp | 70 GridRenderCase (Context& context, const char* name, const char* description, int flags); 100 GridRenderCase::GridRenderCase (Context& context, const char* name, const char* description, int flags) in GridRenderCase() argument 101 : TestCase (context, name, description) in GridRenderCase() 579 const char* name; in init() member 631 multilimitGroup->addChild(new GridRenderCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].flags)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageBlockShapes.cpp | 60 const std::string& name, 79 const std::string& name, in ImageBlockShapesCase() 85 : TestCase (testCtx, name, description) in ImageBlockShapesCase() 487 const std::string name = std::string("samples_") + de::toString(sampleCount); in createImageBlockShapesTests() local 489 formatGroup->addChild(new ImageBlockShapesCase(testCtx, name.c_str(), "", imageType, imageSize, format, sampleCount)); in createImageBlockShapesTests() 78 ImageBlockShapesCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format, deUint32 numSamples) ImageBlockShapesCase() argument
|