| /third_party/node/deps/npm/node_modules/pseudomap/test/ |
| D | basic.js | 40 m.set(akey, { some: 'data' }) property 41 m.set(bkey, { some: 'other data' }) property 42 t.same(m.get(akey), { some: 'data' }) property 43 t.same(m.get(bkey), { some: 'other data' }) property 71 { value: { some: 'data' }, key: {} }, property 72 { value: { some: 'other data' }, key: {} }, property
|
| /third_party/node/deps/npm/node_modules/bluebird/js/release/ |
| D | some.js | 128 function some(promises, howMany) { function 139 Promise.some = function (promises, howMany) { function 143 Promise.prototype.some = function (howMany) { method in Promise
|
| /third_party/jerryscript/tests/jerry/ |
| D | array-prototype-some.js | 40 var obj = { some : Array.prototype.some }; property 52 var obj = { some : Array.prototype.some, length : 1}; property
|
| D | regression-test-issue-786.js | 38 try { Array.prototype.some(Date.prototype.getDay) } catch (err) { } method in Array
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource4.ts | 29 some(fn: (k: string, v, c) => boolean, context): boolean; method 88 public some(fn: (k: string, v, c) => boolean, context) { method in StringHashTable 154 public some(fn: (k: string, v, c) => boolean, context) { method in DualStringHashTable
|
| /third_party/skia/src/utils/mac/ |
| D | SkCTFont.h | 24 some, // SmoothFonts produces some effect, but not subpixel coverage. enumerator
|
| /third_party/rust/crates/rust-std-candidates/triable/ |
| D | lib.rs | 134 fn some() -> Option<i32> { in option() function 160 fn some() -> Option<i32> { in result_to_option() function 231 fn some() -> Option<()> { in bool_to_option() function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | unaryPlus.ts | 4 enum E { some, thing }; enumerator
|
| D | underscoreTest1.ts | 105 some(iterator?: Iterator_<T, boolean>, context?: any): boolean; method 188 some(iterator?: Iterator_<T, boolean>, context?: any): boolean; method 264 some(iterator?: Iterator_<T, boolean>, context?: any): ChainedObject<boolean>; method 355 some(iterator?: Iterator_<T, boolean>, context?: any): ChainedObject<boolean>; method 455 some<T>(list: T[], iterator?: Iterator_<T, boolean>, context?: any): boolean; method 456 some<T>(list: Dictionary<T>, iterator?: Iterator_<T, boolean>, context?: any): boolean; method
|
| D | complexRecursiveCollections.ts | 507 some(predicate: (value: V, key: K, iter: this) => boolean, context?: any): boolean; method
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | typeGuardsAsAssertions.ts | 10 export interface Some<a> { readonly some: a; } property
|
| /third_party/node/deps/npm/node_modules/JSONStream/test/fixtures/ |
| D | depth.json | 7 "some": "property" string
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeGuardsAsAssertions.js | 140 function someFrom(some) { argument
|
| D | parserRealSource4.js | 369 StringHashTable.prototype.some = function (fn, context) { method in StringHashTable 428 DualStringHashTable.prototype.some = function (fn, context) { method in DualStringHashTable
|
| /third_party/node/benchmark/url/ |
| D | whatwg-url-idna.js | 14 some: { property
|
| /third_party/node/deps/npm/node_modules/request/lib/ |
| D | har.js | 63 function some (arr) { function
|
| /third_party/typescript/src/lib/ |
| D | es2020.bigint.d.ts | 335 …some(predicate: (value: bigint, index: number, array: BigInt64Array) => boolean, thisArg?: any): b… method 607 …some(predicate: (value: bigint, index: number, array: BigUint64Array) => boolean, thisArg?: any): … method
|
| D | es5.d.ts | 1138 …some(predicate: (value: T, index: number, array: readonly T[]) => unknown, thisArg?: any): boolean; method 1329 some(predicate: (value: T, index: number, array: T[]) => unknown, thisArg?: any): boolean; method 1943 …some(predicate: (value: number, index: number, array: Int8Array) => unknown, thisArg?: any): boole… method 2225 …some(predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any): bool… method 2507 …some(predicate: (value: number, index: number, array: Uint8ClampedArray) => unknown, thisArg?: any… method 2787 …some(predicate: (value: number, index: number, array: Int16Array) => unknown, thisArg?: any): bool… method 3070 …some(predicate: (value: number, index: number, array: Uint16Array) => unknown, thisArg?: any): boo… method 3352 …some(predicate: (value: number, index: number, array: Int32Array) => unknown, thisArg?: any): bool… method 3633 …some(predicate: (value: number, index: number, array: Uint32Array) => unknown, thisArg?: any): boo… method 3915 …some(predicate: (value: number, index: number, array: Float32Array) => unknown, thisArg?: any): bo… method [all …]
|
| /third_party/typescript/lib/ |
| D | lib.es2020.bigint.d.ts | 355 …some(predicate: (value: bigint, index: number, array: BigInt64Array) => boolean, thisArg?: any): b… method 627 …some(predicate: (value: bigint, index: number, array: BigUint64Array) => boolean, thisArg?: any): … method
|
| D | lib.es5.d.ts | 1158 …some(predicate: (value: T, index: number, array: readonly T[]) => unknown, thisArg?: any): boolean; method 1349 some(predicate: (value: T, index: number, array: T[]) => unknown, thisArg?: any): boolean; method 1963 …some(predicate: (value: number, index: number, array: Int8Array) => unknown, thisArg?: any): boole… method 2245 …some(predicate: (value: number, index: number, array: Uint8Array) => unknown, thisArg?: any): bool… method 2527 …some(predicate: (value: number, index: number, array: Uint8ClampedArray) => unknown, thisArg?: any… method 2807 …some(predicate: (value: number, index: number, array: Int16Array) => unknown, thisArg?: any): bool… method 3090 …some(predicate: (value: number, index: number, array: Uint16Array) => unknown, thisArg?: any): boo… method 3372 …some(predicate: (value: number, index: number, array: Int32Array) => unknown, thisArg?: any): bool… method 3653 …some(predicate: (value: number, index: number, array: Uint32Array) => unknown, thisArg?: any): boo… method 3935 …some(predicate: (value: number, index: number, array: Float32Array) => unknown, thisArg?: any): bo… method [all …]
|
| /third_party/rust/crates/clap/src/ |
| D | macros.rs | 667 macro_rules! some { macro
|
| /third_party/typescript/tests/cases/conformance/decorators/ |
| D | 1.0lib-noErrors.ts | 818 …some(callbackfn: (value: string, index: number, array: string[]) => boolean, thisArg?: any): boole… method 1079 some(callbackfn: (value: T, index: number, array: T[]) => boolean, thisArg?: any): boolean; method
|
| /third_party/rust/crates/tracing/tracing-subscriber/src/fmt/ |
| D | writer.rs | 896 pub fn some(t: T) -> Self { in some() method 1342 let some = MockMakeWriter::new(some_buf.clone()); in combinators_or_else() localVariable
|
| /third_party/typescript/src/compiler/ |
| D | core.ts | 695 export function some<T>(array: readonly T[] | undefined): array is readonly T[]; function
|
| /third_party/cef/tests/ceftests/ |
| D | message_router_unittest.cc | 1768 bool some, in MakeTestQueries() 2694 MultiQueryMultiLoadTestHandler(bool some, bool synchronous) in MultiQueryMultiLoadTestHandler()
|