/external/perfetto/src/profiling/memory/ |
D | system_property_unittest.cc | 36 MockSystemProperties prop; in TEST() local 46 MockSystemProperties prop; in TEST() local 59 MockSystemProperties prop; in TEST() local 69 MockSystemProperties prop; in TEST() local 83 MockSystemProperties prop; in TEST() local 100 MockSystemProperties prop; in TEST() local 114 MockSystemProperties prop; in TEST() local 132 MockSystemProperties prop; in TEST() local 140 MockSystemProperties prop; in TEST() local 148 MockSystemProperties prop; in TEST() local
|
D | heapprofd_end_to_end_test.cc | 946 auto prop = DisableFork(); in TEST_F() local 953 auto prop = EnableFork(); in TEST_F() local 959 auto prop = DisableFork(); in TEST_F() local 966 auto prop = EnableFork(); in TEST_F() local 972 auto prop = DisableFork(); in TEST_F() local 979 auto prop = EnableFork(); in TEST_F() local 985 auto prop = DisableFork(); in TEST_F() local 992 auto prop = EnableFork(); in TEST_F() local 999 auto prop = DisableFork(); in TEST_F() local 1006 auto prop = EnableFork(); in TEST_F() local [all …]
|
/external/clang/test/Index/ |
D | index-decls.m | 2 @property (readonly) id prop; property 3 -(id)prop; method 37 @property (assign, nonatomic) id prop; property 38 -(id)prop; method 44 -(id)prop { method
|
/external/toybox/kconfig/ |
D | symbol.c | 40 struct property *prop = prop_alloc(P_DEFAULT, sym); in sym_add_default() local 114 struct property *prop; in sym_get_choice_prop() local 123 struct property *prop; in sym_get_default_prop() local 135 struct property *prop; in sym_get_range_prop() local 163 struct property *prop; in sym_validate_range() local 196 struct property *prop; in sym_calc_visibility() local 227 struct property *prop; in sym_calc_choice() local 266 struct property *prop; in sym_calc_value() local 389 struct property *prop; in sym_set_changed() local 443 struct property *prop; in sym_set_tristate_value() local [all …]
|
D | menu.c | 28 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn() 124 struct property *prop = prop_alloc(type, current_entry->sym); in menu_add_prop() local 162 struct property *prop; in menu_add_option() local 186 struct property *prop; in sym_check_prop() local 232 struct property *prop; in menu_finalize() local
|
/external/u-boot/scripts/kconfig/ |
D | symbol.c | 40 struct property *prop = prop_alloc(P_DEFAULT, sym); in sym_add_default() local 99 struct property *prop; in sym_get_choice_prop() local 108 struct property *prop; in sym_get_env_prop() local 117 struct property *prop; in sym_get_default_prop() local 129 struct property *prop; in sym_get_range_prop() local 157 struct property *prop; in sym_validate_range() local 191 struct property *prop; in sym_set_changed() local 211 struct property *prop; in sym_calc_visibility() local 281 struct property *prop; in sym_choice_default() local 307 struct property *prop; in sym_calc_choice() local [all …]
|
D | menu.c | 31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn() 129 struct property *prop = prop_alloc(type, current_entry->sym); in menu_add_prop() local 234 struct property *prop; in sym_check_prop() local 300 struct property *prop; in menu_finalize() local 707 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 769 struct property *prop = NULL; in get_symbol_prop() local 780 struct property *prop; in get_symbol_props_str() local 800 struct property *prop; in get_symbol_str() local
|
/external/clang/test/FixIt/ |
D | atomic-property.m | 4 @property id prop; property 6 - (id) prop; method 19 - (id) prop { return 0; } method
|
/external/u-boot/scripts/dtc/ |
D | checks.c | 77 struct property *prop, in check_msg() 107 #define FAIL_PROP(c, dti, node, prop, ...) \ argument 182 struct property *prop; in check_is_string() local 201 struct property *prop; in check_is_string_list() local 229 struct property *prop; in check_is_cell() local 265 struct property *prop, *prop2; in check_duplicate_property_names() local 318 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg() local 339 struct property *prop; in check_property_name_chars() local 355 struct property *prop; in check_property_name_chars_strict() local 384 #define DESCLABEL_ARGS(node,prop,mark) \ argument [all …]
|
D | livetree.c | 250 void add_property(struct node *node, struct property *prop) in add_property() 265 struct property *prop = node->proplist; in delete_property_by_name() local 276 void delete_property(struct property *prop) in delete_property() 311 struct property *prop; in delete_node() local 407 struct property *prop; in get_property() local 416 cell_t propval_cell(struct property *prop) in propval_cell() 422 cell_t propval_cell_n(struct property *prop, int n) in propval_cell_n() 431 struct property *prop; in get_property_by_label() local 455 struct node **node, struct property **prop) in get_marker_label() 690 struct property *prop, **tbl; in sort_properties() local [all …]
|
/external/iproute2/lib/ |
D | json_writer.c | 240 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val) in jsonw_string_field() 246 void jsonw_bool_field(json_writer_t *self, const char *prop, bool val) in jsonw_bool_field() 253 void jsonw_float_field(json_writer_t *self, const char *prop, double val) in jsonw_float_field() 261 const char *prop, in jsonw_float_field_fmt() 269 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field() 275 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field() 282 const char *prop, in jsonw_lluint_field() 289 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field() 295 void jsonw_null_field(json_writer_t *self, const char *prop) in jsonw_null_field()
|
/external/clang/test/Parser/ |
D | objc-property-syntax.m | 4 int prop; field 10 @property int prop; property
|
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 26 HRESULT PROPVARIANT_to_bool(const PROPVARIANT &prop, bool &dest) in PROPVARIANT_to_bool() 53 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropToUInt32() 77 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 … in ParseMtProp() 141 static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, NCOM::CPropVariant &destProp) in PROPVARIANT_to_DictSize() 166 CProp &prop = Props.AddNew(); in AddProp32() local 174 CProp &prop = Props.AddNew(); in AddPropBool() local 206 void CCoderProps::AddProp(const CProp &prop) in AddProp() 222 CProp prop; in SetCoderProps() local 384 CProp prop; in SetParam() local 465 CProp prop; in ParseParamsFromPROPVARIANT() local
|
/external/dtc/ |
D | checks.c | 166 struct property *prop; in check_is_string() local 185 struct property *prop; in check_is_cell() local 223 struct property *prop, *prop2; in check_duplicate_property_names() local 278 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg() local 301 struct property *prop; in check_property_name_chars() local 317 struct property *prop; in check_property_name_chars_strict() local 346 #define DESCLABEL_ARGS(node,prop,mark) \ argument 354 struct property *prop, struct marker *mark) in check_duplicate_label() 383 struct property *prop; in check_duplicate_label_node() local 404 struct property *prop; in check_phandle_prop() local [all …]
|
D | livetree.c | 249 void add_property(struct node *node, struct property *prop) in add_property() 264 struct property *prop = node->proplist; in delete_property_by_name() local 275 void delete_property(struct property *prop) in delete_property() 310 struct property *prop; in delete_node() local 406 struct property *prop; in get_property() local 415 cell_t propval_cell(struct property *prop) in propval_cell() 424 struct property *prop; in get_property_by_label() local 448 struct node **node, struct property **prop) in get_marker_label() 680 struct property *prop, **tbl; in sort_properties() local 838 struct property *prop; in any_fixup_tree() local [all …]
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 233 NCOM::CPropVariant prop; in GetCoderClass() local 298 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in GetProp() 311 NCOM::CPropVariant prop; in GetProp_Bool() local 327 NCOM::CPropVariant prop; in GetProp_UInt32() local 345 NCOM::CPropVariant prop; in GetProp_String() local 360 NCOM::CPropVariant prop; in GetProp_RawData() local 413 NCOM::CPropVariant prop; in LoadFormats() local 841 NCOM::CPropVariant prop; in GetProperty() local 975 NCOM::CPropVariant prop; in GetCodec_DecoderIsAssigned() local 997 NCOM::CPropVariant prop; in GetCodec_EncoderIsAssigned() local [all …]
|
/external/clang/test/Index/Core/ |
D | index-source.m | 82 @property (readwrite) id prop; property 97 @property (readwrite) id prop; property 98 -(id)prop; method
|
/external/clang/test/SemaObjCXX/ |
D | property-type-mismatch.mm | 11 @property (assign) NSObject<P1> *prop; property 18 @property (assign) NSObject<P2> *prop; property
|
/external/mesa3d/src/intel/genxml/ |
D | gen_bits_header.py | 214 def has_prop(self, prop): argument 220 def iter_prop(self, prop): argument 226 def get_prop(self, prop, gen): argument 250 def has_prop(self, prop): argument 253 def iter_prop(self, prop): argument 261 def get_prop(self, prop, gen): argument
|
/external/clang/test/ARCMT/ |
D | GC-no-arc-runtime.m | 33 @property (retain) id prop; property 77 __weak id prop; field 79 @property (readonly) __weak id prop; property
|
/external/clang/test/SemaObjC/ |
D | tentative-property-decl.m | 18 @property(nonatomic, copy, readonly) NSString *prop; property 33 @property(nonatomic, copy, readonly) NSString *prop; property
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 166 NCOM::CPropVariant prop; in GetTime() local 350 NCOM::CPropVariant prop; in UpdateItems() local 383 NCOM::CPropVariant prop; in UpdateItems() local 397 NCOM::CPropVariant prop; in UpdateItems() local 411 NCOM::CPropVariant prop; in UpdateItems() local 528 NCOM::CPropVariant prop; in UpdateItems() local 807 static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoolPair &dest) in PROPVARIANT_to_BoolPair()
|
/external/libkmsxx/kms++/src/ |
D | drmpropobject.cpp | 51 auto prop = card().get_prop(pair.first); in get_prop() local 68 auto prop = card().get_prop(pair.first); in get_prop_value() local 90 Property* prop = get_prop(name); in set_prop_value() local
|
/external/grpc-grpc/test/core/security/ |
D | security_connector_test.cc | 40 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_transport_security_type() local 55 const tsi_peer_property* prop = &peer->properties[i]; in check_peer_property() local 71 const tsi_peer_property* prop = &original->properties[i]; in check_ssl_peer_equivalence() local 108 const grpc_auth_property* prop; in check_identity() local 137 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_cn() local 157 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_pem_cert() local
|
/external/lzma/CPP/7zip/Compress/ |
D | Lzma2Encoder.cpp | 37 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) in SetLzma2Prop() 79 const PROPVARIANT &prop = coderProps[i]; in SetCoderPropertiesOpt() local 91 Byte prop = Lzma2Enc_WriteProperties(_encoder); in WriteCoderProperties() local
|