/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl03.c | 53 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 D | mprotect01.c | 21 * 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 D | shmctl02.c | 61 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 D | timer_settime02.c | 11 * 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 D | sys_socket.c | 43 #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 D | protoc-gen-proto2_to_proto3.cc | 41 string* error) const { in GenerateAll() 45 Generate(file, parameter, context, error); in GenerateAll() 57 string* error) const { in Generate()
|
H A D | protoc-gen-gogoproto.cc | 42 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 D | mock_socket.py | 122 raise error 154 error = socket_module.error variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | IndexBuffer.cpp | 79 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 D | ValidateClipCullDistance.cpp | 23 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 D | gen_angle_gn_info_json.py | 36 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 D | generate_shaders.bat | 57 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 D | OProfileWrapper.cpp | 70 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 D | esextcTextureCubeMapArrayTex3DValidation.cpp | 69 * 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 D | xeTcpIpLink.hpp | 47 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 D | dis.cpp | 136 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 D | GrD3DRootSignature.cpp | 94 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 D | dis.cpp | 136 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 D | quant_levels_utils.c | 104 // 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 D | SkSLTernaryExpression.cpp | 35 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 D | reader.go | 74 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 D | ftmodapi.h | 26 #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 D | tttags.h | 26 #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 D | pfrcmap.c | 30 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 D | pfrdrivr.c | 70 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()
|