HomeSort by relevance Sort by last modified time
    Searched refs:set_error (Results 1 - 8 of 8) sorted by null

  /libcore/sqlite-jdbc/src/main/java/SQLite/
FunctionContext.java 47 public native void set_error(String r); method in class:FunctionContext
  /external/bluetooth/glib/gmodule/
gmodule-win32.c 45 set_error (const gchar *format, function
87 set_error ("`%s': ", file_name);
107 set_error ("");
236 set_error ("");
  /external/chromium/net/flip/
flip_framer.cc 125 void FlipFramer::set_error(FlipError error) {
262 set_error(FLIP_INVALID_CONTROL_FRAME);
267 set_error(FLIP_INVALID_CONTROL_FRAME);
272 set_error(FLIP_INVALID_CONTROL_FRAME);
279 set_error(FLIP_UNKNOWN_CONTROL_TYPE);
285 set_error(FLIP_UNSUPPORTED_VERSION);
289 set_error(FLIP_CONTROL_PAYLOAD_TOO_LARGE);
349 set_error(FLIP_DECOMPRESS_FAILURE);
flip_framer.h 230 void set_error(FlipError error);
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 345 inline void set_error(const ::std::string& value);
346 inline void set_error(const char* value);
347 inline void set_error(const char* value, size_t size);
655 inline void CodeGeneratorResponse::set_error(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorResponse
662 inline void CodeGeneratorResponse::set_error(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorResponse
669 inline void CodeGeneratorResponse::set_error(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorResponse
plugin.cc 137 response.set_error(file->name() + ": " + error);
plugin.pb.cc     [all...]
  /libcore/luni/src/test/java/tests/SQLite/
FunctionContextTest.java 135 * Test method for {@link SQLite.FunctionContext#set_error(java.lang.String)}.
141 method = "set_error",
293 fc.set_error(errorMsg);

Completed in 62 milliseconds