/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
D | cpuhotplug05.sh | 42 get_field() function 115 cpu_field=$(get_field "$offline_status" "2") 121 field=$(get_field "$offline_status" "$i") 139 field_online=$(get_field "$online_status" "$i")
|
/third_party/selinux/libselinux/src/ |
D | query_user_context.c | 78 static void get_field(const char *fieldstr, char *newfield, int newfieldlen) in get_field() function 144 get_field("role", role, rolelen); in manual_user_enter_context() 149 get_field("type", type, typelen); in manual_user_enter_context() 156 get_field("level", level, levellen); in manual_user_enter_context()
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | message.c | 98 static const upb_fielddef *get_field(Message *msg, PROTO_STR *member) { in get_field() function 133 const upb_fielddef *f = get_field(intern, member); in Message_has_property() 168 const upb_fielddef *f = get_field(intern, member); in Message_unset_property() 204 const upb_fielddef *f = get_field(intern, member); in Message_read_property() 248 const upb_fielddef *f = get_field(intern, member); in Message_write_property()
|
/third_party/python/Lib/ |
D | string.py | 205 obj, arg_used = self.get_field(field_name, args, kwargs) 267 def get_field(self, field_name, args, kwargs): member in Formatter
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | amf.c | 125 get_field (const GstAmfNode * node, guint index) in get_field() function 250 const AmfObjectField *field = get_field (node, i); in gst_amf_node_copy() 355 const AmfObjectField *field = get_field (node, i); in gst_amf_node_get_field() 369 return get_field (node, index)->value; in gst_amf_node_get_field_by_index() 556 const AmfObjectField *field = get_field (node, i); in dump_node() 1086 const AmfObjectField *field = get_field (node, i); in serialize_object()
|
/third_party/quickjs/ |
D | unicode_gen.c | 75 const char *get_field(const char *p, int n) in get_field() function 91 p = get_field(p, n); in get_field_buf() 127 p = get_field(str, n); in get_field_str() 313 p = get_field(line, 0); in parse_unicode_data() 320 p = get_field(line, 12); in parse_unicode_data() 325 p = get_field(line, 13); in parse_unicode_data() 356 p = get_field(line, 3); in parse_unicode_data() 367 p = get_field(line, 5); in parse_unicode_data() 403 p = get_field(line, 9); in parse_unicode_data() 448 p = get_field(line, 0); in parse_special_casing() [all …]
|
D | quickjs-opcode.h | 138 DEF( get_field, 5, 1, 1, atom)
|
/third_party/mesa3d/src/intel/genxml/ |
D | gen_bits_header.py | 162 def get_field(self, field_name, create=False): member in Container 286 self.container_stack[-1].get_field(field_name, True).add_gen(self.gen, attrs)
|
/third_party/gettext/gettext-tools/src/ |
D | msginit.c | 144 static char *get_field (const char *header, const char *field); 895 old_field = get_field (header, "Project-Id-Version"); in project_id() 998 old_field = get_field (header, "Project-Id-Version"); in project_id_version() 1080 return get_field (header, "POT-Creation-Date"); in po_revision_date() 1391 old_field = get_field (header, "Content-Type"); in content_type() 1550 get_field (const char *header, const char *field) in get_field() function
|
D | ChangeLog.0 | 212 content_type, fields, get_field, put_field, subst_string, 1422 (get_field): New function.
|
D | ChangeLog.1 | 2359 * msginit.c (get_field, put_field): Recognize a field also if there is 3312 get_user_fullname, get_field, put_field, subst_string,
|
/third_party/flatbuffers/rust/flatbuffers/src/ |
D | vtable.rs | 49 pub fn get_field(&self, idx: usize) -> VOffsetT { in get_field() method
|
/third_party/flatbuffers/tests/cpp17/generated_cpp17/ |
D | monster_test_generated.h | 510 auto get_field() const { 527 using FieldType = decltype(std::declval<type>().get_field<Index>()); 613 auto get_field() const { 638 using FieldType = decltype(std::declval<type>().get_field<Index>()); 679 auto get_field() const { 696 using FieldType = decltype(std::declval<type>().get_field<Index>()); 740 auto get_field() const { 759 using FieldType = decltype(std::declval<type>().get_field<Index>()); 897 auto get_field() const { 946 using FieldType = decltype(std::declval<type>().get_field<Index>()); [all …]
|
D | optional_scalars_generated.h | 352 auto get_field() const { in get_field() function 681 using FieldType = decltype(std::declval<type>().get_field<Index>());
|
/third_party/flatbuffers/tests/cpp17/ |
D | stringify_util.h | 70 StringifyFlatbufferValue(fbs.template get_field<Index>(), indent);
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | sandbox.py | 455 def get_field(self, field_name, args, kwargs): member in SandboxedFormatterMixin
|
/third_party/jinja2/ |
D | sandbox.py | 490 def get_field(self, field_name, args, kwargs): member in SandboxedFormatterMixin
|
/third_party/skia/third_party/externals/jinja2/ |
D | sandbox.py | 490 def get_field(self, field_name, args, kwargs): member in SandboxedFormatterMixin
|
/third_party/node/src/ |
D | node_crypto.h | 802 const BIGNUM* (*get_field)(const DH*),
|
D | node_crypto.cc | 5363 const BIGNUM* (*get_field)(const DH*), in GetField() 5370 const BIGNUM* num = get_field(dh->dh_.get()); in GetField()
|
/third_party/python/Doc/library/ |
D | string.rst | 128 .. method:: get_field(field_name, args, kwargs) 177 Converts the value (returned by :meth:`get_field`) given a conversion type
|