/third_party/rust/crates/memchr/src/ |
H A D | cow.rs | 64 Imp::Borrowed(b) => CowBytes::new_owned(Box::from(b)), in into_owned()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | atom.rs | 26 pub fn from(ident: &Ident) -> Option<Self> { in from() functions
|
/third_party/skia/platform_tools/android/bin/utils/ |
H A D | android_setup.sh | 60 echo "No ANDROID_SDK_ROOT set and can't auto detect it from location of android binary." 69 echo "No ANDROID_NDK_ROOT set and can't auto detect it from location of SDK."
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | raw_dir.rs | 27 /// Create a new iterator from the given file descriptor and buffer. 169 /// Identical to [Iterator::next] except that [Iterator::Item] borrows from self. 194 self.offset += usize::from(dirent.d_reclen); in next()
|
/third_party/rust/crates/rustix/src/io/ |
H A D | context.rs | 68 /// `raw` must be a `u64` value returned from `encode`, from the same in fmt() 161 unsafe { T::from(OwnedFd::from_raw_fd(raw_fd).into()) }
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map_test.cc | 16 // contributors may be used to endorse or promote products derived from 245 MapKey from, to; in TEST_F() local 246 from.SetStringValue("abc"); in TEST_F() 247 to = from; in TEST_F() 442 // All iterators relevant to this key, whether old (from check_map) or new, in TestValidityForAllKeysExcept() 1998 // Copying from self should be a no-op. in TEST() 2089 // Test copying from a DynamicMessage, which must fall back to using in TEST() 2290 unittest::TestEnumMapPlusExtra from; in TEST() local 2291 (*from.mutable_known_map_field())[0] = unittest::E_PROTO2_MAP_ENUM_FOO; in TEST() 2292 (*from in TEST() 2886 TestRecursiveMapMessage from; TEST_F() local 3495 unittest::TestArenaMap* from = TEST() local 3515 unittest::TestArenaMap* from = TEST() local [all...] |
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/DistributeCalc/entry/src/main/js/MainAbility/common/ |
H A D | RemoteDeviceModel.js | 16 import deviceManager from '@ohos.distributedDeviceManager' 17 import { logger } from './Logger'
|
/test/testfwk/arkxtest/jsunit/src/module/config/ |
H A D | configService.js | 16 import { ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter, NestFilter } from './Filter'; 17 import { TAG, TESTTYPE, LEVEL, SIZE, KEYSET } from '../../Constant';
|
/test/xts/acts/commonlibrary/ets_utils/json_lib_standard/entry/src/ohosTest/js/test/ |
H A D | json.test.js | 16 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium' 17 import JSON from "@ohos.util.json"; 269 * @tc.desc: Checks whether the object parsed from a JSON string contains the property. 283 * @tc.desc: Checks whether the object parsed from a JSON string contains the property. 297 * @tc.desc: Removes a property from the object parsed from a JSON string. 312 * @tc.desc: Removes a property from the object parsed from a JSON string.
|
/test/xts/acts/distributeddatamgr/preferencesjstest/hap/entry/src/ohosTest/js/test/ |
H A D | StorageCallBackJsunit.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
16 import storage from '@ohos.data.storage'
|
/test/xts/acts/communication/nfc_SecureElement/entry/src/ohosTest/js/test/ |
H A D | channelCallback.test.js | 17 import secureElement from '@ohos.secureElement'; 18 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'; 211 * @tc.desc open BasicChannel Returns the data received from the application selection command.
|
/test/xts/acts/communication/nfc_SecureElement_2/entry/src/ohosTest/js/test/ |
H A D | channelCallback.test.js | 17 import secureElement from '@ohos.secureElement'; 18 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'; 209 * @tc.desc open BasicChannel Returns the data received from the application selection command.
|
/test/xts/acts/communication/nfc_Controller/entry/src/ohosTest/js/test/ |
H A D | ATagSession.test.js | 17 import tag from '@ohos.nfc.tag'; 18 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
|
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstoreTransactionJsunit.test.js | 16 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
17 import dataRdb from '@ohos.data.rdb';
|
H A D | RdbstoreStoreExcuteSqlJsunit.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
16 import dataRdb from '@ohos.data.rdb';
|
/test/xts/acts/resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/test/ |
H A D | BundleState.test.js | 16 import bundlestate from '@ohos.bundleState';
17 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
|
/test/xts/acts/security/huks/security_huks_basic/utils/param/derive/ |
H A D | publicDeriveParam.js | 15 import * as param from '../publicParam';
16 import huks from '@ohos.security.huks';
|
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/derive/ |
H A D | publicDeriveParam.js | 15 import * as param from '../publicParam'; 16 import huks from '@ohos.security.huks';
|
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/signverify/ |
H A D | publicSignverifyParam.js | 15 import * as param from '../publicParam'; 16 import huks from '@ohos.security.huks';
|
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthpart2/entry/src/ohosTest/js/test/ |
H A D | SignNormalNotAccessBiometricExecute.test.js | 16 import { describe, it, expect, Level } from '@ohos/hypium'
17 import userAuth from '@ohos.userIAM.userAuth'
|
/test/xts/acts/telephony/telephonyjstest/netmanager_base/jshttp/entry/src/ohosTest/js/test/ |
H A D | HttpRequest2JsunitTest.test.js | 16 import { describe, expect, it } from '@ohos/hypium'; 17 import http from '@ohos.net.http';
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_16bpp_neon.S | 148 @ Helper macros for vmull/vmlal with a constant from either d0 or d1 depending on index 164 @ Extract a vector from src1-src2 and src3-src4, andmultiply-accumulate 388 @ Evaluate the filter twice in parallel, from the inputs src1-src9 into dst1-dst2
|
/third_party/ffmpeg/libavformat/ |
H A D | sctp.c | 74 static int ff_sctp_recvmsg(int s, void *msg, size_t len, struct sockaddr *from, in ff_sctp_recvmsg() argument 87 inmsg.msg_name = from; in ff_sctp_recvmsg()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | SupplementalDataTest.java | 139 // But it will NOT remove tags (even though the languageAlias table contains an entry from in testReplaceDeprecatedTags_complex() 175 // derived from CLDR data directly. in testGetDefaultCalendar_secretHacks() 322 private static CldrValue likelySubtag(String from, String to) { in likelySubtag() argument 324 "likelySubtags/likelySubtag[@from=\"%s\"][@to=\"%s\"]", from, to); in likelySubtag()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | DayPeriodsMapperTest.java | 69 assertThat(icuData).hasValuesFor("/rules/set1/morning1/from", "04:00"); in testSimple() 72 assertThat(icuData).hasValuesFor("/rules/set1/afternoon1/from", "12:00"); in testSimple() 74 assertThat(icuData).hasValuesFor("/rules/set1/evening1/from", "18:00"); in testSimple() 76 assertThat(icuData).hasValuesFor("/rules/set1/night1/from", "21:00"); in testSimple() 100 assertThat(icuData).hasValuesFor("/rules/set1/morning1/from", "06:00"); in testMultipleRuleSets() 105 assertThat(icuData).hasValuesFor("/rules/set2/morning1/from", "04:00"); in testMultipleRuleSets() 114 // same for all of the rules of any given locale (since it comes from the parent element). in testRulesetLabels() 122 assertThat(icuData).hasValuesFor("/rules/set1/morning1/from", "04:00"); in testRulesetLabels() 144 assertThat(icuData).hasValuesFor("/rules/set1/morning1/from", "start"); in testNoDataValidation() 176 private static Map<RuleName, String> isBetween(String from, Strin argument [all...] |