Home
last modified time | relevance | path

Searched refs:result (Results 10126 - 10150 of 11792) sorted by relevance

1...<<401402403404405406407408409410>>...472

/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
H A Dcommon.cpp419 int32_t Test::DemoCameraDeviceCallback::OnResult(uint64_t timestamp, const std::vector<uint8_t> &result) in OnResult() argument
423 MetadataUtils::ConvertVecToMetadata(result, resultMeta); in OnResult()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H A Dbenchmark_common.cpp413 int32_t Test::DemoCameraDeviceCallback::OnResult(uint64_t timestamp, const std::vector<uint8_t> &result) in OnResult() argument
417 MetadataUtils::ConvertVecToMetadata(result, resultMeta); in OnResult()
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/
H A Dhdi_common_v1_3.h239 int32_t OnResult(uint64_t timestamp, const std::vector<uint8_t> &result) override;
285 int32_t OnResult(int32_t streamId, const std::vector<uint8_t> &result) override;
/test/xts/hats/hdf/location/geofence_additional/
H A Dlocation_geofence_test.cpp69 GeofenceOperateResult result) in ReportGeofenceOperateResult()
73 (void)result; in ReportGeofenceOperateResult()
68 ReportGeofenceOperateResult(int32_t fenceIndex, GeofenceOperateType type, GeofenceOperateResult result) ReportGeofenceOperateResult() argument
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
H A Dhdf_input_benchmark_test.cpp397 std::string result; in BENCHMARK_F() local
401 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in BENCHMARK_F()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vdpau.c147 #define GET_CALLBACK(id, result) \
155 result = tmp; \
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationEnglishTest.java329 private void doTest(char[] source, char[] target, int result){ in doTest() argument
338 reportCResult(s, t, sortKey1, sortKey2, compareResult, keyResult, compareResult, result); in doTest()
/third_party/gn/src/gn/
H A Dtest_with_scope.cc43 Label result = Label::Resolve(SourceDir("//"), std::string_view(), in ParseLabel() local
46 return result; in ParseLabel()
/third_party/googletest/googlemock/src/
H A Dgmock-spec-builders.cc157 // Adds unsatisfied pre-requisites of this expectation to 'result'.
158 void ExpectationBase::FindUnsatisfiedPrerequisites(ExpectationSet* result) const
181 *result += *it; in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h718 * @param result Receives the first transition after the base time.
722 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override;
728 * @param result Receives the most recent transition before the base time.
732 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override;
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp501 int32_t result = stat(fileName, &buf); in UCharFile() local
502 if(result != 0) { in UCharFile()
/third_party/icu/icu4c/source/test/intltest/
H A Drestest.cpp78 char* result = buf; in itoa() local
105 return result; in itoa()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBGroupPanel.java428 int result = group.getItemCount(); in getSize()
429 return result; in getSize()
/third_party/icu/tools/unicode/c/genprops/
H A Demojipropsbuilder.cpp411 UnicodeString &result = getTrieString(index);
412 builder.buildUnicodeString(USTRINGTRIE_BUILD_SMALL, result, errorCode);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DConformanceTest.java355 String result = Normalizer.normalize(s1,mode); in cross()
356 if(!result.equals(s2)){ in cross()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/iterator/
H A DTestUCharacterIterator.java64 public void getText(UCharacterIterator iterator, String result){ in getText() argument
75 if(result.compareTo(new String(buf,0,iterator.getLength()))!=0){ in getText()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DConformanceTest.java352 String result = Normalizer.normalize(s1,mode); in cross()
353 if(!result.equals(s2)){ in cross()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DICUDurationTest.java260 expected2 = "1 day and 0 seconds"; // This is the expected result for Windows with IBM JRE6 in TestSimpleXMLDuration()
432 String result = df.formatDurationFromNowTo(d); in TestFromNowTo()
434 test.expected, result); in TestFromNowTo()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
H A DTestUCharacterIterator.java61 public void getText(UCharacterIterator iterator, String result){ in getText() argument
72 if(result.compareTo(new String(buf,0,iterator.getLength()))!=0){ in getText()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationEnglishTest.java332 private void doTest(char[] source, char[] target, int result){ in doTest() argument
341 reportCResult(s, t, sortKey1, sortKey2, compareResult, keyResult, compareResult, result); in doTest()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DDangiTest.java382 * On input the month value is zero-based, but in the result string it is one-based.
434 Date result = cc.getTime(); in TestInitWithCurrentTime()
436 assertEquals("chinese and gregorian date should match", target, result); in TestInitWithCurrentTime()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DDangiTest.java385 * On input the month value is zero-based, but in the result string it is one-based.
437 Date result = cc.getTime(); in TestInitWithCurrentTime()
439 assertEquals("chinese and gregorian date should match", target, result); in TestInitWithCurrentTime()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DICUDurationTest.java263 expected2 = "1 day and 0 seconds"; // This is the expected result for Windows with IBM JRE6 in TestSimpleXMLDuration()
435 String result = df.formatDurationFromNowTo(d); in TestFromNowTo()
437 test.expected, result); in TestFromNowTo()
/third_party/icu/icu4c/source/i18n/
H A Dnumrange_fluent.cpp185 UnlocalizedNumberRangeFormatter result; in with() local
186 return result; in with()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_common.py189 return args + self.result()
215 def result(self) -> List[str]: member in OperationCommon
216 """Get the result of the operation.

Completed in 26 milliseconds

1...<<401402403404405406407408409410>>...472