Home
last modified time | relevance | path

Searched refs:error (Results 2126 - 2150 of 7280) sorted by relevance

1...<<81828384858687888990>>...292

/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl03.c53 int error; member
78 if (tc->error == EFAULT && tv->semctl == libc_semctl) { in verify_semctl()
84 tc->error, "semctl() with %s", tc->message); in verify_semctl()
/third_party/ltp/testcases/kernel/syscalls/mprotect/
H A Dmprotect01.c21 * Testcase to check the error conditions for mprotect(2)
25 * Invoke mprotect() with an address of 0. Check if error
33 * Check that error is set to EACCES.
56 int error; member
108 if (TEST_ERRNO == TC[i].error) { in main()
113 tst_resm(TFAIL, "unexpected error - %d : %s - " in main()
115 strerror(TEST_ERRNO), TC[i].error); in main()
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl02.c61 int error; member
92 if (tc[i].error == EFAULT && tv->shmctl == libc_shmctl) { in verify_shmctl()
98 tc[i].error, "shmctl(%i, %i, %p)", *(tc[i].shm_id), tc[i].cmd, tc[i].buf); in verify_shmctl()
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
H A Dtimer_settime02.c11 * This tests basic error handling of the timer_settime(2) syscall:
52 int error; member
119 if (tc->error != TST_ERR) { in run()
123 tst_strerrno(tc->error)); in run()
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c43 #error no CMSG_DATA in f()
46 #error no CMSG_NXTHDR in f()
49 #error CMSG_FIRSTTHDR in f()
/third_party/protobuf/benchmarks/util/
H A Dprotoc-gen-proto2_to_proto3.cc41 string* error) const { in GenerateAll()
45 Generate(file, parameter, context, error); in GenerateAll()
57 string* error) const { in Generate()
H A Dprotoc-gen-gogoproto.cc42 string* error) const { in GenerateAll()
60 Generate(file, parameter, context, error); in GenerateAll()
72 string* error) const { in Generate()
/third_party/python/Lib/test/
H A Dmock_socket.py122 raise error
154 error = socket_module.error variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp79 angle::Result error = mIndexBuffer->mapBuffer(context, mWritePosition, size, outMappedMemory); in mapBuffer() local
80 if (error == angle::Result::Stop) in mapBuffer()
86 return error; in mapBuffer()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateClipCullDistance.cpp23 void error(const TIntermSymbol &symbol, const char *reason, TDiagnostics *diagnostics) in error() function
25 diagnostics->error(symbol.getLine(), reason, symbol.getName().data()); in error()
183 error(*greaterSymbol, strstr.str().c_str(), diagnostics); in validate()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_angle_gn_info_json.py36 logging.error("e.retcode = %s" % e.returncode)
37 logging.error("e.cmd = %s" % e.cmd)
38 logging.error("e.output = %s" % e.output)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/shaders/
H A Dgenerate_shaders.bat57 set error=0 variable
58 %buildCMD% || set error=1 variable
60 if %error% == 0 (
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp70 std::string error; in initialize() local
71 if(!DynamicLibrary::LoadLibraryPermanently("libopagent.so", &error)) { in initialize()
75 << error << "\n"); in initialize()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayTex3DValidation.cpp69 * Note the function throws exception should an error occur!
119 if (!checkError(GL_INVALID_VALUE, "glTexImage3D() call generated an invalid error code when width != height - ")) in iterate()
128 if (!checkError(GL_INVALID_VALUE, "glTexStorage3D() call generated an invalid error code " in iterate()
145 if (!checkError(GL_INVALID_VALUE, "glTexImage3D() call generated an invalid error code" in iterate()
158 if (!checkError(GL_INVALID_VALUE, "glTexStorage3D() call generated an invalid error " in iterate()
175 if (!checkError(GL_INVALID_OPERATION, "glTexStorage3D() call generated an invalid error code when levels argument " in iterate()
196 /** Check if user-specified error is reported by ES implementation.
198 * @param expectedError anticipated error code.
199 * @param message Message to be logged in case the error codes differ.
202 * @return returns true if error retur
207 glw::GLint error = gl.getError(); checkError() local
[all...]
/third_party/vk-gl-cts/executor/
H A DxeTcpIpLink.hpp47 CommLinkState getState (std::string& error) const;
51 void setState (CommLinkState state, const char* error = "");
132 CommLinkState getState (std::string& error) const;
/third_party/skia/third_party/externals/spirv-tools/tools/dis/
H A Ddis.cpp136 fprintf(stderr, "error: More than one input file specified\n"); in main()
148 fprintf(stderr, "error: More than one input file specified\n"); in main()
197 spv_result_t error = in main() local
201 if (error) { in main()
204 return error; in main()
/third_party/skia/src/gpu/d3d/
H A DGrD3DRootSignature.cpp94 gr_cp<ID3DBlob> error; in Make() local
97 &rootSigBinary, &error); in Make()
101 reinterpret_cast<char*>(error->GetBufferPointer())); in Make()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/dis/
H A Ddis.cpp136 fprintf(stderr, "error: More than one input file specified\n"); in main()
148 fprintf(stderr, "error: More than one input file specified\n"); in main()
197 spv_result_t error = in main() local
201 if (error) { in main()
204 return error; in main()
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dquant_levels_utils.c104 // Compute convergence error. in QuantizeLevels()
107 const double error = s - inv_q_level[q_level[s]]; in QuantizeLevels() local
108 err += freq[s] * error * error; in QuantizeLevels()
111 // Check for convergence: we stop as soon as the error is no in QuantizeLevels()
135 // Store sum of squared error if needed. in QuantizeLevels()
/third_party/skia/src/sksl/ir/
H A DSkSLTernaryExpression.cpp35 context.fErrors->error(line, "ternary operator result mismatch: '" + in Convert()
41 context.fErrors->error(line, "ternary expression of opaque type '" + in Convert()
46 context.fErrors->error(line, "ternary operator result may not be an array (or struct " in Convert()
/third_party/skia/third_party/externals/brotli/go/cbrotli/
H A Dreader.go74 func (r *Reader) Close() error {
84 func (r *Reader) Read(p []byte) (n int, err error) {
155 func Decode(encodedData []byte) ([]byte, error) {
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftmodapi.h26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
269 * FreeType error code. 0~means success.
272 * An error will be returned if a module already exists by that name, or
324 * FreeType error code. 0~means success.
382 * FreeType error code. 0~means success.
387 * valid value for the given property, an error is returned.
445 * FreeType error code. 0~means success.
450 * valid value for the given property, an error i
[all...]
H A Dtttags.h26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrcmap.c30 FT_Error error = FT_Err_Ok; in FT_CALLBACK_DEF() local
49 error = FT_THROW( Invalid_Table ); in FT_CALLBACK_DEF()
56 return error; in FT_CALLBACK_DEF()
H A Dpfrdrivr.c70 FT_Error error = FT_ERR( Invalid_Argument ); in FT_CALLBACK_DEF() local
88 error = FT_Err_Ok; in FT_CALLBACK_DEF()
93 return error; in FT_CALLBACK_DEF()

Completed in 11 milliseconds

1...<<81828384858687888990>>...292