Home
last modified time | relevance | path

Searched defs:add (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/rc4/
Drc4-x86_64.asm88 add dl,al define
96 add dl,bl define
104 add dl,al define
112 add dl,bl define
120 add dl,al define
128 add dl,bl define
136 add dl,al define
145 add dl,bl define
397 add dl,al define
411 add dl,bl define
[all …]
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/crypto/rc4/
Drc4-x86_64.asm88 add dl,al define
96 add dl,bl define
104 add dl,al define
112 add dl,bl define
120 add dl,al define
128 add dl,bl define
136 add dl,al define
145 add dl,bl define
397 add dl,al define
411 add dl,bl define
[all …]
/third_party/typescript/tests/baselines/reference/
DtypedGenericPrototypeMember.js3 add(item: T) { } method in List
6 List.prototype.add("abc"); // Valid because T is instantiated to any method in List
13 List.prototype.add = function (item) { }; method in List
16 List.prototype.add("abc"); // Valid because T is instantiated to any method in List
DfunctionSubtypingOfVarArgs2.js11 add(listener: (items: string, moreitems: number) => void ) { method in StringEvent
37 EventBase.prototype.add = function (listener) { method in EventBase
47 StringEvent.prototype.add = function (listener) { method in StringEvent
48 _super.prototype.add.call(this, listener); method in _super
DfunctionSubtypingOfVarArgs.js11 add(listener: (items: string) => void ) { // valid, items is subtype of args method in StringEvent
37 EventBase.prototype.add = function (listener) { method in EventBase
47 StringEvent.prototype.add = function (listener) { method in StringEvent
48 _super.prototype.add.call(this, listener); method in _super
DtargetTypeTest1.js32 Point.prototype.add = function(dx, dy) { method in Point
44 add: function(dx, dy) { method in Point
90 Point.prototype.add = function (dx, dy) { method in Point
100 add: function (dx, dy) { method in Point
DassignToPrototype1.js6 Point.prototype.add = function(dx, dy) { method in Point
10 Point.prototype.add = function (dx, dy) { method in Point
/third_party/skia/src/pathops/
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
/third_party/libcoap/include/coap3/
Dcoap_utlist_internal.h314 #define LL_PREPEND(head,add) \ argument
317 #define LL_PREPEND2(head,add,next) \ argument
338 #define LL_APPEND(head,add) \ argument
341 #define LL_APPEND2(head,add,next) \ argument
354 #define LL_INSERT_INORDER(head,add,cmp) \ argument
357 #define LL_INSERT_INORDER2(head,add,cmp,next) \ argument
445 #define LL_REPLACE_ELEM2(head, el, add, next) \ argument
465 #define LL_REPLACE_ELEM(head, el, add) \ argument
468 #define LL_PREPEND_ELEM2(head, el, add, next) \ argument
491 #define LL_PREPEND_ELEM(head, el, add) \ argument
[all …]
/third_party/node/test/parallel/
Dtest-crypto-prime.js62 assert.throws(() => generatePrime(8, { add: i }, common.mustNotCall()), { property
71 assert.throws(() => generatePrimeSync(8, { add: i }), { property
79 assert.throws(() => generatePrime(20, { add: -1n }, common.mustNotCall()), { property
132 const add = 12; constant
138 { add: add_buf, rem: rem_buf }, property
147 const prime = generatePrimeSync(32, { add: add_buf, rem: rem_buf }); property
155 const prime = generatePrimeSync(32, { add: BigInt(add), rem: BigInt(rem) }); property
169 add: 5n property
178 add: 5n property
191 generatePrimeSync(64, { add }); field
[all …]
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/rc4/
Drc4-586.asm252 add dl,cl define
300 add dl,BYTE [ebp*1+esi] define
301 add dl,al define
323 add dl,BYTE [ebp*1+esi] define
324 add dl,al define
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/crypto/rc4/
Drc4-586.asm252 add dl,cl define
300 add dl,BYTE [ebp*1+esi] define
301 add dl,al define
323 add dl,BYTE [ebp*1+esi] define
324 add dl,al define
/third_party/node/deps/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc137 __ add(current_input_offset(), in AdvanceCurrentPosition() local
148 __ add(r0, r0, Operand(by)); in AdvanceRegister() local
159 __ add(r0, r0, Operand(1)); in Backtrack() local
176 __ add(pc, r0, Operand(code_pointer())); in Backtrack() local
198 __ add(r0, current_input_offset(), in CheckAtStart() local
207 __ add(r0, current_input_offset(), in CheckNotAtStart() local
222 __ add(backtrack_stackpointer(), in CheckGreedyLoop() local
242 __ add(r3, r3, r1); in CheckNotBackReferenceIgnoreCase() local
257 __ add(r0, r0, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local
258 __ add(r2, end_of_input_address(), current_input_offset()); in CheckNotBackReferenceIgnoreCase() local
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocalePriorityList.java88 public static Builder add(ULocale... locales) { in add() method in LocalePriorityList
102 public static Builder add(ULocale locale, final double weight) { in add() method in LocalePriorityList
113 public static Builder add(LocalePriorityList list) { in add() method in LocalePriorityList
124 public static Builder add(String acceptLanguageString) { in add() method in LocalePriorityList
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocalePriorityList.java88 public static Builder add(ULocale... locales) { in add() method in LocalePriorityList
101 public static Builder add(ULocale locale, final double weight) { in add() method in LocalePriorityList
111 public static Builder add(LocalePriorityList list) { in add() method in LocalePriorityList
121 public static Builder add(String acceptLanguageString) { in add() method in LocalePriorityList
/third_party/typescript/tests/cases/compiler/
DfunctionSubtypingOfVarArgs2.ts4 add(listener: (...args: any[]) => void): void { method in EventBase
10 add(listener: (items: string, moreitems: number) => void ) { method in StringEvent
DfunctionSubtypingOfVarArgs.ts4 add(listener: (...args: any[]) => void): void { method in EventBase
10 add(listener: (items: string) => void ) { // valid, items is subtype of args method in StringEvent
DlambdaArgCrash.ts14 add(listener: () => any): void { method in Event
28 add(listener: (items: ItemSet) => void ) { method in ItemSetEvent
/third_party/node/test/fixtures/debugger/cjs/
Dother.js1 exports.add = function add(a, b) { function
/third_party/ffmpeg/libavcodec/aarch64/
Dme_cmp_neon.S169 add d0, d0, d4 // add the value to the top level accumulator define
200 add d0, d0, d6 // add to the final result define
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource4.ts25 add(key: string, data): boolean; method
48 public add(key: string, data): boolean { method in StringHashTable
127 public add(key: string, data): boolean { method in DualStringHashTable
204 public add(key, data): boolean { method in HashTable
282 public add(key, data): boolean { method in SimpleHashTable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/property_member_declarations/
Dproperty_member_declarations_2.ts32 public add(): number { method in myClass
36 static add(): number { method in myClass
/third_party/node/deps/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc125 __ add(edi, Immediate(by * char_size())); in AdvanceCurrentPosition() local
134 __ add(register_location(reg), Immediate(by)); in AdvanceRegister() local
159 __ add(ebx, Immediate(masm_->CodeObject())); in Backtrack() local
203 __ add(backtrack_stackpointer(), Immediate(kSystemPointerSize)); // Pop. in CheckGreedyLoop() local
235 __ add(eax, ebx); in CheckNotBackReferenceIgnoreCase() local
240 __ add(eax, ebx); in CheckNotBackReferenceIgnoreCase() local
253 __ add(edx, esi); // Start of capture in CheckNotBackReferenceIgnoreCase() local
254 __ add(edi, esi); // Start of text to match against capture. in CheckNotBackReferenceIgnoreCase() local
258 __ add(ebx, edi); // End of text to match against capture. in CheckNotBackReferenceIgnoreCase() local
288 __ add(edx, Immediate(1)); in CheckNotBackReferenceIgnoreCase() local
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/
Dsignal-manager.js34 const add = proc => { function
47 add, property
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/property_member_declarations/member_function_declarations/
Dmember_function_declarations_4.ts27 public add() { method in MyClass
35 public add() { method in MyClass2

12345678910>>...35