/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/rc4/ |
D | rc4-x86_64.asm | 88 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/ |
D | rc4-x86_64.asm | 88 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/ |
D | typedGenericPrototypeMember.js | 3 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
|
D | functionSubtypingOfVarArgs2.js | 11 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
|
D | functionSubtypingOfVarArgs.js | 11 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
|
D | targetTypeTest1.js | 32 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
|
D | assignToPrototype1.js | 6 Point.prototype.add = function(dx, dy) { method in Point 10 Point.prototype.add = function (dx, dy) { method in Point
|
/third_party/skia/src/pathops/ |
D | SkPathOpsBounds.h | 25 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/ |
D | coap_utlist_internal.h | 314 #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/ |
D | test-crypto-prime.js | 62 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/ |
D | rc4-586.asm | 252 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/ |
D | rc4-586.asm | 252 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/ |
D | regexp-macro-assembler-arm.cc | 137 __ 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/ |
D | LocalePriorityList.java | 88 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/ |
D | LocalePriorityList.java | 88 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/ |
D | functionSubtypingOfVarArgs2.ts | 4 add(listener: (...args: any[]) => void): void { method in EventBase 10 add(listener: (items: string, moreitems: number) => void ) { method in StringEvent
|
D | functionSubtypingOfVarArgs.ts | 4 add(listener: (...args: any[]) => void): void { method in EventBase 10 add(listener: (items: string) => void ) { // valid, items is subtype of args method in StringEvent
|
D | lambdaArgCrash.ts | 14 add(listener: () => any): void { method in Event 28 add(listener: (items: ItemSet) => void ) { method in ItemSetEvent
|
/third_party/node/test/fixtures/debugger/cjs/ |
D | other.js | 1 exports.add = function add(a, b) { function
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | me_cmp_neon.S | 169 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/ |
D | parserRealSource4.ts | 25 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/ |
D | property_member_declarations_2.ts | 32 public add(): number { method in myClass 36 static add(): number { method in myClass
|
/third_party/node/deps/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 125 __ 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/ |
D | signal-manager.js | 34 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/ |
D | member_function_declarations_4.ts | 27 public add() { method in MyClass 35 public add() { method in MyClass2
|