/third_party/typescript/tests/baselines/reference/ |
H A D | umd-augmentation-1.js | 22 import * as Math2d from 'math2d'; 33 import * as m from 'math2d';
|
H A D | umd-augmentation-3.js | 28 import * as Math2d from 'math2d'; 39 import * as m from 'math2d';
|
/third_party/protobuf/src/google/protobuf/ |
H A D | reflection_ops.h | 16 // contributors may be used to endorse or promote products derived from 36 // from protocol-compiler-generated code, which may reside in other components. 65 static void Copy(const Message& from, Message* to); 66 static void Merge(const Message& from, Message* to);
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | this.rs | 14 Path::from(cont.ident.clone()) in this_type() 30 Path::from(cont.ident.clone()) in this_value()
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_roundtrip.rs | 11 &net::IpAddr::from(*b"1234").compact(), in ip_addr_roundtrip() 27 &net::SocketAddr::from((*b"1234567890123456", 1234)).compact(), in socket_addr_roundtrip()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | kernel_ex.S | 9 | situation needs to be created on return from the FPSP. 58 | set flag to disable sto_res from corrupting fp register 62 | t_dz2 is used by monadic functions such as flogn (from do_func). 63 | t_dz is used by monadic functions such as satanh (from the 112 | set flag to disable sto_res from corrupting fp register 134 | operand is built in FP_SCR1 and only the sign from the original operand 141 tstb (%a0) |extract sign from caller's exop
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | init.c | 170 void copy_user_highpage(struct page *to, struct page *from, in copy_user_highpage() argument 177 page_mapcount(from) && !Page_dcache_dirty(from)) { in copy_user_highpage() 178 vfrom = kmap_coherent(from, vaddr); in copy_user_highpage() 182 vfrom = kmap_atomic(from); in copy_user_highpage() 515 static int __init pcpu_cpu_distance(unsigned int from, unsigned int to) in pcpu_cpu_distance() argument 517 return node_distance(cpu_to_node(from), cpu_to_node(to)); in pcpu_cpu_distance()
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | kernel_ex.S | 9 | situation needs to be created on return from the FPSP. 58 | set flag to disable sto_res from corrupting fp register 62 | t_dz2 is used by monadic functions such as flogn (from do_func). 63 | t_dz is used by monadic functions such as satanh (from the 112 | set flag to disable sto_res from corrupting fp register 134 | operand is built in FP_SCR1 and only the sign from the original operand 141 tstb (%a0) |extract sign from caller's exop
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | signal.h | 15 const kernel_siginfo_t *from) in copy_siginfo() 17 memcpy(to, from, sizeof(*to)); in copy_siginfo() 28 const kernel_siginfo_t *from) in copy_siginfo_to_external() 30 memcpy(to, from, sizeof(*from)); in copy_siginfo_to_external() 35 int copy_siginfo_to_user(siginfo_t __user *to, const kernel_siginfo_t *from); 36 int copy_siginfo_from_user(kernel_siginfo_t *to, const siginfo_t __user *from); 332 * from being delivered until later. When the signal is delivered, 393 * from TASK_STOPPED state and also clears any pending/queued stop signals 14 copy_siginfo(kernel_siginfo_t *to, const kernel_siginfo_t *from) copy_siginfo() argument 27 copy_siginfo_to_external(siginfo_t *to, const kernel_siginfo_t *from) copy_siginfo_to_external() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | char_dev.c | 193 * @from: the first in the desired range of device numbers; must include 200 int register_chrdev_region(dev_t from, unsigned count, const char *name) in register_chrdev_region() argument 203 dev_t to = from + count; in register_chrdev_region() 206 for (n = from; n < to; n = next) { in register_chrdev_region() 218 for (n = from; n < to; n = next) { in register_chrdev_region() 304 * @from: the first in the range of numbers to unregister 308 * starting with @from. The caller should normally be the one who 311 void unregister_chrdev_region(dev_t from, unsigned count) in unregister_chrdev_region() argument 313 dev_t to = from + count; in unregister_chrdev_region() 316 for (n = from; in unregister_chrdev_region() [all...] |
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mt20xx.c | 6 * This "mt20xx" module was split apart from the original "tuner" module. 78 tuner_dbg("spurcheck f1=%d f2=%d from=%d to=%d\n", in mt2032_spurcheck() 243 unsigned int from, unsigned int to) in mt2032_set_if_freq() 249 tuner_dbg("mt2032_set_if_freq rfin=%d if1=%d if2=%d from=%d to=%d\n", in mt2032_set_if_freq() 250 rfin,if1,if2,from,to); in mt2032_set_if_freq() 257 ret=mt2032_compute_freq(fe,rfin,if1,if2,from,to,&buf[1],&sel,priv->xogc); in mt2032_set_if_freq() 302 int if2,from,to; in mt2032_set_tv_freq() local 307 from = 40750*1000; in mt2032_set_tv_freq() 312 from = 32900*1000; in mt2032_set_tv_freq() 318 1090*1000*1000, if2, from, t in mt2032_set_tv_freq() 241 mt2032_set_if_freq(struct dvb_frontend *fe, unsigned int rfin, unsigned int if1, unsigned int if2, unsigned int from, unsigned int to) mt2032_set_if_freq() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | mt20xx.c | 6 * This "mt20xx" module was split apart from the original "tuner" module. 78 tuner_dbg("spurcheck f1=%d f2=%d from=%d to=%d\n", in mt2032_spurcheck() 243 unsigned int from, unsigned int to) in mt2032_set_if_freq() 249 tuner_dbg("mt2032_set_if_freq rfin=%d if1=%d if2=%d from=%d to=%d\n", in mt2032_set_if_freq() 250 rfin,if1,if2,from,to); in mt2032_set_if_freq() 257 ret=mt2032_compute_freq(fe,rfin,if1,if2,from,to,&buf[1],&sel,priv->xogc); in mt2032_set_if_freq() 302 int if2,from,to; in mt2032_set_tv_freq() local 307 from = 40750*1000; in mt2032_set_tv_freq() 312 from = 32900*1000; in mt2032_set_tv_freq() 318 1090*1000*1000, if2, from, t in mt2032_set_tv_freq() 241 mt2032_set_if_freq(struct dvb_frontend *fe, unsigned int rfin, unsigned int if1, unsigned int if2, unsigned int from, unsigned int to) mt2032_set_if_freq() argument [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | char_dev.c | 193 * @from: the first in the desired range of device numbers; must include 200 int register_chrdev_region(dev_t from, unsigned count, const char *name) in register_chrdev_region() argument 203 dev_t to = from + count; in register_chrdev_region() 206 for (n = from; n < to; n = next) { in register_chrdev_region() 218 for (n = from; n < to; n = next) { in register_chrdev_region() 304 * @from: the first in the range of numbers to unregister 308 * starting with @from. The caller should normally be the one who 311 void unregister_chrdev_region(dev_t from, unsigned count) in unregister_chrdev_region() argument 313 dev_t to = from + count; in unregister_chrdev_region() 316 for (n = from; in unregister_chrdev_region() [all...] |
/kernel/linux/linux-6.6/fs/configfs/ |
H A D | file.c | 180 /* Fill @buffer with data coming from @from. */ 182 struct iov_iter *from) in fill_write_buffer() 191 copied = copy_from_iter(buffer->page, SIMPLE_ATTR_SIZE - 1, from); in fill_write_buffer() 220 static ssize_t configfs_write_iter(struct kiocb *iocb, struct iov_iter *from) in configfs_write_iter() argument 227 len = fill_write_buffer(buffer, from); in configfs_write_iter() 237 struct iov_iter *from) in configfs_bin_write_iter() 255 end_offset = iocb->ki_pos + iov_iter_count(from); in configfs_bin_write_iter() 283 buffer->bin_buffer_size - iocb->ki_pos, from); in configfs_bin_write_iter() 181 fill_write_buffer(struct configfs_buffer *buffer, struct iov_iter *from) fill_write_buffer() argument 236 configfs_bin_write_iter(struct kiocb *iocb, struct iov_iter *from) configfs_bin_write_iter() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | signal.h | 15 const kernel_siginfo_t *from) in copy_siginfo() 17 memcpy(to, from, sizeof(*to)); in copy_siginfo() 28 const kernel_siginfo_t *from) in copy_siginfo_to_external() 30 memcpy(to, from, sizeof(*from)); in copy_siginfo_to_external() 35 int copy_siginfo_to_user(siginfo_t __user *to, const kernel_siginfo_t *from); 36 int copy_siginfo_from_user(kernel_siginfo_t *to, const siginfo_t __user *from); 334 * from being delivered until later. When the signal is delivered, 395 * from TASK_STOPPED state and also clears any pending/queued stop signals 14 copy_siginfo(kernel_siginfo_t *to, const kernel_siginfo_t *from) copy_siginfo() argument 27 copy_siginfo_to_external(siginfo_t *to, const kernel_siginfo_t *from) copy_siginfo_to_external() argument
|
/test/xts/acts/security/huks/security_huks_basic/utils/param/signverify/ |
H A D | publicSignverifyCallback.js | 15 import { expect } from '@ohos/hypium';
16 import huks from '@ohos.security.huks';
17 import { HksKeyAlg } from '../publicParam.js';
18 import { HuksSignVerifyDSA } from './publicSignverifyParam.js';
19 import { stringToUint8Array, uint8ArrayToString } from '../publicFunc.js';
141 Array.from(inData).slice(inDataSegPosition, inDataSegPosition + inDataSegSize)
146 outData = outData.concat(Array.from(data.outData));
|
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/signverify/ |
H A D | publicSignverifyCallback.js | 15 import { expect } from '@ohos/hypium'; 16 import huks from '@ohos.security.huks'; 17 import { HksKeyAlg } from '../publicParam'; 18 import { HuksSignVerifyDSA } from './publicSignverifyParam'; 19 import { stringToUint8Array, uint8ArrayToString } from '../publicFunc'; 172 Array.from(inData).slice(inDataSegPosition, inDataSegPosition + inDataSegSize) 179 outData = outData.concat(Array.from(data.outData));
|
/third_party/icu/icu4c/source/common/ |
H A D | uloc_keytype.cpp | 278 const char* from = ures_getKey(typeAliasDataEntry.getAlias()); in initFromResourceBundle() local 281 if (uprv_strchr(from, ':') != NULL) { in initFromResourceBundle() 283 gKeyTypeStringPool->create(from, sts); in initFromResourceBundle() 295 from = fromBuf->data(); in initFromResourceBundle() 298 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle() 319 const char* from = ures_getKey(bcpTypeAliasDataEntry.getAlias()); in initFromResourceBundle() local 320 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()
|
/third_party/node/test/common/ |
H A D | dns.js | 186 Buffer.from([label.length]), 187 Buffer.from(label, 'ascii'), 245 buffers.push(Buffer.from(txt)); 276 buffers.push(Buffer.from([Number(rr.critical)])); 277 buffers.push(Buffer.from([Number(5)])); 278 buffers.push(Buffer.from('issue' + rr.issue)); 287 const buf = Buffer.from(typedArray.buffer,
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uloc_keytype.cpp | 278 const char* from = ures_getKey(typeAliasDataEntry.getAlias()); in initFromResourceBundle() local 281 if (uprv_strchr(from, ':') != nullptr) { in initFromResourceBundle() 283 gKeyTypeStringPool->create(from, sts); in initFromResourceBundle() 295 from = fromBuf->data(); in initFromResourceBundle() 298 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle() 319 const char* from = ures_getKey(bcpTypeAliasDataEntry.getAlias()); in initFromResourceBundle() local 320 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()
|
/third_party/node/deps/v8/src/torque/ |
H A D | type-oracle.h | 359 const Type* to, const Type* from) { in ImplicitlyConvertableFrom() 360 while (from != nullptr) { in ImplicitlyConvertableFrom() 364 from_constexpr->GetSpecialization({to, from})) { in ImplicitlyConvertableFrom() 366 TypeVector{from}) { in ImplicitlyConvertableFrom() 367 return from; in ImplicitlyConvertableFrom() 371 from = from->parent(); in ImplicitlyConvertableFrom() 358 ImplicitlyConvertableFrom( const Type* to, const Type* from) ImplicitlyConvertableFrom() argument
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vpm.c | 111 * This function determines how parameters are "inherited" from one structure 114 * 1. If a child structure needs to have its values initialized from a parent 123 * Normally any values which are set in the default are not copied from the 128 * which will be used only if nothing new is set in "from". 142 /* Macro to test if a field should be copied from src to dest */ 222 const X509_VERIFY_PARAM *from) in X509_VERIFY_PARAM_set1() 233 ret = X509_VERIFY_PARAM_inherit(to, from); in X509_VERIFY_PARAM_set1() 415 * Move peername from one param structure to another, freeing any name present 420 X509_VERIFY_PARAM *from) in X509_VERIFY_PARAM_move_peername() 422 char *peername = (from ! in X509_VERIFY_PARAM_move_peername() 221 X509_VERIFY_PARAM_set1(X509_VERIFY_PARAM *to, const X509_VERIFY_PARAM *from) X509_VERIFY_PARAM_set1() argument 419 X509_VERIFY_PARAM_move_peername(X509_VERIFY_PARAM *to, X509_VERIFY_PARAM *from) X509_VERIFY_PARAM_move_peername() argument [all...] |
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeSpecificationTest.java | 114 assertThat(RangeSpecification.from(DigitSequence.empty())) in testFrom() 116 assertThat(RangeSpecification.from(DigitSequence.of("1"))).isEqualTo(parse("1")); in testFrom() 117 assertThat(RangeSpecification.from(DigitSequence.of("1234"))).isEqualTo(parse("1234")); in testFrom() 233 Truth.assertThat(RangeSpecification.from(setOf(range("1200", "1299")))) in testRangeProcessing_singleBlock() 239 Truth.assertThat(RangeSpecification.from(setOf(range("0000", "9999")))) in testRangeProcessing_fullRange() 245 Truth.assertThat(RangeSpecification.from(setOf(range("1199", "1300")))).isEqualTo(specs( in testRangeProcessing_edgeCases() 253 Truth.assertThat(RangeSpecification.from(setOf(range("123", "45678")))).isEqualTo(specs( in testRangeProcessing_complex()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_vpm.c | 111 * This function determines how parameters are "inherited" from one structure 114 * 1. If a child structure needs to have its values initialized from a parent 123 * Normally any values which are set in the default are not copied from the 128 * which will be used only if nothing new is set in "from". 142 /* Macro to test if a field should be copied from src to dest */ 222 const X509_VERIFY_PARAM *from) in X509_VERIFY_PARAM_set1() 233 ret = X509_VERIFY_PARAM_inherit(to, from); in X509_VERIFY_PARAM_set1() 412 * Move peername from one param structure to another, freeing any name present 417 X509_VERIFY_PARAM *from) in X509_VERIFY_PARAM_move_peername() 419 char *peername = (from ! in X509_VERIFY_PARAM_move_peername() 221 X509_VERIFY_PARAM_set1(X509_VERIFY_PARAM *to, const X509_VERIFY_PARAM *from) X509_VERIFY_PARAM_set1() argument 416 X509_VERIFY_PARAM_move_peername(X509_VERIFY_PARAM *to, X509_VERIFY_PARAM *from) X509_VERIFY_PARAM_move_peername() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uloc_keytype.cpp | 276 const char* from = ures_getKey(typeAliasDataEntry.getAlias()); in initFromResourceBundle() local 279 if (uprv_strchr(from, ':') != NULL) { in initFromResourceBundle() 281 gKeyTypeStringPool->create(from, sts); in initFromResourceBundle() 293 from = fromBuf->data(); in initFromResourceBundle() 296 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle() 317 const char* from = ures_getKey(bcpTypeAliasDataEntry.getAlias()); in initFromResourceBundle() local 318 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()
|