Home
last modified time | relevance | path

Searched +defs:v +defs:set (Results 1 – 25 of 214) sorted by relevance

123456789

/external/v8/test/mjsunit/regress/
Dregress-builtinbust-6.js8 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 …]
Dregress-1015.js38 {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
Dregress-omit-checks.js41 function set(b) { function
52 Object.defineProperty(a, "z", {set:function(v) { called = true; }}); method
Dregress-crbug-137689.js31 function setter(v) { } argument
45 Object.defineProperty(o, "foo", { set: setter, configurable: true }); property
46 Object.defineProperty(o2, "foo", { set: setter, configurable: true }); property
Dregress-687.js31 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/
Dp1-cxx11.cpp4 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
Dp1.cpp24 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/
Darray-of.js86 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/
Dvalue-wrapper-accessor.js37 set: function(v) { result = this; } method
41 set: function(v) { "use strict"; result = this; } method
Delements-transition.js42 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
Darray-push-unshift-read-only-length.js48 set : function(v) { method
87 set : function(v) { method
Darray-push2.js6 var v = 0; variable
10 set: function(value) { v += value; } method
Darray-push3.js19 var v = 0; variable
22 set: function(value) { v = value; } method
Darray-push9.js19 var v = 0; variable
22 set: function(value) { v = value; } method
Darray-push5.js7 var v = 0; variable
36 set: function(value) { v += value; } method
/external/v8/test/mjsunit/es6/
Dcollections.js74 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/
DTriangle.java116 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/
Du_linkage.c35 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/
Duset_props.cpp35 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/
Dhb-cache-private.hh49 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/
Dasan_throw.pass.cc34 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/
DDoubleConst.java28 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()
DIntConst.java28 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/
DAttributes.java29 private Attributes(ASN1Set set) in Attributes()
34 public Attributes(ASN1EncodableVector v) in Attributes()
/external/v8/test/perf-test/Collections/
Dset.js14 var set; variable
61 set.forEach(function(v, k) { argument

123456789