Home
last modified time | relevance | path

Searched refs:result (Results 6076 - 6100 of 11107) sorted by relevance

1...<<241242243244245246247248249250>>...445

/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc76 // On a successful match, the result is a JSArray containing
77 // captured positions. On a failure, the result is the null value.
688 // If result is RETRY, the string has changed representation, and we in IrregexpExecRaw()
701 IrregexpInterpreter::Result result = in IrregexpExecRaw() local
704 DCHECK_IMPLIES(result == IrregexpInterpreter::EXCEPTION, in IrregexpExecRaw()
707 switch (result) { in IrregexpExecRaw()
712 return result; in IrregexpExecRaw()
807 Handle<RegExpMatchInfo> result = in SetLastMatchInfo() local
809 if (*result != *last_match_info) { in SetLastMatchInfo()
815 isolate->native_context()->set_regexp_last_match_info(*result); in SetLastMatchInfo()
1006 RegExpCompiler::CompilationResult result = compiler.Assemble( Compile() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTessellation.cpp357 std::string result; in getTCCode() local
359 result = "${VERSION}\n" in getTCCode()
398 return result; in getTCCode()
412 std::string result = "${VERSION}\n" in getTECode() local
434 while ((primitive_mode_token_index = result.find(primitive_mode_token)) != std::string::npos) in getTECode()
436 result = result.replace(primitive_mode_token_index, strlen(primitive_mode_token), primitive_mode_string); in getTECode()
438 primitive_mode_token_index = result.find(primitive_mode_token); in getTECode()
442 return result; in getTECode()
601 * Sets the test result t
926 std::string result = tc_body; getTCCode() local
982 std::string result = te_body; getTECode() local
[all...]
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp285 // In MDB mode the reffing of the 'getLastOpsTask' call's result allows in-progress
511 GrClip::PreClipResult result = clip ? clip->preApply(drawBounds, *aa) in attemptQuadOptimization() local
513 switch(result.fEffect) { in attemptQuadOptimization()
521 // Update result to store the render target bounds in order and then fall in attemptQuadOptimization()
523 result = GrClip::PreClipResult(SkRRect::MakeRect(rtRect), *aa); in attemptQuadOptimization()
527 if (!result.fIsRRect || (stencilSettings && result.fAA != *aa) || in attemptQuadOptimization()
528 (!result.fRRect.isRect() && !simpleColor)) { in attemptQuadOptimization()
540 SkASSERT(result.fEffect == GrClip::Effect::kClipped && result in attemptQuadOptimization()
1059 GrClip::PreClipResult result = clip->preApply(devRRect.getBounds(), aa); drawRRect() local
[all...]
/third_party/python/Lib/test/
H A Dtest_coroutines.py42 result = None
47 result = ex.args[0] if ex.args else None
49 return buffer, result
56 result = None
66 result = ex.args[0] if ex.args else None
68 return buffer, result
906 result = run_async__await__(foo())
907 self.assertEqual(result, ([], (10,)))
913 result = run_async__await__(foo())
914 self.assertIsInstance(result[
[all...]
/third_party/python/Modules/
H A Dpyexpat.c231 PyObject *result = conv_string_to_unicode(str); in string_intern() local
233 /* result can be NULL if the unicode conversion failed. */ in string_intern()
234 if (!result) in string_intern()
235 return result; in string_intern()
237 return result; in string_intern()
238 value = PyDict_GetItemWithError(self->intern, result); in string_intern()
241 PyDict_SetItem(self->intern, result, result) == 0) in string_intern()
243 return result; in string_intern()
246 Py_DECREF(result); in string_intern()
520 PyObject *result = NULL; conv_content_model() local
1232 PyObject *result = self->handlers[handlernum]; xmlparse_handler_getter() local
1530 PyObject *result; pyexpat_ParserCreate_impl() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_teap.c557 struct teap_tlv_result *result; in eap_teap_build_crypto_binding() local
561 buf = wpabuf_alloc(2 * sizeof(*result) + sizeof(*cb)); in eap_teap_build_crypto_binding()
575 result = wpabuf_put(buf, sizeof(*result)); in eap_teap_build_crypto_binding()
576 result->tlv_type = host_to_be16(TEAP_TLV_MANDATORY | in eap_teap_build_crypto_binding()
578 result->length = host_to_be16(2); in eap_teap_build_crypto_binding()
579 result->status = host_to_be16(TEAP_STATUS_SUCCESS); in eap_teap_build_crypto_binding()
586 result = wpabuf_put(buf, sizeof(*result)); in eap_teap_build_crypto_binding()
587 result in eap_teap_build_crypto_binding()
659 struct teap_tlv_result *result; eap_teap_build_pac() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBlitGL.cpp338 // Make a temporary framebuffer using the second scratch texture to render the swizzled result in copySubImageToLUMAWorkaroundTexture()
417 angle::Result result = blitColorBufferWithShader(context, source, mScratchFBO, sourceAreaIn, in blitColorBufferWithShader() local
422 return result; in blitColorBufferWithShader()
1282 BlitProgram &result = mBlitPrograms[programType]; in getBlitProgram() local
1283 if (result.program == 0) in getBlitProgram()
1285 result.program = ANGLE_GL_TRY(context, mFunctions->createProgram()); in getBlitProgram()
1351 ANGLE_GL_TRY(context, mFunctions->attachShader(result.program, vs)); in getBlitProgram()
1523 ANGLE_GL_TRY(context, mFunctions->attachShader(result.program, fs)); in getBlitProgram()
1528 result.program, mTexcoordAttribLocation, texcoordAttribName)); in getBlitProgram()
1529 ANGLE_GL_TRY(context, mFunctions->linkProgram(result in getBlitProgram()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java627 * A pattern containing any invalid pattern letter will result in a thrown
1362 StringBuffer result = format(cal, getContext(DisplayContext.Type.CAPITALIZATION), toAppendTo, pos, attributes); in format()
1367 return result; in format()
1594 String result = null; in subFormat()
1776 result = tzFormat().format(Style.SPECIFIC_SHORT, tz, date); in subFormat()
1779 result = tzFormat().format(Style.SPECIFIC_LONG, tz, date); in subFormat()
1782 buf.append(result); in subFormat()
1787 result = tzFormat().format(Style.ISO_BASIC_LOCAL_FULL, tz, date); in subFormat()
1790 result = tzFormat().format(Style.ISO_EXTENDED_FULL, tz, date); in subFormat()
1793 result in subFormat()
[all...]
H A DSimpleFormatter.java120 * Formats the given values, replacing the contents of the result builder.
121 * May optimize by actually appending to the result if it is the same object
124 * @param result Gets its contents replaced by the formatted pattern and values.
130 * An argument value may be the same object as result.
132 * @return result
136 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
137 return SimpleFormatterImpl.formatAndReplace(compiledPattern, result, offsets, values); in formatAndReplace()
135 formatAndReplace( StringBuilder result, int[] offsets, CharSequence... values) formatAndReplace() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleDateFormat.java627 * A pattern containing any invalid pattern letter will result in a thrown
1356 StringBuffer result = format(cal, getContext(DisplayContext.Type.CAPITALIZATION), toAppendTo, pos, attributes); in format()
1361 return result; in format()
1585 String result = null; in subFormat()
1767 result = tzFormat().format(Style.SPECIFIC_SHORT, tz, date); in subFormat()
1770 result = tzFormat().format(Style.SPECIFIC_LONG, tz, date); in subFormat()
1773 buf.append(result); in subFormat()
1778 result = tzFormat().format(Style.ISO_BASIC_LOCAL_FULL, tz, date); in subFormat()
1781 result = tzFormat().format(Style.ISO_EXTENDED_FULL, tz, date); in subFormat()
1784 result in subFormat()
[all...]
H A DSimpleFormatter.java116 * Formats the given values, replacing the contents of the result builder.
117 * May optimize by actually appending to the result if it is the same object
120 * @param result Gets its contents replaced by the formatted pattern and values.
126 * An argument value may be the same object as result.
128 * @return result
131 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
132 return SimpleFormatterImpl.formatAndReplace(compiledPattern, result, offsets, values); in formatAndReplace()
130 formatAndReplace( StringBuilder result, int[] offsets, CharSequence... values) formatAndReplace() argument
/third_party/node/deps/v8/src/ic/
H A Dic.cc510 Handle<Object> result; in Load() local
513 isolate(), result, Object::GetProperty(&it, IsLoadGlobalIC()), Object); in Load() local
515 return result; in Load()
517 return result; in Load()
538 Handle<Object> result(script_context->get(lookup_result.slot_index), in Load()
541 if (result->IsTheHole(isolate())) { in Load()
569 return result; in Load()
1544 Handle<Object> result; in RuntimeLoad() local
1548 isolate(), result, Runtime::GetObjectProperty(isolate(), object, key), in RuntimeLoad() local
1552 ASSIGN_RETURN_ON_EXCEPTION(isolate(), result, in RuntimeLoad() local
2494 Handle<Object> result; Store() local
2498 isolate(), result, Store() local
2770 Handle<Object> result; RUNTIME_FUNCTION() local
2786 Handle<Object> result; RUNTIME_FUNCTION() local
3329 Handle<Object> result = arguments.CallNamedGetter(interceptor, name); RUNTIME_FUNCTION() local
3388 Handle<Object> result = arguments.CallNamedSetter(interceptor, name, value); RUNTIME_FUNCTION() local
3418 Handle<Object> result = arguments.CallIndexedGetter(interceptor, index); RUNTIME_FUNCTION() local
3465 Handle<Object> result = arguments.CallIndexedQuery(interceptor, index); RUNTIME_FUNCTION() local
3473 Handle<Object> result = arguments.CallIndexedGetter(interceptor, index); RUNTIME_FUNCTION() local
[all...]
/build/ohos/ndk/
H A Dcheck_ndk_header.py47 result = subprocess.run(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
48 if result.returncode != 0:
50 fs.write(f'Error: {result.stderr.decode()}')
/device/soc/rockchip/rk3568/hardware/codec/src/
H A Dhdi_mpp_component_manager.cpp35 bool result = ret.second; in AddToMppComponentManager() local
36 return result; in AddToMppComponentManager()
/device/soc/rockchip/rk3588/hardware/codec/src/
H A Dhdi_mpp_component_manager.cpp35 bool result = ret.second; in AddToMppComponentManager() local
36 return result; in AddToMppComponentManager()
/third_party/elfutils/libdw/
H A Ddwarf_getlocation_die.c38 Dwarf_Die *result) in dwarf_getlocation_die()
89 if (__libdw_offdie (attr->cu->dbg, dieoff, result, in dwarf_getlocation_die()
37 dwarf_getlocation_die(Dwarf_Attribute *attr, const Dwarf_Op *op, Dwarf_Die *result) dwarf_getlocation_die() argument
/third_party/astc-encoder/Test/
H A Dastc_dump_binary.py56 result = sp.run(args, stdout=sp.PIPE, stderr=sp.PIPE,
63 lines = result.stdout.splitlines()
/third_party/curl/docs/examples/
H A Dmulti-app.c100 printf("HTTP transfer completed with status %d\n", msg->data.result); in main()
103 printf("FTP transfer completed with status %d\n", msg->data.result); in main()
/third_party/curl/lib/
H A Dcurl_addrinfo.h71 struct Curl_addrinfo **result);
96 const struct addrinfo *hints, struct addrinfo **result,
/third_party/gn/src/gn/
H A Dninja_target_command_util_unittest.cc43 ::testing::TestResult result(false, message.c_str()); in TestWriter()
44 ::testing::AssertHelper(__FILE__, __LINE__, result) = ::testing::Message(); in TestWriter()
/third_party/gn/tools/
H A Dfind_unreachable.py71 result = find_source_targets_from(unreachable, targets_graph) \
74 print('\n'.join(sorted(result)))
/third_party/icu/icu4c/source/i18n/
H A Dunumsys.cpp76 unumsys_getDescription(const UNumberingSystem *unumsys, UChar *result, in unumsys_getDescription() argument
84 return descrip.extract(result, resultLength, *status); in unumsys_getDescription()
H A Dnumparse_decimal.h25 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
28 match(StringSegment& segment, ParsedNumber& result, int8_t exponentSign, UErrorCode& status) const;
H A Dnumparse_compositions.h54 // bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
58 // void postProcess(ParsedNumber& result) const override;
76 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
80 void postProcess(ParsedNumber& result) const override;
/third_party/icu/icu4c/source/i18n/unicode/
H A Dformat.h127 * for deleting the result when done.
137 * @param appendTo Output parameter to receive result.
155 * @param appendTo Output parameter to receive result.
175 * @param appendTo Output parameter to receive result.
204 * with index == 0 will result in the number 12, with
206 * Parsing a second time will result in a failing UErrorCode since
218 * @param result Formattable to be set to the parse result.
228 Formattable& result,
237 * @param result Formattabl
[all...]

Completed in 30 milliseconds

1...<<241242243244245246247248249250>>...445