Home
last modified time | relevance | path

Searched refs:result (Results 2851 - 2875 of 10825) sorted by relevance

1...<<111112113114115116117118119120>>...433

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_teap_common.c423 if (tlv->result) { in eap_teap_parse_tlv()
426 tlv->result = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv()
431 tlv->result = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv()
434 tlv->result = WPA_GET_BE16(pos); in eap_teap_parse_tlv()
435 if (tlv->result != TEAP_STATUS_SUCCESS && in eap_teap_parse_tlv()
436 tlv->result != TEAP_STATUS_FAILURE) { in eap_teap_parse_tlv()
438 tlv->result); in eap_teap_parse_tlv()
439 tlv->result = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv()
442 tlv->result == TEAP_STATUS_SUCCESS ? in eap_teap_parse_tlv()
449 tlv->result in eap_teap_parse_tlv()
626 struct teap_tlv_result *result; eap_teap_tlv_result() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp107 tcu::Vec4 result; in vec4FromPtr() local
109 result[i] = ptr[i]; in vec4FromPtr()
110 return result; in vec4FromPtr()
496 VarValue result; in getSamplerFillValue() local
497 result.type = glu::TYPE_FLOAT_VEC4; in getSamplerFillValue()
500 result.val.floatV[i] = sampler.val.samplerV.fillColor[i]; in getSamplerFillValue()
502 return result; in getSamplerFillValue()
509 VarValue result; in getSamplerUnitValue() local
510 result.type = glu::TYPE_INT; in getSamplerUnitValue()
511 result in getSamplerUnitValue()
519 std::ostringstream result; shaderVarValueStr() local
550 std::ostringstream result; apiVarValueStr() local
581 VarValue result; generateRandomVarValue() local
617 VarValue result; generateZeroVarValue() local
690 VarValue result; getRandomBoolRepresentation() local
924 deUint32 result = 0; randomFeatures() local
1148 std::ostringstream result; generateVertexSource() local
1174 std::ostringstream result; generateFragmentSource() local
[all...]
/third_party/backends/backend/
H A Dapple.c329 sense_handler (int scsi_fd, u_char * result, void *arg) in sense_handler() argument
334 switch (result[2] & 0x0F) in sense_handler()
368 uint8_t result[22]; in request_sense() local
369 size_t size = sizeof (result); in request_sense()
373 memset (result, 0, sizeof (result)); in request_sense()
380 STORE8 (cmd + 4, sizeof (result)); in request_sense()
381 sanei_scsi_cmd (s->fd, cmd, sizeof (cmd), result, &size); in request_sense()
383 if (result[7] != 14) in request_sense()
385 DBG (ERROR_MESSAGE, "Additional Length %u\n", (unsigned int) result[ in request_sense()
476 char result[INQ_LEN]; attach() local
2444 uint8_t result[12]; sane_read() local
[all...]
H A Dabaton.c237 sense_handler (int scsi_fd, u_char * result, void *arg) in sense_handler() argument
242 switch (result[2] & 0x0F) in sense_handler()
275 uint8_t result[22]; in request_sense() local
276 size_t size = sizeof (result); in request_sense()
280 memset (result, 0, sizeof (result)); in request_sense()
283 STORE8 (cmd + 4, sizeof (result)); in request_sense()
284 sanei_scsi_cmd (s->fd, cmd, sizeof (cmd), result, &size); in request_sense()
286 if (result[7] != 14) in request_sense()
288 DBG (ERROR_MESSAGE, "Additional Length %u\n", (unsigned int) result[ in request_sense()
408 char result[INQ_LEN]; attach() local
1281 uint8_t result[12]; sane_read() local
[all...]
H A Ds9036.c125 sense_handler (int scsi_fd, u_char *result, void *arg) in sense_handler() argument
130 if (result[0]) in sense_handler()
132 DBG (0, "sense_handler() : sense code = %02x\n", result[0]); in sense_handler()
200 Byte result[WAIT_READY_READ_SIZE]; in wait_ready() local
207 result, &size); in wait_ready()
221 int left = result[2] * 256 + result[3]; in wait_ready()
252 Byte result[GET_READ_SIZES_READ_SIZE]; in get_read_sizes() local
256 status = sanei_scsi_cmd (fd, scsi_read, sizeof (scsi_read), result, &size); in get_read_sizes()
265 *lines_available = result[1 in get_read_sizes()
536 Byte result[ATTACH_SCSI_INQ_LEN]; attach() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DBasicTest.java385 String result = Normalizer.decompose(input, false); in TestVerisign()
386 if (!result.equals(output)) { in TestVerisign()
388 errln(" decompose: " + hex(result)); in TestVerisign()
391 result = Normalizer.compose(input, false); in TestVerisign()
392 if (!result.equals(output)) { in TestVerisign()
394 errln(" compose: " + hex(result)); in TestVerisign()
689 errln("wrong result from one of the u_getIntPropertyMaxValue(UCHAR_NF*_QUICK_CHECK) or UCHAR_*_CANONICAL_COMBINING_CLASS"); in TestQuickCheckPerCP()
1478 errln("error in Normalizer::(de)compose(): wrong result(s)"); in TestNormalizerAPI()
1565 /* mode, left, right, result */ in TestConcatenate()
1587 String left, right, expect, result; in TestConcatenate()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java382 String result = Normalizer.decompose(input, false); in TestVerisign()
383 if (!result.equals(output)) { in TestVerisign()
385 errln(" decompose: " + hex(result)); in TestVerisign()
388 result = Normalizer.compose(input, false); in TestVerisign()
389 if (!result.equals(output)) { in TestVerisign()
391 errln(" compose: " + hex(result)); in TestVerisign()
686 errln("wrong result from one of the u_getIntPropertyMaxValue(UCHAR_NF*_QUICK_CHECK) or UCHAR_*_CANONICAL_COMBINING_CLASS"); in TestQuickCheckPerCP()
1475 errln("error in Normalizer::(de)compose(): wrong result(s)"); in TestNormalizerAPI()
1562 /* mode, left, right, result */ in TestConcatenate()
1584 String left, right, expect, result; in TestConcatenate()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_query.c80 * uint64_t result = 0; in build_occlusion_query_shader()
89 * result += end - start; in build_occlusion_query_shader()
97 * dst_buf[dst_offset] = result; in build_occlusion_query_shader()
99 * dst_buf[dst_offset] = (uint32_t)result. in build_occlusion_query_shader()
109 nir_variable *result = nir_local_variable_create(b.impl, glsl_uint64_t_type(), "result"); in build_occlusion_query_shader() local
130 nir_store_var(&b, result, nir_imm_int64(&b, 0), 0x1); in build_occlusion_query_shader()
157 nir_store_var(&b, result, in build_occlusion_query_shader()
158 nir_iadd(&b, nir_load_var(&b, result), in build_occlusion_query_shader()
170 /* Store the result i in build_occlusion_query_shader()
246 nir_variable *result = build_pipeline_statistics_query_shader() local
410 nir_variable *result = build_tfb_query_shader() local
531 nir_variable *result = nir_local_variable_create(b.impl, glsl_uint64_t_type(), "result"); build_timestamp_query_shader() local
644 nir_variable *result = build_pg_query_shader() local
750 VkResult result; radv_device_init_meta_query_state_internal() local
1075 VkResult result; radv_CreateQueryPool() local
1186 VkResult result = VK_SUCCESS; radv_GetQueryPoolResults() local
[all...]
H A Dradv_meta_etc_decode.c66 nir_ssa_def *result = NULL; in etc1_color_modifier_lookup() local
70 if (result) in etc1_color_modifier_lookup()
71 result = nir_bcsel(b, nir_ieq_imm(b, x, i), tmp, result); in etc1_color_modifier_lookup()
73 result = tmp; in etc1_color_modifier_lookup()
75 return result; in etc1_color_modifier_lookup()
82 nir_ssa_def *result = NULL; in etc2_distance_lookup() local
84 if (result) in etc2_distance_lookup()
85 result = nir_bcsel(b, nir_ieq_imm(b, x, i), nir_imm_int(b, table[i]), result); in etc2_distance_lookup()
97 nir_ssa_def *result = NULL; etc1_alpha_modifier_lookup() local
470 nir_ssa_def *result = nir_iadd(&b, nir_load_var(&b, base_rgb), off); build_shader() local
525 VkResult result; create_layout() local
570 VkResult result; create_decode_pipeline() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dmap.cc537 int result = 0;
540 result++;
542 return result;
619 Map result = *this;
622 Object back = result.GetBackPointer(cage_base);
626 DCHECK_LE(result.NumberOfOwnDescriptors(),
627 result.instance_descriptors(cage_base, kRelaxedLoad)
629 return result;
631 result = Map::cast(back);
641 Map result
1083 int result = 0; NumberOfEnumerableProperties() local
1146 Handle<Map> result = isolate->factory()->NewMap( RawCopy() local
1263 Handle<Map> result = RawCopy( CopyNormalized() local
1335 Handle<Map> result = CopyInitialMap() local
1356 Handle<Map> result = CopyDropDescriptors() local
1377 Handle<Map> result = CopyDropDescriptors(isolate, map); ShareDescriptor() local
1445 Handle<Map> result = CopyDropDescriptors(isolate, map); CopyReplaceDescriptors() local
1861 Handle<Map> result; TransitionToDataProperty() local
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c389 VkResult result; in lvp_shader_compile_to_ir() local
438 result = vk_pipeline_shader_stage_to_nir(&pdevice->vk, sinfo, in lvp_shader_compile_to_ir()
441 if (result != VK_SUCCESS) in lvp_shader_compile_to_ir()
442 return result; in lvp_shader_compile_to_ir()
745 VkResult result; in lvp_graphics_pipeline_init() local
805 result = vk_graphics_pipeline_state_fill(&device->vk, in lvp_graphics_pipeline_init()
810 if (result != VK_SUCCESS) in lvp_graphics_pipeline_init()
811 return result; in lvp_graphics_pipeline_init()
830 result = lvp_shader_compile_to_ir(pipeline, sinfo); in lvp_graphics_pipeline_init()
831 if (result ! in lvp_graphics_pipeline_init()
929 VkResult result; lvp_graphics_pipeline_create() local
967 VkResult result = VK_SUCCESS; lvp_CreateGraphicsPipelines() local
1006 VkResult result = lvp_shader_compile_to_ir(pipeline, &pCreateInfo->stage); lvp_compute_pipeline_init() local
1025 VkResult result; lvp_compute_pipeline_create() local
1063 VkResult result = VK_SUCCESS; lvp_CreateComputePipelines() local
[all...]
/third_party/python/Python/
H A Dcodecs.c149 PyObject *result = PyDict_GetItemWithError(interp->codec_search_cache, v); in _PyCodec_Lookup() local
150 if (result != NULL) { in _PyCodec_Lookup()
151 Py_INCREF(result); in _PyCodec_Lookup()
153 return result; in _PyCodec_Lookup()
177 result = PyObject_CallOneArg(func, v); in _PyCodec_Lookup()
178 if (result == NULL) in _PyCodec_Lookup()
180 if (result == Py_None) { in _PyCodec_Lookup()
181 Py_DECREF(result); in _PyCodec_Lookup()
184 if (!PyTuple_Check(result) || PyTuple_GET_SIZE(result) ! in _PyCodec_Lookup()
414 PyObject *args = NULL, *result = NULL; _PyCodec_EncodeInternal() local
460 PyObject *args = NULL, *result = NULL; _PyCodec_DecodeInternal() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc742 auto result = TryGetBooleanValueImpl(broker); in TryGetBooleanValue() local
743 DCHECK_IMPLIES(broker->IsMainThread() && result.has_value(), in TryGetBooleanValue()
744 result.value() == object()->BooleanValue(broker->isolate())); in TryGetBooleanValue()
745 return result; in TryGetBooleanValue()
1220 FieldIndex result = FieldIndex::ForDescriptor(*object(), descriptor_index); in GetFieldIndexFor() local
1221 DCHECK(result.is_inobject()); in GetFieldIndexFor()
1222 return result; in GetFieldIndexFor()
1252 // TODO(solanes, v8:7790): Consider caching the result of the field owner on in FindFieldOwner()
1263 auto result = ConcurrentLookupIterator::TryGetOwnChar( in GetCharAsStringOrUndefined() local
1267 if (result in GetCharAsStringOrUndefined()
1842 auto result = ConcurrentLookupIterator::TryGetOwnConstantElement( GetOwnConstantElementFromHeap() local
1861 base::Optional<ObjectRef> result = GetOwnFastDataPropertyFromHeap( GetOwnFastDataProperty() local
1873 base::Optional<ObjectRef> result = GetOwnDictionaryProperty() local
2013 NameRef result = MakeRef(broker(), object()->GetKey(descriptor_index)); GetPropertyKey() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc590 Handle<ResultSeqString> result = Handle<ResultSeqString>::cast(untyped_res); in StringReplaceGlobalAtomRegExpWithString() local
596 String::WriteToFlat(*subject, result->GetChars(no_gc) + result_pos, in StringReplaceGlobalAtomRegExpWithString()
603 String::WriteToFlat(*replacement, result->GetChars(no_gc) + result_pos, 0, in StringReplaceGlobalAtomRegExpWithString()
612 String::WriteToFlat(*subject, result->GetChars(no_gc) + result_pos, in StringReplaceGlobalAtomRegExpWithString()
621 return *result; in StringReplaceGlobalAtomRegExpWithString()
663 // Guessing the number of parts that the final result string is built in StringReplaceGlobalRegExpWithString()
821 Handle<JSArray> result = isolate->factory()->NewJSArrayWithElements( in RUNTIME_FUNCTION() local
823 return *result; in RUNTIME_FUNCTION()
847 Handle<JSArray> result = in RUNTIME_FUNCTION() local
851 DCHECK(result in RUNTIME_FUNCTION()
1438 Object result = RegExpReplace() local
1443 Object result = RegExpReplace() local
1450 Object result = StringReplaceGlobalRegExpWithString( RegExpReplace() local
1480 Object result; RUNTIME_FUNCTION() local
1702 Handle<Object> result; RUNTIME_FUNCTION() local
1724 Handle<Object> result; RUNTIME_FUNCTION() local
1821 Handle<Object> result; RUNTIME_FUNCTION() local
1852 Handle<Object> result; RUNTIME_FUNCTION() local
[all...]
/third_party/skia/samplecode/
H A DSampleVariableWidthStroker.cpp40 uint64_t result = 1; in choose() local
42 result *= (n + 1 - i); in choose()
43 result /= i; in choose()
45 return result; in choose()
92 ScalarBezCurve result = curve; in Eval() local
97 result.fWeights[i] = result.fWeights[i - 1] * (1 - t) + result.fWeights[i] * t; in Eval()
101 return result.fWeights[curve.fDegree]; in Eval()
110 void split(float tmin, float tmax, ScalarBezCurve* result) cons
125 ScalarBezCurve result = curve; Split() local
196 std::vector<float> result; ZeroSet() local
203 ScalarBezCurve result = curve; Mul() local
256 ScalarBezCurve result = a; Sub() local
287 ZeroSetRec(const ScalarBezCurve& curve, float tmin, float tmax, float tol, std::vector<float>* result) ZeroSetRec() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py42 def create_future(state=PENDING, exception=None, result=None):
46 f._result = result
55 SUCCESSFUL_FUTURE = create_future(state=FINISHED, result=42)
229 self.assertEqual(f.result(), 'initialized')
259 future.result()
341 t.submit(id, 42).result()
353 f.result()
417 executor.submit(int).result()
792 futures_list.append(create_future(state=FINISHED, result=42))
830 self.assertEqual(256, future.result())
[all...]
/third_party/python/Objects/
H A Dgenobject.c156 PyObject *result; in gen_send_ex2() local
204 result = arg ? arg : Py_None; in gen_send_ex2()
205 Py_INCREF(result); in gen_send_ex2()
206 _PyFrame_StackPush(frame, result); in gen_send_ex2()
219 result = _PyEval_EvalFrame(tstate, frame, exc); in gen_send_ex2()
234 if (result) { in gen_send_ex2()
236 *presult = result; in gen_send_ex2()
239 assert(result == Py_None || !PyAsyncGen_CheckExact(gen)); in gen_send_ex2()
240 if (result == Py_None && !PyAsyncGen_CheckExact(gen) && !arg) { in gen_send_ex2()
242 Py_CLEAR(result); in gen_send_ex2()
278 PyGen_am_send(PyGenObject *gen, PyObject *arg, PyObject **result) PyGen_am_send() argument
286 PyObject *result; gen_send_ex() local
592 PyObject *result; gen_iternext() local
1692 async_gen_unwrap_value(PyAsyncGenObject *gen, PyObject *result) async_gen_unwrap_value() argument
1759 PyObject *result; async_gen_asend_send() local
1804 PyObject *result; async_gen_asend_throw() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp754 int elementCount, std::vector<FloatPixel>& result) const;
760 int componentCount, float (*pack)(Type), std::vector<FloatPixel>& result) const;
764 void (*pack)(rawIntPixel*, Type), std::vector<FloatPixel>& result) const;
768 void (*pack)(rawUintPixel*, Type), std::vector<FloatPixel>& result) const;
772 void (*pack)(rawFloatPixel*, Type), std::vector<FloatPixel>& result) const;
2021 bool result = true;
2028 result = false;
2032 result &= readPixels(false);
2033 result &= doCopy();
2040 result
3518 bool result = true; testAllFormatsAndTypes() local
3642 bool result = true; iterate() local
[all...]
/third_party/curl/tests/libtest/
H A Dlib1911.c60 CURLcode result; in test() local
79 result = curl_easy_setopt(easy, o->id, buffer); in test()
80 switch(result) { in test()
89 o->name, (int)result); in test()
/third_party/elfutils/libdw/
H A Ddwarf_getlocation_implicit_pointer.c53 Dwarf_Attribute *result) in dwarf_getlocation_implicit_pointer()
70 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL in dwarf_getlocation_implicit_pointer()
71 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL) in dwarf_getlocation_implicit_pointer()
73 __libdw_empty_loc_attr (result); in dwarf_getlocation_implicit_pointer()
52 dwarf_getlocation_implicit_pointer(Dwarf_Attribute *attr, const Dwarf_Op *op, Dwarf_Attribute *result) dwarf_getlocation_implicit_pointer() argument
/third_party/elfutils/libebl/
H A Deblcorenote.c50 int result = ebl->core_note (nhdr, name, in ebl_core_note() local
52 if (result == 0) in ebl_core_note()
74 result = 1; in ebl_core_note()
78 return result; in ebl_core_note()
/third_party/elfutils/libelf/
H A Dgelf_getversym.c46 GElf_Versym *result; in gelf_getversym() local
74 result = NULL; in gelf_getversym()
80 result = dst; in gelf_getversym()
85 return result; in gelf_getversym()
H A Dgelf_getvernaux.c44 GElf_Vernaux *result; in gelf_getvernaux() local
72 result = NULL; in gelf_getvernaux()
75 result = (GElf_Vernaux *) memcpy (dst, (char *) data->d_buf + offset, in gelf_getvernaux()
80 return result; in gelf_getvernaux()
H A Dgelf_getverneed.c44 GElf_Verneed *result; in gelf_getverneed() local
72 result = NULL; in gelf_getverneed()
75 result = (GElf_Verneed *) memcpy (dst, (char *) data->d_buf + offset, in gelf_getverneed()
80 return result; in gelf_getverneed()
H A Dgelf_getverdaux.c44 GElf_Verdaux *result; in gelf_getverdaux() local
69 result = NULL; in gelf_getverdaux()
72 result = (GElf_Verdaux *) memcpy (dst, (char *) data->d_buf + offset, in gelf_getverdaux()
78 return result; in gelf_getverdaux()

Completed in 33 milliseconds

1...<<111112113114115116117118119120>>...433