/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/clang/test/FixIt/ |
D | atomic-property.m | 4 @property id prop; property 6 - (id) prop; method 19 - (id) prop { return 0; } method
|
/external/clang/test/Parser/ |
D | objc-property-syntax.m | 4 int prop; field 10 @property int prop; property
|
/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/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 26 HRESULT PROPVARIANT_to_bool(const PROPVARIANT &prop, bool &dest) in PROPVARIANT_to_bool() 45 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropToUInt32() 69 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 … in ParseMtProp() 133 static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, NCOM::CPropVariant &destProp) in PROPVARIANT_to_DictSize() 154 CProp &prop = Props.AddNew(); in AddProp32() local 186 void CCoderProps::AddProp(const CProp &prop) in AddProp() 202 CProp prop; in SetCoderProps() local 348 CProp prop; in SetParam() local 416 CProp prop; in ParseParamsFromPROPVARIANT() local
|
/external/clang/test/SemaObjCXX/ |
D | property-type-mismatch.mm | 11 @property (assign) NSObject<P1> *prop; property 18 @property (assign) NSObject<P2> *prop; property
|
/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 973 NCOM::CPropVariant prop; in GetCodec_DecoderIsAssigned() local 995 NCOM::CPropVariant prop; in GetCodec_EncoderIsAssigned() local [all …]
|
/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
|
D | autoreleases.m | 18 @property (retain) id prop; property 30 -(id) prop { method
|
/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/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() 679 struct property *prop, **tbl; in sort_properties() local 837 struct property *prop; in any_fixup_tree() local [all …]
|
/external/iproute2/lib/ |
D | json_writer.c | 227 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val) in jsonw_string_field() 233 void jsonw_bool_field(json_writer_t *self, const char *prop, bool val) in jsonw_bool_field() 240 void jsonw_float_field(json_writer_t *self, const char *prop, double val) in jsonw_float_field() 247 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field() 253 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field() 260 void jsonw_null_field(json_writer_t *self, const char *prop) in jsonw_null_field()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 161 NCOM::CPropVariant prop; in GetTime() local 338 NCOM::CPropVariant prop; in UpdateItems() local 371 NCOM::CPropVariant prop; in UpdateItems() local 384 NCOM::CPropVariant prop; in UpdateItems() local 398 NCOM::CPropVariant prop; in UpdateItems() local 515 NCOM::CPropVariant prop; in UpdateItems() local 782 static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoolPair &dest) in PROPVARIANT_to_BoolPair()
|
/external/autotest/client/tests/cgroup/ |
D | cgroup_common.py | 145 def get_prop(self, prop, pwd=None, supress=False): argument 162 def get_property(self, prop, pwd=None, supress=False): argument 181 def set_prop(self, prop, value, pwd=None, check=True): argument 207 def set_property(self, prop, value, pwd=None, check=True): argument
|
/external/iproute2/tipc/ |
D | link.c | 70 int *prop = data; in link_get_cb() local 97 int prop; in cmd_link_get_prop() local 209 static int _show_link_stat(struct nlattr *attrs[], struct nlattr *prop[], in _show_link_stat() 280 static int _show_bc_link_stat(struct nlattr *prop[], struct nlattr *stats[]) in _show_bc_link_stat() 324 struct nlattr *prop[TIPC_NLA_PROP_MAX + 1] = {}; in link_stat_show_cb() local 426 int prop; in cmd_link_set_prop() local
|
/external/lzma/CPP/Windows/ |
D | PropVariantConv.cpp | 69 void ConvertPropVariantToShortString(const PROPVARIANT &prop, char *dest) throw() in ConvertPropVariantToShortString() 90 void ConvertPropVariantToShortString(const PROPVARIANT &prop, wchar_t *dest) throw() in ConvertPropVariantToShortString()
|
D | PropVariantConv.h | 17 inline bool ConvertPropVariantToUInt64(const PROPVARIANT &prop, UInt64 &value) in ConvertPropVariantToUInt64()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/introspector/ |
D | MethodPropertyTest.java | 32 MethodProperty prop = new MethodProperty(property); in testToString() local
|
/external/lzma/CPP/7zip/Compress/ |
D | Lzma2Encoder.cpp | 36 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) in SetLzma2Prop() 78 Byte prop = Lzma2Enc_WriteProperties(_encoder); in WriteCoderProperties() local
|
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 55 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() 289 const BinaryProperty &prop=binProps[which]; in u_hasBinaryProperty() local 307 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() 312 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) { in defaultGetMaxValue() 316 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) { in getMaxValueFromShift() 466 const BinaryProperty &prop=binProps[which]; in u_getIntPropertyValue() local 470 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyValue() local 490 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyMaxValue() local 501 const BinaryProperty &prop=binProps[which]; in uprops_getSource() local 510 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in uprops_getSource() local
|
/external/dtc/tests/ |
D | label01.dts | 41 prop: string = str: "foo", str_mid: "stuffstuff\t\t\t\n\n\n" str_end: ; label
|
/external/pdfium/xfa/fde/css/ |
D | cfde_csscustomproperty.cpp | 12 const CFDE_CSSCustomProperty& prop) in CFDE_CSSCustomProperty()
|