Home
last modified time | relevance | path

Searched defs:result (Results 11276 - 11300 of 11832) sorted by relevance

1...<<451452453454455456457458459460>>...474

/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc616 FILE* result; in FOpen() local
703 int result = VSNPrintF(str, length, format, args); in SNPrintF() local
728 int result = strncpy_s(dest, length, src, n); in StrNCpy() local
969 void* result = AllocateShared() local
1426 bool result = LoadDbgHelpAndTlHelp32() local
1450 static std::vector<OS::SharedLibraryAddress> result; LoadSymbols() local
1624 uintptr_t result = _beginthreadex(nullptr, static_cast<unsigned>(stack_size_), Start() local
1639 DWORD result = TlsAlloc(); CreateThreadLocalKey() local
1646 BOOL result = TlsFree(static_cast<DWORD>(key)); DeleteThreadLocalKey() local
1658 BOOL result = TlsSetValue(static_cast<DWORD>(key), value); SetThreadLocal() local
1668 std::vector<OS::MemoryRange> result = {}; GetFreeMemoryRangesWithin() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc1767 Handle<SharedFunctionInfo> result; in FinalizeScript() local
1806 Handle<SharedFunctionInfo> result; in FinalizeFunction() local
2390 Handle<JSFunction> result; Compile() local
2462 ModifyCodeGenerationFromStringsResult result = Compile() local
2953 Handle<SharedFunctionInfo> result; Compile() local
3049 Handle<SharedFunctionInfo> result; Compile() local
3091 Handle<SharedFunctionInfo> result; Compile() local
3284 Handle<SharedFunctionInfo> result; Compile() local
3364 Handle<SharedFunctionInfo> result = Compile() local
3412 MaybeHandle<CodeT> result = GetOrCompileOptimized( Compile() local
[all...]
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc849 TracedNode* result = &(pair.first->second.back().node); in Acquire() local
860 TracedNode* result = &(pair.first->second.node); in Acquire() local
949 GlobalHandles::Node* result = regular_nodes_->Acquire(value); in Create() local
971 GlobalHandles::TracedNode* result; CreateTraced() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc290 Response result = local
1037 v8::debug::LiveEditResult result; in setScriptSource() local
1252 evaluateOnCallFrame( const String16& callFrameId, const String16& expression, Maybe<String16> objectGroup, Maybe<bool> includeCommandLineAPI, Maybe<bool> silent, Maybe<bool> returnByValue, Maybe<bool> generatePreview, Maybe<bool> throwOnSideEffect, Maybe<double> timeout, std::unique_ptr<RemoteObject>* result, Maybe<protocol::Runtime::ExceptionDetails>* exceptionDetails) evaluateOnCallFrame() argument
1436 currentCallFrames( std::unique_ptr<Array<CallFrame>>* result) currentCallFrames() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Dframes.cc179 StackFrame* result = SingletonFor(type); in SingletonFor() local
567 Code result = GetContainingCode(isolate(), pc()); in LookupCode() local
[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
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...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h691 ValueLocation& result() { return result_; } in result() function in v8::internal::maglev::ValueNode
692 const ValueLocation& result() const { return result_; } in result() function in v8::internal::maglev::ValueNode
814 ValueLocation& Node::result() { in result() function in v8::internal::maglev::Node
/third_party/node/deps/v8/src/objects/
H A Delements.cc1724 Maybe<bool> result = Nothing<bool>(); in IncludesValueImpl() local
2380 Handle<FixedArray> result in CreateListFromArrayLikeImpl() local
1681 IncludesValueFastPath(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> value, size_t start_from, size_t length, Maybe<bool>* result) IncludesValueFastPath() argument
2408 Handle<Object> result = RemoveElement() local
3204 ElementType result; GetImpl() local
3558 Handle<FixedArray> result = isolate->factory()->NewFixedArray(length); CreateListFromArrayLikeImpl() local
4359 ConvertArgumentsStoreResult( Handle<SloppyArgumentsElements> elements, Handle<Object> result) ConvertArgumentsStoreResult() argument
4380 Handle<Object> result = ArgumentsAccessor::GetImpl( GetImpl() local
4704 ConvertArgumentsStoreResult( Isolate* isolate, Handle<SloppyArgumentsElements> elements, Handle<Object> result) ConvertArgumentsStoreResult() argument
4803 ConvertArgumentsStoreResult( Isolate* isolate, Handle<SloppyArgumentsElements> paramtere_map, Handle<Object> result) ConvertArgumentsStoreResult() argument
[all...]
H A Djs-number-format.cc299 icu::MeasureUnit result = IsSanctionedUnitIdentifier(unit); in IsWellFormedUnitIdentifier() local
828 icu::number::UnlocalizedNumberFormatter result = settings; SetDigitOptionsToFormatterV2() local
853 icu::number::UnlocalizedNumberFormatter result = settings; SetDigitOptionsToFormatterV3() local
1847 ConstructParts(Isolate* isolate, icu::FormattedValue* formatted, Handle<JSArray> result, int start_index, bool style_is_unit, bool is_nan, bool output_source) ConstructParts() argument
2072 icu::UnicodeString result = formatted->toString(status); FormatToString() local
2088 Handle<JSArray> result = factory->NewJSArray(0); FormatToJSArray() local
[all...]
H A Dvalue-serializer.cc82 size_t result = 0; in BytesNeededForVarint() local
407 auto result = std::make_pair(buffer_, buffer_size_); in Release() local
1108 Maybe<bool> result = in WriteHostObject() local
1397 MaybeHandle<Object> result = ReadObject(); ReadObjectWrapper() local
1421 MaybeHandle<Object> result = ReadObjectInternal(); ReadObject() local
1964 MaybeHandle<JSArrayBuffer> result = ReadJSArrayBuffer() local
2203 Handle<WasmMemoryObject> result = ReadWasmMemory() local
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog.cc905 bool result = overflow_; in Remove() local
1061 bool result = isolate_->code_event_dispatcher()->AddListener(listener); in AddCodeEventListener() local
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc399 base::uc32 result = c0; in ReadNext() local
512 RegExpTree* result = ParseDisjunction(CHECK_FAILED); in ParsePattern() local
1408 bool result = ParseHexEscape(4, value); ParseUnicodeEscape() local
1462 LookupPropertyValueName(UProperty property, const char* property_value_name, bool negate, ZoneList<CharacterRange>* result, Zone* zone) LookupPropertyValueName() argument
1504 LookupSpecialPropertyValueName(const char* name, ZoneList<CharacterRange>* result, bool negate, Zone* zone) LookupSpecialPropertyValueName() argument
2028 Parse(RegExpCompileData* result) Parse() argument
2331 ParseRegExpFromHeapString(Isolate* isolate, Zone* zone, Handle<String> input, RegExpFlags flags, RegExpCompileData* result) ParseRegExpFromHeapString() argument
2353 VerifyRegExpSyntax(Zone* zone, uintptr_t stack_limit, const CharT* input, int input_length, RegExpFlags flags, RegExpCompileData* result, const DisallowGarbageCollection& no_gc) VerifyRegExpSyntax() argument
2371 VerifyRegExpSyntax(Isolate* isolate, Zone* zone, Handle<String> input, RegExpFlags flags, RegExpCompileData* result, const DisallowGarbageCollection&) VerifyRegExpSyntax() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc1866 BinOp(FullDecoder* decoder, WasmOpcode opcode, const Value& lhs, const Value& rhs, Value* result) BinOp() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c3528 LLVMValueRef result = lp_build_alloca(gallivm, uint_bld->vec_type, ""); in load_emit() local
H A Dlp_bld_nir_soa.c349 emit_load_var(struct lp_build_nir_context *bld_base, nir_variable_mode deref_mode, unsigned num_components, unsigned bit_size, nir_variable *var, unsigned vertex_index, LLVMValueRef indir_vertex_index, unsigned const_index, LLVMValueRef indir_index, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_var() argument
759 emit_load_kernel_arg(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, unsigned offset_bit_size, bool offset_is_uniform, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_kernel_arg() argument
849 LLVMValueRef result = lp_build_alloca(gallivm, res_bld->vec_type, ""); emit_load_global() local
928 emit_atomic_global(struct lp_build_nir_context *bld_base, nir_intrinsic_op nir_op, unsigned addr_bit_size, unsigned val_bit_size, LLVMValueRef addr, LLVMValueRef val, LLVMValueRef val2, LLVMValueRef *result) emit_atomic_global() argument
1054 emit_load_ubo(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, bool offset_is_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_ubo() argument
1249 LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]; emit_load_mem() local
1400 emit_atomic_mem(struct lp_build_nir_context *bld_base, nir_intrinsic_op nir_op, uint32_t bit_size, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef val, LLVMValueRef val2, LLVMValueRef *result) emit_atomic_mem() argument
1641 LLVMValueRef result[4] = { LLVMGetUndef(bld_base->base.vec_type), emit_tex() local
1727 emit_sysval_intrin(struct lp_build_nir_context *bld_base, nir_intrinsic_instr *instr, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_sysval_intrin() argument
2072 emit_vote(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_vote() argument
2139 emit_ballot(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_ballot() argument
2163 emit_elect(struct lp_build_nir_context *bld_base, LLVMValueRef result[4]) emit_elect() argument
2200 emit_shuffle(struct lp_build_nir_context *bld_base, LLVMValueRef src, LLVMValueRef index, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_shuffle() argument
2246 emit_reduce(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_reduce() argument
2466 emit_read_invocation(struct lp_build_nir_context *bld_base, LLVMValueRef src, unsigned bit_size, LLVMValueRef invoc, LLVMValueRef result[4]) emit_read_invocation() argument
2562 LLVMValueRef result = lp_build_alloca(gallivm, load_bld->vec_type, ""); emit_load_scratch() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c114 static int lookup_cert_match(X509 **result, X509_STORE_CTX *ctx, X509 *x) in lookup_cert_match() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs.c701 int result; in fs__close() local
854 int result; fs__read() local
1060 int result; fs__write() local
1131 int result = _wrmdir(req->file.pathw); fs__rmdir() local
1965 int result; fs__sync_impl() local
2107 int n, result = 0; fs__sendfile() local
2175 int result = _wchmod(req->file.pathw, req->fs.info.mode); fs__chmod() local
[all...]
/third_party/libabigail/src/
H A Dabg-suppression.cc1319 fn_call_expr_boundary_sptr result, nil; in create_fn_call_expr_boundary() local
1598 type_suppression_sptr result; in read_type_suppression() local
3044 function_suppression::parameter_spec_sptr result; read_parameter_spec_from_string() local
3115 function_suppression_sptr result; read_function_suppression() local
3995 variable_suppression_sptr result; read_variable_suppression() local
4297 file_suppression_sptr result; read_file_suppression() local
[all...]
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs4484 let mut result = CodegenResult::new(&counter); global() variables
[all...]
/third_party/python/Python/
H A Dsysmodule.c611 PyObject *encoded, *escaped_str, *repr_str, *buffer, *result; in sys_displayhook_unencodable() local
950 PyObject *result = _PyObject_FastCallTstate(tstate, callback, stack, 3); in call_trampoline() local
965 PyObject *result = call_trampoline(tstate, self, frame, what, arg); in profile_trampoline() local
991 PyObject *result in trace_trampoline() local
3376 PyObject *result = _PyObject_CallMethodOneArg(file, &_Py_ID(write), unicode); sys_pyfile_write_unicode() local
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitLir.c645 sljit_uw result = ~(sljit_uw)0; in compute_next_addr() local
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp105 std::string result; in codePointToUTF8() local
4151 std::string result; valueToQuotedString() local
4228 std::string result; valueToQuotedStringN() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c1007 size_t result = 0; in pa_sink_process_input_underruns() local
1142 static void inputs_drop(pa_sink *s, pa_mix_info *info, unsigned n, pa_memchunk *result) { in inputs_drop() argument
1240 pa_sink_render(pa_sink*s, size_t length, pa_memchunk *result) pa_sink_render() argument
1449 pa_sink_render_full(pa_sink *s, size_t length, pa_memchunk *result) pa_sink_render_full() argument
3131 pa_usec_t result = (pa_usec_t) -1; pa_sink_get_requested_latency_within_thread() local
[all...]
H A Dcore-util.c1951 FILE *pa_open_config_file(const char *global, const char *local, const char *env, char **result) { in pa_open_config_file() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp283 const bool result = deFloatAbs(depth - ref) <= threshold; in comparePixelToDepthClearValue() local
303 const bool result = calcFloatDiff(depth, ref) <= threshold; in comparePixelToDepthClearValue() local
332 const bool result = stencil == ref; in comparePixelToStencilClearValue() local
373 const bool result in comparePixelToColorClearValue() local
398 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold64), channelMask), channelMask)); comparePixelToColorClearValue() local
423 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold64), channelMask), channelMask)); comparePixelToColorClearValue() local
450 const bool result = !(calcFloatDiff(resColor[ndx], refColor[ndx]) > threshold.ivec4[ndx] && channelMask[ndx]); comparePixelToColorClearValue() local
794 const VkResult result = m_vki.getPhysicalDeviceImageFormatProperties(m_context.getPhysicalDevice(), m_params.imageFormat, m_params.imageType, getImageFormatProperties() local
1310 tcu::TestStatus result = tcu::TestStatus::pass(successMessage); verifyResultImage() local
[all...]

Completed in 87 milliseconds

1...<<451452453454455456457458459460>>...474