Home
last modified time | relevance | path

Searched refs:result (Results 13826 - 13850 of 20066) sorted by relevance

1...<<551552553554555556557558559560>>...803

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/
H A Djs_drawing_utils.cpp50 napi_value result = nullptr; in CreateJsError() local
51 napi_create_error(env, CreateJsValue(env, errCode), CreateJsValue(env, message), &result); in CreateJsError()
52 return result; in CreateJsError()
/third_party/alsa-lib/src/ucm/
H A Ducm_include.c42 snd_config_t **result, in include_eval_one()
50 *result = NULL; in include_eval_one()
78 err = uc_mgr_config_load_file(uc_mgr, s, result); in include_eval_one()
40 include_eval_one(snd_use_case_mgr_t *uc_mgr, snd_config_t *inc, snd_config_t **result, snd_config_t **before, snd_config_t **after) include_eval_one() argument
/third_party/backends/backend/genesys/
H A Dutilities.h102 void compute_array_percentile_approx(T* result, const T* data, in compute_array_percentile_approx() argument
111 std::copy(data, data + elements_per_line, result); in compute_array_percentile_approx()
130 *result++ = *select_it; in compute_array_percentile_approx()
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture.c34 int result = UnityGetCommandLineOptions(argc, argv); in UnityMain() local
36 if (result != 0) in UnityMain()
37 return result; in UnityMain()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPluralRulesLoader.java73 ULocale result = getRulesIdToEquivalentULocaleMap().get( in getFunctionalEquivalent()
75 if (result == null) { in getFunctionalEquivalent()
79 return result; in getFunctionalEquivalent()
/third_party/icu/icu4c/source/common/
H A Dfilterednormalizer2.cpp278 UNormalizationCheckResult result=UNORM_YES; in quickCheck() local
290 result=qcResult; in quickCheck()
296 return result; in quickCheck()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DPartitionInfo.java415 ImmutableSet<String> result = variableToPartitionIds.get(variable); in getPartitionIds()
416 checkArgument(!result.isEmpty(), "variable not defined: %s", variable); in getPartitionIds()
417 return result; in getPartitionIds()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DAbstractPathValueMapperTest.java84 // Fallbacks can appear in any part of the result sequence. in testFallbackResults()
91 // Without a single result to "seed" the fallback group, nothing is emitted. in testFallbackResults()
267 fakeResults.forEach(result -> addResult(result.getKey(), result)); in addResults()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPersonNameFormatterTest.java86 assertEquals("Wrong formatting result for " + nameAndTestCases.nameFields + "," + Arrays.toString(testCase), expectedResult, actualResult); in executeTestCases()
93 Set<PersonNameFormatter.Options> result = new HashSet<>(); in makeOptionsSet()
98 result.add(option); in makeOptionsSet()
100 return result; in makeOptionsSet()
344 // if the formatter locale uses spaces, the result will use its formats (complete with spaces), in TestNameSpacing()
413 assertEquals("Wrong result", expectedResult, actualResult); in TestLiteralTextElision2()
440 assertEquals("Wrong result", expectedResult, actualResult); in TestPatternSelection()
463 assertEquals("Wrong result", expectedResult, actualResult); in TestCapitalization()
/third_party/icu/icu4c/source/i18n/
H A Dsearch.cpp112 void SearchIterator::getMatchedText(UnicodeString &result) const in getMatchedText()
117 result.setTo(m_search_->text + matchedindex, matchedlength); in getMatchedText()
120 result.remove(); in getMatchedText()
/third_party/libuv/src/win/
H A Dwinsock.c43 int result; in uv__get_extension_function() local
46 result = WSAIoctl(socket, in uv__get_extension_function()
56 if (result == SOCKET_ERROR) { in uv__get_extension_function()
/third_party/mbedtls/tests/scripts/
H A Danalyze_outcomes.py173 (_platform, component, suite, case, result, _cause) = line.split(';')
180 if result == 'PASS':
182 elif result == 'FAIL':
683 # If the outcome file exists, parse it once and share the result
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_int64.cpp58 ir_variable *result[4]);
235 ir_variable *result[4]) in compact_destination()
246 expr(pack_opcode, result[i]), in compact_destination()
233 compact_destination(ir_factory &body, const glsl_type *type, ir_variable *result[4]) compact_destination() argument
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dlower_jump_cases.py192 result = assign_x('return_value', value)
194 result = []
195 return result + assign_x('return_flag', const_bool(True))
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_cull.c134 LLVMValueRef result[2] = { in rotate_45degrees() local
139 memcpy(v, result, sizeof(result)); in rotate_45degrees()
324 * \param initially_accepted AND'ed with the result. Some computations can be
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c229 BOOL result = TRUE; in wglUseFontBitmapsW() local
266 result = FALSE; in wglUseFontBitmapsW()
274 return result; in wglUseFontBitmapsW()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c250 union pipe_query_result result; in si_test_dma_perf() local
252 ctx->get_query_result(ctx, q, true, &result); in si_test_dma_perf()
255 score = get_MBps_rate(size, result.u64 / (double)NUM_RUNS); in si_test_dma_perf()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp181 enum st_context_error result; in CreateContext() local
183 &attribs, &result, shared); in CreateContext()
188 switch (result) { in CreateContext()
/third_party/node/lib/
H A Dvm.js367 const result = _measureMemory(measureMemoryModes[mode],
369 if (result === undefined) {
372 return result;
/third_party/node/test/js-native-api/test_typedarray/
H A Dtest_typedarray.c227 napi_value result; in IsDetached() local
228 NODE_API_CALL(env, napi_get_boolean(env, is_detached, &result)); in IsDetached()
230 return result; in IsDetached()
/third_party/node/test/parallel/
H A Dtest-worker-debug.js36 session.post(method, params, (error, result) => {
40 resolve(result);
100 resolve(message.result);
/third_party/node/deps/v8/third_party/jinja2/
H A Dloaders.py390 result = []
393 result.append(prefix + self.delimiter + template)
394 return result
/third_party/node/deps/v8/tools/testrunner/
H A Dstandard_runner.py242 result = [v for v in ALL_VARIANTS if v in user_variants]
243 if len(result) == len(user_variants):
244 return result
/third_party/node/src/tracing/
H A Dagent.cc40 std::set<std::string> result; in flatten() local
42 result.insert(id_value.second.begin(), id_value.second.end()); in flatten()
43 return result; in flatten()
/third_party/node/tools/inspector_protocol/jinja2/
H A Dloaders.py369 result = []
372 result.append(prefix + self.delimiter + template)
373 return result

Completed in 32 milliseconds

1...<<551552553554555556557558559560>>...803