Home
last modified time | relevance | path

Searched defs:addOne (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcontrolFlowNullTypeAndLiteral.ts7 const addOne = function (num: number) { constant
/third_party/typescript/tests/baselines/reference/
DcontrolFlowNullTypeAndLiteral.js6 const addOne = function (num: number) { function
/third_party/icu/icu4c/source/test/intltest/
Dmnkytst.cpp116 UnicodeString addOne(subs); in TestCollationKey() local
182 UnicodeString addOne(subs); in TestCompare() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMonkeyTest.java87 String addOne = subs + String.valueOf(0xE000); in TestCollationKey() local
157 String addOne = subs + String.valueOf(0xE000); in TestCompare() local
DCollationFrozenMonkeyTest.java99 String addOne = subs + String.valueOf(0xE000); in TestCollationKey() local
182 String addOne = subs + String.valueOf(0xE000); in TestCompare() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationMonkeyTest.java90 String addOne = subs + String.valueOf(0xE000); in TestCollationKey() local
160 String addOne = subs + String.valueOf(0xE000); in TestCompare() local
DCollationFrozenMonkeyTest.java102 String addOne = subs + String.valueOf(0xE000); in TestCollationKey() local
185 String addOne = subs + String.valueOf(0xE000); in TestCompare() local
/third_party/vk-gl-cts/modules/gles3/functional/
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 + … 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 … in addOne() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
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 + … 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 … in addOne() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
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 + … 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 … in addOne() function
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderOperatorTests.cpp135 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.… in addOne() function
140 template<int Size> inline Vector<int, Size> addOne (const Vector<int, Size>& v) { return v + 1; } in addOne() function
/third_party/node/test/parallel/
Dtest-runner-mocking.js824 function addOne() { function
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp519 SkTSpan* SkTSect::addOne() { in addOne() function in SkTSect