Home
last modified time | relevance | path

Searched refs:name (Results 7251 - 7275 of 26217) sorted by relevance

1...<<291292293294295296297298299300>>...1049

/third_party/backends/backend/
H A Dhp-option.c103 const char *name, const HpDeviceInfo *info);
105 static HpOption hp_optset_getByName (HpOptSet this, const char * name);
132 const char * name; member
346 optd->name = desc->name; in hp_option_descriptor_probe()
443 DBG(10, "hp_option_program: name=%s, enable=0x%08lx, program=0x%08lx\n", in hp_option_program()
444 this->descriptor->name, (long)this->descriptor->enable, in hp_option_program()
506 DBG(10,"hp_option_imm_set: %s\n", this->descriptor->name); in hp_option_imm_set()
530 this->descriptor->name, sane_strstatus(status)); in hp_option_imm_set()
581 DBG(10,"hp_option_set: %s%s\n", this->descriptor->name, sva in hp_option_set()
3541 hp_optset_getByName(HpOptSet this, const char * name) hp_optset_getByName() argument
3792 hp_optset_isEnabled(HpOptSet this, HpData data, const char *name, const HpDeviceInfo *info) hp_optset_isEnabled() argument
[all...]
H A Ddmc.c192 // devname -- name of device file to open
226 if (!strcmp(dev->sane.name, devname)) { in DMCAttach()
308 dev->sane.name = strdup(devname); in DMCAttach()
400 c->opt[OPT_NUM_OPTS].name = SANE_NAME_NUM_OPTIONS; in DMCInitOptions()
409 c->opt[OPT_GEOMETRY_GROUP].name = ""; in DMCInitOptions()
416 c->opt[OPT_TL_X].name = SANE_NAME_SCAN_TL_X; in DMCInitOptions()
426 c->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in DMCInitOptions()
436 c->opt[OPT_BR_X].name = SANE_NAME_SCAN_BR_X; in DMCInitOptions()
446 c->opt[OPT_BR_Y].name = SANE_NAME_SCAN_BR_Y; in DMCInitOptions()
456 c->opt[OPT_MODE_GROUP].name in DMCInitOptions()
921 sane_open(SANE_String_Const name, SANE_Handle *handle) sane_open() argument
[all...]
H A Dst400.c215 char *name; in st400_inquiry() local
219 name = malloc (strlen (home) + sizeof (basename) + 1); in st400_inquiry()
220 sprintf (name, "%s/%s", home, basename); in st400_inquiry()
221 } else name = basename; in st400_inquiry()
223 fp = fopen(name, "ab"); in st400_inquiry()
229 if (name != basename) in st400_inquiry()
230 free (name); in st400_inquiry()
499 if( strcmp(dev->sane.name, devname) == 0 ) { in st400_attach()
525 dev->sane.name = strdup(devname); in st400_attach()
526 if( !dev->sane.name ) { in st400_attach()
[all...]
H A Dniash.c594 pDesc->name = ""; in _InitOptions()
620 pDesc->name = SANE_NAME_SCAN_TL_X; in _InitOptions()
631 pDesc->name = SANE_NAME_SCAN_TL_Y; in _InitOptions()
642 pDesc->name = SANE_NAME_SCAN_BR_X; in _InitOptions()
653 pDesc->name = SANE_NAME_SCAN_BR_Y; in _InitOptions()
664 pDesc->name = SANE_NAME_SCAN_RESOLUTION; in _InitOptions()
682 pDesc->name = SANE_NAME_ANALOG_GAMMA; in _InitOptions()
694 pDesc->name = SANE_NAME_GAMMA_VECTOR; in _InitOptions()
712 pDesc->name = "lamp"; in _InitOptions()
722 pDesc->name in _InitOptions()
897 sane_open(SANE_String_Const name, SANE_Handle * h) sane_open() argument
[all...]
/third_party/libinput/test/
H A Dlitest.c245 char *name; member
258 char *name; member
363 t->name = safe_strdup(funcname); in litest_add_tcase_for_device()
390 t->name = safe_strdup(test_name); in litest_add_tcase_no_device()
417 t->name = safe_strdup(test_name); in litest_add_tcase_deviceless()
429 get_suite(const char *name) in get_suite() argument
434 if (streq(s->name, name)) in get_suite()
439 s->name = safe_strdup(name); in get_suite()
549 _litest_add_no_device(const char *name, const char *funcname, const void *func) _litest_add_no_device() argument
555 _litest_add_ranged_no_device(const char *name, const char *funcname, const void *func, const struct range *range) _litest_add_ranged_no_device() argument
569 _litest_add_deviceless(const char *name, const char *funcname, const void *func) _litest_add_deviceless() argument
582 _litest_add(const char *name, const char *funcname, const void *func, int64_t required, int64_t excluded) _litest_add() argument
597 _litest_add_ranged(const char *name, const char *funcname, const void *func, int64_t required, int64_t excluded, const struct range *range) _litest_add_ranged() argument
608 _litest_add_for_device(const char *name, const char *funcname, const void *func, enum litest_device_type type) _litest_add_for_device() argument
1001 struct name { litest_run_suite() struct
1003 char *name; litest_run_suite() member
1626 const char *name; litest_create() local
3393 litest_create_uinput(const char *name, const struct input_id *id, const struct input_absinfo *abs_info, const int *events) litest_create_uinput() argument
3497 litest_create_uinput_device_from_description(const char *name, const struct input_id *id, const struct input_absinfo *abs_info, const int *events) litest_create_uinput_device_from_description() argument
3527 litest_create_uinput_abs_device_v(const char *name, struct input_id *id, const struct input_absinfo *abs, va_list args) litest_create_uinput_abs_device_v() argument
3551 litest_create_uinput_abs_device(const char *name, struct input_id *id, const struct input_absinfo *abs, ...) litest_create_uinput_abs_device() argument
3567 litest_create_uinput_device(const char *name, struct input_id *id, ...) litest_create_uinput_device() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp735 const char* name,
878 const char* name,
885 : tcu::TestCaseGroup (testCtx, name)
886 , m_rnd (deStringHash(name))
3718 #define MAKE_TEST_S_I_8136(name, spirvOp, op, filter, inputRange, extension) \
3721 int8Tests[ndx]->createTests((name), (spirvOp), \
3723 int16Tests[ndx]->createTests((name), (spirvOp), \
3725 int16Tests[ndx]->createTests((name "_test_high_part_zero"), (spirvOp), \
3727 int32Tests[ndx]->createTests((name), (spirvOp), \
3729 int64Tests[ndx]->createTests((name), (spirvO
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp735 const char* name,
879 const char* name,
887 : tcu::TestCaseGroup (testCtx, name, description)
888 , m_rnd (deStringHash(name))
3720 #define MAKE_TEST_S_I_8136(name, spirvOp, op, filter, inputRange, extension) \
3723 int8Tests[ndx]->createTests((name), (spirvOp), \
3725 int16Tests[ndx]->createTests((name), (spirvOp), \
3727 int16Tests[ndx]->createTests((name "_test_high_part_zero"), (spirvOp), \
3729 int32Tests[ndx]->createTests((name), (spirvOp), \
3731 int64Tests[ndx]->createTests((name), (spirvO
[all...]
/third_party/libabigail/src/
H A Dabg-ir.cc43 /// qualified name of a tree of decls and types. It used by the
531 /// Getter for the map that associates the name of a basic type to the
537 /// Getter for the map that associates the name of a basic type to the
544 /// Getter for the map that associates the name of a class type to the
551 /// Getter for the map that associates the name of a class type to the
558 /// Getter for the map that associates the name of a union type to the
565 /// Getter for the map that associates the name of a union type to the
572 /// Getter for the map that associates the name of an enum type to the
579 /// Getter for the map that associates the name of an enum type to the
586 /// Getter for the map that associates the name o
2275 update_main_symbol(const std::string& name) update_main_symbol() argument
2531 get_name_and_version_from_id(const string& id, string& name, string& ver) get_name_and_version_from_id() argument
3826 get_canonical_types(const char* name) get_canonical_types() argument
3849 get_canonical_type(const char* name, unsigned index) get_canonical_type() argument
4420 decl_base(const environment& e, const string& name, const location& locus, const string& linkage_name, visibility vis) decl_base() argument
4444 decl_base(const environment& e, const interned_string& name, const location& locus, const interned_string& linkage_name, visibility vis) decl_base() argument
4853 string name = get_generic_anonymous_internal_type_name(this); get_pretty_representation() local
7508 scope_decl(const environment& env, const string& name, const location& locus, visibility vis) scope_decl() argument
8386 build_qualified_name(const scope_decl* scope, const string& name) build_qualified_name() argument
8554 string name; get_internal_integral_type_name() local
8674 string name = get_type_name(pointed_to_type, qualified, internal); get_name_of_reference_to_type() local
8705 string name = get_type_name(underlying_type, qualified, internal); get_name_of_qualified_type() local
9173 string name = cou.get_qualified_name(); get_class_or_union_flat_representation() local
9304 string name = c->get_qualified_name(); get_debug_representation() local
9306 o << name; get_debug_representation() local
9363 string name = e->get_qualified_name(); get_debug_representation() local
9765 find_data_member_from_anonymous_data_member(const var_decl_sptr& anon_dm, const string& name) find_data_member_from_anonymous_data_member() argument
15058 type_decl(const environment& env, const string& name, size_t size_in_bits, size_t alignment_in_bits, const location& locus, const string& linkage_name, visibility vis) type_decl() argument
15336 scope_type_decl(const environment& env, const string& name, size_t size_in_bits, size_t alignment_in_bits, const location& locus, visibility vis) scope_type_decl() argument
15473 namespace_decl(const environment& env, const string& name, const location& locus, visibility vis) namespace_decl() argument
15689 interned_string name = type->get_environment().intern(build_name(false)); qualified_type_def() local
15715 interned_string name = env.intern("void"); qualified_type_def() local
15992 interned_string name = get_environment().intern(build_name(false)); set_underlying_type() local
16165 string name = (pto ? pto->get_name() : string("void")) + "*"; pointer_type_def() local
16195 string name = string("void") + "*"; pointer_type_def() local
16213 string name = (pto ? pto->get_name() : string("void")) + "*"; set_pointed_to_type() local
16517 string name; reference_type_def() local
16570 string name = "void&"; reference_type_def() local
16596 string name = string(pto->get_name()) + "&"; set_pointed_to_type() local
16976 subrange_type(const environment& env, const string& name, bound_value lower_bound, bound_value upper_bound, const type_base_sptr& utype, const location& loc, translation_unit::language l) subrange_type() argument
17008 subrange_type(const environment& env, const string& name, bound_value lower_bound, bound_value upper_bound, const location& loc, translation_unit::language l) subrange_type() argument
17036 subrange_type(const environment& env, const string& name, bound_value upper_bound, const location& loc, translation_unit::language l) subrange_type() argument
17287 string name = get_name(); get_pretty_representation() local
17840 enum_type_decl(const string& name, const location& locus, type_base_sptr underlying_type, enumerators& enums, const string& linkage_name, visibility vis) enum_type_decl() argument
18352 priv(const string& name, int64_t value, enum_type_decl* e = 0) priv() argument
18375 enumerator(const string& name, int64_t value) enumerator() argument
18522 typedef_decl(const string& name, const type_base_sptr underlying_type, const location& locus, const string& linkage_name, visibility vis) typedef_decl() argument
18552 typedef_decl(const string& name, const environment& env, const location& locus, const string& mangled_name, visibility vis) typedef_decl() argument
18797 var_decl(const string& name, type_base_sptr type, const location& locus, const string& linkage_name, visibility vis, binding bind) var_decl() argument
19156 string name; get_pretty_representation() local
19233 string name; get_anon_dm_reliable_name() local
20084 function_decl(const string& name, function_type_sptr function_type, bool declared_inline, const location& locus, const string& mangled_name, visibility vis, binding bind) function_decl() argument
20122 function_decl(const string& name, type_base_sptr fn_type, bool declared_inline, const location& locus, const string& linkage_name, visibility vis, binding bind) function_decl() argument
20749 parameter(const type_base_sptr type, unsigned index, const string& name, const location& loc, bool is_variadic) parameter() argument
20762 parameter(const type_base_sptr type, unsigned index, const string& name, const location& loc, bool is_variadic, bool is_artificial) parameter() argument
20777 parameter(const type_base_sptr type, const string& name, const location& loc, bool is_variadic, bool is_artificial) parameter() argument
21092 class_or_union(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, const location& locus, visibility vis, member_types& mem_types, data_members& data_members, member_functions& member_fns) class_or_union() argument
21142 class_or_union(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, const location& locus, visibility vis) class_or_union() argument
21164 class_or_union(const environment& env, const string& name, bool is_declaration_only) class_or_union() argument
22362 class_decl(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, bool is_struct, const location& locus, visibility vis, base_specs& bases, member_types& mbr_types, data_members& data_mbrs, member_functions& mbr_fns) class_decl() argument
22413 class_decl(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, bool is_struct, const location& locus, visibility vis, base_specs& bases, member_types& mbr_types, data_members& data_mbrs, member_functions& mbr_fns, bool is_anonymous) class_decl() argument
22459 class_decl(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, bool is_struct, const location& locus, visibility vis) class_decl() argument
22496 class_decl(const environment& env, const string& name, size_t size_in_bits, size_t align_in_bits, bool is_struct, const location& locus, visibility vis, bool is_anonymous) class_decl() argument
22534 class_decl(const environment& env, const string& name, bool is_struct, bool is_declaration_only) class_decl() argument
22943 method_decl(const string& name, method_type_sptr type, bool declared_inline, const location& locus, const string& linkage_name, visibility vis, binding bind) method_decl() argument
22980 method_decl(const string& name, function_type_sptr type, bool declared_inline, const location& locus, const string& linkage_name, visibility vis, binding bind) method_decl() argument
23017 method_decl(const string& name, type_base_sptr type, bool declared_inline, const location& locus, const string& linkage_name, visibility vis, binding bind) method_decl() argument
24326 union_decl(const environment& env, const string& name, size_t size_in_bits, const location& locus, visibility vis, member_types& mbr_types, data_members& data_mbrs, member_functions& member_fns) union_decl() argument
24362 union_decl(const environment& env, const string& name, size_t size_in_bits, const location& locus, visibility vis, member_types& mbr_types, data_members& data_mbrs, member_functions& member_fns, bool is_anonymous) union_decl() argument
24400 union_decl(const environment& env, const string& name, size_t size_in_bits, const location& locus, visibility vis) union_decl() argument
24431 union_decl(const environment& env, const string& name, size_t size_in_bits, const location& locus, visibility vis, bool is_anonymous) union_decl() argument
24466 union_decl(const environment& env, const string& name, bool is_declaration_only) union_decl() argument
24811 template_decl(const environment& env, const string& name, const location& locus, visibility vis) template_decl() argument
24964 type_tparameter(unsigned index, template_decl_sptr enclosing_tdecl, const string& name, const location& locus) type_tparameter() argument
25044 non_type_tparameter(unsigned index, template_decl_sptr enclosing_tdecl, const string& name, type_base_sptr type, const location& locus) non_type_tparameter() argument
25123 template_tparameter(unsigned index, template_decl_sptr enclosing_tdecl, const string& name, const location& locus) template_tparameter() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/cj_ui_ability_test/
H A Dcj_ui_ability_test.cpp95 funcs->cjAbilityCreate = [](const char *name) -> int64_t { return 1; }; in PreSetCJAbilityStageFuncs()
135 abilityInfo->name = "CJUIability"; in HWTEST_F()
137 std::shared_ptr<EventRunner> eventRunner = EventRunner::Create(abilityInfo->name); in HWTEST_F()
155 * @tc.name: CJUIAbility_Create_0100
168 * @tc.name: CJUIAbility_Create_0200
178 * @tc.name: OnNewWant
186 std::shared_ptr<EventRunner> eventRunner = EventRunner::Create(abilityInfo->name); in HWTEST_F()
218 * @tc.name: OnStart
235 * @tc.name: OnStop
262 * @tc.name
[all...]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp142 char *name = ParseValue(object, PROFILE_KEY_REQPERMISSIONS_NAME); in SetReqPermission() local
144 if (name == nullptr || desc == nullptr) { in SetReqPermission()
145 HILOG_ERROR(HILOG_MODULE_APP, "the value of name or desc is invalid!"); in SetReqPermission()
149 if (IsPermissionValid(name) != 0) { in SetReqPermission()
154 if (strncpy_s(permission->name, sizeof(permission->name), name, strlen(name)) != EOK || in SetReqPermission()
156 HILOG_ERROR(HILOG_MODULE_APP, "SetReqPermission strncpy name or desc fail!"); in SetReqPermission()
402 // parse module name in ParseModuleInfo()
[all...]
/third_party/libabigail/tools/
H A Dfedabipkgdiff248 Method's name and all arguments, either positional or keyword arguments,
303 def __getattr__(self, name):
306 :param str name: the property name to access.
307 :raises AttributeError: if name is not one of keys of RPM information.
309 if name in self.rpm_info:
310 return self.rpm_info[name]
312 raise AttributeError('No attribute name {0}'.format(name))
326 return self.name
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp91 /* For non-generic params - pack name and sid into 8 bits */ in set_sid()
112 ShaderIO::ShaderIO(const char *type, int loc, int name): in ShaderIO() argument
115 m_name(name) in ShaderIO()
124 ShaderOutput::ShaderOutput(int location, int name, int writemask): in ShaderOutput() argument
125 ShaderIO("OUTPUT", location, name), in ShaderOutput()
137 ShaderInput::ShaderInput(int location, int name): in ShaderInput() argument
138 ShaderIO("INPUT", location, name) in ShaderInput()
243 int name = int_from_string_with_prefix(value, "NAME:"); in read_output() local
246 ShaderOutput output(pos, name, mask); in read_output()
269 int name in read_input() local
359 string name; read_chipclass() local
360 is >> name; read_chipclass() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dcode-inl.h156 #define CODE_ACCESSORS_CHECKED2(name, type, offset, get_condition, \
158 type Code::name() const { \
160 return Code::name(cage_base); \
162 type Code::name(PtrComprCageBase cage_base) const { \
167 void Code::set_##name(type value, WriteBarrierMode mode) { \
175 #define RELEASE_ACQUIRE_CODE_ACCESSORS_CHECKED2(name, type, offset, \
177 type Code::name(AcquireLoadTag tag) const { \
179 return Code::name(cage_base, tag); \
181 type Code::name(PtrComprCageBase cage_base, AcquireLoadTag) const { \
186 void Code::set_##name(typ
[all...]
/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py2 # these are all functions _testcapi exports whose name begins with 'test_'.
780 for name in expected:
781 self.assertIn(name, modules)
782 for name in not_expected:
783 self.assertNotIn(name, modules)
841 if os.name != 'nt':
844 for name in names:
845 with self.subTest(name=name):
846 self.assertTrue(hasattr(ctypes.pythonapi, name))
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cClipControlTests.cpp87 ClipControlBaseTest(deqp::Context& context, ClipControlTests::API api, const char* name, const char* description) in ClipControlBaseTest() argument
88 : TestCase(context, name, description), m_api(api) in ClipControlBaseTest()
124 ClipControlRenderBaseTest(deqp::Context& context, ClipControlTests::API api, const char* name, in ClipControlRenderBaseTest() argument
126 : ClipControlBaseTest(context, api, name, description), m_fbo(0), m_rboC(0), m_rboD(0) in ClipControlRenderBaseTest()
232 ClipControlInitialState(deqp::Context& context, ClipControlTests::API api, const char* name) in ClipControlInitialState() argument
233 : ClipControlBaseTest(context, api, name, "Verify initial state") in ClipControlInitialState()
265 ClipControlModifyGetState(deqp::Context& context, ClipControlTests::API api, const char* name) in ClipControlModifyGetState() argument
266 : ClipControlBaseTest(context, api, name, "Verify initial state") in ClipControlModifyGetState()
323 ClipControlErrors(deqp::Context& context, ClipControlTests::API api, const char* name) in ClipControlErrors() argument
324 : ClipControlBaseTest(context, api, name, "Verif in ClipControlErrors()
403 ClipControlOriginTest(deqp::Context& context, ClipControlTests::API api, const char* name) ClipControlOriginTest() argument
585 ClipControlDepthModeZeroToOneTest(deqp::Context& context, ClipControlTests::API api, const char* name) ClipControlDepthModeZeroToOneTest() argument
775 ClipControlDepthModeOneToOneTest(deqp::Context& context, ClipControlTests::API api, const char* name) ClipControlDepthModeOneToOneTest() argument
954 ClipControlFaceCulling(deqp::Context& context, ClipControlTests::API api, const char* name) ClipControlFaceCulling() argument
1147 ClipControlViewportBounds(deqp::Context& context, ClipControlTests::API api, const char* name) ClipControlViewportBounds() argument
[all...]
/third_party/python/Modules/_ctypes/
H A Dcallproc.c1145 PyObject *argtypes, /* misleading name: This is a tuple of in _ctypes_callproc()
1343 "LoadLibrary(name, load_flags) -> handle\n\
1363 WCHAR *name = PyUnicode_AsWideCharString(nameobj, NULL); in load_library() local
1364 if (!name) in load_library()
1371 hMod = LoadLibraryExW(name, NULL, (DWORD)load_flags); in load_library()
1375 PyMem_Free(name); in load_library()
1480 PyObject *name, *name2; in py_dyld_shared_cache_contains_path() local
1486 if (!PyArg_ParseTuple(args, "O", &name)) in py_dyld_shared_cache_contains_path()
1489 if (name == Py_None) in py_dyld_shared_cache_contains_path()
1492 if (PyUnicode_FSConverter(name, in py_dyld_shared_cache_contains_path()
1515 PyObject *name, *name2; py_dl_open() local
1567 char *name; py_dl_sym() local
1906 const char *name = PyUnicode_AsUTF8(cls); POINTER() local
[all...]
/third_party/python/Modules/
H A D_operator.c1186 .name = "operator.itemgetter",
1240 "attribute name must be a string"); in attrgetter_new()
1293 /* now add the last dotless name */ in attrgetter_new()
1532 After f = attrgetter('name'), the call f(r) returns r.name.\n\
1533 After g = attrgetter('name', 'date'), the call g(r) returns (r.name, r.date).\n\
1534 After h = attrgetter('name.first', 'name.last'), the call h(r) returns\n\
1535 (r.name
1565 PyObject *name; global() member
1575 PyObject *name; methodcaller_new() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource8.js75 if (moduleDecl.name && moduleDecl.mod) {
76 moduleDecl.name.sym = moduleDecl.mod.symbol;
105 if (classDecl.name && classDecl.type) {
106 classDecl.name.sym = classDecl.type.symbol;
142 if (interfaceDecl.name && interfaceDecl.type) {
143 interfaceDecl.name.sym = interfaceDecl.type.symbol;
239 var nameText = funcDecl.name ? funcDecl.name.actualText : null;
268 // accidentally coalescing function signatures with the same name (E.g., a function
297 if (funcDecl.name
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_discovery.py34 name = loader._get_name_from_path('/foo/bar/baz.py')
35 self.assertEqual(name, 'bar.baz')
89 expected = [[name + ' module tests'] for name in
91 expected.extend([[('test_dir.%s' % name) + ' module tests'] for name in
175 loader._get_module_from_name = lambda name: Module(name)
249 loader._get_module_from_name = lambda name: Module(name)
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_lookup_test.cc635 time_zone LoadZone(const std::string& name) { in LoadZone() argument
637 load_time_zone(name, &tz); in LoadZone()
682 EXPECT_EQ(zone, tz.name()); in TEST()
734 EXPECT_EQ("UTC", utc.name()); in TEST()
736 EXPECT_EQ("America/New_York", nyc.name()); in TEST()
738 EXPECT_EQ("Australia/Sydney", syd.name()); in TEST()
741 EXPECT_EQ("UTC", fixed0.name()); in TEST()
744 EXPECT_EQ("Fixed/UTC+03:25:45", fixed_pos.name()); in TEST()
747 EXPECT_EQ("Fixed/UTC-12:34:56", fixed_neg.name()); in TEST()
776 EXPECT_EQ(a.name(), in TEST()
[all...]
/third_party/rust/crates/syn/src/
H A Dty.rs227 pub name: Option<LitStr>,
236 pub name: Option<(Ident, Token![:])>,
246 pub name: Option<(Ident, Token![:])>,
921 let mut name = if (input.peek(Ident) || input.peek(Token![_]) || { in parse_bare_fn_arg() variables
927 let name = input.call(Ident::parse_any)?; in parse_bare_fn_arg()
929 Some((name, colon)) in parse_bare_fn_arg()
940 } else if has_mut_self && name.is_none() { in parse_bare_fn_arg()
950 name = None; in parse_bare_fn_arg()
955 Ok(BareFnArg { attrs, name, ty }) in parse_bare_fn_arg()
961 name in parse_bare_variadic()
[all...]
/third_party/ffmpeg/libavformat/
H A Ddashdec.c544 if (!av_strcasecmp(node->name, nodename)) { in find_child_node_by_name()
609 if (!av_strcasecmp(fragmenturl_node->name, "Initialization")) { in parse_manifest_segmenturlnode()
631 } else if (!av_strcasecmp(fragmenturl_node->name, "SegmentURL")) { in parse_manifest_segmenturlnode()
669 if (!av_strcasecmp(fragment_timeline_node->name, "S")) { in parse_manifest_segmenttimeline()
676 val = xmlGetProp(fragment_timeline_node, attr->name); in parse_manifest_segmenttimeline()
679 av_log(s, AV_LOG_WARNING, "parse_manifest_segmenttimeline attr->name = %s val is NULL\n", attr->name); in parse_manifest_segmenttimeline()
683 if (!av_strcasecmp(attr->name, "t")) { in parse_manifest_segmenttimeline()
685 } else if (!av_strcasecmp(attr->name, "r")) { in parse_manifest_segmenttimeline()
687 } else if (!av_strcasecmp(attr->name, " in parse_manifest_segmenttimeline()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp356 TextureSpecCase (Context& context, const char* name, const char* desc, const TextureType type, const tcu::TextureFormat format, const deUint32 flags, int width, int height);
394 TextureSpecCase::TextureSpecCase (Context& context, const char* name, const char* desc, const TextureType type, const tcu::TextureFormat format, const deUint32 flags, int width, int height) in TextureSpecCase() argument
395 : TestCase (context, name, desc) in TextureSpecCase()
620 BasicTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) in BasicTexImage2DCase() argument
621 : TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType), flags, width, height) in BasicTexImage2DCase()
665 BasicTexImageCubeCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) in BasicTexImageCubeCase() argument
666 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height) in BasicTexImageCubeCase()
717 RandomOrderTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) in RandomOrderTexImage2DCase() argument
718 : TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType), flags, width, height) in RandomOrderTexImage2DCase()
769 RandomOrderTexImageCubeCase (Context& context, const char* name, cons argument
833 TexImage2DAlignCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height, int alignment) TexImage2DAlignCase() argument
881 TexImageCubeAlignCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height, int alignment) TexImageCubeAlignCase() argument
932 BasicTexSubImage2DCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) BasicTexSubImage2DCase() argument
999 BasicTexSubImageCubeCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) BasicTexSubImageCubeCase() argument
1075 TexSubImage2DEmptyTexCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) TexSubImage2DEmptyTexCase() argument
1130 TexSubImageCubeEmptyTexCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) TexSubImageCubeEmptyTexCase() argument
1193 TexSubImage2DAlignCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height, int subX, int subY, int subW, int subH, int alignment) TexSubImage2DAlignCase() argument
1247 TexSubImageCubeAlignCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height, int subX, int subY, int subW, int subH, int alignment) TexSubImageCubeAlignCase() argument
1307 BasicCopyTexImage2DCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, deUint32 flags, int width, int height) BasicCopyTexImage2DCase() argument
1355 BasicCopyTexImageCubeCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, deUint32 flags, int width, int height) BasicCopyTexImageCubeCase() argument
1411 BasicCopyTexSubImage2DCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) BasicCopyTexSubImage2DCase() argument
1489 BasicCopyTexSubImageCubeCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) BasicCopyTexSubImageCubeCase() argument
1583 const char* name; init() member
[all...]
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp33 const std::string NAME_PROPERTY = "name";
262 bool HasProperty(const napi_env env, const napi_value object, const std::string& name) in HasProperty() argument
265 if (napi_has_named_property(env, object, name.c_str(), &result) != napi_ok) { in HasProperty()
272 napi_value GetProperty(const napi_env env, const napi_value object, const std::string& name) in GetProperty() argument
274 if (!HasProperty(env, object, name)) { in GetProperty()
278 if (napi_get_named_property(env, object, name.c_str(), &value) != napi_ok) { in GetProperty()
510 std::string CreateErrMsg(const std::string& name) in CreateErrMsg() argument
512 return "Parameter error. The " + name + " parameter is mandatory."; in CreateErrMsg()
515 std::string CreateErrMsg(const std::string& name, const std::string& type) in CreateErrMsg() argument
517 return "Parameter error. The type of " + name in CreateErrMsg()
519 CreateErrMsg(const std::string& name, const napi_valuetype type) CreateErrMsg() argument
[all...]
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp283 std::string name = value->idItem_->name_; in UpdateOverlayInfo() local
285 if (nameTypeId.find(name) == nameTypeId.end()) { in UpdateOverlayInfo()
288 auto &typeId = nameTypeId[name]; in UpdateOverlayInfo()
359 std::string name = std::string(idParam->idItem_->name_); in InitMap() local
360 idValuesNameMap_[idParam->idItem_->resType_]->insert(std::make_pair(name, idValues)); in InitMap()
361 if (name == "system_color_change" && idParam->idItem_->value_ == "true") { in InitMap()
411 const std::string name, const ResType resType) const in GetIdValuesByName()
414 std::map<std::string, std::shared_ptr<IdValues>>::const_iterator iter = map->find(name); in GetIdValuesByName()
422 int HapResource::GetIdByName(const char *name, const ResType resType) const in GetIdByName() argument
424 if (name in GetIdByName()
410 GetIdValuesByName( const std::string name, const ResType resType) const GetIdValuesByName() argument
[all...]

Completed in 60 milliseconds

1...<<291292293294295296297298299300>>...1049