Home
last modified time | relevance | path

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

12345678910>>...12

/external/v8/test/webkit/
Dreentrant-caching.js28 var objects = [{prop:1}, {get prop(){return 2}}]; getter
36 get prop() { getter
56 var objects = [Object.create({prop:1}), Object.create({get prop(){return 2}})]; getter
62 get prop() { getter
84 …var objects = [Object.create(Object.create({prop:1})), Object.create(Object.create({get prop(){ret… property
90 get prop() { getter
/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/v8/test/mjsunit/
Dundeletable-functions.js134 function CheckDeletable(type, prop) { argument
148 function CheckDontDeleteAttr(type, prop) { argument
160 function CheckReadOnlyAttr(type, prop) { argument
/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
/external/clang/test/Parser/
Dobjc-property-syntax.m4 int prop; field
10 @property int prop; property
/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 …]
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
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 …]
/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/SemaObjCXX/
Dproperty-type-mismatch.mm11 @property (assign) NSObject<P1> *prop; property
18 @property (assign) NSObject<P2> *prop; property
/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/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
DSignedObjectTest.java46 private Properties prop; field in SignedObjectTest
83 assertEquals(test.getObject(), prop); in assertDeserialized() local
/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/SemaObjC/
Dtentative-property-decl.m18 @property(nonatomic, copy, readonly) NSString *prop; property
33 @property(nonatomic, copy, readonly) NSString *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/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
Dsdbmanager.py93 def encode_list(self, prop, value): argument
110 def encode_map(self, prop, value): argument
126 def encode_prop(self, prop, value): argument
134 def decode_list(self, prop, value): argument
151 def decode_map(self, prop, value): argument
174 def decode_prop(self, prop, value): argument
460 def encode_value(self, prop, value): argument
467 def decode_value(self, prop, value): argument
699 def set_property(self, prop, obj, name, value): argument
713 def get_property(self, prop, obj, name): argument
/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/chromium-trace/catapult/dashboard/dashboard/models/
Dsheriff.py27 def _UrlValidator(prop, val): # pylint: disable=unused-argument argument
46 def _EmailValidator(prop, val): # pylint: disable=unused-argument argument
/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/icu/icu4c/source/common/
Duprops.cpp53 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains()
283 const BinaryProperty &prop=binProps[which]; in u_hasBinaryProperty() local
301 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue()
306 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) { in defaultGetMaxValue()
310 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) { in getMaxValueFromShift()
460 const BinaryProperty &prop=binProps[which]; in u_getIntPropertyValue() local
464 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyValue() local
484 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyMaxValue() local
495 const BinaryProperty &prop=binProps[which]; in uprops_getSource() local
504 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in uprops_getSource() local

12345678910>>...12