Home
last modified time | relevance | path

Searched refs:addOne (Results 1 - 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowNullTypeAndLiteral.js6 const addOne = function (num: number) {
11 addOne(objWithValMaybeNull.val);
13 addOne(objWithValMaybeNull.val);
16 addOne(objWithValMaybeNull.val); // Error
18 addOne(objWithValMaybeNull.val); // Error
32 var addOne = function (num) { function
36 addOne(objWithValMaybeNull.val);
38 addOne(objWithValMaybeNull.val);
40 addOne(objWithValMaybeNull.val); // Error
42 addOne(objWithValMaybeNul
[all...]
H A DindexSignatures1.js257 addOne: (x: number) => x + 1,
262 addOne: (x: number) => x + 1,
269 addOne: (x: number) => x + 1,
461 addOne: (x) => x + 1,
465 addOne: (x) => x + 1,
471 addOne: (x) => x + 1,
/third_party/icu/icu4c/source/test/intltest/
H A Dmnkytst.cpp116 UnicodeString addOne(subs); in TestCollationKey()
117 addOne += (UChar32)0xE000; in TestCollationKey()
120 myCollator->getCollationKey(addOne, collationKey2, status2); in TestCollationKey()
127 msg += addOne; in TestCollationKey()
137 msg += addOne; in TestCollationKey()
182 UnicodeString addOne(subs); in TestCompare()
183 addOne += (UChar32)0xE000; in TestCompare()
185 result = myCollator->compare(subs, addOne); in TestCompare()
191 msg += addOne; in TestCompare()
197 result = myCollator->compare(addOne, sub in TestCompare()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationFrozenMonkeyTest.java99 String addOne = subs + String.valueOf(0xE000); in TestCollationKey()
102 collationKey2 = myPrimaryCollator.getCollationKey(addOne); in TestCollationKey()
108 msg += addOne; in TestCollationKey()
117 msg += addOne; in TestCollationKey()
182 String addOne = subs + String.valueOf(0xE000); in TestCompare()
184 result = myPrimaryCollator.compare(subs, addOne); in TestCompare()
189 msg += addOne; in TestCompare()
195 result = myPrimaryCollator.compare(addOne, subs); in TestCompare()
198 msg += addOne; in TestCompare()
H A DCollationMonkeyTest.java87 String addOne = subs + String.valueOf(0xE000); in TestCollationKey()
90 collationKey2 = myCollator.getCollationKey(addOne); in TestCollationKey()
96 msg += addOne; in TestCollationKey()
105 msg += addOne; in TestCollationKey()
157 String addOne = subs + String.valueOf(0xE000); in TestCompare()
159 result = myCollator.compare(subs, addOne); in TestCompare()
164 msg += addOne; in TestCompare()
170 result = myCollator.compare(addOne, subs); in TestCompare()
173 msg += addOne; in TestCompare()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationFrozenMonkeyTest.java102 String addOne = subs + String.valueOf(0xE000); in TestCollationKey()
105 collationKey2 = myPrimaryCollator.getCollationKey(addOne); in TestCollationKey()
111 msg += addOne; in TestCollationKey()
120 msg += addOne; in TestCollationKey()
185 String addOne = subs + String.valueOf(0xE000); in TestCompare()
187 result = myPrimaryCollator.compare(subs, addOne); in TestCompare()
192 msg += addOne; in TestCompare()
198 result = myPrimaryCollator.compare(addOne, subs); in TestCompare()
201 msg += addOne; in TestCompare()
H A DCollationMonkeyTest.java90 String addOne = subs + String.valueOf(0xE000); in TestCollationKey()
93 collationKey2 = myCollator.getCollationKey(addOne); in TestCollationKey()
99 msg += addOne; in TestCollationKey()
108 msg += addOne; in TestCollationKey()
160 String addOne = subs + String.valueOf(0xE000); in TestCompare()
162 result = myCollator.compare(subs, addOne); in TestCompare()
167 msg += addOne; in TestCompare()
173 result = myCollator.compare(addOne, subs); in TestCompare()
176 msg += addOne; in TestCompare()
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.h280 SkTSpan* addOne();
283 SkTSpan* result = this->addOne(); in addSplitAt()
H A DSkPathOpsTSect.cpp57 SkTSpan* result = this->addOne(); in addFollowing()
514 fHead = this->addOne();
519 SkTSpan* SkTSect::addOne() { in addOne() function in SkTSect
1825 SkTSpan* half1 = sect1->addOne(); in BinarySearch()
1845 SkTSpan* half2 = sect2->addOne(); in BinarySearch()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp133 inline float addOne (float v) { return v + 1.0f; } in addOne() function
135 inline int addOne (int v) { return v + 1; } in addOne() function
138 template<int Size> inline Vector<float, Size> addOne (const Vector<float, Size>& v) { return v + 1.0f; } in addOne() function
140 template<int Size> inline Vector<int, Size> addOne (const Vector<int, Size>& v) { return v + 1; } in addOne() function
721 DECLARE_UNARY_GENTYPE_FUNCS(addOne)
735 DECLARE_UNARY_INT_GENTYPE_FUNCS(addOne)
968 << BuiltinSideEffOperInfo ("pre_increment_effect", "++", GT, Value(GT, -1.0f, 1.0f), notUsed, notUsed, 0.5f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(addOne)) in init()
969 << BuiltinSideEffOperInfo ("pre_increment_effect", "++", IGT, Value(IGT, -6.0f, 4.0f), notUsed, notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_GENTYPE_FUNCS(addOne)) in init()
972 << BuiltinPostSideEffOperInfo ("post_increment_effect", "++", GT, Value(GT, -1.0f, 1.0f), notUsed, notUsed, 0.5f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(addOne)) in init()
973 << BuiltinPostSideEffOperInfo ("post_increment_effect", "++", IGT, Value(IGT, -6.0f, 4.0f), notUsed, notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_GENTYPE_FUNCS(addOne)) in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp132 inline int addOne (int v) { return v + 1; } in addOne() function
134 inline deUint32 addOne (deUint32 v) { return v + 1; } in addOne() function
137 template<int Size> inline Vector<float, Size> addOne (const Vector<float, Size>& v) { return v + 1.0f; } in addOne() function
139 template<int Size> inline Vector<int, Size> addOne (const Vector<int, Size>& v) { return v + 1; } in addOne() function
141 template<int Size> inline Vector<deUint32, Size> addOne (const Vector<deUint32, Size>& v) { return v + 1U; } in addOne() function
988 DECLARE_UNARY_GENTYPE_FUNCS(addOne)
1002 DECLARE_UNARY_INT_GENTYPE_FUNCS(addOne)
1029 DECLARE_UNARY_UINT_GENTYPE_FUNCS(addOne)
1281 << BuiltinSideEffOperInfo ("pre_increment_effect", "++", GT, Value(GT, -1.0f, 1.0f), notUsed, notUsed, 0.5f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(addOne)) in init()
1282 << BuiltinSideEffOperInfo ("pre_increment_effect", "++", IGT, Value(IGT, -6.0f, 4.0f), notUsed, notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_GENTYPE_FUNCS(addOne)) in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp132 inline int addOne (int v) { return v + 1; } in addOne() function
134 inline deUint32 addOne (deUint32 v) { return v + 1; } in addOne() function
137 template<int Size> inline Vector<float, Size> addOne (const Vector<float, Size>& v) { return v + 1.0f; } in addOne() function
139 template<int Size> inline Vector<int, Size> addOne (const Vector<int, Size>& v) { return v + 1; } in addOne() function
141 template<int Size> inline Vector<deUint32, Size> addOne (const Vector<deUint32, Size>& v) { return v + 1U; } in addOne() function
991 DECLARE_UNARY_GENTYPE_FUNCS(addOne)
1005 DECLARE_UNARY_INT_GENTYPE_FUNCS(addOne)
1032 DECLARE_UNARY_UINT_GENTYPE_FUNCS(addOne)
1284 << BuiltinSideEffOperInfo ("pre_increment_effect", "++", GT, Value(GT, -1.0f, 1.0f), notUsed, notUsed, 0.5f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(addOne)) in init()
1285 << BuiltinSideEffOperInfo ("pre_increment_effect", "++", IGT, Value(IGT, -6.0f, 4.0f), notUsed, notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_GENTYPE_FUNCS(addOne)) in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp159 inline float addOne (float v) { return v + 1.0f; } in addOne() function
161 inline int addOne (int v) { return v + 1; } in addOne() function
163 inline deUint32 addOne (deUint32 v) { return v + 1; } in addOne() function
166 template<int Size> inline Vector<float, Size> addOne (const Vector<float, Size>& v) { return v + 1.0f; } in addOne() function
168 template<int Size> inline Vector<int, Size> addOne (const Vector<int, Size>& v) { return v + 1; } in addOne() function
170 template<int Size> inline Vector<deUint32, Size> addOne (const Vector<deUint32, Size>& v) { return v + 1U; } in addOne() function
1275 DECLARE_UNARY_GENTYPE_FUNCS(addOne)
1289 DECLARE_UNARY_INT_GENTYPE_FUNCS(addOne)
1316 DECLARE_UNARY_UINT_GENTYPE_FUNCS(addOne)
1603 << BuiltinSideEffOperInfo ("pre_increment_effect", "++", GT, Value(GT, -1.0f, 1.0f), notUsed, notUsed, 0.5f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(addOne)) in init()
[all...]

Completed in 26 milliseconds