/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/ |
H A D | js_drawing_utils.cpp | 50 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 D | ucm_include.c | 42 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 D | utilities.h | 102 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 D | unity_fixture.c | 34 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 D | PluralRulesLoader.java | 73 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 D | filterednormalizer2.cpp | 278 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 D | PartitionInfo.java | 415 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 D | AbstractPathValueMapperTest.java | 84 // 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 D | PersonNameFormatterTest.java | 86 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 D | search.cpp | 112 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 D | winsock.c | 43 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 D | analyze_outcomes.py | 173 (_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 D | lower_int64.cpp | 58 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 D | lower_jump_cases.py | 192 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 D | ac_llvm_cull.c | 134 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 D | stw_wgl.c | 229 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 D | si_test_dma_perf.c | 250 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 D | GalliumContext.cpp | 181 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 D | vm.js | 367 const result = _measureMemory(measureMemoryModes[mode], 369 if (result === undefined) { 372 return result;
|
/third_party/node/test/js-native-api/test_typedarray/ |
H A D | test_typedarray.c | 227 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 D | test-worker-debug.js | 36 session.post(method, params, (error, result) => { 40 resolve(result); 100 resolve(message.result);
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | loaders.py | 390 result = [] 393 result.append(prefix + self.delimiter + template) 394 return result
|
/third_party/node/deps/v8/tools/testrunner/ |
H A D | standard_runner.py | 242 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 D | agent.cc | 40 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 D | loaders.py | 369 result = [] 372 result.append(prefix + self.delimiter + template) 373 return result
|