Home
last modified time | relevance | path

Searched refs:keyPath (Results 1 – 25 of 33) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DcomplexRecursiveCollections.ts70 setIn(keyPath: Iterable<any>, value: any): this;
71 deleteIn(keyPath: Iterable<any>): this;
72 removeIn(keyPath: Iterable<any>): this;
73 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this;
74 updateIn(keyPath: Iterable<any>, updater: (value: any) => any): this;
75 mergeIn(keyPath: Iterable<any>, ...collections: Array<any>): this;
76 mergeDeepIn(keyPath: Iterable<any>, ...collections: Array<any>): this;
113 setIn(keyPath: Iterable<any>, value: any): this;
114 deleteIn(keyPath: Iterable<any>): this;
115 removeIn(keyPath: Iterable<any>): this;
[all …]
/third_party/typescript/tests/baselines/reference/
DcomplexRecursiveCollections.js70 setIn(keyPath: Iterable<any>, value: any): this;
71 deleteIn(keyPath: Iterable<any>): this;
72 removeIn(keyPath: Iterable<any>): this;
73 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this;
74 updateIn(keyPath: Iterable<any>, updater: (value: any) => any): this;
75 mergeIn(keyPath: Iterable<any>, ...collections: Array<any>): this;
76 mergeDeepIn(keyPath: Iterable<any>, ...collections: Array<any>): this;
113 setIn(keyPath: Iterable<any>, value: any): this;
114 deleteIn(keyPath: Iterable<any>): this;
115 removeIn(keyPath: Iterable<any>): this;
[all …]
DcomplexRecursiveCollections.types257 setIn(keyPath: Iterable<any>, value: any): this;
258 >setIn : (keyPath: Iterable<any>, value: any) => this
259 >keyPath : Iterable<any>
262 deleteIn(keyPath: Iterable<any>): this;
263 >deleteIn : (keyPath: Iterable<any>) => this
264 >keyPath : Iterable<any>
266 removeIn(keyPath: Iterable<any>): this;
267 >removeIn : (keyPath: Iterable<any>) => this
268 >keyPath : Iterable<any>
270 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this;
[all …]
DcomplexRecursiveCollections.errors.txt82 setIn(keyPath: Iterable<any>, value: any): this;
83 deleteIn(keyPath: Iterable<any>): this;
84 removeIn(keyPath: Iterable<any>): this;
85 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this;
86 updateIn(keyPath: Iterable<any>, updater: (value: any) => any): this;
87 mergeIn(keyPath: Iterable<any>, ...collections: Array<any>): this;
88 mergeDeepIn(keyPath: Iterable<any>, ...collections: Array<any>): this;
125 setIn(keyPath: Iterable<any>, value: any): this;
126 deleteIn(keyPath: Iterable<any>): this;
127 removeIn(keyPath: Iterable<any>): this;
[all …]
DcomplexRecursiveCollections.symbols435 setIn(keyPath: Iterable<any>, value: any): this;
437 >keyPath : Symbol(keyPath, Decl(immutable.ts, 45, 10))
441 deleteIn(keyPath: Iterable<any>): this;
443 >keyPath : Symbol(keyPath, Decl(immutable.ts, 46, 13))
446 removeIn(keyPath: Iterable<any>): this;
448 >keyPath : Symbol(keyPath, Decl(immutable.ts, 47, 13))
451 updateIn(keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): this;
453 >keyPath : Symbol(keyPath, Decl(immutable.ts, 48, 13))
459 updateIn(keyPath: Iterable<any>, updater: (value: any) => any): this;
461 >keyPath : Symbol(keyPath, Decl(immutable.ts, 49, 13))
[all …]
/third_party/node/test/sequential/
Dtest-tls-securepair-client.js60 function test(keyPath, certPath, check, next) { argument
61 const key = fixtures.readSync(keyPath).toString();
67 '-key', fixtures.path(keyPath)]);
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dbuild_fuchsia_test.dart184 String buildPath, String keyPath, String manifestPath) async {
186 !fs.file(keyPath).existsSync() ||
196 String buildPath, String keyPath, String manifestPath) async {
198 !fs.file(keyPath).existsSync() ||
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dfuchsia_pm.dart62 String buildPath, String keyPath, String manifestPath) {
67 keyPath,
81 Future<bool> archive(String buildPath, String keyPath, String manifestPath) {
86 keyPath,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceBundle.java1492 String keyPath = null;
1511 keyPath = rpath.substring(j + 1, rpath.length());
1529 keyPath = rpath.substring(i + 1);
1539keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length());
1546 sub = ICUResourceBundle.findResourceWithFallback(keyPath, bundle, null);
1551 if (keyPath != null) {
1552 numKeys = countPathKeys(keyPath);
1555 getResPathKeys(keyPath, numKeys, keys, 0);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java1485 String keyPath = null;
1504 keyPath = rpath.substring(j + 1, rpath.length());
1522 keyPath = rpath.substring(i + 1);
1532keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length());
1539 sub = ICUResourceBundle.findResourceWithFallback(keyPath, bundle, null);
1544 if (keyPath != null) {
1545 numKeys = countPathKeys(keyPath);
1548 getResPathKeys(keyPath, numKeys, keys, 0);
/third_party/flutter/engine/flutter/testing/scenario_app/ios/Scenarios/ScenariosTests/
DFlutterEngineTest.m17 [self keyValueObservingExpectationForObject:engine keyPath:@"isolateId" handler:nil];
DFlutterViewControllerTest.m40 keyPath:@"displayingFlutterUI"
/third_party/skia/third_party/externals/icu/source/common/
Duresbund.cpp982 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; in init_resb_result() local
1034 keyPath = locale; in init_resb_result()
1041 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1042 if(keyPath) { in init_resb_result()
1043 *keyPath = 0; in init_resb_result()
1044 keyPath++; in init_resb_result()
1050 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1051 if(keyPath) { in init_resb_result()
1052 *keyPath = 0; in init_resb_result()
1053 keyPath++; in init_resb_result()
[all …]
Dusprep.cpp353 LocalMemory<char> keyPath; in usprep_getProfile() local
357 keyPath.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(path)+1)) == NULL) in usprep_getProfile()
376 key->path = keyPath.orphan(); in usprep_getProfile()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duresbund.cpp964 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; in init_resb_result() local
1016 keyPath = locale; in init_resb_result()
1023 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1024 if(keyPath) { in init_resb_result()
1025 *keyPath = 0; in init_resb_result()
1026 keyPath++; in init_resb_result()
1032 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1033 if(keyPath) { in init_resb_result()
1034 *keyPath = 0; in init_resb_result()
1035 keyPath++; in init_resb_result()
[all …]
Dusprep.cpp354 LocalMemory<char> keyPath; in usprep_getProfile() local
358 keyPath.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(path)+1)) == NULL) in usprep_getProfile()
377 key->path = keyPath.orphan(); in usprep_getProfile()
/third_party/icu/icu4c/source/common/
Duresbund.cpp982 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; in init_resb_result() local
1034 keyPath = locale; in init_resb_result()
1041 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1042 if(keyPath) { in init_resb_result()
1043 *keyPath = 0; in init_resb_result()
1044 keyPath++; in init_resb_result()
1050 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1051 if(keyPath) { in init_resb_result()
1052 *keyPath = 0; in init_resb_result()
1053 keyPath++; in init_resb_result()
[all …]
Dusprep.cpp353 LocalMemory<char> keyPath; in usprep_getProfile() local
357 keyPath.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(path)+1)) == NULL) in usprep_getProfile()
376 key->path = keyPath.orphan(); in usprep_getProfile()
/third_party/node/deps/icu-small/source/common/
Dusprep.cpp353 LocalMemory<char> keyPath; in usprep_getProfile() local
357 keyPath.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(path)+1)) == NULL) in usprep_getProfile()
376 key->path = keyPath.orphan(); in usprep_getProfile()
Duresbund.cpp1021 const char *path = nullptr, *locale = nullptr, *keyPath = nullptr; in getAliasTargetAsResourceBundle() local
1038 keyPath = sep; in getAliasTargetAsResourceBundle()
1054 keyPath = sep; in getAliasTargetAsResourceBundle()
1065 keyPath = sep; in getAliasTargetAsResourceBundle()
1090 if(keyPath == nullptr) { in getAliasTargetAsResourceBundle()
1142 CharString pathBuf(keyPath, *status); in getAliasTargetAsResourceBundle()
1169 if (temp == nullptr || uprv_strcmp(keyPath, temp) != 0) { in getAliasTargetAsResourceBundle()
1176 ures_appendResPath(resB, keyPath, (int32_t)uprv_strlen(keyPath), status); in getAliasTargetAsResourceBundle()
1199 uprv_strcpy(myPath, keyPath); in getAliasTargetAsResourceBundle()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/fuchsia/
Dfuchsia_device_test.dart916 String buildPath, String keyPath, String manifestPath) async {
918 !fs.file(keyPath).existsSync() ||
928 String buildPath, String keyPath, String manifestPath) async {
930 !fs.file(keyPath).existsSync() ||
981 String buildPath, String keyPath, String manifestPath) async {
987 String buildPath, String keyPath, String manifestPath) async {
/third_party/ffmpeg/libavdevice/
Davfoundation.m176 NSString *keyPath = NSStringFromSelector(@selector(transportControlsPlaybackMode));
180 forKeyPath: keyPath
193 NSString *keyPath = NSStringFromSelector(@selector(transportControlsPlaybackMode));
194 [_context->observed_device removeObserver: self forKeyPath: keyPath];
200 - (void)observeValueForKeyPath:(NSString *)keyPath
217 [super observeValueForKeyPath: keyPath
/third_party/grpc/src/objective-c/tests/UnitTests/
DGRPCClientTests.m59 - (void)observeValueForKeyPath:(NSString *)keyPath
83 - (void)observeValueForKeyPath:(NSString *)keyPath
87 _callback(keyPath, object, change);
88 [object removeObserver:self forKeyPath:keyPath];
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts86 …createIndex(name: string, keyPath: string | Iterable<string>, options?: IDBIndexParameters): IDBIn…
/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts66 …createIndex(name: string, keyPath: string | Iterable<string>, options?: IDBIndexParameters): IDBIn…

12