/external/v8/test/mjsunit/regress/ |
D | regress-builtinbust-6.js | 8 var v = values[i]; variable 9 Array.prototype.join.call(v); argument 10 Array.prototype.pop.call(v); argument 11 Array.prototype.push.call(v); argument 12 Array.prototype.reverse.call(v); argument 13 Array.prototype.shift.call(v); argument 14 Array.prototype.slice.call(v); argument 15 Array.prototype.splice.call(v); argument 16 Array.prototype.unshift.call(v); argument 23 Object.defineProperty(Number.prototype, "length", { get:length, set:length }); property [all …]
|
D | regress-1015.js | 38 {get: mkFail("oget"), set: mkFail("oset")}); property 40 {get: mkFail("aget"), set: mkFail("aset")}); property 50 var op = { __proto__: { set bar(v) { assertUnreachable("bset"); } }, argument 62 var op = { __proto__: { set bar(v) { assertUnreachable("bset"); } }, argument
|
D | regress-omit-checks.js | 41 function set(b) { function 52 Object.defineProperty(a, "z", {set:function(v) { called = true; }}); method
|
D | regress-crbug-137689.js | 31 function setter(v) { } argument 45 Object.defineProperty(o, "foo", { set: setter, configurable: true }); property 46 Object.defineProperty(o2, "foo", { set: setter, configurable: true }); property
|
D | regress-687.js | 31 var obj = { get value() {}, set value (v) { throw "Error";} }; argument 46 set value(v) { Object.defineProperty(this, "value", {value: v}); } argument 57 Object.defineProperty(obj1, 'p', {get: undefined, set: undefined}); property
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
D | p1-cxx11.cpp | 4 struct set{}; struct 7 void set(T value) {} in set() function 10 Value v; in resolves_to_same() local 16 Value v; in resolves_to_different() local 22 int set; // Non-template. in resolves_to_different() local 23 Value v; in resolves_to_different() local
|
D | p1.cpp | 24 struct set{}; // expected-note{{lookup from the current scope refers here}} struct 27 void set(T value) {} // expected-note{{lookup in the object type 'Value' refers here}} in set() function 30 Value v; in resolves_to_same() local 36 Value v; in resolves_to_different() local 42 int set; // Non-template. in resolves_to_different() local 43 Value v; in resolves_to_different() local
|
/external/v8/test/mjsunit/harmony/ |
D | array-of.js | 86 Object.defineProperty(Array.prototype, "0", {set: function(v) {status = "FAIL 1"}}); method 90 Object.defineProperty(Bag.prototype, "0", {set: function(v) {status = "FAIL 2"}}); method 114 function setter(v) { argument 122 Object.defineProperty(this, "length", {set: setter}); property 131 Object.defineProperty(Bevy.prototype, "length", {set: setter}); property
|
/external/v8/test/mjsunit/ |
D | value-wrapper-accessor.js | 37 set: function(v) { result = this; } method 41 set: function(v) { "use strict"; result = this; } method
|
D | elements-transition.js | 42 function test(test_double, test_object, set, length) { argument 93 function run_test(test_double, test_object, set, length) { argument 98 run_test(false, false, function(a,i,v){ a[i] = v; }, 20); argument 99 run_test(true, false, function(a,i,v){ a[i] = v; }, 20); argument 100 run_test(false, true, function(a,i,v){ a[i] = v; }, 20); argument 101 run_test(true, true, function(a,i,v){ a[i] = v; }, 20); argument 103 run_test(false, false, function(a,i,v){ a[i] = v; }, 10000); argument 104 run_test(true, false, function(a,i,v){ a[i] = v; }, 10000); argument 105 run_test(false, true, function(a,i,v){ a[i] = v; }, 10000); argument 106 run_test(true, true, function(a,i,v){ a[i] = v; }, 10000); argument
|
D | array-push-unshift-read-only-length.js | 48 set : function(v) { method 87 set : function(v) { method
|
D | array-push2.js | 6 var v = 0; variable 10 set: function(value) { v += value; } method
|
D | array-push3.js | 19 var v = 0; variable 22 set: function(value) { v = value; } method
|
D | array-push9.js | 19 var v = 0; variable 22 set: function(value) { v = value; } method
|
D | array-push5.js | 7 var v = 0; variable 36 set: function(value) { v += value; } method
|
/external/v8/test/mjsunit/es6/ |
D | collections.js | 74 function TestSet(set, key) { argument 83 function TestSetBehavior(set) { argument 524 Set.prototype.set.forEach.call({}); method in Set 542 set.forEach(function(v, k, s) { argument 568 set.forEach(function(v) { argument 586 set.forEach(function(v) { argument 604 set.forEach(function(v) { argument 624 set.forEach(function(v) { argument 644 set.forEach(function(v) { argument 646 set.forEach(function(v) { argument [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Triangle.java | 116 public void set(int i, Vector3f point) { in set() method in Triangle 136 public void set(int i, float x, float y, float z) { in set() method in Triangle 150 public void set1(Vector3f v) { in set1() 154 public void set2(Vector3f v) { in set2() 158 public void set3(Vector3f v) { in set3() 162 public void set(Vector3f v1, Vector3f v2, Vector3f v3) { in set() method in Triangle
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_linkage.c | 35 util_semantic_set_test_and_set(struct util_semantic_set *set, unsigned value) in util_semantic_set_test_and_set() 39 unsigned long v = *p & mask; in util_semantic_set_test_and_set() local 45 util_semantic_set_from_program_file(struct util_semantic_set *set, const struct tgsi_token *tokens,… in util_semantic_set_from_program_file() 115 #define UTIL_SEMANTIC_SET_FOR_EACH(i, set) for(i = 0; i < 256; ++i) if(set->masks[i / (sizeof(long)… argument 118 util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned … in util_semantic_layout_from_set()
|
/external/icu/icu4c/source/common/ |
D | uset_props.cpp | 35 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local 55 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); in uset_openPatternOptions() local 71 uset_applyPattern(USet *set, in uset_applyPattern() 100 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue() 106 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias() 112 UnicodeString v(value, valueLength); in uset_applyPropertyAlias() local 129 uset_toPattern(const USet* set, in uset_toPattern() 139 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
|
/external/harfbuzz_ng/src/ |
D | hb-cache-private.hh | 49 unsigned int v = values[k]; in get() local 56 inline bool set (unsigned int key, unsigned int value) in set() function 61 unsigned int v = ((key>>cache_bits)<<value_bits) | value; in set() local
|
/external/libcxx/test/std/containers/sequences/vector/ |
D | asan_throw.pass.cc | 34 void set(char arg) { a = arg; } in set() function in X 41 std::vector<X> v; in test_push_back() local 57 std::vector<X> v; in test_emplace_back() local 73 std::vector<X> v; in test_insert_range() local 91 std::vector<X> v; in test_insert() local 108 std::vector<X> v; in test_emplace() local 125 std::vector<X> v; in test_insert_range2() local 144 std::vector<X> v; in test_insert_n() local 161 std::vector<X> v; in test_resize() local 175 std::vector<X> v; in test_resize_param() local
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | DoubleConst.java | 28 public DoubleConst(double v, int tokenId) { value = v; type = tokenId; } in DoubleConst() 32 public void set(double v) { value = v; } in set() method in DoubleConst 40 public void accept(Visitor v) throws CompileError { in accept()
|
D | IntConst.java | 28 public IntConst(long v, int tokenId) { value = v; type = tokenId; } in IntConst() 32 public void set(long v) { value = v; } in set() method in IntConst 40 public void accept(Visitor v) throws CompileError { in accept()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
D | Attributes.java | 29 private Attributes(ASN1Set set) in Attributes() 34 public Attributes(ASN1EncodableVector v) in Attributes()
|
/external/v8/test/perf-test/Collections/ |
D | set.js | 14 var set; variable 61 set.forEach(function(v, k) { argument
|