Home
last modified time | relevance | path

Searched refs:name (Results 2476 - 2500 of 18695) sorted by relevance

1...<<919293949596979899100>>...748

/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-1670.js15 var name = ""; variable
23 name = e.name;
26 assert(name === "TypeError");
/third_party/jerryscript/tests/jerry-test-suite/11/11.02/11.02.02/
H A D11.02.02-006.js15 function Animal(name)
17 this.name = name
19 if (name == "bird")
/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-outside-simulator.cc9 #define SYMBOL(name) "_" #name
11 #define SYMBOL(name) #name
/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);
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.cc462 char *name, in hb_font_get_glyph_name_nil()
466 if (size) *name = '\0'; in hb_font_get_glyph_name_nil()
474 char *name, in hb_font_get_glyph_name_default()
478 return font->parent->get_glyph_name (glyph, name, size); in hb_font_get_glyph_name_default()
484 const char *name HB_UNUSED, in hb_font_get_glyph_from_name_nil()
496 const char *name, in hb_font_get_glyph_from_name_default()
501 return font->parent->get_glyph_from_name (name, len, glyph); in hb_font_get_glyph_from_name_default()
509 #define HB_FONT_FUNC_IMPLEMENT(name) nullptr,
514 #define HB_FONT_FUNC_IMPLEMENT(name) nullptr,
520 #define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get
459 hb_font_get_glyph_name_nil(hb_font_t *font HB_UNUSED, void *font_data HB_UNUSED, hb_codepoint_t glyph HB_UNUSED, char *name, unsigned int size, void *user_data HB_UNUSED) hb_font_get_glyph_name_nil() argument
471 hb_font_get_glyph_name_default(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, char *name, unsigned int size, void *user_data HB_UNUSED) hb_font_get_glyph_name_default() argument
494 hb_font_get_glyph_from_name_default(hb_font_t *font, void *font_data HB_UNUSED, const char *name, int len, hb_codepoint_t *glyph, void *user_data HB_UNUSED) hb_font_get_glyph_from_name_default() argument
1139 hb_font_get_glyph_name(hb_font_t *font, hb_codepoint_t glyph, char *name, unsigned int size) hb_font_get_glyph_name() argument
1163 hb_font_get_glyph_from_name(hb_font_t *font, const char *name, int len, hb_codepoint_t *glyph) hb_font_get_glyph_from_name() argument
[all...]
/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py15 # * Neither the name of Google Inc. nor the names of its
54 long = int # pylint: disable=redefined-builtin,invalid-name
175 force_colon: If set, a colon will be added after the field name even if the
266 """Print a single field name/value pair."""
290 """Print a single field value (not including name)."""
304 type_name: Fully-qualified protobuf message type name string.
382 force_colon: If set, a colon will be added after the field name even if
525 """Print field name."""
541 # For groups, use the capitalized name.
542 out.write(field.message_type.name)
[all...]
/third_party/typescript/lib/
H A Dtypescript.js1286 var name = names_1[_i];
1287 pushIfUnique(result, name);
1741 // We convert the file names to lower case as key for file name on case insensitive file system
1766 * This function is used in places where we want to make file name as a key on these systems
1767 * It is possible on mac to be able to refer to file name with I with dot on top as a fileName with its lower case form
2059 * Given a name and a list of names that are *not* equal to the name, return a spelling suggestion if there is one that is close enough.
2064 * * With no name
2065 * * Whose length differs from the target name by more than 0.34 of the length of the name
[all...]
H A DtypescriptServices.js1286 var name = names_1[_i];
1287 pushIfUnique(result, name);
1741 // We convert the file names to lower case as key for file name on case insensitive file system
1766 * This function is used in places where we want to make file name as a key on these systems
1767 * It is possible on mac to be able to refer to file name with I with dot on top as a fileName with its lower case form
2059 * Given a name and a list of names that are *not* equal to the name, return a spelling suggestion if there is one that is close enough.
2064 * * With no name
2065 * * Whose length differs from the target name by more than 0.34 of the length of the name
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_arnndn.c161 #define FREE_DENSE(name) do { \ in rnnoise_model_free()
162 if (model->name) { \ in rnnoise_model_free()
163 av_free((void *) model->name->input_weights); \ in rnnoise_model_free()
164 av_free((void *) model->name->bias); \ in rnnoise_model_free()
165 av_free((void *) model->name); \ in rnnoise_model_free()
168 #define FREE_GRU(name) do { \ in rnnoise_model_free()
169 if (model->name) { \ in rnnoise_model_free()
170 av_free((void *) model->name->input_weights); \ in rnnoise_model_free()
171 av_free((void *) model->name->recurrent_weights); \ in rnnoise_model_free()
172 av_free((void *) model->name in rnnoise_model_free()
[all...]
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c67 char *name; member
98 char* nameunit; /**< name+unit e.g. foodev0 */
116 #define DRIVERNAME(d) ((d)? d->name : "no driver")
117 #define DEVCLANAME(d) ((d)? d->name : "no devclass")
174 * @brief Return the name of the device's devclass or @c NULL if there
275 * If a device class with the name @p classname exists, return it,
280 * the devclass of that name.
282 * @param classname the devclass name to find or create
283 * @param parentname the parent devclass name or @c NULL
297 if (!strcmp(dc->name, classnam in devclass_find_internal()
1350 make_device(device_t parent, const char *name, int unit) make_device() argument
1440 device_add_child(device_t dev, const char *name, int unit) device_add_child() argument
1446 bus_get_device(device_t dev, const char *name) bus_get_device() argument
1480 device_add_child_ordered(device_t dev, u_int order, const char *name, int unit) device_add_child_ordered() argument
1801 bus_generic_add_child(device_t dev, u_int order, const char *name, int unit) bus_generic_add_child() argument
2216 const char *name = device_get_name(dev); device_print_prettyname() local
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs43 pub struct $name:ident(ItemId)
54 pub struct $name(ItemId);
56 impl $name {
64 impl<T> ::std::cmp::PartialEq<T> for $name
74 impl From<$name> for ItemId {
75 fn from(id: $name) -> ItemId { in from()
80 impl<'a> From<&'a $name> for ItemId {
81 fn from(id: &'a $name) -> ItemId { in from()
88 pub fn $checked(&self, ctx: &BindgenContext) -> Option<$name> { in from()
90 Some($name(*sel in from()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockTests.cpp45 BlockBasicTypeCase (tcu::TestContext& testCtx, const std::string& name, const VarType& type, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag) in BlockBasicTypeCase() argument
46 : UniformBlockCase(testCtx, name, BUFFERMODE_PER_BLOCK, matrixLoadFlag) in BlockBasicTypeCase()
83 void createBlockBasicTypeCases (tcu::TestCaseGroup& group, tcu::TestContext& testCtx, const std::string& name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) in createBlockBasicTypeCases() argument
85 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_str())); in createBlockBasicTypeCases()
100 BlockSingleStructCase (tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) in BlockSingleStructCase() argument
101 : UniformBlockCase (testCtx, name, bufferMode, matrixLoadFlag) in BlockSingleStructCase()
123 BlockSingleStructArrayCase (tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) in BlockSingleStructArrayCase() argument
124 : UniformBlockCase (testCtx, name, bufferMode, matrixLoadFlag) in BlockSingleStructArrayCase()
148 BlockSingleNestedStructCase (tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) in BlockSingleNestedStructCase() argument
149 : UniformBlockCase (testCtx, name, bufferMod in BlockSingleNestedStructCase()
178 BlockSingleNestedStructArrayCase(tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) BlockSingleNestedStructArrayCase() argument
208 BlockMultiBasicTypesCase(tcu::TestContext& testCtx, const std::string& name, deUint32 flagsA, deUint32 flagsB, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) BlockMultiBasicTypesCase() argument
237 BlockMultiNestedStructCase(tcu::TestContext& testCtx, const std::string& name, deUint32 flagsA, deUint32 flagsB, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) BlockMultiNestedStructCase() argument
276 Block2LevelStructArrayCase(tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) Block2LevelStructArrayCase() argument
307 LinkByBindingCase(tcu::TestContext& testCtx, const std::string& name, BufferMode bufferMode, int numInstances) LinkByBindingCase() argument
359 UniformBlockTests(tcu::TestContext& testCtx, const std::string& name) UniformBlockTests() argument
421 const std::string name; init() member
433 const char* name; init() member
444 const std::string name; init() member
454 const char* name; init() member
952 createTests(tcu::TestContext& testCtx, const std::string& name) createTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreg.py19 """Return whether a required api name matches a pattern specified for an
22 - str - API name such as 'vulkan' or 'openxr'. May be None, in which
122 # Keep only one definition with the same name if there are multiple definitions
124 if child.get('name') is not None:
125 definitionName = child.get('name')
126 definitionVariants = parent.findall(f"{child.tag}[@name='{definitionName}']")
128 definitionName = child.find('name').text
129 definitionVariants = parent.findall(f"{child.tag}/name[.='{definitionName}']/..")
131 definitionName = child.find('name').text
132 definitionVariants = parent.findall(f"{child.tag}/name[
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp111 src << in << " " << glu::declare(input->varType, inputPrefix + input->name) << ";\n"; in generateVertexShader()
123 src << "flat " << out << " " << glu::declare(intType, outputPrefix + output->name) << ";\n"; in generateVertexShader()
126 src << "flat " << out << " " << glu::declare(output->varType, outputPrefix + output->name) << ";\n"; in generateVertexShader()
137 src << "\t" << glu::declare(input->varType, input->name) << " = " << inputPrefix << input->name << ";\n"; in generateVertexShader()
141 src << "\t" << glu::declare(output->varType, output->name) << ";\n"; in generateVertexShader()
160 src << "\t" << outputPrefix << output->name << " = " << glu::getDataTypeName(intBaseType) << "(" << output->name << ");\n"; in generateVertexShader()
163 src << "\t" << outputPrefix << output->name << " = " << output->name << ";\ in generateVertexShader()
[all...]
/third_party/vulkan-headers/registry/
H A Dreg.py19 """Return whether a required api name matches a pattern specified for an
22 - str - API name such as 'vulkan' or 'openxr'. May be None, in which
122 # Keep only one definition with the same name if there are multiple definitions
124 if child.get('name') is not None:
125 definitionName = child.get('name')
126 definitionVariants = parent.findall(f"{child.tag}[@name='{definitionName}']")
128 definitionName = child.find('name').text
129 definitionVariants = parent.findall(f"{child.tag}/name[.='{definitionName}']/..")
131 definitionName = child.find('name').text
132 definitionVariants = parent.findall(f"{child.tag}/name[
[all...]
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c119 char *name; member
208 if (strcmp(module, m->name) == 0) { in fuse_find_module()
281 free(node->name); in free_node()
305 const char *name) in name_hash()
307 unsigned int hash = *name; in name_hash()
310 for (name += 1; *name != '\0'; name++) in name_hash()
311 hash = (hash << 5) - hash + *name; in name_hash()
320 if (node->name) { in unhash_name()
304 name_hash(struct fuse *f, fuse_ino_t parent, const char *name) name_hash() argument
340 hash_name(struct fuse *f, struct node *node, fuse_ino_t parentid, const char *name) hash_name() argument
385 lookup_node(struct fuse *f, fuse_ino_t parent, const char *name) lookup_node() argument
398 find_node(struct fuse *f, fuse_ino_t parent, const char *name) find_node() argument
429 add_name(char **buf, unsigned *bufsize, char *s, const char *name) add_name() argument
473 get_path_name(struct fuse *f, fuse_ino_t nodeid, const char *name) get_path_name() argument
579 remove_node(struct fuse *f, fuse_ino_t dir, const char *name) remove_node() argument
993 fuse_fs_setxattr(struct fuse_fs *fs, const char *path, const char *name, const char *value, size_t size, int flags) fuse_fs_setxattr() argument
1003 fuse_fs_getxattr(struct fuse_fs *fs, const char *path, const char *name, char *value, size_t size) fuse_fs_getxattr() argument
1033 fuse_fs_removexattr(struct fuse_fs *fs, const char *path, const char *name) fuse_fs_removexattr() argument
1057 is_open(struct fuse *f, fuse_ino_t dir, const char *name) is_open() argument
1163 lookup_path(struct fuse *f, fuse_ino_t nodeid, const char *name, const char *path, struct fuse_entry_param *e, struct fuse_file_info *fi) lookup_path() argument
1336 fuse_lib_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) fuse_lib_lookup() argument
1549 fuse_lib_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev) fuse_lib_mknod() argument
1589 fuse_lib_mkdir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) fuse_lib_mkdir() argument
1615 fuse_lib_unlink(fuse_req_t req, fuse_ino_t parent, const char *name) fuse_lib_unlink() argument
1644 fuse_lib_rmdir(fuse_req_t req, fuse_ino_t parent, const char *name) fuse_lib_rmdir() argument
1668 fuse_lib_symlink(fuse_req_t req, const char *linkname, fuse_ino_t parent, const char *name) fuse_lib_symlink() argument
1783 fuse_lib_create(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi) fuse_lib_create() argument
2127 fill_dir(void *dh_, const char *name, const struct stat *statp, off_t off) fill_dir() argument
2320 fuse_lib_setxattr(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value, size_t size, int flags) fuse_lib_setxattr() argument
2341 common_getxattr(struct fuse *f, fuse_req_t req, fuse_ino_t ino, const char *name, char *value, size_t size) common_getxattr() argument
2361 fuse_lib_getxattr(fuse_req_t req, fuse_ino_t ino, const char *name, size_t size) fuse_lib_getxattr() argument
2434 fuse_lib_removexattr(fuse_req_t req, fuse_ino_t ino, const char *name) fuse_lib_removexattr() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/opp/
H A Dof.c500 char name[NAME_MAX]; in opp_parse_supplies() local
502 /* Search for "opp-microvolt-<name>" */ in opp_parse_supplies()
504 snprintf(name, sizeof(name), "opp-microvolt-%s", opp_table->prop_name); in opp_parse_supplies()
505 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
510 sprintf(name, "opp-microvolt"); in opp_parse_supplies()
511 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
537 vcount = of_property_count_u32_elems(opp->np, name); in opp_parse_supplies()
539 dev_err(dev, "%s: Invalid %s property (%d)\n", __func__, name, vcount); in opp_parse_supplies()
545 dev_err(dev, "%s: Invalid number of elements in %s property (%d) with supplies (%d)\n", __func__, name, vcoun in opp_parse_supplies()
643 const char *name = peak ? "opp-peak-kBps" : "opp-avg-kBps"; _read_bw() local
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckAPI.java11 * Generate a list of ICU's public APIs, sorted by qualified name and signature
78 String srcName = "Current"; // default source name
108 private String name; // name field in CheckAPI.Info
124 case NAM: return name; in get()
146 case NAM: name = val; break; in setType()
220 w.write(name); in write()
230 w.write(name); in write()
242 w.write(name); in write()
278 // Doc. name in read()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutTests.cpp45 const std::string& name, in BlockBasicTypeCase()
51 : InterfaceBlockCase(testCtx, name, matrixLoadFlag, testStageFlags) in BlockBasicTypeCase()
72 void createBlockBasicTypeCases (tcu::TestCaseGroup& group, tcu::TestContext& testCtx, const std::string& name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) in createBlockBasicTypeCases() argument
74 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_str())); in createBlockBasicTypeCases()
86 const std::string& name, in BlockSingleStructCase()
91 : InterfaceBlockCase (testCtx, name, matrixLoadFlag, testStageFlags) in BlockSingleStructCase()
114 const std::string& name, in BlockSingleStructArrayCase()
119 : InterfaceBlockCase (testCtx, name, matrixLoadFlag, testStageFlags) in BlockSingleStructArrayCase()
144 const std::string& name, in BlockSingleNestedStructCase()
149 : InterfaceBlockCase (testCtx, name, matrixLoadFla in BlockSingleNestedStructCase()
44 BlockBasicTypeCase(tcu::TestContext& testCtx, const std::string& name, const VarType& type, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockBasicTypeCase() argument
85 BlockSingleStructCase(tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockSingleStructCase() argument
113 BlockSingleStructArrayCase(tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockSingleStructArrayCase() argument
143 BlockSingleNestedStructCase(tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockSingleNestedStructCase() argument
178 BlockSingleNestedStructArrayCase(tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockSingleNestedStructArrayCase() argument
211 BlockMultiBasicTypesCase(tcu::TestContext& testCtx, const std::string& name, deUint32 flagsA, deUint32 flagsB, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockMultiBasicTypesCase() argument
246 BlockMultiNestedStructCase(tcu::TestContext& testCtx, const std::string& name, deUint32 flagsA, deUint32 flagsB, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockMultiNestedStructCase() argument
289 BlockVariousBuffersCase(tcu::TestContext& testCtx, const std::string& name, deUint32 flags, deUint32 xfbBufferA, deUint32 xfbBufferB, deUint32 xfbBufferC, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockVariousBuffersCase() argument
344 Block2LevelStructArrayCase(tcu::TestContext& testCtx, const std::string& name, deUint32 flags, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) Block2LevelStructArrayCase() argument
447 const std::string name; init() member
670 const std::string name; init() member
709 std::string name; init() member
[all...]
/third_party/toybox/lib/
H A Dxwrap.c427 int xtempfile(char *name, char **tempname) in xtempfile() argument
431 *tempname = xmprintf("%s%s", name, "XXXXXX"); in xtempfile()
677 unsigned xgetuid(char *name) in xgetuid() argument
679 struct passwd *up = getpwnam(name); in xgetuid()
685 uid = estrtol(name, &s, 10); in xgetuid()
688 error_exit("bad user '%s'", name); in xgetuid()
691 unsigned xgetgid(char *name) in xgetgid() argument
693 struct group *gr = getgrnam(name); in xgetgid()
699 gid = estrtol(name, &s, 10); in xgetgid()
702 error_exit("bad group '%s'", name); in xgetgid()
705 xgetpwnam(char *name) xgetpwnam() argument
713 xgetgrnam(char *name) xgetgrnam() argument
732 xreadlinkat(int dir, char *name) xreadlinkat() argument
754 xreadlink(char *name) xreadlink() argument
760 xreadfile(char *name, char *buf, off_t len) xreadfile() argument
782 xpidfile(char *name) xpidfile() argument
[all...]
/third_party/toybox/toys/posix/
H A Dfind.c26 -name PATTERN filename with wildcards (-iname case insensitive)
27 -path PATTERN path name with wildcards (-ipath case insensitive)
114 perror_msg_raw(revert ? new->name : "."); in flush_exec()
233 } else TT.start = new->name; in do_find()
308 test = !unlinkat(dirtree_parentfd(new), new->name, in do_find()
337 int fd = openat(dirtree_parentfd(new), new->name, O_RDONLY); in do_find()
356 if (check && faccessat(dirtree_parentfd(new), new->name,X_OK,0)) test = 0; in do_find()
365 if (!strcmp(s, "name") || !strcmp(s, "iname") in do_find()
371 char *arg = ss[1], *path = 0, *name = new ? new->name in do_find() local
554 char *name, *ss1 = ss[1]; do_find() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutTests.cpp45 const std::string& name, in BlockBasicTypeCase()
52 : InterfaceBlockCase(testCtx, name, description, matrixLoadFlag, testStageFlags) in BlockBasicTypeCase()
73 void createBlockBasicTypeCases (tcu::TestCaseGroup& group, tcu::TestContext& testCtx, const std::string& name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) in createBlockBasicTypeCases() argument
75 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_str(), "")); in createBlockBasicTypeCases()
87 const std::string& name, in BlockSingleStructCase()
93 : InterfaceBlockCase (testCtx, name, description, matrixLoadFlag, testStageFlags) in BlockSingleStructCase()
116 const std::string& name, in BlockSingleStructArrayCase()
122 : InterfaceBlockCase (testCtx, name, description, matrixLoadFlag, testStageFlags) in BlockSingleStructArrayCase()
147 const std::string& name, in BlockSingleNestedStructCase()
153 : InterfaceBlockCase (testCtx, name, descriptio in BlockSingleNestedStructCase()
44 BlockBasicTypeCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const VarType& type, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockBasicTypeCase() argument
86 BlockSingleStructCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockSingleStructCase() argument
115 BlockSingleStructArrayCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockSingleStructArrayCase() argument
146 BlockSingleNestedStructCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockSingleNestedStructCase() argument
182 BlockSingleNestedStructArrayCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockSingleNestedStructArrayCase() argument
216 BlockMultiBasicTypesCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 flagsA, deUint32 flagsB, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockMultiBasicTypesCase() argument
252 BlockMultiNestedStructCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 flagsA, deUint32 flagsB, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockMultiNestedStructCase() argument
296 BlockVariousBuffersCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 flags, deUint32 xfbBufferA, deUint32 xfbBufferB, deUint32 xfbBufferC, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) BlockVariousBuffersCase() argument
352 Block2LevelStructArrayCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 flags, int numInstances, MatrixLoadFlags matrixLoadFlag, TestStageFlags testStageFlags) Block2LevelStructArrayCase() argument
456 const std::string name; init() member
678 const std::string name; init() member
717 std::string name; init() member
[all...]
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs305 pub fn __itt_pt_region_create(name: *const ::std::os::raw::c_char) -> __itt_pt_region; in __itt_pt_region_create()
308 unsafe extern "C" fn(name: *const ::std::os::raw::c_char) -> __itt_pt_region,
326 pub fn __itt_thread_set_name(name: *const ::std::os::raw::c_char); in __itt_thread_set_name()
329 ::std::option::Option<unsafe extern "C" fn(name: *const ::std::os::raw::c_char)>;
427 name: *const ::std::os::raw::c_char, in __itt_sync_rename()
431 unsafe extern "C" fn(addr: *mut ::std::os::raw::c_void, name: *const ::std::os::raw::c_char),
447 #[doc = " @name group of functions is used for performance measurement tools"]
484 #[doc = " @name group of functions is used for correctness checking tools"]
565 #[doc = " are considered completely distinct. If the site name for two different"]
571 name in __itt_model_site_begin()
[all...]

Completed in 41 milliseconds

1...<<919293949596979899100>>...748