Home
last modified time | relevance | path

Searched +defs:val +defs:error (Results 226 – 250 of 2238) sorted by relevance

12345678910>>...90

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/
H A DIsoIn.cpp132 UInt32 val = 0; in ReadUInt16() local
144 UInt32 val = 0; in ReadUInt32Le() local
152 UInt32 val = 0; in ReadUInt32Be() local
165 UInt32 val = 0; in ReadUInt32() local
464 bool error = false; in ReadBootInfo() local
/aosp_15_r20/external/freetype/src/truetype/
H A Dttinterp.c305 FT_Error error; in TT_Load_Context() local
486 FT_Error error; in TT_New_Context() local
1466 FT_Error error; in Modify_CVT_Check() local
1875 FT_F26Dot6 val; in Round_None() local
1918 FT_F26Dot6 val; in Round_To_Grid() local
1963 FT_F26Dot6 val; in Round_To_Half_Grid() local
2010 FT_F26Dot6 val; in Round_Down_To_Grid() local
2054 FT_F26Dot6 val; in Round_Up_To_Grid() local
2099 FT_F26Dot6 val; in Round_To_Double_Grid() local
2150 FT_F26Dot6 val; in Round_Super() local
[all …]
/aosp_15_r20/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DEvent.java329 String val = mReader.nextString(); in readInt() local
334 String val = mReader.nextString(); in readBool() local
339 String val = mReader.nextString(); in readBus() local
434 private static void error(String msg, Exception e) { in error() method in Event
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp29 namespace val { namespace
346 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in CheckMemoryAccess() local
365 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in CheckMemoryAccess() local
955 if (auto error = CheckMemoryAccess(_, inst, 3)) return error; in ValidateLoad() local
1095 if (auto error = CheckMemoryAccess(_, inst, 2)) return error; in ValidateStore() local
1119 if (auto error = CheckMemoryAccess(_, inst, first_access_index)) in ValidateCopyMemoryMemoryAccess() local
1127 if (auto error = CheckMemoryAccess(_, inst, second_access_index)) in ValidateCopyMemoryMemoryAccess() local
1261 if (auto error = ValidateCopyMemoryMemoryAccess(_, inst)) return error; in ValidateCopyMemory() local
1444 if (auto error = ValidateAccessChain(_, inst)) return error; in ValidatePtrAccessChain() local
1677 if (auto error = CheckMemoryAccess(_, inst, memory_access_index)) in ValidateCooperativeMatrixLoadStoreNV() local
[all …]
Dvalidate_cfg.cpp37 namespace val { namespace
567 if (auto error = FindCaseFallThrough(_, target_block, &case_fall_through, in StructuredSwitchChecks() local
866 if (auto error = in StructuredControlFlowChecks() local
873 if (auto error = ValidateStructuredSelections(_, postorder)) { in StructuredControlFlowChecks() local
1088 if (auto error = in PerformCfgChecks() local
1094 if (auto error = MaximalReconvergenceChecks(_)) { in PerformCfgChecks() local
1105 if (auto error = _.current_function().RegisterBlock(inst->id())) in CfgPass() local
1118 if (auto error = _.current_function().RegisterLoopMerge(merge_block, in CfgPass() local
1126 if (auto error = _.current_function().RegisterSelectionMerge(merge_block)) in CfgPass() local
1245 if (auto error = ValidatePhi(_, inst)) return error; in ControlFlowPass() local
[all …]
/aosp_15_r20/external/mesa3d/src/glx/
H A Dindirect_glx.c219 unsigned error = 0; in indirect_create_context() local
237 unsigned *error) in indirect_create_context_attribs()
255 uint32_t attr = attribs[i*2], val = attribs[i*2 + 1]; in indirect_create_context_attribs() local
/aosp_15_r20/art/test/901-hello-ti-agent/
H A Dbasics.cc35 jvmtiError error = env->SetEventNotificationMode(JVMTI_ENABLE, evt, nullptr); in EnableEvent() local
160 JNIEnv* env, [[maybe_unused]] jclass Main_klass, jint iflag, jboolean val) { in Java_art_Test901_setVerboseFlag()
191 JNIEnv* env, [[maybe_unused]] jclass Main_klass, jint error) { in Java_art_Test901_getErrorName()
/aosp_15_r20/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp77 std::ostringstream error; in DeserializeConfigFromPb() local
436 std::ostringstream error; in DeserializePackageFromPb() local
634 std::ostringstream error; in DeserializeCompiledFileFromPb() local
652 std::ostringstream error; in DeserializeCompiledFileFromPb() local
660 std::ostringstream error; in DeserializeCompiledFileFromPb() local
701 std::ostringstream error; in DeserializeReferenceFromPb() local
930 android::Res_value val = {}; in DeserializeItemFromPbInternal() local
/aosp_15_r20/external/ot-br-posix/src/dbus/common/
H A Ddbus_message_helper_openthread.cpp38 uint8_t val; in DBusMessageExtract() local
39 otbrError error = DBusMessageExtract(aIter, val); in DBusMessageExtract() local
55 otbrError error = OTBR_ERROR_NONE; in DBusMessageExtract() local
89 otbrError error = OTBR_ERROR_NONE; in DBusMessageEncode() local
117 otbrError error = OTBR_ERROR_NONE; in DBusMessageExtract() local
132 otbrError error = OTBR_ERROR_NONE; in DBusMessageEncode() local
147 otbrError error = OTBR_ERROR_NONE; in DBusMessageEncode() local
164 otbrError error = OTBR_ERROR_DBUS; in DBusMessageExtract() local
182 otbrError error = OTBR_ERROR_NONE; in DBusMessageEncode() local
199 otbrError error = OTBR_ERROR_NONE; in DBusMessageExtract() local
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_mode_setting.cpp24 namespace val { namespace
815 if (auto error = ValidateEntryPoint(_, inst)) return error; in ModeSettingPass() local
819 if (auto error = ValidateExecutionMode(_, inst)) return error; in ModeSettingPass() local
822 if (auto error = ValidateMemoryModel(_, inst)) return error; in ModeSettingPass() local
H A Dvalidate_cfg.cpp37 namespace val { namespace
575 if (auto error = FindCaseFallThrough(_, target_block, &case_fall_through, in StructuredSwitchChecks() local
876 if (auto error = StructuredSwitchChecks(_, function, construct)) { in StructuredControlFlowChecks() local
882 if (auto error = ValidateStructuredSelections(_, postorder)) { in StructuredControlFlowChecks() local
1097 if (auto error = in PerformCfgChecks() local
1103 if (auto error = MaximalReconvergenceChecks(_)) { in PerformCfgChecks() local
1114 if (auto error = _.current_function().RegisterBlock(inst->id())) in CfgPass() local
1127 if (auto error = _.current_function().RegisterLoopMerge(merge_block, in CfgPass() local
1135 if (auto error = _.current_function().RegisterSelectionMerge(merge_block)) in CfgPass() local
1254 if (auto error = ValidatePhi(_, inst)) return error; in ControlFlowPass() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_mode_setting.cpp24 namespace val { namespace
815 if (auto error = ValidateEntryPoint(_, inst)) return error; in ModeSettingPass() local
819 if (auto error = ValidateExecutionMode(_, inst)) return error; in ModeSettingPass() local
822 if (auto error = ValidateMemoryModel(_, inst)) return error; in ModeSettingPass() local
H A Dvalidate_memory.cpp29 namespace val { namespace
346 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in CheckMemoryAccess() local
365 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in CheckMemoryAccess() local
955 if (auto error = CheckMemoryAccess(_, inst, 3)) return error; in ValidateLoad() local
1095 if (auto error = CheckMemoryAccess(_, inst, 2)) return error; in ValidateStore() local
1119 if (auto error = CheckMemoryAccess(_, inst, first_access_index)) in ValidateCopyMemoryMemoryAccess() local
1127 if (auto error = CheckMemoryAccess(_, inst, second_access_index)) in ValidateCopyMemoryMemoryAccess() local
1261 if (auto error = ValidateCopyMemoryMemoryAccess(_, inst)) return error; in ValidateCopyMemory() local
1561 if (auto error = ValidateAccessChain(_, inst)) return error; in ValidatePtrAccessChain() local
1794 if (auto error = CheckMemoryAccess(_, inst, memory_access_index)) in ValidateCooperativeMatrixLoadStoreNV() local
[all …]
H A Dvalidate_cfg.cpp37 namespace val { namespace
567 if (auto error = FindCaseFallThrough(_, target_block, &case_fall_through, in StructuredSwitchChecks() local
866 if (auto error = in StructuredControlFlowChecks() local
873 if (auto error = ValidateStructuredSelections(_, postorder)) { in StructuredControlFlowChecks() local
1088 if (auto error = in PerformCfgChecks() local
1094 if (auto error = MaximalReconvergenceChecks(_)) { in PerformCfgChecks() local
1105 if (auto error = _.current_function().RegisterBlock(inst->id())) in CfgPass() local
1118 if (auto error = _.current_function().RegisterLoopMerge(merge_block, in CfgPass() local
1126 if (auto error = _.current_function().RegisterSelectionMerge(merge_block)) in CfgPass() local
1245 if (auto error = ValidatePhi(_, inst)) return error; in ControlFlowPass() local
[all …]
/aosp_15_r20/external/freetype/src/pfr/
H A Dpfrsbit.c77 FT_UInt val = 0; in pfr_bitwriter_decode_bytes() local
413 FT_Error error = FT_Err_Ok; in pfr_load_bitmap_metrics() local
544 FT_Error error = FT_Err_Ok; in pfr_load_bitmap_bits() local
589 FT_Error error; in pfr_slot_load_bitmap() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dtest_fence_sync.cpp245 cl_int error = clSetKernelArg( kernel, 3, sizeof( rowIdx ), &rowIdx ); in run_cl_kernel() local
299 …cl_int error = run_cl_kernel( mKernel, mQueue, mStream0, mStream1, mRowIdx, mFenceEvent, mNumThrea… in IRun() local
307 int error; in test_fence_sync_single() local
350 GLint val, screen; in test_fence_sync_single() local
629 int error = 0; in test_fence_sync() local
/aosp_15_r20/external/flac/src/flac/
H A Dencode.c877 const char *error; in flac__encode_file() local
1521 const char *error; in EncoderSession_finish_ok() local
2225 const char *error = 0; in verify_metadata() local
2756 FLAC__bool read_uint16(FILE *f, FLAC__bool big_endian, FLAC__uint16 *val, const char *fn) in read_uint16()
2767 FLAC__bool read_uint32(FILE *f, FLAC__bool big_endian, FLAC__uint32 *val, const char *fn) in read_uint32()
2779 FLAC__bool read_uint64(FILE *f, FLAC__bool big_endian, FLAC__uint64 *val, const char *fn) in read_uint64()
2793 FLAC__bool read_sane_extended(FILE *f, FLAC__uint32 *val, const char *fn) in read_sane_extended()
/aosp_15_r20/external/ot-br-posix/src/dbus/client/
H A Dthread_api_dbus.cpp50 ClientError error = ClientError::OT_ERROR_NOT_FOUND; in NameToDeviceRole() local
102 DBusError error; in SubscribeDeviceRoleSignal() local
131 std::string interfaceName, propertyName, val; in DBusMessageFilter() local
168 ClientError error = ClientError::ERROR_NONE; in Scan() local
200 ClientError error = ClientError::ERROR_NONE; in EnergyScan() local
244 ClientError error = ClientError::ERROR_NONE; in Attach() local
269 ClientError error = ClientError::ERROR_NONE; in Attach() local
308 ClientError error = ClientError::ERROR_NONE; in Detach() local
347 ClientError error = ClientError::ERROR_NONE; in FactoryReset() local
397 ClientError error = ClientError::ERROR_NONE; in JoinerStart() local
[all …]
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp202 std::string error; in CompileTable() local
440 std::string error; in CompileXml() local
549 std::string error; in CompilePng() local
691 void SetVerbose(bool val) { in SetVerbose()
743 bool error = false; in Compile() local
912 std::string error; in Action() local
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_util.h78 #define vk_startup_errorf(instance, error, format, ...) \ argument
380 pack_int8(uint32_t *dst, const uint32_t *val) in pack_int8()
389 pack_int10_2(uint32_t *dst, const uint32_t *val) in pack_int10_2()
398 pack_int16(uint32_t *dst, const uint32_t *val) in pack_int16()
407 tu6_pack_border_color(struct bcolor_entry *bcolor, const VkClearColorValue *val, bool is_int) in tu6_pack_border_color()
/aosp_15_r20/external/wpa_supplicant_8/src/radius/
H A Dradius_das.c56 int error = 405; in radius_das_disconnect() local
221 int error = 405; in radius_das_coa() local
409 u32 val; in radius_das_receive() local
/aosp_15_r20/external/freetype/src/psaux/
H A Dpsobjs.c77 FT_Error error; in ps_table_new() local
107 FT_Error error; in ps_table_realloc() local
175 FT_Error error; in ps_table_add() local
312 FT_Error error = FT_ERR( Invalid_File_Format ); in skip_literal_string() local
427 FT_Error error = FT_Err_Ok; in skip_procedure() local
490 FT_Error error = FT_Err_Ok; in ps_parser_skip_PS_token() local
1008 FT_Error error; in ps_parser_load_field() local
1065 FT_Long val; in ps_parser_load_field() local
1302 FT_Error error = FT_Err_Ok; in ps_parser_load_field_table() local
1386 FT_Error error = FT_Err_Ok; in ps_parser_to_bytes() local
[all …]
/aosp_15_r20/system/libbase/
H A Dresult_test.cpp288 std::string val = OR_RETURN(success_or_fail(success)); in TEST() local
315 auto val = OR_RETURN(enum_success_or_fail(success)); in TEST() local
337 auto val = OR_RETURN(enum_success_or_fail(success)); in TEST() local
372 auto val = OR_RETURN(enum_success_or_fail(success)); in TEST() local
395 ResultError<Dangerous, false> error {Dangerous{}}; in TEST() local
414 auto val = OR_RETURN(enum_success_or_fail(success)); in TEST() local
433 auto val = OR_RETURN(enum_success_or_fail(success)); in TEST() local
772 Result<int> error = Error(EBADF) << "error message"; member in android::base::testing::ResultMatchers
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dutil.cpp38 std::string error; in logSoftAssert() local
58 std::string error; in logSoftAssert() local
296 std::string ivalueToStr(const c10::IValue& val, bool isString) { in ivalueToStr()
321 for (const auto& val : list) { in ivalueListToStr() local
/aosp_15_r20/external/elfutils/libdwfl/
H A Dlink_map.c52 uint64_t val = read_8ubyte_unaligned_noncvt (valp); in do_check64() local
79 uint32_t val = read_4ubyte_unaligned_noncvt (valp); in do_check32() local
424 Dwfl_Error error = __libdw_open_file (&fd, &elf, true, false); in report_r_debug() local
821 Dwfl_Error error = DWFL_E_ERRNO; in dwfl_link_map_report() local

12345678910>>...90