Home
last modified time | relevance | path

Searched refs:name (Results 2551 - 2575 of 19470) sorted by relevance

1...<<101102103104105106107108109110>>...779

/third_party/typescript/tests/baselines/reference/
H A DstaticsInAFunction.js4 static test(name:string)
5 static test(name?:any){}
12 test(name, string);
13 test(name ? : any);
H A DconstructorAsType.js2 var Person:new () => {name: string;} = function () {return {name:"joe"};};
4 var Person2:{new() : {name:string;};};
9 var Person = function () { return { name: "joe" }; };
H A DoverloadingStaticFunctionsInFunctions.js4 static test(name:string)
5 static test(name?:any){ }
11 test(name, string);
12 test(name ? : any);
H A DcustomEventDetail.js5 x.initCustomEvent('hello', true, true, { id: 12, name: 'hello' });
6 var y = x.detail.name;
11 x.initCustomEvent('hello', true, true, { id: 12, name: 'hello' });
12 var y = x.detail.name;
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c213 KEY name; member
266 const XML_Char *name; member
280 The name of the element is stored in both the document and API
282 memory area which stores the name. During the XML_Parse()/
284 version of the name (in the document encoding) is shared with the
287 contain the 'raw' name as well.
296 TAG_NAME name; /* tagName in the API encoding */ member
297 char *buf; /* buffer for name components */
303 const XML_Char *name; member
319 const XML_Char *name; member
346 XML_Char *name; global() member
365 const XML_Char *name; global() member
2872 const XML_Char *name; doContent() local
3022 TAG_NAME name; doContent() local
3313 const XML_Char *name = poolCopyString(&dtd->pool, tagNamePtr->str); storeAtts() local
5101 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); doProlog() local
5131 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); doProlog() local
5325 const XML_Char *name; doProlog() local
5476 const XML_Char *name; doProlog() local
5897 const XML_Char *name; appendAttributeValue() local
6063 const XML_Char *name; storeEntityValue() local
6414 const XML_Char *name; setElementTypePrefix() local
6445 const XML_Char *name; getAttributeId() local
6792 const XML_Char *name; dtdCopy() local
6809 const XML_Char *name; dtdCopy() local
6843 const XML_Char *name; dtdCopy() local
6930 const XML_Char *name; copyEntityTable() local
7018 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize) lookup() argument
7586 const XML_Char *name = poolStoreString(&dtd->pool, enc, ptr, end); getElementType() local
[all...]
/third_party/toybox/toys/pending/
H A Dip.c51 char *name; member
136 for (alist = list; alist->name; alist++) in substring_to_idx()
137 if (!memcmp(str, alist->name, len)) return alist->idx; in substring_to_idx()
146 for (alist = list; alist->name; alist++) in string_to_idx()
147 if (!strcmp(str, alist->name)) return alist->idx; in string_to_idx()
156 for (alist = list; alist->name; alist++) in idx_to_string()
157 if (idx == alist->idx) return alist->name; in idx_to_string()
206 if (list[index]) free(list[index]->name); in parseRPDB()
209 list[index]->name = xstrdup(toybuf); in parseRPDB()
221 free(list[i]->name); in free_alist()
227 init_arglist(struct arglist **list,int value, char* name) init_arglist() argument
323 idxfromRPDB(char *name, u_int8_t whichDB) idxfromRPDB() argument
341 char *name = idx_to_string(idx, rtmtypes); rtmtype_idx2str() local
348 rtmtype_str2idx(char *name) rtmtype_str2idx() argument
361 get_prefix(uint32_t *addr, uint8_t *af, char *name, int family) get_prefix() argument
398 get_nmask_prefix(uint32_t *netmask, uint8_t af, char *name, uint8_t family) get_nmask_prefix() argument
428 parse_prefix(uint32_t *addr, uint32_t *netmask, uint8_t *len, char *name, int family) parse_prefix() argument
502 get_ifaceindex(char *name, int ext) get_ifaceindex() argument
603 char *name, *dev, *type, *link, *addr; linkupdate() local
1277 char *tmp = NULL, *name = NULL; ipaddr_listflush() local
[all...]
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c59 char *name; member
341 const char *name; in do_relocs() local
383 name = strings + sym->st_name; in do_relocs()
387 : find_sym(ctx, name, type==REL_PLT); in do_relocs()
398 dso->name, name); in do_relocs()
415 dso->name, name, def.dso->name); in do_relocs()
478 dso->name, sy in do_relocs()
821 path_open(const char *name, const char *s, char *buf, size_t buf_size) path_open() argument
1003 load_library(const char *name, struct dso *needed_by) load_library() argument
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c59 char *name; member
341 const char *name; in do_relocs() local
383 name = strings + sym->st_name; in do_relocs()
387 : find_sym(ctx, name, type==REL_PLT); in do_relocs()
398 dso->name, name); in do_relocs()
415 dso->name, name, def.dso->name); in do_relocs()
478 dso->name, sy in do_relocs()
821 path_open(const char *name, const char *s, char *buf, size_t buf_size) path_open() argument
1003 load_library(const char *name, struct dso *needed_by) load_library() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp1100 const char* const name; in populateTextureFilteringTests() member
1113 const char* const name; in populateTextureFilteringTests() member
1209 const char* const name; in populateTextureFilteringTests() member
1248 const string filterGroupName = filterableFormatsByType[fmtNdx].name; in populateTextureFilteringTests()
1255 const string name = minFilterModes2D[filterNdx].name; in populateTextureFilteringTests() local
1274 filterGroup->addChild(new TextureTestCase<Texture2DFilteringTestInstance>(testCtx, name.c_str(), testParameters)); in populateTextureFilteringTests()
1290 const string name = minFilterModes2D[filterNdx].name; in populateTextureFilteringTests() local
1306 filterGroup->addChild(new TextureTestCase<Texture2DFilteringTestInstance>(testCtx, name in populateTextureFilteringTests()
1326 const string name = wrapModes[wrapTNdx].name; populateTextureFilteringTests() local
1374 const string name = magFilterModes2D[filterNdx].name; populateTextureFilteringTests() local
1410 const string name = magFilterModes2D[filterNdx].name; populateTextureFilteringTests() local
1457 const string name = minFilterModes[filterNdx].name; populateTextureFilteringTests() local
1491 const string name = minFilterModes[filterNdx].name; populateTextureFilteringTests() local
1526 const string name = wrapModes[wrapTNdx].name; populateTextureFilteringTests() local
1553 const string name = isLinear ? "linear" : "nearest"; populateTextureFilteringTests() local
1598 const string name = string(formatName) + "_" + filterName; populateTextureFilteringTests() local
1634 const string name = filterName; populateTextureFilteringTests() local
1669 const string name = wrapModes[wrapTNdx].name; populateTextureFilteringTests() local
1720 const string name = string(formatName) + "_" + filterName; populateTextureFilteringTests() local
1757 const string name = filterName; populateTextureFilteringTests() local
1797 const string name = wrapModes[wrapRNdx].name; populateTextureFilteringTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringTests.cpp1099 const char* const name; in populateTextureFilteringTests() member
1112 const char* const name; in populateTextureFilteringTests() member
1208 const char* const name; in populateTextureFilteringTests() member
1246 const string filterGroupName = filterableFormatsByType[fmtNdx].name; in populateTextureFilteringTests()
1253 const string name = minFilterModes2D[filterNdx].name; in populateTextureFilteringTests() local
1272 filterGroup->addChild(new TextureTestCase<Texture2DFilteringTestInstance>(testCtx, name.c_str(), "", testParameters)); in populateTextureFilteringTests()
1288 const string name = minFilterModes2D[filterNdx].name; in populateTextureFilteringTests() local
1304 filterGroup->addChild(new TextureTestCase<Texture2DFilteringTestInstance>(testCtx, name in populateTextureFilteringTests()
1324 const string name = wrapModes[wrapTNdx].name; populateTextureFilteringTests() local
1372 const string name = magFilterModes2D[filterNdx].name; populateTextureFilteringTests() local
1408 const string name = magFilterModes2D[filterNdx].name; populateTextureFilteringTests() local
1455 const string name = minFilterModes[filterNdx].name; populateTextureFilteringTests() local
1489 const string name = minFilterModes[filterNdx].name; populateTextureFilteringTests() local
1524 const string name = wrapModes[wrapTNdx].name; populateTextureFilteringTests() local
1551 const string name = isLinear ? "linear" : "nearest"; populateTextureFilteringTests() local
1596 const string name = string(formatName) + "_" + filterName; populateTextureFilteringTests() local
1632 const string name = filterName; populateTextureFilteringTests() local
1667 const string name = wrapModes[wrapTNdx].name; populateTextureFilteringTests() local
1718 const string name = string(formatName) + "_" + filterName; populateTextureFilteringTests() local
1755 const string name = filterName; populateTextureFilteringTests() local
1795 const string name = wrapModes[wrapRNdx].name; populateTextureFilteringTests() local
[all...]
/third_party/python/Objects/
H A Dtypeobject.c39 #define MCACHE_HASH_METHOD(type, name) \
40 MCACHE_HASH((type)->tp_version_tag, ((Py_ssize_t)(name)) >> 3)
41 #define MCACHE_CACHEABLE_NAME(name) \
42 PyUnicode_CheckExact(name) && \
43 PyUnicode_IS_READY(name) && \
44 (PyUnicode_GET_LENGTH(name) <= MCACHE_MAX_ATTR_SIZE)
66 slot_tp_setattro(PyObject *self, PyObject *name, PyObject *value);
77 find_signature(const char *name, const char *doc) in find_signature() argument
85 assert(name != NULL); in find_signature()
88 dot = strrchr(name, ' in find_signature()
156 _PyType_DocWithoutSignature(const char *name, const char *internal_doc) _PyType_DocWithoutSignature() argument
169 _PyType_GetDocFromInternalDoc(const char *name, const char *internal_doc) _PyType_GetDocFromInternalDoc() argument
181 _PyType_GetTextSignatureFromInternalDoc(const char *name, const char *internal_doc) _PyType_GetTextSignatureFromInternalDoc() argument
426 check_set_special_type_attr(PyTypeObject *type, PyObject *value, const char *name) check_set_special_type_attr() argument
1033 PyObject *mod, *name, *rtn; type_repr() local
1670 vectorcall_method(PyObject *name, PyObject *const *args, Py_ssize_t nargs) vectorcall_method() argument
1689 vectorcall_maybe(PyThreadState *tstate, PyObject *name, PyObject *const *args, Py_ssize_t nargs) vectorcall_maybe() argument
1751 PyObject *name; class_name() local
1823 PyObject *name = class_name(k); set_mro_error() local
2529 PyObject *name; global() member
2548 PyObject *name = PyTuple_GET_ITEM(slots, i); type_new_visit_slots() local
3296 PyObject *name, *bases, *orig_dict; type_new() local
3758 find_name_in_mro(PyTypeObject *type, PyObject *name, int *error) find_name_in_mro() argument
3814 _PyType_Lookup(PyTypeObject *type, PyObject *name) _PyType_Lookup() argument
3872 _PyType_LookupId(PyTypeObject *type, _Py_Identifier *name) _PyType_LookupId() argument
3884 is_dunder_name(PyObject *name) is_dunder_name() argument
3902 type_getattro(PyTypeObject *type, PyObject *name) type_getattro() argument
3989 type_setattro(PyTypeObject *type, PyObject *name, PyObject *value) type_setattro() argument
4589 PyObject *mod, *name, *rtn; object_repr() local
5030 PyObject *name, *value; object_getstate_default() local
5681 PyObject *name; type_add_method() local
6942 PyObject *name, *value; wrap_setattr() local
6959 PyObject *name; wrap_delattr() local
7223 method_is_overloaded(PyObject *left, PyObject *right, PyObject *name) method_is_overloaded() argument
7654 slot_tp_getattro(PyObject *self, PyObject *name) slot_tp_getattro() argument
7661 call_attribute(PyObject *self, PyObject *attr, PyObject *name) call_attribute() argument
7679 slot_tp_getattr_hook(PyObject *self, PyObject *name) slot_tp_getattr_hook() argument
7721 slot_tp_setattro(PyObject *self, PyObject *name, PyObject *value) slot_tp_setattro() argument
8273 resolve_slotdups(PyTypeObject *type, PyObject *name) resolve_slotdups() argument
8508 update_slot(PyTypeObject *type, PyObject *name) update_slot() argument
8820 super_getattro(PyObject *self, PyObject *name) super_getattro() argument
9021 PyObject *name = PyTuple_GET_ITEM(co->co_localsplusnames, i); super_init_without_args() local
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreInsertJsunit.test.js23 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREMENT, " + "name TEXT NOT NULL, " + "age INTEGER, " + "salary REAL, " + "blobType BLOB)";
25 const CREATE_TABLE = " (" + "id INTEGER PRIMARY KEY AUTOINCREMENT, " + "name TEXT NOT NULL, " + "age INTEGER, " + "salary REAL, " + "blobType BLOB)";
27 name: "InsertTest.db",
62 * @tc.name RelationalStore insert test
71 "name": "zhangsan",
80 "name": "lisi",
89 "name": "lisi",
98 predicates.equalTo("name", "zhangsan")
103 const name = resultSet.getString(resultSet.getColumnIndex("name"))
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A Diomapper.cpp18 // Neither the name of 3Dlabs Inc. Ltd. nor the names of its
128 // Fix a defect, when block has no instance name, we need to find its block name in visitSymbol()
388 TString err = "Invalid block member name: " + memberName; in TSymbolValidater()
430 const TString& name = entKey.first; in operator ()() local
468 auto ent2 = outVarMaps[preStage]->find(name); in operator ()()
482 hadError = hadError || typeCheck(&type1, &type2, name.c_str(), false); in operator ()()
493 // storage qualifiers of variables with the same name declared in all linked shaders must in operator ()()
514 glslang::TString name; in operator ()() local
515 type1.getStruct()->begin()->type->appendMangledName(name); in operator ()()
522 glslang::TString name; operator ()() local
833 const char* name = ent.symbol->getAccessName().c_str(); resolveUniformLocation() local
942 const TString& name = ent.symbol->getAccessName(); resolveInOutLocation() local
1026 const TString& name = ent.symbol->getAccessName(); resolveUniformLocation() local
1098 const TString& name = ent.symbol->getAccessName(); resolveBinding() local
1175 const TString& name = ent.symbol->getAccessName(); reserverStorageSlot() local
1235 const TString& name = ent.symbol->getAccessName(); reserverResourceSlot() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc15 // * Neither the name of Google Inc. nor the names of its
92 // Camel-case the field name and append "Entry" for generated map entry name.
124 bool IsUpperCamelCase(const std::string& name) { in IsUpperCamelCase() argument
125 if (name.empty()) { in IsUpperCamelCase()
129 if (!IsUppercase(name[0])) { in IsUpperCamelCase()
133 for (int i = 1; i < name.length(); i++) { in IsUpperCamelCase()
134 if (name[i] == '_') { in IsUpperCamelCase()
141 bool IsUpperUnderscore(const std::string& name) { in IsUpperUnderscore() argument
142 for (int i = 0; i < name in IsUpperUnderscore()
151 IsLowerUnderscore(const std::string& name) IsLowerUnderscore() argument
161 IsNumberFollowUnderscore(const std::string& name) IsNumberFollowUnderscore() argument
481 RecordLegacyImportLocation( const Message* descriptor, const std::string& name) RecordLegacyImportLocation() argument
1390 UninterpretedOption::NamePart* name = uninterpreted_option->add_name(); ParseOptionNamePart() local
2399 FindImport(const Message* descriptor, const std::string& name, int* line, int* column) const FindImport() argument
2423 AddImport(const Message* descriptor, const std::string& name, int line, int column) AddImport() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationTests.cpp106 MultisampleShadeCountRenderCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target);
121 MultisampleShadeCountRenderCase::MultisampleShadeCountRenderCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target) in MultisampleShadeCountRenderCase() argument
122 : MultisampleShaderRenderUtil::MultisampleRenderCase(context, name, description, numSamples, target, RENDER_SIZE, MultisampleShaderRenderUtil::MultisampleRenderCase::FLAG_PER_ITERATION_SHADER) in MultisampleShadeCountRenderCase()
201 SampleQualifierRenderCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target);
212 SampleQualifierRenderCase::SampleQualifierRenderCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target) in SampleQualifierRenderCase() argument
213 : MultisampleShadeCountRenderCase(context, name, description, numSamples, target) in SampleQualifierRenderCase()
383 InterpolateAtSampleRenderCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target, IndexingMode mode);
397 InterpolateAtSampleRenderCase::InterpolateAtSampleRenderCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target, IndexingMode mode) in InterpolateAtSampleRenderCase() argument
398 : MultisampleShadeCountRenderCase (context, name, description, numSamples, target) in InterpolateAtSampleRenderCase()
642 SingleSampleInterpolateAtSampleCase (Context& context, const char* name, cons
[all...]
/third_party/ltp/testcases/lib/
H A Dtst_check_drivers.c9 const char *name; in main() local
17 for (i = 1; (name = argv[i]); ++i) { in main()
18 if (tst_check_driver(name)) { in main()
19 fprintf(stderr, "%s", name); in main()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp98 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name) in getGLInt() argument
101 funcs.getIntegerv(name, &val); in getGLInt()
262 string name;
265 Uniform (const char* const name_, const glu::VarType& type_) : name(name_), type(type_) {}
772 // ARRAY_FIRST_ELEM_NAME_NO_INDEX: in certain API functions, when referring to the first element of an array, use just the array name without [0] at the end.
776 UniformCase (Context& context, const char* name, const char* description, CaseShaderType caseType, const SharedPtr<const UniformCollection>& uniformCollection, deUint32 features);
777 UniformCase (Context& context, const char* name, const char* description, deUint32 seed); // \note Randomizes caseType, uniformCollection and features.
789 string name; member
794 string rootName; //!< If this is a member of a basic-typed array, rootName is the name of that array with "[0]" appended. Otherwise it equals name
829 string name; global() member
845 string name; global() member
940 UniformCase(Context& context, const char* const name, const char* const description, const CaseShaderType caseShaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 features) UniformCase() argument
949 UniformCase(Context& context, const char* name, const char* description, const deUint32 seed) UniformCase() argument
1771 UniformInfoQueryCase(Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const deUint32 additionalFeatures) UniformInfoQueryCase() argument
1903 UniformValueCase(Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const ValueToCheck valueToCheck, const CheckMethod checkMethod, const AssignMethod assignMethod, const deUint32 additionalFeatures) UniformValueCase() argument
1987 RandomUniformCase(Context& context, const char* const name, const char* const description, const deUint32 seed) RandomUniformCase() argument
2104 string name; init() member
2141 const string name = string("") + typeName + "_" + secondTypeName; init() local
2171 const string name = collectionCase.namePrefix + getCaseShaderTypeName((CaseShaderType)shaderType); init() local
2195 const string name = collName + getCaseShaderTypeName((CaseShaderType)shaderType); init() local
2252 const string name = nameWithApiType + getCaseShaderTypeName((CaseShaderType)shaderType); init() local
2317 const string name = nameWithMatrixType + getCaseShaderTypeName((CaseShaderType)shaderType); init() local
2344 const char* name; init() member
2377 const string name = collName + getCaseShaderTypeName((CaseShaderType)shaderType); init() local
2403 const string name = collName + getCaseShaderTypeName((CaseShaderType)shaderType); init() local
[all...]
/third_party/backends/testsuite/sanei/
H A Dsanei_config_test.c62 /* last device name used for attach callback */
180 options[i]->name = "modelname"; in string_option()
181 options[i]->title = "model name"; in string_option()
182 options[i]->desc = "user provided scanner's model name"; in string_option()
193 options[i]->name = "vendor"; in string_option()
194 options[i]->title = "vendor name"; in string_option()
195 options[i]->desc = "user provided scanner's vendor name"; in string_option()
236 options[i]->name = "modelnumber"; in int_option()
279 options[i]->name = "modelnumber"; in wrong_range_int_option()
322 options[i]->name in word_array_option()
[all...]
/third_party/node/test/common/
H A Dindex.js402 context.name,
444 name: fn.name || '<anonymous>',
460 name: {
461 value: fn.name,
593 // Returns true if the exit code "exitCode" and/or signal name "signal"
594 // represent the exit code and/or signal name of a node process that aborted,
638 function _expectWarning(name, expected, code) {
647 if (name === 'DeprecationWarning') {
656 assert.strictEqual(warning.name, nam
[all...]
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_lib.c81 * possible device name and all, then it should be loaded. Only a failed in OSSL_STORE_open_ex()
343 if ((name_der_sz = i2d_X509_NAME(search->name, in OSSL_STORE_find()
351 if ((name_der_sz = i2d_X509_NAME(search->name, in OSSL_STORE_find()
554 OSSL_STORE_INFO *OSSL_STORE_INFO_new_NAME(char *name) in OSSL_STORE_INFO_new_NAME() argument
563 info->_.name.name = name; in OSSL_STORE_INFO_new_NAME()
564 info->_.name.desc = NULL; in OSSL_STORE_INFO_new_NAME()
576 info->_.name.desc = desc; in OSSL_STORE_INFO_set0_NAME_description()
643 return info->_.name in OSSL_STORE_INFO_get0_NAME()
851 OSSL_STORE_SEARCH_by_name(X509_NAME *name) OSSL_STORE_SEARCH_by_name() argument
865 OSSL_STORE_SEARCH_by_issuer_serial(X509_NAME *name, const ASN1_INTEGER *serial) OSSL_STORE_SEARCH_by_issuer_serial() argument
[all...]
/third_party/openssl/crypto/store/
H A Dstore_lib.c81 * possible device name and all, then it should be loaded. Only a failed in OSSL_STORE_open_ex()
343 if ((name_der_sz = i2d_X509_NAME(search->name, in OSSL_STORE_find()
351 if ((name_der_sz = i2d_X509_NAME(search->name, in OSSL_STORE_find()
554 OSSL_STORE_INFO *OSSL_STORE_INFO_new_NAME(char *name) in OSSL_STORE_INFO_new_NAME() argument
563 info->_.name.name = name; in OSSL_STORE_INFO_new_NAME()
564 info->_.name.desc = NULL; in OSSL_STORE_INFO_new_NAME()
576 info->_.name.desc = desc; in OSSL_STORE_INFO_set0_NAME_description()
643 return info->_.name in OSSL_STORE_INFO_get0_NAME()
851 OSSL_STORE_SEARCH_by_name(X509_NAME *name) OSSL_STORE_SEARCH_by_name() argument
865 OSSL_STORE_SEARCH_by_issuer_serial(X509_NAME *name, const ASN1_INTEGER *serial) OSSL_STORE_SEARCH_by_issuer_serial() argument
[all...]
/third_party/python/Objects/stringlib/
H A Dunicode_format.h145 /* do the equivalent of obj.name */
147 getattr(PyObject *obj, SubString *name) in getattr() argument
150 PyObject *str = SubString_new_object(name); in getattr()
178 /* do the equivalent of obj[name] */
180 getitem_str(PyObject *obj, SubString *name) in getitem_str() argument
183 PyObject *str = SubString_new_object(name); in getitem_str()
212 _FieldNameIterator_attr(FieldNameIterator *self, SubString *name) in _FieldNameIterator_attr() argument
216 name->str = self->str.str; in _FieldNameIterator_attr()
217 name->start = self->index; in _FieldNameIterator_attr()
234 name in _FieldNameIterator_attr()
239 _FieldNameIterator_item(FieldNameIterator *self, SubString *name) _FieldNameIterator_item() argument
273 FieldNameIterator_next(FieldNameIterator *self, int *is_attribute, Py_ssize_t *name_idx, SubString *name) FieldNameIterator_next() argument
402 SubString name; get_field_object() local
1167 SubString name; fieldnameiter_next() local
[all...]
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.cpp61 BOOL ret = SetEnvironmentVariableW(widen(name).c_str(), widen(cur_value).c_str()); in set_env_var()
66 void EnvVarWrapper::remove_env_var() const { SetEnvironmentVariableW(widen(name).c_str(), nullptr); } in remove_env_var()
67 std::string get_env_var(std::string const& name, bool report_failure) { in get_env_var() argument
68 std::wstring name_utf16 = widen(name); in get_env_var()
82 void EnvVarWrapper::set_env_var() { setenv(name.c_str(), cur_value.c_str(), 1); } in set_env_var()
83 void EnvVarWrapper::remove_env_var() const { unsetenv(name.c_str()); } in remove_env_var()
84 std::string get_env_var(std::string const& name, bool report_failure) { in get_env_var() argument
85 char* ret = getenv(name.c_str()); in get_env_var()
87 if (report_failure) std::cerr << "Failed to get environment variable:" << name << "\n"; in get_env_var() local
140 writer.AddKeyedString("name", nam in get_manifest_str()
450 write_manifest(std::string const& name, std::string const& contents) write_manifest() argument
454 std::cout << "Overwriting manifest " << name << ". Was this intended?\\n"; write_manifest() local
469 remove(std::string const& name) remove() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp91 RandomSSBOLayoutCase (tcu::TestContext& testCtx, const char* name, BufferMode bufferMode, deUint32 features, deUint32 seed, bool usePhysStorageBuffer);
113 RandomSSBOLayoutCase::RandomSSBOLayoutCase (tcu::TestContext& testCtx, const char* name, BufferMode bufferMode, deUint32 features, deUint32 seed, bool usePhysStorageBuffer) in RandomSSBOLayoutCase() argument
114 : SSBOLayoutCase (testCtx, name, bufferMode, LOAD_FULL_MATRIX, STORE_FULL_MATRIX, usePhysStorageBuffer) in RandomSSBOLayoutCase()
236 const std::string name = genName('a', 'z', m_bufferVarNdx); in generateBufferVar() local
243 block.addMember(BufferVar(name.c_str(), type, flags)); in generateBufferVar()
382 BlockBasicTypeCase (tcu::TestContext& testCtx, const char* name, const VarType& type, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer, bool readonly) in BlockBasicTypeCase() argument
383 : SSBOLayoutCase(testCtx, name, BUFFERMODE_PER_BLOCK, matrixLoadFlag, matrixStoreFlag, usePhysStorageBuffer) in BlockBasicTypeCase()
425 BlockBasicUnsizedArrayCase (tcu::TestContext& testCtx, const char* name, const VarType& elementType, int arraySize, deUint32 layoutFlags, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer, bool readonly) in BlockBasicUnsizedArrayCase() argument
426 : SSBOLayoutCase(testCtx, name, BUFFERMODE_PER_BLOCK, matrixLoadFlag, matrixStoreFlag, usePhysStorageBuffer) in BlockBasicUnsizedArrayCase()
475 BlockSingleStructCase (tcu::TestContext& testCtx, const char* name, deUint3 argument
506 BlockSingleStructArrayCase(tcu::TestContext& testCtx, const char* name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockSingleStructArrayCase() argument
539 BlockSingleNestedStructCase(tcu::TestContext& testCtx, const char* name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockSingleNestedStructCase() argument
577 BlockSingleNestedStructArrayCase(tcu::TestContext& testCtx, const char* name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockSingleNestedStructArrayCase() argument
615 BlockUnsizedStructArrayCase(tcu::TestContext& testCtx, const char* name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockUnsizedStructArrayCase() argument
657 Block2LevelUnsizedStructArrayCase(tcu::TestContext& testCtx, const char* name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) Block2LevelUnsizedStructArrayCase() argument
698 BlockUnsizedNestedStructArrayCase(tcu::TestContext& testCtx, const char* name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockUnsizedNestedStructArrayCase() argument
746 BlockMultiBasicTypesCase(tcu::TestContext& testCtx, const char* name, deUint32 flagsA, deUint32 flagsB, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockMultiBasicTypesCase() argument
785 BlockMultiNestedStructCase(tcu::TestContext& testCtx, const char* name, deUint32 flagsA, deUint32 flagsB, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockMultiNestedStructCase() argument
839 const char* name; global() member
1135 const char* name; init() member
1146 const char* name; init() member
1156 const char* name; init() member
1832 createTests(tcu::TestContext& testCtx, const std::string& name) createTests() argument
[all...]
/third_party/alsa-lib/src/seq/
H A Dseqmid.c62 * \param name the name of the port
71 int snd_seq_create_simple_port(snd_seq_t *seq, const char *name, in snd_seq_create_simple_port() argument
78 if (name) in snd_seq_create_simple_port()
79 strncpy(pinfo.name, name, sizeof(pinfo.name) - 1); in snd_seq_create_simple_port()
219 * \brief set client name
221 * \param name name strin
226 snd_seq_set_client_name(snd_seq_t *seq, const char *name) snd_seq_set_client_name() argument
[all...]

Completed in 39 milliseconds

1...<<101102103104105106107108109110>>...779