Home
last modified time | relevance | path

Searched +defs:val +defs:results (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_storage.cpp52 const std::vector<int32_t> &supportDimensions, std::vector<int32_t> &results) in find_match_dimensions()
54 for (const auto &val : supportDimensions) { in find_match_dimensions() local
65 for (const auto &val : supportShapes) { in find_match_shapes() local
76 for (const auto &val : supportShapes) { in find_rect_shape() local
106 std::vector<int32_t> results; in GetFormsInfoByFilter() local
/aosp14/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
H A DProtoInputStreamEnumTest.java74 int[] results = new int[5]; in testRead() local
122 private void testReadCompat(int val) throws Exception { in testReadCompat()
208 int[][] results = new int[5][2]; in testRepeated() local
262 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
355 int[][] results = new int[5][2]; in testPacked() local
412 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
H A DProtoInputStreamUInt32Test.java74 int[] results = new int[5]; in testRead() local
122 private void testReadCompat(int val) throws Exception { in testReadCompat()
207 int[][] results = new int[5][2]; in testRepeated() local
260 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
353 int[][] results = new int[5][2]; in testPacked() local
406 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
H A DProtoInputStreamFixed32Test.java72 int[] results = new int[5]; in testRead() local
120 private void testReadCompat(int val) throws Exception { in testReadCompat()
202 int[][] results = new int[5][2]; in testRepeated() local
255 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
336 int[][] results = new int[5][2]; in testPacked() local
389 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
H A DProtoInputStreamInt32Test.java74 int[] results = new int[5]; in testRead() local
122 private void testReadCompat(int val) throws Exception { in testReadCompat()
208 int[][] results = new int[5][2]; in testRepeated() local
261 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
354 int[][] results = new int[5][2]; in testPacked() local
407 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
H A DProtoInputStreamSFixed32Test.java72 int[] results = new int[5]; in testRead() local
120 private void testReadCompat(int val) throws Exception { in testReadCompat()
202 int[][] results = new int[5][2]; in testRepeated() local
255 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
336 int[][] results = new int[5][2]; in testPacked() local
389 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
H A DProtoInputStreamSInt32Test.java72 int[] results = new int[5]; in testRead() local
120 private void testReadCompat(int val) throws Exception { in testReadCompat()
202 int[][] results = new int[5][2]; in testRepeated() local
255 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat()
336 int[][] results = new int[5][2]; in testPacked() local
389 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat()
H A DProtoInputStreamSInt64Test.java82 long[] results = new long[7]; in testRead() local
140 private void testReadCompat(long val) throws Exception { in testReadCompat()
241 long[][] results = new long[7][2]; in testRepeated() local
303 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat()
402 long[][] results = new long[7][2]; in testPacked() local
464 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat()
H A DProtoInputStreamUInt64Test.java84 long[] results = new long[7]; in testRead() local
142 private void testReadCompat(long val) throws Exception { in testReadCompat()
246 long[][] results = new long[7][2]; in testRepeated() local
308 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat()
421 long[][] results = new long[7][2]; in testPacked() local
483 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat()
H A DProtoInputStreamFixed64Test.java87 long[] results = new long[7]; in testRead() local
145 private void testReadCompat(long val) throws Exception { in testReadCompat()
256 long[][] results = new long[7][2]; in testRepeated() local
318 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat()
427 long[][] results = new long[7][2]; in testPacked() local
489 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat()
H A DProtoInputStreamInt64Test.java85 long[] results = new long[7]; in testRead() local
143 private void testReadCompat(long val) throws Exception { in testReadCompat()
248 long[][] results = new long[7][2]; in testRepeated() local
310 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat()
425 long[][] results = new long[7][2]; in testPacked() local
487 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat()
H A DProtoInputStreamSFixed64Test.java87 long[] results = new long[7]; in testRead() local
145 private void testReadCompat(long val) throws Exception { in testReadCompat()
256 long[][] results = new long[7][2]; in testRepeated() local
318 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat()
427 long[][] results = new long[7][2]; in testPacked() local
489 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat()
H A DProtoInputStreamStringTest.java70 String[] results = new String[4]; in testRead() local
113 private void testReadCompat(String val) throws Exception { in testReadCompat()
196 String[][] results = new String[4][2]; in testRepeated() local
244 private void testRepeatedCompat(String[] val) throws Exception { in testRepeatedCompat()
H A DProtoInputStreamDoubleTest.java98 double[] results = new double[9]; in testRead() local
165 private void testReadCompat(double val) throws Exception { in testReadCompat()
294 double[][] results = new double[9][2]; in testRepeated() local
368 private void testRepeatedCompat(double[] val) throws Exception { in testRepeatedCompat()
494 double[][] results = new double[9][2]; in testPacked() local
568 private void testPackedCompat(double[] val) throws Exception { in testPackedCompat()
H A DProtoInputStreamFloatTest.java89 float[] results = new float[9]; in testRead() local
156 private void testReadCompat(float val) throws Exception { in testReadCompat()
267 float[][] results = new float[9][2]; in testRepeated() local
341 private void testRepeatedCompat(float[] val) throws Exception { in testRepeatedCompat()
447 float[][] results = new float[9][2]; in testPacked() local
521 private void testPackedCompat(float[] val) throws Exception { in testPackedCompat()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/
H A Ddevices_info_interact.cpp94 bool DevicesInfoInteract::GetMLDeviceInfos(const std::string &udid, std::string &val) in GetMLDeviceInfos()
134 std::string val = json.dump(); in PutMLDeviceInfos() local
146 void DevicesInfoInteract::SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) in SyncCompleted()
/aosp14/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java125 Bundle results); in onInstrumentationStatusLocked()
131 Bundle results); in onInstrumentationFinishedLocked()
166 Bundle results) { in onInstrumentationStatusLocked()
187 Bundle results) { in onInstrumentationFinishedLocked()
259 Bundle results) { in onInstrumentationStatusLocked()
284 Bundle results) { in onInstrumentationFinishedLocked()
319 final Object val = bundle.get(key); in writeBundle() local
386 public void instrumentationStatus(ComponentName name, int resultCode, Bundle results) { in instrumentationStatus()
394 public void instrumentationFinished(ComponentName name, int resultCode, Bundle results) { in instrumentationFinished()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DAppStateHelper.java170 int val = arr[i].compareTo(which.get(j)); in containsAny() local
182 private void addLibraryDependency(ArraySet<String> results, List<String> libPackageNames) { in addLibraryDependency()
295 var results = new ArraySet<String>(); in getDependencyPackages() local
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderHeavyHitterTest.java74 int val = rand.nextInt(total - i); in generateRandomInput() local
100 private void onResult(final List<HeavyHitterContainer> results, final Integer inputSize, in onResult()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Drdb_subscriber_manager.cpp234 rdbCache_.ForEach([&uri, &context, this](const Key &key, std::vector<ObserverNode> &val) { in Emit()
253 …ch([&uri, &userId, &metaData, &hasObserver, this](const Key &key, std::vector<ObserverNode> &val) { in Emit()
280 std::vector<Key> results; in GetKeysByUri() local
281 rdbCache_.ForEach([&uri, &results](const Key &key, std::vector<ObserverNode> &val) { in GetKeysByUri()
296 rdbCache_.ComputeIfPresent(key, [&rdbPath, &version, &userId, this](const Key &key, auto &val) { in EmitByKey()
318 … RdbSubscriberManager::Notify(const Key &key, int32_t userId, const std::vector<ObserverNode> &val, in Notify()
373 …he_.ForEach([&uri, &context, &subscriberId, this](const Key &key, std::vector<ObserverNode> &val) { in Emit()
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/
H A Dsinglekvstore_fuzzer.cpp58 void DeviceSyncCallbackTestImpl::SyncCompleted(const std::map<std::string, Status> &results) in SyncCompleted()
94 Value val = { svalue }; in PutFuzz() local
129 Value val = { svalue }; in GetFuzz() local
141 std::vector<Entry> results; in GetEntriesFuzz1() local
200 std::map<std::string, Status> results; in SyncCallbackFuzz() local
489 Value val = { strValue }; in AsyncGetFuzz() local
503 std::vector<Entry> results; in AsyncGetEntriesFuzz() local
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/
H A Ddevicekvstore_fuzzer.cpp56 void DeviceSyncCallbackTestImpl::SyncCompleted(const std::map<std::string, Status> &results) in SyncCompleted()
92 Value val = { svalue }; in PutFuzz() local
127 Value val = { svalue }; in GetFuzz() local
139 std::vector<Entry> results; in GetEntriesFuzz1() local
180 std::map<std::string, Status> results; in SyncCallbackFuzz() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp1076 std::vector<std::shared_ptr<DataAbilityResult>> results; in ExecuteBatch() local
1100 std::vector<std::shared_ptr<DataAbilityResult>> &results, int index) in ExecuteOperation()
1153std::vector<std::shared_ptr<DataAbilityResult>> &results, std::shared_ptr<DataAbilityOperation> &o… in ParsePredictionArgsReference()
1202std::vector<std::shared_ptr<DataAbilityResult>> &results, std::shared_ptr<DataAbilityOperation> &o… in ParseValuesBucketReference()
1260 int val = 0; in ParseIntValue() local
1272 double val = 0.0; in ParseDoubleValue() local
1284 std::string val = ""; in ParseStringValue() local
1296 std::vector<uint8_t> val; in ParseBlobValue() local
1308 bool val = false; in ParseBoolValue() local
1317 int Ability::ChangeRef2Value(std::vector<std::shared_ptr<DataAbilityResult>> &results, int numRefs,… in ChangeRef2Value()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp664 const std::string &storeId, std::map<SyncId, CloudSyncInfo> &infos, QueryLastResults &results) in GetLastResults()
681 …t SyncManager::QueryLastSyncInfo(const std::vector<QueryKey> &queryKeys, QueryLastResults &results) in QueryLastSyncInfo()
702 …ncInfos_.Compute(queryKey, [id = syncId, startTime](auto &, std::map<SyncId, CloudSyncInfo> &val) { in UpdateStartSyncInfo()
714 …Infos_.ComputeIfPresent(queryKey, [syncId, code](auto &key, std::map<SyncId, CloudSyncInfo> &val) { in UpdateFinishSyncInfo()
/aosp14/frameworks/base/location/java/android/location/
H A DLocation.java1175 double val; in convert() local
1222 double lat2, double lon2, BearingDistanceCache results) { in computeDistanceAndBearing()
1332 float[] results) { in distanceBetween()

12