HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 76 - 100 of 1407) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/freetype/src/smooth/
ftspic.c 49 FT_Error error = Smooth_Err_Ok; local
59 return error;
64 return error;
72 if(error)
74 return error;
  /external/harfbuzz/src/
harfbuzz-dump-main.c 36 croak (const char *situation, HB_Error error)
38 fprintf (stderr, "%s: Error %d\n", situation, error);
46 HB_Error error; local
58 if ((error = FT_Init_FreeType (&library)))
59 croak ("FT_Init_FreeType", error);
61 if ((error = FT_New_Face (library, argv[1], 0, &font)))
62 croak ("FT_New_Face", error);
67 if (!(error = HB_Load_GSUB_Table (font, &gsub, NULL)))
71 if ((error = HB_Done_GSUB_Table (gsub))
    [all...]
  /external/ipsec-tools/src/racoon/
dnssec.c 68 int error; local
84 error = getcertsbyname(name, &res);
85 if (error != 0) {
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Parser.java 30 /** Called whenever an error occurs. */
33 * Report an error to the ErrorHandler.
35 * @param line number of the line where error occurred. The value of -1 represents line number
37 * @param lineContent text of the line with error
38 * @param fileName name of the file in which the error occurred
39 * @param errorMessage description of an error
41 void error(int line, String lineContent, String fileName, String errorMessage); method in interface:Parser.ErrorHandler
49 * @param errorHandler Error callback to be called on any error.
52 * handling include loops and error messages
    [all...]
  /external/llvm/include/llvm/Support/
Regex.h 45 /// isValid - returns the error encountered during regex compilation, or
47 bool isValid(std::string &Error);
70 /// \param Error If non-null, any errors in the substitution (invalid
73 std::string sub(StringRef Repl, StringRef String, std::string *Error = 0);
77 int error; member in class:llvm::Regex
  /external/oprofile/libpp/
populate.cpp 68 bool ok = ip.error == image_ok;
71 if (!ok && ip.error == image_ok)
72 ip.error = image_format_failure;
74 if (ip.error == image_format_failure)
100 if (found == true && ip.error == image_ok) {
101 image_error error; local
104 ip.image, error, true);
  /external/qemu/android/
async-console.h 26 int error; member in struct:__anon9341
49 * An error occured, either during the connection itself, or when
  /external/sqlite/android/
PhoneNumberUtilsTest.cpp 34 #define EXPECT(function, input1, input2, expected, total, error) \
47 (error)++; \
53 (total), (error))
58 (total), (error))
72 (error)++; \
78 int error = 0; local
189 printf("total: %d, error: %d\n\n", total, error);
190 if (error == 0) {
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
watch.js 11 var error; variable
22 error = e;
23 shouldBe('error.code', 'mockCode');
24 shouldBe('error.message', 'mockMessage');
63 testFailed('Error callback invoked unexpectedly');
  /external/webkit/Source/JavaScriptCore/runtime/
Completion.cpp 43 JSObject* error = program->checkSyntax(exec); local
44 if (error)
45 return Completion(Throw, error);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
main.h 19 EGLint error; member in struct:egl::Current
26 void setCurrentError(EGLint error);
42 void error(EGLint errorCode);
45 const T &error(EGLint errorCode, const T &returnValue) function
47 error(errorCode);
  /external/webkit/Source/WebCore/loader/cache/
CachedXSLStyleSheet.cpp 90 void CachedXSLStyleSheet::error(CachedResource::Status status) function in class:WebCore::CachedXSLStyleSheet
  /external/webkit/Source/WebCore/platform/network/
AuthenticationChallengeBase.cpp 42 const ResourceError& error)
48 , m_error(error)
72 const ResourceError& AuthenticationChallengeBase::error() const function in class:WebCore::AuthenticationChallengeBase
107 if (a.error() != b.error())
  /external/webkit/Source/WebKit/chromium/public/
WebTextCheckingResult.h 40 enum Error {
45 explicit WebTextCheckingResult(Error e = ErrorSpelling, int p = 0, int l = 0)
46 : error(e)
52 Error error; member in struct:WebKit::WebTextCheckingResult
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKFrame.h 75 typedef void (*WKFrameGetResourceDataFunction)(WKDataRef data, WKErrorRef error, void* functionContext);
79 typedef void (^WKFrameGetResourceDataBlock)(WKDataRef data, WKErrorRef error); variable
84 typedef void (*WKFrameGetWebArchiveFunction)(WKDataRef archiveData, WKErrorRef error, void* functionContext);
87 typedef void (^WKFrameGetWebArchiveBlock)(WKDataRef archiveData, WKErrorRef error); variable
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
checkstyle.py 34 from webkitpy.common.system.deprecated_logging import error namespace
preparechangelog.py 35 from webkitpy.common.system.deprecated_logging import error namespace
79 error("Unable to prepare ChangeLogs.")
updatechromiumdeps.py 34 from webkitpy.common.system.deprecated_logging import log, error namespace
51 error("Unable to update Chromium DEPS")
validatechangelogs.py 32 from webkitpy.common.system.deprecated_logging import error, log namespace
61 error("ChangeLog entry in %s is not at the top of the file." % diff_file.filename)
validatereviewer.py 35 from webkitpy.common.system.deprecated_logging import error, log namespace
62 error('%s neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).' % changelog_path)
  /frameworks/base/core/java/android/speech/tts/
SynthesisCallback.java 26 * {@link #error} can be called at any stage in the synthesis process to
27 * indicate that an error has occurred, but if the call is made after a call
49 * @return {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
64 * @return {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
75 * @return {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
85 public void error(); method in interface:SynthesisCallback
  /frameworks/base/core/java/android/webkit/
DataLoader.java 68 mLoadListener.error(EventHandler.ERROR,
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/error/
ErrorTest.java 17 package android.test.suitebuilder.examples.error;
FailingTest.java 17 package android.test.suitebuilder.examples.error;
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 41 int error; local
51 error = GetLastError ();
52 if (error == ERROR_FILE_EXISTS || error == ERROR_ALREADY_EXISTS)
57 error = GetLastError ();
60 switch (error)

Completed in 329 milliseconds

1 2 34 5 6 7 8 91011>>