Searched refs:error (Results 1 - 25 of 738) sorted by relevance

1234567891011>>

/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/tzc400/
H A Dtzc400.c8 #error "Using deprecated TZC-400 source file"
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
H A Dfloatio.h54 #error "floating point buffers too small"
H A Dfgetws.c72 goto error;
79 goto error;
82 /* EOF/error, no characters read yet. */
83 goto error;
98 error:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
H A DExceptions.py11 error = ValueError
15 raise error
19 raise error
23 raise error,"something"
27 raise error,"something"
31 raise error,"something"
35 raise error("something")
39 raise error("something")
43 raise error("something")
49 error
[all...]
H A DWith.py171 error = ValueError
175 with be: raise error
176 with be: raise error
177 with be: raise error,"something"
178 with be: raise error,"something"
179 with be: raise error,"something"
180 with be: raise error("something")
181 with be: raise error("something")
182 with be: raise error("something")
186 error
[all...]
/device/google/contexthub/firmware/variant/linux/
H A Dlinux.mk21 $(error "linux variant cannot be build on a platform that is not linux")
/device/linaro/bootloader/arm-trusted-firmware/make_helpers/
H A Dbuild_env.mk15 COPY := $$(error "Replace COPY with call to SHELL_COPY or SHELL_COPY_TREE.")
16 CP := $$(error "Replace CP with call to SHELL_COPY or SHELL_COPY_TREE.")
17 DEL := $$(error "Replace DEL with call to SHELL_DELETE.")
18 MD := $$(error "Replace MD with call to MAKE_PREREQ_DIR.")
19 MKDIR := $$(error "Replace MKDIR with call to MAKE_PREREQ_DIR.")
20 RD := $$(error "Replace RD with call to SHELL_REMOVE_DIR.")
21 RM := $$(error "Replace RM with call to SHELL_DELETE.")
22 RMDIR := $$(error "Replace RMDIR with call to SHELL_REMOVE_DIR.")
54 $(error "SHELL_COPY not defined for build environment.")
57 $(error "SHELL_COPY_TRE
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Danydbm.py36 class error(Exception): class in inherits:Exception
40 _errors = [error]
50 _errors.append(_mod.error)
55 error = tuple(_errors) variable
79 raise error, "need 'c' or 'n' flag to open new db"
82 raise error, "db type could not be determined"
H A Ddbhash.py13 __all__ = ["error","open"]
15 error = bsddb.error # Exported for anydbm variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dtestcapi_long.h11 TESTNAME(PyObject *error(const char*)) function
18 /* Note: This test lets PyObjects leak if an error is raised. Since
19 an error should never be raised, leaks are impossible <wink>. */
47 return error(
52 return error(
55 return error(
62 return error(
67 return error(
70 return error(
87 return error(
[all...]
/device/google/wahoo/vibrator/
H A Dservice.cpp71 int error = errno; local
72 ALOGE("Failed to open %s (%d): %s", AUTOCAL_FILEPATH, error,
73 strerror(error));
79 int error = errno; local
80 ALOGE("Failed to open %s (%d): %s", OL_LRA_PERIOD_FILEPATH, error,
81 strerror(error));
87 int error = errno; local
88 ALOGE("Failed to open %s (%d): %s", CALIBRATION_FILEPATH, error,
89 strerror(error));
125 int error local
132 int error = errno; local
139 int error = errno; local
146 int error = errno; local
154 int error = errno; local
160 int error = errno; local
166 int error = errno; local
172 int error = errno; local
178 int error = errno; local
184 int error = errno; local
[all...]
/device/linaro/bootloader/arm-trusted-firmware/plat/compat/
H A Dplat_compat.mk8 $(error "PSCI Compatibility mode can be enabled only if \
13 $(error "PSCI Compatibility mode is only supported for AArch64 platforms")
/device/google/marlin/dataservices/datatop/src/
H A Ddatatop_opt.c78 goto error;
97 goto error;
106 goto error;
116 goto error;
125 goto error;
133 goto error;
138 goto error;
153 error:
/device/google/marlin/vibrator/
H A Dservice.cpp38 int error = errno; local
39 ALOGE("Failed to open %s (%d): %s", ENABLE_PATH, error, strerror(error));
40 return -error;
45 int error = errno; local
46 ALOGE("Failed to open %s (%d): %s", AMPLITUDE_PATH, error, strerror(error));
47 return -error;
/device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/aarch32/
H A Dxlat_tables_aarch32.h15 #error "PAGE_SIZE is not defined."
28 #error "Invalid granule size. AArch32 supports 4KB pages only."
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
H A Dwcsftime.c73 goto error;
75 goto error;
87 goto error;
91 goto error;
93 goto error;
97 goto error;
103 error:
/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraThermalAdapter.cpp67 const char *error = NULL; local
73 error = dlerror();
74 LOGE("dlopen failed with error %s",
75 error ? error : "");
77 goto error;
81 error = dlerror();
82 LOGE("dlsym failed with error code %s",
83 error ? error
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
H A DEdkIIGlueConfig.h51 #error EFI_SPECIFICATION_VERSION not defined
53 #error TIANO_RELEASE_VERSION not defined
55 #error TIANO_RELEASE_VERSION can not be zero
/device/generic/goldfish/wifi/ipv6proxy/
H A Dsocket.cpp62 return Result::error("open called on socket in invalid state");
66 return Result::error(strerror(errno));
74 return Result::error("attempting to set option in invalid state");
79 return res == -1 ? Result::error(strerror(errno)) : Result::success();
84 return Result::error("attempting to set option in invalid state");
89 return res == -1 ? Result::error(strerror(errno)) : Result::success();
94 return Result::error("attempting to set option in invalid state");
99 return res == -1 ? Result::error(strerror(errno)) : Result::success();
104 return Result::error("attempting to set option in invalid state");
110 return res == -1 ? Result::error(strerro
251 int error = errno; local
[all...]
H A Dmain.cpp86 bool error = false; local
89 error = true;
93 error = true;
97 error = true;
100 if (error) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Duntabify.py14 raise getopt.error, "At least one file argument required"
15 except getopt.error, msg:
32 print "%r: I/O error: %s" % (filename, msg)
40 except os.error:
44 except os.error:
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
H A Dxen-compat.h41 #error "These header files do not support the requested interface version."
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/common/
H A Dboard_arm_trusted_boot.c32 #error "ARM_ROTPK_LOCATION_ID not defined"
145 * Return: 0 = success, Otherwise = error
175 * Return: 0 = success, Otherwise = error
207 CCError_t error; local
214 error = NVM_GetLCS(PLAT_CRYPTOCELL_BASE, &lcs);
215 if (error != CC_OK)
236 error = NVM_ReadHASHPubKey(PLAT_CRYPTOCELL_BASE,
239 if (error != CC_OK)
252 * Return: 0 = success, Otherwise = error
256 CCError_t error local
280 CCError_t error = CC_FAIL; local
[all...]
/device/google/marlin/recovery/gpt-utils/
H A Dgpt-utils.cpp413 goto error;
418 goto error;
426 goto error;
432 goto error;
445 error:
477 goto error;
482 goto error;
490 goto error;
495 goto error;
503 goto error;
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dlongintrepr.h43 #error "30-bit long digits requested, but the necessary types are not available on this platform"
61 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
72 #error "longobject.c requires that PyLong_SHIFT be divisible by 5"

Completed in 477 milliseconds

1234567891011>>