/kernel/linux/linux-6.6/scripts/ |
H A D | get_abi.pl | 1003 B<undefined> - existing symbols at the system that aren't
|
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 1655 @echo ' kselftest to existing .config.' 1999 # read saved command lines for existing targets 2000 existing-targets := $(wildcard $(sort $(targets))) 2002 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
/kernel/linux/linux-5.10/ |
H A D | Makefile | 1635 @echo ' kselftest to existing .config.' 1982 # read saved command lines for existing targets 1983 existing-targets := $(wildcard $(sort $(targets))) 1985 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
/kernel/linux/linux-6.6/ |
H A D | Makefile | 1602 @echo ' kselftest to existing .config.' 2041 # read saved command lines for existing targets 2042 existing-targets := $(wildcard $(sort $(targets))) 2044 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 870 the "create_bundle" target. It is still supported to avoid breaking existing 887 the "create_bundle" target. It is still supported to avoid breaking existing 904 the "create_bundle" target. It is still supported to avoid breaking existing 923 the "create_bundle" target. It is still supported to avoid breaking existing
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 962 let existing = mem::replace(&mut self.items[id.0], Some(item)); in with_loaned_item() 963 assert!(existing.is_none()); in with_loaned_item()
|
/third_party/python/Lib/test/ |
H A D | test_sys_settrace.py | 1769 existing = sys.gettrace() 1778 sys.settrace(existing)
|
H A D | test_logging.py | 556 for existing in (True, False): 559 if not existing: 562 if existing: 578 if existing: 678 # The implementation relies on os.register_at_fork existing, but we test 679 # based on os.fork existing because that is what users and this test use. 804 # test that setting to existing value returns None 2637 # config8a disables existing loggers 4122 # Non-existing default is ignored 4123 f = logging.Formatter(fmt, style=style, defaults={'Non-existing' [all...] |
/third_party/openGLES/xml/ |
H A D | readme.tex | 885 to adding attributes to existing tags. The XML databases such as 959 no definition exists. This is because the existing \tag{group} mechanism 974 exists. This is because the existing \tag{group} mechanism can only
|
/third_party/typescript/lib/ |
H A D | tsc.js | 2319 var existing = enumMemberCache.get(enumObject); 2320 if (existing) { 2321 return existing; 3958 var existing = cache.get(path); 3959 if (existing) { 3960 existing.callbacks.push(callback); 4079 var existing = invokeMap.get(rootDirName); 4080 if (existing) { 4081 (_a = existing).push.apply(_a, fileNames); 4110 var existing [all...] |
H A D | typingsInstaller.js | 266 * if there is more than 1 value in `input`. Otherwise, returns the existing array. 2732 var existing = enumMemberCache.get(enumObject); 2733 if (existing) { 2734 return existing; 6449 var existing = cache.get(path); 6450 if (existing) { 6451 existing.callbacks.push(callback); 6544 // Iterate through existing children and update the watches if needed 6593 var existing = invokeMap.get(rootDirName); 6594 if (existing) { [all...] |
H A D | tsserverlibrary.js | 285 * if there is more than 1 value in `input`. Otherwise, returns the existing array. 2751 var existing = enumMemberCache.get(enumObject); 2752 if (existing) { 2753 return existing; 6468 var existing = cache.get(path); 6469 if (existing) { 6470 existing.callbacks.push(callback); 6563 // Iterate through existing children and update the watches if needed 6612 var existing = invokeMap.get(rootDirName); 6613 if (existing) { [all...] |
H A D | tsserver.js | 286 * if there is more than 1 value in `input`. Otherwise, returns the existing array. 2752 var existing = enumMemberCache.get(enumObject); 2753 if (existing) { 2754 return existing; 6469 var existing = cache.get(path); 6470 if (existing) { 6471 existing.callbacks.push(callback); 6564 // Iterate through existing children and update the watches if needed 6613 var existing = invokeMap.get(rootDirName); 6614 if (existing) { [all...] |
H A D | typescript.js | 276 * if there is more than 1 value in `input`. Otherwise, returns the existing array. 2742 var existing = enumMemberCache.get(enumObject); 2743 if (existing) { 2744 return existing; 6459 var existing = cache.get(path); 6460 if (existing) { 6461 existing.callbacks.push(callback); 6554 // Iterate through existing children and update the watches if needed 6603 var existing = invokeMap.get(rootDirName); 6604 if (existing) { [all...] |
H A D | typescriptServices.js | 276 * if there is more than 1 value in `input`. Otherwise, returns the existing array. 2742 var existing = enumMemberCache.get(enumObject); 2743 if (existing) { 2744 return existing; 6459 var existing = cache.get(path); 6460 if (existing) { 6461 existing.callbacks.push(callback); 6554 // Iterate through existing children and update the watches if needed 6603 var existing = invokeMap.get(rootDirName); 6604 if (existing) { [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-log.c | 338 * If the key is already in the destination tree the existing item is 339 * overwritten. If the existing item isn't big enough, it is extended. 464 /* make sure any existing item is the correct size */ in overwrite_item() 479 /* don't overwrite an existing inode if the generation number in overwrite_item() 570 * The extent is inserted into the file, dropping any existing extents 632 struct btrfs_file_extent_item *existing; in replay_one_extent() local 636 existing = btrfs_item_ptr(leaf, path->slots[0], in replay_one_extent() 641 read_extent_buffer(leaf, &cmp2, (unsigned long)existing, in replay_one_extent() 752 * Now delete all existing cums in the csum root that in replay_one_extent() 786 * extent item, if we do not delete existing csu in replay_one_extent() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-log.c | 370 * If the key is already in the destination tree the existing item is 371 * overwritten. If the existing item isn't big enough, it is extended. 501 /* make sure any existing item is the correct size */ in overwrite_item() 516 /* don't overwrite an existing inode if the generation number in overwrite_item() 621 * The extent is inserted into the file, dropping any existing extents 684 struct btrfs_file_extent_item *existing; in replay_one_extent() local 688 existing = btrfs_item_ptr(leaf, path->slots[0], in replay_one_extent() 693 read_extent_buffer(leaf, &cmp2, (unsigned long)existing, in replay_one_extent() 806 * Now delete all existing cums in the csum root that in replay_one_extent() 840 * extent item, if we do not delete existing csu in replay_one_extent() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.cc | 1275 auto existing = feedback_for_function_.find(func); in EnqueueCallees() local 1276 if (existing != feedback_for_function_.end() && in EnqueueCallees() 1277 existing->second.feedback_vector.size() > 0) { in EnqueueCallees()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.cc | 268 auto existing = entries_.find(data); in AddSharedEntry() local 269 if (existing == entries_.end()) { in AddSharedEntry() 275 DCHECK_GT(offset + kMoveImm64Offset, existing->second); in AddSharedEntry()
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memcpy.S | 436 ! Gives existing cache lines time to be moved out of L1/L2/L3 cache.
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memcpy.S | 436 ! Gives existing cache lines time to be moved out of L1/L2/L3 cache.
|
/third_party/curl/tests/ |
H A D | runtests.pl | 2387 -vc path use this curl only to verify the existing servers 2583 print STDERR "WARNING! Non-existing test $n in $file!\n"; 2633 print "No existing test cases were specified\n";
|
/third_party/skia/src/pathops/ |
H A D | SkOpSegment.cpp | 197 const SkOpPtT* SkOpSegment::existing(double t, const SkOpSegment* opp) const { in existing() function in SkOpSegment
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 1791 # into %disabled_info, so any existing path gets added to a corresponding 2965 # Helper function to implement adding values to already existing configuration 3059 shadow pre-existing config targets with the same name: 3399 # existing directory. On VMS, the last component of the directory spec must
|