Home
last modified time | relevance | path

Searched refs:result (Results 6526 - 6550 of 11613) sorted by relevance

1...<<261262263264265266267268269270>>...465

/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...]
/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...]
/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...]
/test/xts/hats/hdf/input/hdi_passthrough/
H A Dhdf_input_hdi_test.cpp855 std::string result; in HWTEST_F() local
858 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()
880 std::string result; in HWTEST_F() local
883 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()
905 std::string result; in HWTEST_F() local
908 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()
930 std::string result; in HWTEST_F() local
933 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()
955 std::string result; in HWTEST_F() local
958 ret = g_inputInterfaces->RunCapacitanceTest(INVALID_INDEX, testType, result, TEST_RESULT_LE in HWTEST_F()
[all...]
/third_party/backends/backend/
H A Dplustek-pp_ptdrv.c655 DBG( DBG_HIGH, "ioctl() failed - result = %i\n", retval ); in ptdrvIoctl()
1056 "pt_drv%u: calibration failed, result = %i\n", in ptdrvRead()
1213 int result = _OK; in PtDrvInit() local
1218 result = sanei_pp_open( dev_name, &fd ); in PtDrvInit()
1219 if( SANE_STATUS_GOOD != result ) in PtDrvInit()
1220 return result; in PtDrvInit()
1225 result = ptdrvInit( 0 ); in PtDrvInit()
1227 if( _OK == result ) { in PtDrvInit()
1233 return result; in PtDrvInit()
1238 int result; in PtDrvShutdown() local
[all...]
/third_party/gn/src/gn/
H A Dohos_components_checker.cc221 auto result = std::find(all_deps_config_.begin(), all_deps_config_.end(), label); in InterceptAllDepsConfig() local
222 if (result != all_deps_config_.end()) { in InterceptAllDepsConfig()
238 auto result = std::find(includes_over_range_.begin(), includes_over_range_.end(), label); in InterceptIncludesOverRange() local
239 if (result != includes_over_range_.end()) { in InterceptIncludesOverRange()
272 auto result = std::find(innerapi_not_lib_.begin(), innerapi_not_lib_.end(), label); in InterceptInnerApiNotLib() local
273 if (result != innerapi_not_lib_.end()) { in InterceptInnerApiNotLib()
315 auto result = std::find(innerapi_not_declare_.begin(), innerapi_not_declare_.end(), label); in InterceptInnerApiNotDeclare() local
316 if (result != innerapi_not_declare_.end()) { in InterceptInnerApiNotDeclare()
604 auto result = std::find(visibility.begin(), visibility.end(), from_component->name()); in CheckInnerApiVisibilityDenied() local
605 if (result ! in CheckInnerApiVisibilityDenied()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java138 StringBuilder result = new StringBuilder();
143 result.append("Expected toPattern=" + expected + ", got " + actual);
150 result.append("Expected toLocalizedPattern=" + expected + ", got " + actual);
153 return result.length() == 0 ? null : result.toString();
315 StringBuilder result = new StringBuilder();
320 result.append("Expected toPattern=" + expected + ", got " + actual);
327 result.append("Expected toLocalizedPattern=" + expected + ", got " + actual);
330 return result.length() == 0 ? null : result
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java141 StringBuilder result = new StringBuilder();
146 result.append("Expected toPattern=" + expected + ", got " + actual);
153 result.append("Expected toLocalizedPattern=" + expected + ", got " + actual);
156 return result.length() == 0 ? null : result.toString();
318 StringBuilder result = new StringBuilder();
323 result.append("Expected toPattern=" + expected + ", got " + actual);
330 result.append("Expected toLocalizedPattern=" + expected + ", got " + actual);
333 return result.length() == 0 ? null : result
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dregion.cpp182 int32_t result = ICU_Utility::parseAsciiInteger(r->idStr, pos); in loadRegionData() local
184 r->code = result; // Convert string to number in loadRegionData()
252 int32_t result = ICU_Utility::parseAsciiInteger(aliasFromRegion->idStr, pos); in loadRegionData() local
254 aliasFromRegion->code = result; // Convert string to number in loadRegionData()
300 int32_t result = ICU_Utility::parseAsciiInteger(codeMappingNumber, pos); in loadRegionData() local
302 r->code = result; // Convert string to number in loadRegionData()
637 UVector result(nullptr, uhash_compareChars, status); in getContainedRegions()
647 result.addElement(const_cast<UnicodeString *>(&r->idStr), status); in getContainedRegions()
653 result.addElement(const_cast<UnicodeString *>(&r2->idStr), status); in getContainedRegions()
658 new RegionNameEnumeration(&result, statu in getContainedRegions()
[all...]
/third_party/libcoap/src/
H A Dcoap_debug.c170 unsigned char *result, size_t buflen, int encode_always) { in print_readable()
182 *result++ = *data; in print_readable()
189 *result++ = '\\'; in print_readable()
190 *result++ = 'x'; in print_readable()
191 *result++ = hex[(*data & 0xf0) >> 4]; in print_readable()
192 *result++ = hex[*data & 0x0f]; in print_readable()
202 *result = '\0'; /* add a terminating zero */ in print_readable()
609 unsigned char *result, unsigned int buflen) { in print_content_format()
654 return snprintf((char *)result, buflen, "%s", formats[i].name); in print_content_format()
659 return snprintf((char *)result, bufle in print_content_format()
169 print_readable(const uint8_t *data, size_t len, unsigned char *result, size_t buflen, int encode_always) print_readable() argument
608 print_content_format(unsigned int format_type, unsigned char *result, unsigned int buflen) print_content_format() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c653 struct dpb_list *entry, *result = NULL; in vid_dec_h265_Flush() local
659 if (result && entry->poc == 0) in vid_dec_h265_Flush()
662 if (!result || entry->poc < result->poc) in vid_dec_h265_Flush()
663 result = entry; in vid_dec_h265_Flush()
666 if (!result) in vid_dec_h265_Flush()
669 buf = result->buffer; in vid_dec_h265_Flush()
671 *timestamp = result->timestamp; in vid_dec_h265_Flush()
674 list_del(&result->list); in vid_dec_h265_Flush()
675 FREE(result); in vid_dec_h265_Flush()
[all...]
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py111 self.result = None
114 self.result = None
116 return self.result
119 self.result = node.value
122 self.result = node
125 self.result = node.name
131 self.result = array
139 self.result = struct
142 self.result = self.interpreter.lookup_object(node.address)
786 self.result
[all...]
/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c128 int64_t result = 1; in power() local
131 result *= base; exp--; in power()
133 return result; in power()
412 struct hdr_histogram** result) in hdr_init()
440 *result = histogram; in hdr_init()
453 int hdr_alloc(int64_t highest_trackable_value, int significant_figures, struct hdr_histogram** result) in hdr_alloc() argument
455 return hdr_init(1, highest_trackable_value, significant_figures, result); in hdr_alloc()
875 bool result = move_next(iter); in all_values_iter_next() local
877 if (result) in all_values_iter_next()
882 return result; in all_values_iter_next()
408 hdr_init( int64_t lowest_discernible_value, int64_t highest_trackable_value, int significant_figures, struct hdr_histogram** result) hdr_init() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dregion.cpp182 int32_t result = ICU_Utility::parseAsciiInteger(r->idStr, pos); in loadRegionData() local
184 r->code = result; // Convert string to number in loadRegionData()
252 int32_t result = ICU_Utility::parseAsciiInteger(aliasFromRegion->idStr, pos); in loadRegionData() local
254 aliasFromRegion->code = result; // Convert string to number in loadRegionData()
300 int32_t result = ICU_Utility::parseAsciiInteger(codeMappingNumber, pos); in loadRegionData() local
302 r->code = result; // Convert string to number in loadRegionData()
637 UVector result(nullptr, uhash_compareChars, status); in getContainedRegions()
647 result.addElement(const_cast<UnicodeString *>(&r->idStr), status); in getContainedRegions()
653 result.addElement(const_cast<UnicodeString *>(&r2->idStr), status); in getContainedRegions()
658 new RegionNameEnumeration(&result, statu in getContainedRegions()
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-literals.cc314 MaybeHandle<JSObject> result = v.StructureWalk(object); in DeepWalk() local
316 DCHECK(!result.ToHandle(&for_assert) || for_assert.is_identical_to(object)); in DeepWalk()
317 return result; in DeepWalk()
323 MaybeHandle<JSObject> result = v.StructureWalk(object); in DeepWalk() local
325 DCHECK(!result.ToHandle(&for_assert) || for_assert.is_identical_to(object)); in DeepWalk()
326 return result; in DeepWalk()
494 Handle<JSObject> result = in CreateArrayLiteral() local
496 fixed_array_values_copy->set(i, *result); in CreateArrayLiteral()
503 Handle<JSObject> result = CreateObjectLiteral( in CreateArrayLiteral() local
505 fixed_array_values_copy->set(i, *result); in CreateArrayLiteral()
[all...]
H A Druntime-internal.cc117 // If the result of a BigInt computation is truncated to 64 bit, Turbofan in RUNTIME_FUNCTION()
486 Handle<SeqOneByteString> result; in RUNTIME_FUNCTION()
488 isolate, result, isolate->factory()->NewRawOneByteString(length)); in RUNTIME_FUNCTION()
489 return *result; in RUNTIME_FUNCTION()
497 Handle<SeqTwoByteString> result; in RUNTIME_FUNCTION()
499 isolate, result, isolate->factory()->NewRawTwoByteString(length)); in RUNTIME_FUNCTION()
500 return *result; in RUNTIME_FUNCTION()
579 // Without arguments, the result is returned as a string. in RUNTIME_FUNCTION()
582 Handle<String> result = isolate->factory()->NewStringFromAsciiChecked( in RUNTIME_FUNCTION() local
585 return *result; in RUNTIME_FUNCTION()
717 Handle<String> result = isolate->factory()->NewStringFromAsciiChecked(str); RUNTIME_FUNCTION() local
[all...]
H A Druntime-wasm.cc124 bool result = internal::wasm::TypecheckJSObject(isolate, module, value, type, in RUNTIME_FUNCTION() local
126 return Smi::FromInt(result); in RUNTIME_FUNCTION()
311 Object result = isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION() local
312 if (result.IsException()) return result; in RUNTIME_FUNCTION()
518 int result = WasmTableObject::Grow(isolate, table, delta, value); in RUNTIME_FUNCTION() local
520 return Smi::FromInt(result); in RUNTIME_FUNCTION()
792 i::Handle<i::Object> result; in RUNTIME_FUNCTION() local
796 .ToHandle(&result); in RUNTIME_FUNCTION()
799 return *result; in RUNTIME_FUNCTION()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp128 spec.outputs.push_back(Symbol("result", glu::VarType(resultType, glu::PRECISION_HIGHP))); in getShaderSpec()
134 string("result = ") + expr + ";\n"; in getShaderSpec()
490 UVec2 result (~0u, ~0u); in testImageQuery()
492 void* outputs[] = { result.getPtr() }; in testImageQuery()
504 if (result != reference) in testImageQuery()
508 << ": got " << result in testImageQuery()
518 if (result.x() != 1u) in testImageQuery()
522 << ": got " << result.x() in testImageQuery()
735 const Vec2 result = resultImg.getPixel(x, y).swizzle(0,1); in testImageQueryLod() local
736 const bool levelOk = result in testImageQueryLod()
[all...]

Completed in 43 milliseconds

1...<<261262263264265266267268269270>>...465