| /external/v8/test/webkit/ |
| D | reentrant-caching.js | 28 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… getter 90 get prop() { getter
|
| D | dictionary-no-cache.js | 86 var test4 = {__proto__:{prop:"on prototype"}}; property 90 var test5 = {__proto__:{__proto__:{prop:"on prototype's prototype"}}}; property
|
| /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/lzma/CPP/7zip/Archive/7z/ |
| D | 7zHandlerOut.cpp | 69 CProp prop; in SetCompressionMethod() local 75 CProp prop; in SetCompressionMethod() local 81 CProp prop; in SetCompressionMethod() local 87 CProp prop; in SetCompressionMethod() local 146 const CProp &prop = methodFull.Props[j]; in SetCompressionMethod() local 175 NCOM::CPropVariant prop; in GetTime() local 244 NCOM::CPropVariant prop; in UpdateItems() local 263 NCOM::CPropVariant prop; in UpdateItems() local 276 NCOM::CPropVariant prop; in UpdateItems() local 290 NCOM::CPropVariant prop; in UpdateItems() local [all …]
|
| /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/v8/test/mjsunit/ |
| D | undeletable-functions.js | 134 function CheckDeletable(type, prop) { argument 148 function CheckDontDeleteAttr(type, prop) { argument 160 function CheckReadOnlyAttr(type, prop) { argument
|
| /external/clang/test/SemaObjCXX/ |
| D | property-type-mismatch.mm | 11 @property (assign) NSObject<P1> *prop; property 18 @property (assign) NSObject<P2> *prop; property
|
| /external/clang/test/Parser/ |
| D | objc-property-syntax.m | 4 int prop; field 10 @property int prop; property
|
| /external/clang/test/ARCMT/ |
| D | GC-no-arc-runtime.m | 30 @property (retain) id prop; property 74 __weak id prop; field 76 @property (readonly) __weak id prop; property
|
| D | autoreleases.m | 18 @property (retain) id prop; property 30 -(id) prop { method
|
| /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
| D | SignedObjectTest.java | 46 private Properties prop; field in SignedObjectTest 83 assertEquals(test.getObject(), prop); in assertDeserialized() local
|
| /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/ |
| D | SplitHandler.cpp | 53 NCOM::CPropVariant prop; in GetArchiveProperty() local 155 NCOM::CPropVariant prop; in Open() local 216 NCOM::CPropVariant prop; in Open() local 243 NCOM::CPropVariant prop; in Open() local 284 NWindows::NCOM::CPropVariant prop; in GetProperty() local
|
| /external/lzma/CPP/7zip/UI/Common/ |
| D | LoadCodecs.cpp | 98 NWindows::NCOM::CPropVariant prop; in GetCoderClass() local 142 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in ReadProp() 154 NCOM::CPropVariant prop; in ReadBoolProp() local 168 NCOM::CPropVariant prop; in ReadStringProp() local 265 NCOM::CPropVariant prop; in LoadFormats() local 606 NWindows::NCOM::CPropVariant prop; in CreateCoder() local 641 NWindows::NCOM::CPropVariant prop; in GetCodecEncoderIsAssigned() local 663 NWindows::NCOM::CPropVariant prop; in GetCodecId() local 674 NWindows::NCOM::CPropVariant prop; in GetCodecName() local
|
| D | ArchiveExtractCallback.cpp | 125 NCOM::CPropVariant prop; in GetTime() local 139 NCOM::CPropVariant prop; in GetUnpackSize() local 169 NCOM::CPropVariant prop; in GetStream() local 200 NCOM::CPropVariant prop; in GetStream() local
|
| D | OpenArchive.cpp | 23 NCOM::CPropVariant prop; in GetArchiveItemBoolProp() local 41 NCOM::CPropVariant prop; in GetItemPath() local 53 NCOM::CPropVariant prop; in GetItemPath() local 68 NCOM::CPropVariant prop; in GetItemMTime() local 304 NCOM::CPropVariant prop; in OpenStream() local 418 NCOM::CPropVariant prop; in Open() local
|
| /external/lzma/CPP/7zip/Archive/Common/ |
| D | ParseProperties.cpp | 10 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropValue() 81 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropDictionaryValue() 150 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 … in ParseMtProp()
|
| /external/icu/icu4c/source/common/ |
| D | uprops.cpp | 53 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
|
| /external/lzma/CPP/7zip/UI/Client7z/ |
| D | Client7z.cpp | 81 NCOM::CPropVariant prop; in IsArchiveItemProp() local 236 NCOM::CPropVariant prop; in GetStream() local 256 NCOM::CPropVariant prop; in GetStream() local 276 NCOM::CPropVariant prop; in GetStream() local 295 NCOM::CPropVariant prop; in GetStream() local 517 NWindows::NCOM::CPropVariant prop; in GetProperty() local 837 NWindows::NCOM::CPropVariant prop; in main() local 845 NWindows::NCOM::CPropVariant prop; in main() local
|
| /external/lzma/CPP/Windows/ |
| D | PropVariantConversions.cpp | 75 UString ConvertPropVariantToString(const PROPVARIANT &prop) in ConvertPropVariantToString() 95 UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &prop) in ConvertPropVariantToUInt64()
|
| /external/lzma/C/ |
| D | Lzma2Dec.c | 61 static SRes Lzma2Dec_GetOldProps(Byte prop, Byte *props) in Lzma2Dec_GetOldProps() 75 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc) in Lzma2Dec_AllocateProbs() 82 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc) in Lzma2Dec_Allocate() 331 Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc) in Lzma2Decode()
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fSSBOArrayLengthTests.cpp | 120 const glw::GLenum prop = GL_OFFSET; in init() local 133 const glw::GLenum prop = GL_OFFSET; in init() local 146 const glw::GLenum prop = GL_ARRAY_STRIDE; in init() local
|
| /external/lzma/CPP/7zip/Compress/ |
| D | DeltaFilter.cpp | 64 const PROPVARIANT &prop = props[i]; in SetCoderProperties() local 75 Byte prop = (Byte)(_delta - 1); in WriteCoderProperties() local
|