/external/icu/icu4c/source/samples/layout/ |
ScriptCompositeFontInstance.cpp | 89 UErrorCode error = U_ZERO_ERROR; local 91 le_int32 script = uscript_getScript(ch, &error);
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
RulesFileParser.java | 52 error(c, parts); method 57 error(c, parts); method 66 error(c, parts); method 78 private static void error(int line, String[] parts) { method in class:RulesFileParser 79 throw new IllegalArgumentException("Error on line " + line + ": " + Arrays.asList(parts));
|
/external/libcxx/test/libcxx/test/ |
format.py | 5 import lit.Test # pylint: disable=import-error namespace 6 import lit.TestRunner # pylint: disable=import-error namespace 7 import lit.util # pylint: disable=import-error namespace
|
/external/libopus/celt/ |
celt_lpc.c | 45 opus_val32 error = ac[0]; local 62 r = -frac_div32(SHL32(rr,3), error); 63 /* Update LPC coefficients and total error */ 74 error = error - MULT32_32_Q31(MULT32_32_Q31(r,r),error); 77 if (error<SHR32(ac[0],10)) 80 if (error<.001f*ac[0])
|
/external/libpcap/tests/ |
opentest.c | 42 static void error(const char *, ...); 93 error("invalid snaplen %s", optarg); 102 error("invalid packet buffer size %s", optarg); 119 error("%s", ebuf); 122 error("%s: pcap_set_snaplen failed: %s", 127 error("%s: pcap_set_promisc failed: %s", 133 error("%s: pcap_set_rfmon failed: %s", 138 error("%s: pcap_set_timeout failed: %s", 143 error("%s: pcap_set_buffer_size failed: %s", 151 error("%s: %s\n(%s)", device 184 error(const char *fmt, ...) function [all...] |
/external/libunwind/src/ |
os-freebsd.c | 55 int mib[3], error; local 66 error = sysctl(mib, 3, NULL, &len, NULL, 0); 67 if (error == -1) 74 error = sysctl(mib, 3, buf, &len, NULL, 0); 75 if (error == -1) { 95 int mib[4], error, ret; local 107 error = sysctl(mib, 4, NULL, &len, NULL, 0); 108 if (error == -1) { 113 error = sysctl(mib, 4, NULL, &len, NULL, 0); 114 if (error == -1 [all...] |
/external/libunwind/tests/ |
crasher.c | 50 int mib[4], error; local 62 error = sysctl(mib, 4, NULL, &len, NULL, 0); 63 if (error == -1) 69 error = sysctl(mib, 4, buf, &len, NULL, 0); 70 if (error == -1) 86 #error Port me
|
/external/libvorbis/lib/ |
lpc.c | 64 double error; local 79 error=aut[0] * (1. + 1e-10); 85 if(error<epsilon){ 96 r/=error; 98 /* Update LPC coefficients and total error */ 109 error*=1.-r*r; 127 /* we need the error value to know how big an impulse to hit the 130 return error;
|
/external/libvpx/libvpx/vp8/common/ |
textblit.c | 65 int error, ystep, y, x; local 93 error = deltax / 2; 108 error = error - deltay; 109 if (error < 0) 112 error = error + deltax; 122 error = error - deltay; 123 if (error < 0 [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_textblit.c | 64 int error, ystep, y, x; local 90 error = deltax / 2; 103 error = error - deltay; 104 if (error < 0) { 106 error = error + deltax; 113 error = error - deltay; 114 if (error < 0) [all...] |
/external/libxml2/python/tests/ |
sync.py | 35 def error(self, msg): member in class:callback 37 log = log + "error: %s:" % (msg) 53 print("Error got: %s" % log) 65 print("Error got: %s" % log) 77 print("Error got: %s" % log) 90 print("Error got: %s" % log) 103 print("Error got: %s" % log) 116 print("Error got: %s" % log) 128 print("Error got: %s" % log)
|
/external/lldb/source/Core/ |
DataBufferMemoryMap.cpp | 18 #include "lldb/Core/Error.h" 130 Error error (file.Open(path, options)); 131 if (error.Success()) 138 // We should only get here if there was an error 203 Error error; local 207 error.SetErrorToErrno (); 208 if (error.GetError() == EINVAL) 234 if (error.GetError() == ENOMEM [all...] |
/external/lldb/source/Interpreter/ |
OptionGroupFormat.cpp | 70 Error 75 Error error; local 81 error = m_format.SetValueFromCString (option_arg); 87 error.SetErrorString ("--count option is disabled"); 91 error = m_count.SetValueFromCString (option_arg); 93 error.SetErrorStringWithFormat("invalid --count option value '%s'", option_arg); 100 error.SetErrorString ("--size option is disabled"); 104 error = m_byte_size.SetValueFromCString (option_arg); 106 error.SetErrorStringWithFormat("invalid --size option value '%s'", option_arg) [all...] |
/external/llvm/utils/lit/lit/ |
LitConfig.py | 52 '--error-exitcode=123'] 115 def error(self, message): member in class:LitConfig 116 self._write_message('error', message)
|
/external/mesa3d/src/glx/apple/ |
apple_glx_surface.c | 64 xp_error error; local 71 error = xp_attach_gl_context(ac->context_obj, s->surface_id); 73 if (error) { 74 fprintf(stderr, "error: xp_attach_gl_context returned: %d\n", error); 101 xp_error error = xp_destroy_surface(s->surface_id); local 103 if (error) { 104 fprintf(stderr, "xp_destroy_surface error: %d\n", (int) error); 127 /* Return true if an error occured. * 144 xp_error error; local [all...] |
/external/mesa3d/src/glx/ |
applegl_glx.c | 56 bool error = apple_glx_make_current_context(dpy, local 60 apple_glx_diagnostic("%s: error %s\n", __func__, error ? "YES" : "NO"); 61 if (error) 73 bool error; local 85 error = apple_glx_make_current_context(dpy, 89 apple_glx_diagnostic("%s: error %s\n", __func__, error ? "YES" : "NO");
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
OptionalMethod.java | 93 AssertionError error = new AssertionError("Unexpected exception"); local 94 error.initCause(targetException); 95 throw error; 100 * Invokes the method on {@code target} with {@code args}. Throws an error if the method is not 115 AssertionError error = new AssertionError("Unexpectedly could not call: " + m); local 116 error.initCause(e); 117 throw error; 122 * Invokes the method on {@code target}. Throws an error if the method is not supported. Any 136 AssertionError error = new AssertionError("Unexpected exception"); local 137 error.initCause(targetException) [all...] |
/external/openssh/openbsd-compat/ |
mktemp.c | 135 int error; local 137 error = mktemp_internal(path, 0, MKTEMP_DIR); 138 return(error ? NULL : path);
|
/external/pdfium/third_party/freetype/src/base/ |
ftstream.c | 60 FT_Error error = FT_Err_Ok; local 71 error = FT_THROW( Invalid_Stream_Operation ); 81 error = FT_THROW( Invalid_Stream_Operation ); 84 if ( !error ) 87 return error; 124 FT_Error error = FT_Err_Ok; local 156 error = FT_THROW( Invalid_Stream_Operation ); 159 return error; 197 FT_Error error; local 200 error = FT_Stream_EnterFrame( stream, count ) 237 FT_Error error = FT_Err_Ok; local 726 FT_Error error; local [all...] |
/external/pdfium/third_party/freetype/src/type1/ |
t1parse.c | 74 FT_Error error; local 93 return error; 102 FT_Error error; local 110 error = read_pfb_tag( stream, &tag, &dummy ); 111 if ( error ) 122 error = FT_Err_Ok; 125 error = FT_THROW( Unknown_File_Format ); 131 return error; 141 FT_Error error; local 158 error = check_type1_format( stream, "%!PS-AdobeFont", 14 ) 266 FT_Error error = FT_Err_Ok; local [all...] |
/external/selinux/libselinux/utils/ |
matchpathcon.c | 74 int error = 0; local 109 "Error while processing %s: %s\n", 118 "Error setting policy root %s: %s\n", 134 "Error while processing %s: %s\n", 171 printf("%s error: %s\n", path, strerror(errno)); 177 error = 1; 196 error |= printmatchpathcon(path, header, mode); 200 return error;
|
/external/skia/src/images/ |
SkJpegUtility.cpp | 158 skjpeg_error_mgr* error = (skjpeg_error_mgr*)cinfo->err; local 160 (*error->output_message) (cinfo); 165 longjmp(error->fJmpBuf, -1);
|
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/ |
Log.java | 31 * <li>error</li> 77 * <p> Is error logging currently enabled? </p> 81 * when the log level is more than error. </p> 135 * <p> Log an error with trace log level. </p> 150 * <p> Log an error with debug log level. </p> 165 * <p> Log an error with info log level. </p> 180 * <p> Log an error with warn log level. </p> 188 * <p> Log a message with error log level. </p> 192 public void error(Object message); method in interface:Log 195 * <p> Log an error with error log level. </p 200 public void error(Object message, Throwable t); method in interface:Log [all...] |
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/ |
NoOpLog.java | 76 public void error(Object message) { method in class:NoOpLog 80 public void error(Object message, Throwable t) { method in class:NoOpLog 101 * Error is never enabled.
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/helpers/ |
LogLog.java | 28 where as internal error messages are sent to 66 private static final String ERR_PREFIX = "log4j:ERROR "; 102 This method is used to output log4j internal error 103 statements. There is no way to disable error statements. 106 public static void error(String msg) { method in class:LogLog 113 This method is used to output log4j internal error 114 statements. There is no way to disable error statements. 117 public static void error(String msg, Throwable t) { method in class:LogLog
|