Home
last modified time | relevance | path

Searched defs:add (Results 1 - 25 of 639) sorted by relevance

12345678910>>...26

/third_party/node/test/fixtures/debugger/cjs/
H A Dother.js1 exports.add = function add(a, b) { function
/third_party/jerryscript/tests/jerry/es2015/
H A Dset.js113 var add = Set.prototype.add; variable
[all...]
/third_party/libabigail/tests/data/test-diff-filter/
H A Dtest23-redundant-fn-parm-change-v1.c6 add(float a, float b) in add() function
H A Dtest23-redundant-fn-parm-change-v0.c6 add(int a, int b) in add() function
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest20-add-fn-parm-v1.c6 add(int a, int b, int c) in add() function
H A Dtest20-add-fn-parm-v0.c6 add(int a, int b) in add() function
/third_party/node/deps/npm/test/lib/commands/
H A Dhook.js[all...]
/third_party/libabigail/tests/data/test-abicompat/
H A Dtest7-fn-changed-libapp-v1.c6 int add (float a, float b) in add() function
H A Dtest7-fn-changed-libapp-v0.c7 float add (float a, float b) in add() function
/third_party/typescript/tests/baselines/reference/
H A DkeyofModuleObjectHasCorrectKeys.js19 function add(a, b) { function
H A DreadonlyFloat32ArrayAssignableWithFloat32Array.js7 function add(a: Float32Array, b: Float32Array, c: Float32Array = a) { function
H A DtargetTypeCastTest.js31 var add = function (x, y) { return x + y; }; function
H A DassignToPrototype1.js
H A DdeclarationEmitForModuleImportingModuleAugmentationRetainsImport.js
H A DtypedGenericPrototypeMember.js
/third_party/node/test/message/
H A Dv8_warning.js
/third_party/node/benchmark/fixtures/
H A Dcoverage-many-branches.js34 function add(x, y) { function
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcall-inlined.c3 static inline int add(int a, int b) in add() function
H A Dcse-commutativity.c1 static int add(int a, int b) { return (a + b) == (b + a); } in add() function
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dstring-value.c8 const char *add(void) in add() function
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dinline_base0.c1 static inline int add(int a, int b) in add() function
/third_party/node/lib/internal/cluster/
H A Dshared_handle.js
/third_party/node/test/parallel/
H A Dtest-process-env-allowed-flags.js
/third_party/skia/src/effects/
H A DSkColorMatrixFilter.cpp19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter() argument
/third_party/skia/src/pathops/
H A DSkPathOpsBounds.h25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in add() function
32 void add(const SkPathOpsBounds& toAdd) { in add() function
36 void add(const SkPoint& pt) { in add() function
43 void add(const SkDPoint& pt) { in add() function

Completed in 7 milliseconds

12345678910>>...26