/kernel/linux/linux-5.10/include/linux/ |
H A D | compat.h | 406 const struct kernel_siginfo *from); 408 const struct compat_siginfo __user *from); 410 const kernel_siginfo_t *from); 421 * CONFIG_HARDENED_USERCOPY complaining about copies from task_struct 475 * purposes, for static analysis, and for linking from the syscall table. 476 * These functions should not be called elsewhere from kernel code. 478 * As the syscall calling convention may be different from the default 917 * A pointer passed in from user mode. This should not
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | dmi_scan.c | 817 * DIMM entry information (dmi_memdev_info) from the SMBIOS table 980 * @from: previous device found in search, or %NULL for new search. 985 * A new search is initiated by passing %NULL as the @from argument. 986 * If @from is not %NULL, searches continue from next device. 989 const struct dmi_device *from) in dmi_find_device() 991 const struct list_head *head = from ? &from->list : &dmi_devices; in dmi_find_device() 1040 * from the end. Keep the behavior in the spirit of no in dmi_get_date() 988 dmi_find_device(int type, const char *name, const struct dmi_device *from) dmi_find_device() argument
|
/kernel/linux/linux-6.6/arch/x86/mm/pat/ |
H A D | memtype.c | 8 * Loosely based on earlier PAT patchset from Eric Biederman and Andi Kleen. 804 u64 from = ((u64)pfn) << PAGE_SHIFT; in range_is_allowed() local 805 u64 to = from + size; in range_is_allowed() 806 u64 cursor = from; in range_is_allowed() 958 * from pte and reserve the entire vma range with single reserve_pfn_range call. 970 * starting address and protection from pte. in track_pfn_copy() 995 /* reserve the whole chunk starting from paddr */ in track_pfn_remap() 1056 /* free the chunk starting from pfn or the whole chunk */ in untrack_pfn() 1081 * 2) while duplicating vm area, the new vma fails to copy the pgtable from
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-kcopyd.c | 343 * for this reason we use a mempool to prevent the client from 484 * These three functions process 1 item from the corresponding 752 * from a single thread and don't race with each other. in segment_complete() 778 void dm_kcopyd_copy(struct dm_kcopyd_client *kc, struct dm_io_region *from, in dm_kcopyd_copy() argument 824 if (from) { in dm_kcopyd_copy() 825 job->source = *from; in dm_kcopyd_copy()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_abi.pl | 400 # Remove title markups from the description 465 # Remove title markups from the description, as they won't work 475 # Escape any special chars from description 490 # Escape special chars from content 549 # Exclude /sys/kernel/debug and /sys/kernel/tracing from the search path 1033 - 1: Debug parsing What entries from ABI files; 1034 - 2: Shows what files are opened from ABI files; 1059 Parse the Linux ABI files from ABI DIR (usually located at Documentation/ABI),
|
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A D | mv_64xx.c | 725 int buf_len, int from, void *prd) in mvs_64xx_fix_dma() 731 buf_prd += from; in mvs_64xx_fix_dma() 732 for (i = 0; i < MAX_SG_ENTRY - from; i++) { in mvs_64xx_fix_dma() 724 mvs_64xx_fix_dma(struct mvs_info *mvi, u32 phy_mask, int buf_len, int from, void *prd) mvs_64xx_fix_dma() argument
|
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | KvStoreBackupCallbackJsTest.js | 16 import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'
17 import distributedData from '@ohos.data.distributedKVStore';
18 import abilityFeatureAbility from '@ohos.ability.featureAbility'
|
H A D | KvStoreBackupPromiseJsTest.js | 16 import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'
17 import distributedData from '@ohos.data.distributedKVStore';
18 import abilityFeatureAbility from '@ohos.ability.featureAbility'
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreCustomDir.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium';
16 import data_Rdb from '@ohos.data.relationalStore';
17 import ability_featureAbility from '@ohos.ability.featureAbility'
|
H A D | RelationalStoreJsunit.test.js | 16 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium';
17 import data_Rdb from '@ohos.data.relationalStore';
18 import ability_featureAbility from '@ohos.ability.featureAbility';
|
/third_party/elfutils/libdwfl/ |
H A D | linux-kernel-modules.c | 751 subst_name (char from, char to, in subst_name() argument 756 const char *n = memchr (module_name, from, namelen); in subst_name() 763 while ((p = memchr (n, from, namelen - (n - module_name))) != NULL) in subst_name() 815 name comes from the name embedded in the object's magic in dwfl_linux_kernel_find_elf() 895 We read the information from /sys/module directly. */ in INTDEF() 923 actually absent from memory. */ in INTDEF() 1015 from other whitespace so as to take the optional word following the in INTDEF()
|
/third_party/curl/projects/ |
H A D | generate.bat | 41 rem Check we are running from a curl git repository
398 echo Error: This batch file cannot run from a network drive
403 echo Error: This batch file should only be used from a curl git repository
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itspoof.cpp | 151 // testSkeleton. Spot check a number of confusable skeleton substitutions from the 231 errln("File %s, Line %d, Test case from line %d, status is %s", __FILE__, __LINE__, lineNum, in checkSkeleton() 236 errln("File %s, Line %d, Test case from line %d, Actual and Expected skeletons differ.", in checkSkeleton() 269 // Two acute accents, one from the composed a with acute accent, \u00e1, in testInvisible() 339 // testConfData - Check each data item from the Unicode confusables.txt file, 371 // Parse lines from the confusables.txt file. Example Line: in testConfData() 379 UnicodeString from = parseHex(parseLine.group(1, status)); in testConfData() local 380 if (!Normalizer::isNormalized(from, UNORM_NFD, status)) { in testConfData() 406 uspoof_getSkeletonUnicodeString(sc.getAlias(), skeletonType, from, actual, &status); in testConfData()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
H A D | SpoofCheckerTest.java | 85 * Test build from source rules. 112 // Check that newly built-from-rules SpoofChecker is able to function. in TestOpenFromSourceRules() 118 // The checker we just built from source rules should be equivalent to the in TestOpenFromSourceRules() 119 // default checker created from prebuilt rules baked into the ICU data. in TestOpenFromSourceRules() 121 assertEquals("Checker built from rules equals default", defaultChecker, rsc); in TestOpenFromSourceRules() 122 assertEquals("Checker built from rules has same hash code as default", defaultChecker.hashCode(), rsc.hashCode()); in TestOpenFromSourceRules() 294 /* Remove a character that is in our good Latin test identifier from the allowed chars set. */ in TestAllowedChars() 390 // testSkeleton. Spot check a number of confusable skeleton substitutions from the 550 // Two acute accents, one from the composed a with acute accent, \u00e1, in TestInvisible() 644 // The three supplemental chars in the string are "123" from th in TestBug11635() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
H A D | SpoofCheckerTest.java | 82 * Test build from source rules. 109 // Check that newly built-from-rules SpoofChecker is able to function. in TestOpenFromSourceRules() 115 // The checker we just built from source rules should be equivalent to the in TestOpenFromSourceRules() 116 // default checker created from prebuilt rules baked into the ICU data. in TestOpenFromSourceRules() 118 assertEquals("Checker built from rules equals default", defaultChecker, rsc); in TestOpenFromSourceRules() 119 assertEquals("Checker built from rules has same hash code as default", defaultChecker.hashCode(), rsc.hashCode()); in TestOpenFromSourceRules() 291 /* Remove a character that is in our good Latin test identifier from the allowed chars set. */ in TestAllowedChars() 387 // testSkeleton. Spot check a number of confusable skeleton substitutions from the 547 // Two acute accents, one from the composed a with acute accent, \u00e1, in TestInvisible() 641 // The three supplemental chars in the string are "123" from th in TestBug11635() [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.cpp | 314 static UString GetRelativePath(const UString &to, const UString &from)
in GetRelativePath() argument 318 SplitPathToParts(from, partsFrom);
in GetRelativePath() 334 NName::IsDrivePath(from))
in GetRelativePath()
|
/third_party/node/lib/internal/fs/ |
H A D | promises.js | 441 isArrayBufferView(buf) ? buf : Buffer.from(buf, encoding || 'utf8'); 981 path = Buffer.concat([prefix, Buffer.from('XXXXXX')]); 993 data = Buffer.from(data, options.encoding || 'utf8');
|
/third_party/node/deps/v8/tools/ |
H A D | windbg.js | 45 print(" prints memory chunks from the 'space' owned by the heap in the"); 52 print(" 'address' is from, e.g. !where(0x235cb869f9)"); 54 print(" prints slots from the remembered set in the MemoryChunk. If"); 100 print(" To run any function from this script (live or postmortem):"); 191 // readMemoryValues throws if cannot read from 'address'. 365 // readMemoryValues throws if cannot read from 'address'. 514 // another object, in which case it's time to pop out from the recursion. 630 // new space doesn't use the chunk list from its base class but from 631 // the to/from sem [all...] |
/third_party/node/deps/npm/node_modules/socks/build/client/ |
H A D | socksclient.js | 195 remoteHost = ip_address_1.Address6.fromByteArray(Array.from(buff.readBuffer(16))).canonicalForm(); 229 // check whether unref is available as it differs from browser to NodeJS (#33) 482 // Note: As of Tor v0.3.5.7+, if user/pass auth is an option from the client, by default it will always take priority. 688 host: ip_address_1.Address6.fromByteArray(Array.from(buff.readBuffer(16))).canonicalForm(), 779 host: ip_address_1.Address6.fromByteArray(Array.from(buff.readBuffer(16))).canonicalForm(),
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-armv4.pl | 540 vadd.i64 $a,$Maj @ h+=Maj from the past 584 my ($d0,$d1,$d2) = map("d$_",(24..26)); # temps from NEON_00_15 585 my $e=@_[4]; # $e from NEON_00_15 590 vadd.i64 @_[0],d30 @ h+=Maj from the past 605 vshr.u64 $d0,$e,#@Sigma1[0] @ from NEON_00_15 607 vshr.u64 $d1,$e,#@Sigma1[1] @ from NEON_00_15 609 vshr.u64 $d2,$e,#@Sigma1[2] @ from NEON_00_15 642 vadd.i64 $A,d30 @ h+=Maj from the past
|
/third_party/rust/crates/clap/src/output/ |
H A D | help_template.rs | 365 let default_help_heading = Str::from("Commands"); 523 // Since we're writing spaces from the tab point we first need to know if we in align_to_about() 746 Cow::from(format!("{pvs:?}")) in spec_vals() 1040 let help = String::from("foo bar baz"); in wrap_help_last_word()
|
/third_party/rust/crates/either/src/ |
H A D | lib.rs | 118 $crate::Right(err) => return $crate::Right(::core::convert::From::from(err)), 128 $crate::Left(err) => return $crate::Left(::core::convert::From::from(err)), 264 // guaranteed to be pinned, as they come from `self` which is pinned. in as_pin_ref() 278 // to be pinned, as they come from `self` which is pinned, and we never in as_pin_mut() 519 /// Returns left value or computes it from a closure 588 /// Returns right value or computes it from a closure 753 /// Factors out `None` from an `Either` of [`Option`]. 774 /// Factors out a homogenous type from an `Either` of [`Result`]. 797 /// Factors out a homogenous type from an `Either` of [`Result`]. 820 /// Factor out a homogeneous type from a 901 fn from(r: Result<R, L>) -> Self { from() functions [all...] |
/third_party/rust/crates/glob/src/ |
H A D | lib.rs | 85 /// An iterator that yields `Path`s from the filesystem that match a particular 90 /// thereby preventing its contents from being checked for matches, a 135 /// // thereby preventing its contents from matching 236 let scope = root.map_or_else(|| PathBuf::from("."), to_scope); in glob_with() 854 PathBuf::from(s) in fill_todo() 867 PathBuf::from(e.path().file_name().unwrap()) in fill_todo()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureFilterMinmaxTests.cpp | 88 void TextureFilterMinmaxUtils::SupportedTextureType::replaceAll(std::string& str, const std::string& from, in replaceAll() argument 92 while ((start = str.find(from, start)) != std::string::npos) in replaceAll() 94 str.replace(start, from.length(), to); in replaceAll()
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-armv4.pl | 540 vadd.i64 $a,$Maj @ h+=Maj from the past 584 my ($d0,$d1,$d2) = map("d$_",(24..26)); # temps from NEON_00_15 585 my $e=@_[4]; # $e from NEON_00_15 590 vadd.i64 @_[0],d30 @ h+=Maj from the past 605 vshr.u64 $d0,$e,#@Sigma1[0] @ from NEON_00_15 607 vshr.u64 $d1,$e,#@Sigma1[1] @ from NEON_00_15 609 vshr.u64 $d2,$e,#@Sigma1[2] @ from NEON_00_15 642 vadd.i64 $A,d30 @ h+=Maj from the past
|