/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | __main__.py | 72 LINE = ' {lno:>5} {kind:10} {funcname:40} {fwd:1} {name:40} {data}' 74 LINE = ' {lno:>5} {kind:10} {funcname:40} {name:40} {data}' 75 lno = kind = funcname = fwd = name = data = '' 78 fileinfo, kind, funcname, name, data = item 81 name = name or ' --' 100 data += ', '.join(f.name for f in fields[:5]) 103 data = f'{data}{indent}{", ".join(f.name for f in fields[:5])}' 110 names = [d if isinstance(d, str) else d.name
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | MessageDescriptor.cs | 16 // * Neither the name of Google Inc. nor the names of its 132 /// The brief name of the descriptor's target. 227 /// A collection of fields, which can be retrieved by name or field number. 265 /// Finds a field by field name. 267 /// <param name="name">The unqualified name of the field (e.g. "foo").</param> 269 public FieldDescriptor FindFieldByName(String name) => File.DescriptorPool.FindSymbol<FieldDescriptor>(FullName + "." + name); field in Google.Protobuf.Reflection.MessageDescriptor 274 /// <param name [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | FieldCodecTest.cs | 16 // * Neither the name of Google Inc. nor the names of its 114 private readonly string name; field in Google.Protobuf.FieldCodecTest.FieldCodecTestData 116 public FieldCodecTestData(FieldCodec<T> codec, T sampleValue, string name) in FieldCodecTestData() argument 120 this.name = name; in FieldCodecTestData() 210 Assert.AreEqual(name.Contains("Fixed"), codec.FixedSize != 0); in TestFixedSize() 215 return name; in ToString()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-mmkbd-evdev.c | 47 PA_MODULE_USAGE("device=<evdev device> sink=<sink name> volume_limit=<volume limit> volume_step=<volume change step>"); 159 char name[256]; in pa__init() local 210 memset(name, 0, sizeof(name)); in pa__init() 211 if (ioctl(u->fd, EVIOCGNAME(sizeof(name)), name) < 0) { in pa__init() 216 pa_log_info("evdev device name: %s", name); in pa__init()
|
/third_party/openssl/crypto/engine/ |
H A D | eng_lib.c | 53 e->name = NULL; in engine_set_all_null() 205 int ENGINE_set_name(ENGINE *e, const char *name) in ENGINE_set_name() argument 207 if (name == NULL) { in ENGINE_set_name() 211 e->name = name; in ENGINE_set_name() 258 return e->name; in ENGINE_get_name()
|
/third_party/openssl/crypto/bn/asm/ |
H A D | co-586.pl | 117 local($name,$num)=@_; 122 &function_begin_B($name,""); 203 &function_end_B($name); 208 local($name,$num)=@_; 213 &function_begin_B($name,""); 296 &function_end_B($name);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectApiTests.cpp | 175 ShaderObjectApiCase (tcu::TestContext& testCtx, const std::string& name) in ShaderObjectApiCase() argument 176 : vkt::TestCase (testCtx, name) in ShaderObjectApiCase() 300 ShaderObjectExtensionVersionCase (tcu::TestContext& testCtx, const std::string& name, const ShaderObjectApiTest test) in ShaderObjectExtensionVersionCase() argument 301 : vkt::TestCase (testCtx, name) in ShaderObjectExtensionVersionCase() 334 const char* name; in createShaderObjectApiTests() member 345 apiGroup->addChild(new ShaderObjectExtensionVersionCase(testCtx, test.name, test.test)); in createShaderObjectApiTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.hpp | 194 TestCase (tcu::TestContext& testCtx, const std::string& name); 195 TestCase (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name); 222 inline TestCase::TestCase (tcu::TestContext& testCtx, const std::string& name) in TestCase() argument 223 : tcu::TestCase(testCtx, name.c_str(), "") in TestCase() 227 inline TestCase::TestCase (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name) in TestCase() argument 228 : tcu::TestCase(testCtx, type, name.c_str(), "") in TestCase()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 35 const char* name; member 238 addChild(new glcts::LimitCase<GLint>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin )); in init() 244 addChild(new glcts::LimitCase<GLint64>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin )); in init() 250 addChild(new glcts::LimitCase<GLuint64>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin )); in init() 256 addChild(new glcts::LimitCase<GLfloat>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin )); in init() 262 addChild(new glcts::LimitCase<tcu::IVec3>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin )); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTestSubcase.cpp | 196 TestSubcase::TestSubcase(Context& context, const char* name, SubcaseBase::SubcaseBasePtr (*factoryFunc)()) in TestSubcase() argument 197 : TestCase(context, name, "") in TestSubcase() 296 const char* name = glu::getErrorName(glError); in iterate() local 297 if (name == DE_NULL) in iterate() 298 name = "UNKNOWN ERROR"; in iterate() 299 log << TestLog::Message << "After test execution glGetError() returned: " << name in iterate()
|
/third_party/skia/src/core/ |
H A D | SkWriteBuffer.cpp | 227 * 2. string name of the flattenable or index into fFlattenableDict: We store the string to in writeFlattenable() 235 const char* name = flattenable->getTypeName(); in writeFlattenable() local 236 SkASSERT(name); in writeFlattenable() 237 SkASSERT(0 != strcmp("", name)); in writeFlattenable() 239 if (uint32_t* indexPtr = fFlattenableDict.find(name)) { in writeFlattenable() 249 this->writeString(name); in writeFlattenable() 250 fFlattenableDict.set(name, fFlattenableDict.count() + 1); in writeFlattenable()
|
/third_party/skia/src/gpu/ |
H A D | GrAuditTrail.cpp | 17 auditOp->fName = op->name(); in addOp() 142 void GrAuditTrail::JsonifyTArray(SkJSONWriter& writer, const char* name, const T& array) { 144 writer.beginArray(name); 170 static void skrect_to_json(SkJSONWriter& writer, const char* name, const SkRect& rect) { 171 writer.beginObject(name); 205 void GrAuditTrail::JsonifyTArray(SkJSONWriter& writer, const char* name, const T& array) {}
|
H A D | GrRecordingContext.cpp | 225 for (const auto& [name, count] : fTriggerCounts) { in dumpKeyValuePairs() 226 keys->push_back(SkStringPrintf("dmsaa_trigger_%s", name.c_str())); in dumpKeyValuePairs() 236 for (const auto& [name, count] : fTriggerCounts) { in dump() 237 SkDebugf(" %s: %d\n", name.c_str(), count); in dump() 245 for (const auto& [name, count] : stats.fTriggerCounts) { in merge() 246 fTriggerCounts[name] += count; in merge()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/ |
H A D | RuleTests.java | 42 String name = fontFile.getAbsolutePath(); in allFonts() 44 if (!name.contains(DEBUG_SPECIFIC_FONT)) { in allFonts() 49 System.out.println(name); in allFonts() 58 String osFontPath = name.substring(name.lastIndexOf('/', name.lastIndexOf('/') - 1) + 1); in allFonts()
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | Utilities.cpp | 269 std::string getPropertyString(const char * name) { in getPropertyString() argument 273 if (__system_property_get(name, valueText) != 0) { in getPropertyString() 277 (void) name; in getPropertyString() 282 int getPropertyInteger(const char * name, int defaultValue) { in getPropertyInteger() argument 286 if (__system_property_get(name, valueText) != 0) { in getPropertyInteger() 290 (void) name; in getPropertyInteger()
|
/third_party/skia/tests/ |
H A D | FontNamesTest.cpp | 92 const char* name; member 124 strcmp(test.names[nameIndex].name, record.name.c_str()) == 0, in test_synthetic() 132 SkDebugf("%s <%s>\n", record.name.c_str(), record.language.c_str()); in test_synthetic() 192 "Requested family name, got something else."); in test_systemfonts() 194 SkDebugf("{%s} <%s>\n", record.name.c_str(), record.language.c_str()); in test_systemfonts() 204 "Requested subfamily name, got something else."); in test_systemfonts() 206 SkDebugf("{{%s}} <%s>\n", record.name.c_str(), record.language.c_str()); in test_systemfonts()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | text-options.hh | 103 parse_text (const char *name G_GNUC_UNUSED, in parse_text() 160 parse_unicodes (const char *name G_GNUC_UNUSED, in parse_unicodes() 187 parse_text_before (const char *name G_GNUC_UNUSED, in parse_text_before() 207 parse_unicodes_before (const char *name G_GNUC_UNUSED, in parse_unicodes_before() 230 parse_text_after (const char *name G_GNUC_UNUSED, in parse_text_after() 249 parse_unicodes_after (const char *name G_GNUC_UNUSED, in parse_unicodes_after() 315 {"text-file", 0, 0, G_OPTION_ARG_STRING, &this->text_file, "Set input text file-name", "filename"}, in add_options()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | trace.cpp | 96 vsnprintf(event->name, Trace::MaxEventNameLength, fmt, vararg); in nameThread() 110 vsnprintf(event->name, Trace::MaxEventNameLength, fmt, vararg); in beginEvent() 134 vsnprintf(event->name, Trace::MaxEventNameLength, fmt, vararg); in beginAsyncEvent() 150 vsnprintf(event->name, Trace::MaxEventNameLength, fmt, vararg); in endAsyncEvent() 198 out << INDENT << QUOTE("name") << ": " << QUOTE(name) << "," << std::endl; in write() 228 out << INDENT << QUOTE("name") << ": " << QUOTE("thread_name") << "," in write() 234 << INDENT << QUOTE("args") << ": {" << QUOTE("name") << ": " in write() 235 << QUOTE(name) << "}" << std::endl; in write()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | transform.cc | 61 << "Transform::Run() unimplemented for " << TypeInfo().name; in Run() 69 diag::System::Transform, std::string(TypeInfo().name) + in Requires() 70 " depends on " + std::string(dep->name) + in Requires() 90 << sem->TypeInfo().name; in RemoveStatement() 131 return ctx.dst->create<ast::TypeName>(ctx.Clone(s->Declaration()->name)); in CreateASTTypeFor() 162 << "Unhandled type: " << ty->TypeInfo().name; in CreateASTTypeFor()
|
/third_party/skia/tools/skpbench/ |
H A D | sheet.py | 44 __argparse.add_argument('-n', '--name', 46 help="if using --open, a name for the temp file") 59 def get_qualified_name(name, qualifiers): 61 return name 64 return '%s (%s)' % (name, ' '.join(args)) 129 def _print_computed_row(self, name, func, outfile=sys.stdout): 130 outfile.write('%s,' % name) 154 basename = FLAGS.name
|
/third_party/typescript/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/ |
H A D | with-simple-project-when-solution-is-already-built.js | 67 name: string;
74 console.log(`${this.name} says "Woof"!`);
76 name: makeRandomName()
206 console.log("".concat(this.name, " says \"Woof\"!")); 208 name: (0, utilities_1.makeRandomName)() 218 name: string; 224 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../../animals/animal.ts","../../animals/index.ts","../core/utilities.d.ts","../../animals/dog.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},{"version":"-14984181202-export type Size = \"small\" | \"medium\" | \"large\";\r\nexport default interface Animal {\r\n size: Size;\r\n}\r\n","signature":"-9289341318-export type Size = \"small\" | \"medium\" | \"large\";\nexport default interface Animal {\n size: Size;\n}\n"},{"version":"-5382672599-import Animal from './animal';\r\n\r\nexport default Animal;\r\nimport { createDog, Dog } from './dog';\r\nexport { createDog, Dog };\r\n","signature":"1096904574-import Animal from './animal';\nexport default Animal;\nimport { createDog, Dog } from './dog';\nexport { createDog, Dog };\n"},"-11345568166-export declare function makeRandomName(): string;\nexport declare function lastElementOf<T>(arr: T[]): T | undefined;\n",{"version":"-10991948013-import Animal from '.';\r\nimport { makeRandomName } from '../core/utilities';\r\n\r\nexport interface Dog extends Animal {\r\n woof(): void;\r\n name: string;\r\n}\r\n\r\nexport function createDog(): Dog {\r\n return ({\r\n size: \"medium\",\r\n woof: function(this: Dog) {\r\n console.log(`${this.name} says \"Woof\"!`);\r\n },\r\n name: makeRandomName()\r\n });\r\n}\r\n\r\n","signature":"6032048049-import Animal from '.';\nexport interface Dog extends Animal {\n woof(): void;\n name [all...] |
/third_party/toybox/toys/other/ |
H A D | lsattr.c | 62 char *name; member 117 for (; ptr->name; ptr++) { in print_file_attr() 120 xprintf("%s", ptr->name); in print_file_attr() 129 for (; ptr->name; ptr++) in print_file_attr() 155 if ((root->name[0] != '.') || (toys.optflags & FLAG_a)) { in retell_dir() 206 for (; ptr->name; ptr++) in get_flag_val()
|
/third_party/vixl/tools/ |
H A D | util.py | 12 # * Neither the name of ARM Limited nor the names of its contributors may be 88 # Extract the macro name as key and value as element. 91 # Capture macro name. 218 # Return a list of files whose name matches at least one `include` pattern, and 229 def NameMatchesAnyFilter(name, filters): 231 if fnmatch.fnmatch(name, f): 241 os.path.join(root, name) 242 for name in files 243 if NameMatchesAnyFilter(name, include) and \ 244 not NameMatchesAnyFilter(name, exclud [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | protobuf.c | 15 // * Neither the name of Google Inc. nor the names of its 49 // Despite the name, module "globals" are really thread-locals: 204 char *name = NULL; in PHP_FUNCTION() local 208 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &name, &size) != SUCCESS) { in PHP_FUNCTION() 213 if (strcmp(file->filename, name) == 0) { in PHP_FUNCTION() 273 zend_hash_find_ptr(&PROTOBUF_G(name_msg_cache), ce->name); in NameMap_GetMessage() 289 ret = zend_hash_find_ptr(&PROTOBUF_G(name_msg_cache), ce->name); in NameMap_GetMessage() 297 zend_hash_find_ptr(&PROTOBUF_G(name_enum_cache), ce->name); in NameMap_GetEnum() 341 "protobuf", // extension name
|
/third_party/python/Modules/ |
H A D | xxlimited_35.c | 81 Xxo_getattro(XxoObject *self, PyObject *name) in Xxo_getattro() argument 84 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro() 93 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro() 97 Xxo_setattr(XxoObject *self, const char *name, PyObject *v) in Xxo_setattr() argument 105 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr() 112 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()
|