Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/external/clang/test/Index/
Dindex-decls.m2 @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/
Dsymbol.c40 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 …]
Dmenu.c28 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/
Datomic-property.m4 @property id prop; property
6 - (id) prop; method
19 - (id) prop { return 0; } method
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp26 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()
123 static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, UInt32 &resValue) in PROPVARIANT_to_DictSize()
140 CProp prop; in AddProp32() local
173 void CCoderProps::AddProp(const CProp &prop) in AddProp()
189 CProp prop; in SetCoderProps() local
335 CProp prop; in SetParam() local
405 CProp prop; in ParseParamsFromPROPVARIANT() local
DCreateCoder.cpp34 NWindows::NCOM::CPropVariant prop; in ReadNumberOfStreams() local
47 NWindows::NCOM::CPropVariant prop; in ReadIsAssignedProp() local
67 NWindows::NCOM::CPropVariant prop; in LoadCodecs() local
97 NWindows::NCOM::CPropVariant prop; in LoadCodecs() local
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp188 NCOM::CPropVariant prop; in GetCoderClass() local
248 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in GetProp()
261 NCOM::CPropVariant prop; in GetProp_Bool() local
277 NCOM::CPropVariant prop; in GetProp_UInt32() local
295 NCOM::CPropVariant prop; in GetProp_String() local
310 NCOM::CPropVariant prop; in GetProp_RawData() local
363 NCOM::CPropVariant prop; in LoadFormats() local
720 NCOM::CPropVariant prop; in GetProperty() local
837 NCOM::CPropVariant prop; in GetCodecEncoderIsAssigned() local
854 NCOM::CPropVariant prop; in GetCodecId() local
[all …]
DOpenArchive.cpp329 NCOM::CPropVariant prop; in GetProperty() local
451 NCOM::CPropVariant prop; in Archive_GetItemBoolProp() local
483 NCOM::CPropVariant prop; in Archive_GetArcBoolProp() local
496 NCOM::CPropVariant prop; in Archive_GetArcProp_UInt() local
513 NCOM::CPropVariant prop; in Archive_GetArcProp_Int() local
547 NCOM::CPropVariant prop; in GetItemPathToParent() local
667 NCOM::CPropVariant prop; in GetItemPath() local
680 NCOM::CPropVariant prop; in GetItemPath() local
710 NCOM::CPropVariant prop; in Archive_GetItem_Size() local
731 NCOM::CPropVariant prop; in GetItemSize() local
[all …]
DArchiveExtractCallback.cpp93 NCOM::CPropVariant prop; in Archive_Get_HardLinkNode() local
99 NCOM::CPropVariant prop; in Archive_Get_HardLinkNode() local
335 NCOM::CPropVariant prop; in GetTime() local
373 NCOM::CPropVariant prop = Name.Ptr(); in GetProp() local
456 NCOM::CPropVariant prop; in GetStream() local
477 NCOM::CPropVariant prop; in GetStream() local
493 NCOM::CPropVariant prop; in GetStream() local
681 NCOM::CPropVariant prop; in GetStream() local
/external/dtc/
Dchecks.c167 struct property *prop; in check_is_string() local
186 struct property *prop; in check_is_cell() local
224 struct property *prop, *prop2; in check_duplicate_property_names() local
279 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg() local
302 struct property *prop; in check_property_name_chars() local
318 struct property *prop; in check_property_name_chars_strict() local
347 #define DESCLABEL_ARGS(node,prop,mark) \ argument
355 struct property *prop, struct marker *mark) in check_duplicate_label()
384 struct property *prop; in check_duplicate_label_node() local
405 struct property *prop; in check_phandle_prop() local
[all …]
Dlivetree.c249 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/
Djson_writer.c227 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/clang/test/Index/Core/
Dindex-source.m82 @property (readwrite) id prop; property
97 @property (readwrite) id prop; property
98 -(id)prop; method
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp147 NCOM::CPropVariant prop; in GetTime() local
323 NCOM::CPropVariant prop; in UpdateItems() local
356 NCOM::CPropVariant prop; in UpdateItems() local
369 NCOM::CPropVariant prop; in UpdateItems() local
383 NCOM::CPropVariant prop; in UpdateItems() local
497 NCOM::CPropVariant prop; in UpdateItems() local
739 static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoolPair &dest) in PROPVARIANT_to_BoolPair()
/external/clang/test/ARCMT/
DGC-no-arc-runtime.m33 @property (retain) id prop; property
77 __weak id prop; field
79 @property (readonly) __weak id prop; property
Dautoreleases.m18 @property (retain) id prop; property
30 -(id) prop { method
/external/clang/test/Parser/
Dobjc-property-syntax.m4 int prop; field
10 @property int prop; property
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp56 NCOM::CPropVariant prop; in GetArchiveProperty() local
152 NCOM::CPropVariant prop; in Open2() local
205 NCOM::CPropVariant prop; in Open2() local
233 NCOM::CPropVariant prop; in Open2() local
283 NCOM::CPropVariant prop; in GetProperty() local
/external/clang/test/SemaObjCXX/
Dproperty-type-mismatch.mm11 @property (assign) NSObject<P1> *prop; property
18 @property (assign) NSObject<P2> *prop; property
/external/iproute2/tipc/
Dlink.c70 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/autotest/client/tests/cgroup/
Dcgroup_common.py145 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/clang/test/SemaObjC/
Dtentative-property-decl.m18 @property(nonatomic, copy, readonly) NSString *prop; property
33 @property(nonatomic, copy, readonly) NSString *prop; property
/external/icu/icu4c/source/common/
Duprops.cpp55 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/lzma/CPP/Windows/
DPropVariantConv.cpp59 void ConvertPropVariantToShortString(const PROPVARIANT &prop, char *dest) throw() in ConvertPropVariantToShortString()
80 void ConvertPropVariantToShortString(const PROPVARIANT &prop, wchar_t *dest) throw() in ConvertPropVariantToShortString()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp104 NCOM::CPropVariant prop; in IsArchiveItemProp() local
261 NCOM::CPropVariant prop; in GetStream() local
281 NCOM::CPropVariant prop; in GetStream() local
301 NCOM::CPropVariant prop; in GetStream() local
320 NCOM::CPropVariant prop; in GetStream() local
566 NCOM::CPropVariant prop; in GetProperty() local
886 NCOM::CPropVariant prop; in main() local
895 NCOM::CPropVariant prop; in main() local

12345678910>>...13