Searched refs:path_index (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | switchbin.c | 36 guint path_index; in GST_START_TEST() local 67 g_object_get (switchbin, "current-path", &path_index, NULL); in GST_START_TEST() 68 fail_unless (path_index == 0); in GST_START_TEST() 77 g_object_get (switchbin, "current-path", &path_index, NULL); in GST_START_TEST() 78 fail_unless (path_index == 1); in GST_START_TEST()
|
/third_party/selinux/libselinux/src/ |
D | label.c | 211 for (int path_index = 0; path_index < rec->spec_file_nums; path_index++) { in free_spec_files() local 212 if (rec->spec_file[path_index] != NULL) { in free_spec_files() 213 free(rec->spec_file[path_index]); in free_spec_files()
|
D | label_file.c | 753 for (int path_index = 0; path_index < rec->spec_file_nums; path_index++) { in init() local 754 status = process_file(rec->spec_file[path_index], NULL, rec, prefix, rec->digest); in init() 760 status = nodups_specs(data, rec->spec_file[path_index]); in init()
|
/third_party/skia/third_party/externals/angle2/util/posix/ |
D | crash_handler_posix.cpp | 252 int path_index = 0; 264 &path_index) < 7) 294 regions.back().path.assign(line + path_index);
|
/third_party/protobuf/src/google/protobuf/util/ |
D | message_differencer.cc | 141 int path_index) const { in IsMatchInternal() 142 const FieldDescriptor* field = key_field_path[path_index]; in IsMatchInternal() 144 if (path_index == key_field_path.size() - 1) { in IsMatchInternal() 174 path_index + 1); in IsMatchInternal()
|