HomeSort by relevance Sort by last modified time
    Searched refs:successful (Results 26 - 50 of 152) sorted by null

12 3 4 5 6 7

  /external/chromium_org/remoting/protocol/
connection_to_client.h 110 void OnChannelInitialized(bool successful);
connection_to_client.cc 168 void ConnectionToClient::OnChannelInitialized(bool successful) {
171 if (!successful) {
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 201 boolean successful = false;
216 successful = true;
250 successful = true;
259 return successful;
  /external/chromium_org/chromeos/dbus/
fake_cryptohome_client.cc 224 bool* successful) {
227 *successful = true;
230 *successful = false;
238 bool* successful) {
240 *successful = true;
244 bool FakeCryptohomeClient::InstallAttributesFinalize(bool* successful) {
246 *successful = true;
cryptohome_client.h 227 bool* successful) = 0;
233 bool* successful) = 0;
237 virtual bool InstallAttributesFinalize(bool* successful) = 0;
fake_cryptohome_client.h 80 bool* successful) OVERRIDE;
83 bool* successful) OVERRIDE;
84 virtual bool InstallAttributesFinalize(bool* successful) OVERRIDE;
mock_cryptohome_client.h 82 bool* successful));
86 bool* successful));
87 MOCK_METHOD1(InstallAttributesFinalize, bool(bool* successful));
  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 70 * is ended. If the database operation was successful, then its changes are committed.
76 * transaction was successful, then call {@link #end}. If the transaction was
77 * marked successful, its changes will be committed, otherwise they will be rolled back.
80 * started with {@link #beginTransaction}, marked successful with
82 * If any nested transaction is not marked successful, then the entire transaction
104 * // As the very last step before ending the transaction, mark it successful.
108 * // This statement will commit the transaction if it was marked successful or
270 * to {@link #endTransaction}. To mark a transaction as successful,
272 * If the transaction is not successful, or if any of its nested
273 * transactions were not successful, then the entire transaction wil
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventRepeater.cs 101 public virtual void EndBacktrack(int level, bool successful) {
102 _listener.EndBacktrack(level, successful);
BlankDebugEventListener.cs 85 public virtual void EndBacktrack(int level, bool successful) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventRepeater.cs 120 public virtual void EndBacktrack( int level, bool successful )
122 _listener.EndBacktrack( level, successful );
BlankDebugEventListener.cs 104 public virtual void EndBacktrack( int level, bool successful )
  /external/chromium/webkit/glue/
site_isolation_metrics.cc 205 bool successful = net::SniffMimeType(data, len, response_url, local
207 if (successful && sniffed_mime_type == "text/html")
  /dalvik/vm/mterp/x86/
OP_EXECUTE_INLINE.S 26 testl %eax,%eax # successful?
102 testl %eax,%eax # successful?
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 110 - (void) endBacktrack:(NSInteger)level wasSuccessful:(BOOL)successful;
ANTLRDebugEventProxy.h 88 - (void) endBacktrack:(NSInteger)level wasSuccessful:(BOOL)successful;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 110 - (void) endBacktrack:(NSInteger)level wasSuccessful:(BOOL)successful;
ANTLRDebugEventProxy.h 88 - (void) endBacktrack:(NSInteger)level wasSuccessful:(BOOL)successful;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 110 - (void) endBacktrack:(NSInteger)level wasSuccessful:(BOOL)successful;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 110 - (void) endBacktrack:(NSInteger)level wasSuccessful:(BOOL)successful;
  /external/chromium_org/ppapi/tests/
test_x509_certificate_private.cc 155 bool successful = certificate.Initialize( local
157 ASSERT_TRUE(successful);
226 bool successful; local
228 successful = null_certificate.Initialize(NULL, 0);
229 ASSERT_FALSE(successful);
232 successful = bad_certificate.Initialize("acbde", 0);
233 ASSERT_FALSE(successful);
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 12 * Collects navigation events, and provides a list of successful requests
289 * successful navigation requests.
308 * @param {number=} num The number of successful navigation requests to
310 * successful requests are returned.
312 * successful navigation requests, sorted in decending order of frequency.
324 * successful requests are returned.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportProcessor.java 103 boolean successful = false;
201 successful = true;
217 mService.handleFinishExportNotification(mJobId, successful);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3baserecognizer.h 206 void (*endBacktrack) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, ANTLR3_UINT32 level, ANTLR3_BOOLEAN successful);
antlr3debugeventlistener.h 69 /// The socket structure we receive after a successful accept on the serverSocket
178 void (*endBacktrack) (pANTLR3_DEBUG_EVENT_LISTENER delboy, int level, ANTLR3_BOOLEAN successful);

Completed in 350 milliseconds

12 3 4 5 6 7