/third_party/node/test/fixtures/wpt/user-timing/resources/ |
H A D | webperftestharness.js | 57 function test_attribute_exists(parent_name, attribute_name, properties) 59 var msg = 'window.performance.' + parent_name + '.' + attribute_name + ' is defined.'; 60 wp_test(function() { assert_not_equals(performanceNamespace[parent_name][attribute_name], undefined, msg); }, msg, properties); 63 function test_enum(parent_name, enum_name, value, properties) 65 var msg = 'window.performance.' + parent_name + '.' + enum_name + ' is defined.'; 66 wp_test(function() { assert_not_equals(performanceNamespace[parent_name][enum_name], undefined, msg); }, msg, properties); 68 msg = 'window.performance.' + parent_name + '.' + enum_name + ' = ' + value; 69 wp_test(function() { assert_equals(performanceNamespace[parent_name][enum_name], value, msg); }, msg, properties);
|
/third_party/alsa-utils/topology/ |
H A D | pre-process-dai.c | 57 const char *parent_name, *item_name, *direction; in tplg_update_pcm_object() local 89 parent_name = tplg_object_get_name(tplg_pp, parent_obj); in tplg_update_pcm_object() 90 if (!parent_name) in tplg_update_pcm_object() 94 dest = tplg_find_config(top, parent_name); in tplg_update_pcm_object() 96 SNDERR("Cannot find parent section %s\n", parent_name); in tplg_update_pcm_object() 104 SNDERR("Error creating pcm config in %s\n", parent_name); in tplg_update_pcm_object() 111 SNDERR("pcm.%s exists already in %s\n", direction, parent_name); in tplg_update_pcm_object()
|
H A D | pre-process-dapm.c | 30 const char *parent_name; in tplg_build_base_object() local 40 parent_name = tplg_object_get_name(tplg_pp, parent_obj); in tplg_build_base_object() 41 if (!parent_name) in tplg_build_base_object() 45 dest = tplg_find_config(top, parent_name); in tplg_build_base_object() 47 SNDERR("Cannot find parent config %s\n", parent_name); in tplg_build_base_object() 295 const char *parent_name = "Endpoint"; in tplg_build_dapm_route_object() local 311 ret = snd_config_get_id(parent_obj, &parent_name); in tplg_build_dapm_route_object() 390 route_name = tplg_snprintf("%s.%s", parent_name, name); in tplg_build_dapm_route_object()
|
H A D | pre-process-object.c | 86 const char *parent_name; in tplg_parent_update() local 97 ret = snd_config_get_id(child, &parent_name); in tplg_parent_update() 103 ret = snd_config_get_string(cfg, &parent_name); in tplg_parent_update() 115 cfg = tplg_find_config(top, parent_name); in tplg_parent_update() 128 section_name, parent_name); in tplg_parent_update() 142 section_name, parent_name); in tplg_parent_update()
|
/third_party/python/Lib/importlib/ |
H A D | __init__.py | 153 parent_name = name.rpartition('.')[0] 154 if parent_name: 156 parent = sys.modules[parent_name] 159 raise ImportError(msg.format(parent_name), 160 name=parent_name) from None
|
H A D | util.py | 92 parent_name = fullname.rpartition('.')[0] 93 if parent_name: 94 parent = __import__(parent_name, fromlist=['__path__']) 99 f"__path__ attribute not found on {parent_name!r} "
|
/third_party/ltp/testcases/kernel/syscalls/chdir/ |
H A D | chdir01.c | 38 static char *parent_name; variable 51 {&parent_name, 0, 0, 0, 0}, 165 {&parent_name, .str = ".."},
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | gmock_class.py | 153 parent_name = class_name 172 parent_name += '<' + ', '.join(template_args) + '>' 176 % (class_name, parent_name))
|
/third_party/selinux/libsepol/src/ |
H A D | hierarchy.c | 604 char *parent_name, *datum_name, *tmp; \ 613 parent_name = strdup(datum_name); \ 614 if (!parent_name) { \ 618 parent_name[tmp - datum_name] = '\0'; \ 620 parent = hashtab_search(p->p_##prefix##s.table, parent_name); \ 624 parent_name, \ 626 free(parent_name); \ 631 free(parent_name); \
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.h | 78 char *parent_name; member
|
H A D | ntfsundelete.c | 916 if (f->parent_name) { in free_file() 918 f->parent_name); in free_file() 919 free(f->parent_name); in free_file() 1040 &name->parent_name, 0) < 0) { in get_parent_name() 1044 name->parent_name = NULL; in get_parent_name() 1194 name->parent_name = NULL; in get_filenames() 1203 file->pref_pname = name->parent_name; in get_filenames() 1607 ntfs_log_quiet("Parent: %s\n", f->parent_name ? in dump_record() 1608 f->parent_name : "<non-determined>"); in dump_record()
|
H A D | ntfswipe.c | 77 char *parent_name; member 1595 if (f->parent_name != NULL) { in free_file() 1596 free(f->parent_name); in free_file()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | validitygenerator.py | 783 parent_name = getElemName(otherparam) 801 self.makeParameterName(parent_name))
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
H A D | python_generator.cc | 1062 const std::string parent_name = in FixContainingTypeInDescriptor() local 1064 printer_->Print("$nested_name$.containing_type = $parent_name$\n", in FixContainingTypeInDescriptor() 1065 "nested_name", nested_name, "parent_name", parent_name); in FixContainingTypeInDescriptor()
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 3245 let parent_name = in codegen() 3250 parent_name, variant_name in codegen() 3311 let parent_name = in codegen() 3315 &format!("{}_{}", parent_name, variant_name), in codegen() 4387 let parent_name = ctx.rust_ident(parent.rust_name()); 4395 impl <#(#template_names :'static),*> #parent_name <#(#template_names),*> for #class_name { 4400 impl #parent_name for #class_name { }
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 320 char *parent_name; member 364 log_buffer[log_buffer_size].parent_name = av_strdup((*parent)->item_name(parent)); in log_callback() 2431 av_freep(&log_buffer[i].parent_name); in clear_log() 2455 if (log_buffer[i].parent_name) { in show_log() 2456 print_str("parent_context", log_buffer[i].parent_name); in show_log()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 493 static std::string GetReference(const std::string& parent_name, const Descriptor& variable, FLAVOUR flavour, 1225 std::string getVariableVerification(const std::string& parent_name, const glw::GLvoid* data,
|
H A D | gl4cEnhancedLayoutsTests.cpp | 1063 bool verifyVarying(Program& program, const std::string& parent_name, const Variable::Descriptor& desc, in verifyVarying() argument 1076 const std::string& name = Utils::Variable::GetReference(parent_name, desc, Utils::Variable::BASIC, 0); in verifyVarying() 3908 * @param parent_name Name of parent 3915 std::string Variable::GetReference(const std::string& parent_name, const Descriptor& variable, FLAVOUR flavour, in GetReference() argument 3921 if (false == parent_name.empty()) in GetReference() 3923 name = parent_name; in GetReference() 6730 * @param parent_name Name of parent variable in test() 6737 std::string TextureTestBase::getVariableVerification(const std::string& parent_name, const GLvoid* data, in test() argument 6750 const std::string name = Utils::Variable::GetReference(parent_name, variable, flavour, element); in test()
|
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 8936 string parent_name = die_qualified_name(rdr, &scope_die, where_offset); 8972 repr = parent_name.empty() ? name : parent_name + separator + name;
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 4087 std::string* parent_name = in AddPackage() local 4089 AddPackage(*parent_name, proto, file); in AddPackage()
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 332 parent_pid, parent_name = rconn.recv() 335 self.assertEqual(parent_name, self.current_process().name)
|