HomeSort by relevance Sort by last modified time
    Searched full:successful (Results 801 - 825 of 2754) sorted by null

<<31323334353637383940>>

  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 114 * given result on successful completion.
117 * @param result the result to return on successful completion. If
193 * upon successful completion of the computation.
  /packages/apps/Bluetooth/res/values/
strings.xml 137 <!-- Bluetooth Successful Download Dialog -->
148 <!-- Bluetooth Successful Upload Progress Dialog -->
216 <string name="noti_caption"> <xliff:g id="successful_number">%1$s</xliff:g> successful, <xliff:g id="unsuccessful_number">%2$s</xliff:g> unsuccessful.</string>
  /system/core/fastboot/
engine.c 332 "Erase successful, but not automatically formatting.\n");
350 "Erase successful, but not automatically formatting.\n");
364 "Erase successful, but not automatically formatting.\n");
  /external/libnfc-nxp/src/
phHal4Nfc.h 335 * this function is successful. \n
563 * successfully. The session ends with a successful disconnect
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 133 Log.v(TAG, "Successful authentication");
195 // Our request to the server was successful - so we assume
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 212 public override void EndBacktrack(int level, bool successful) {
213 Transmit("endBacktrack\t" + level + "\t" + (successful ? DebugEventListenerConstants.True : DebugEventListenerConstants.False));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 243 public override void EndBacktrack( int level, bool successful )
245 Transmit( "endBacktrack\t" + level + "\t" + ( successful ? DebugEventListenerConstants.True : DebugEventListenerConstants.False ) );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventHub.java 175 public void endBacktrack(int level, boolean successful) {
178 listener.endBacktrack(level, successful);
DebugEventSocketProxy.java 180 public void endBacktrack(int level, boolean successful) {
181 transmit("endBacktrack\t"+level+"\t"+(successful?TRUE:FALSE));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventProxy.m 259 - (void) endBacktrack:(NSInteger)level wasSuccessful:(BOOL)successful
261 [self sendToDebugger:[NSString stringWithFormat:@"endBacktrack %d %d", level, successful ? 1 : 0]];
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 158 def end_backtrack( level, successful )
159 transmit "%s\t%i\t%p", :end_backtrack, level, ( successful ? true : false )
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java 156 // In this order, we can be sure that only a successful
297 // In this order, we can be sure that only a successful
  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 189 /* if result successful */
249 /* if result successful */
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 288 /* if result successful */
356 /* if result successful */
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 313 /* if result successful */
378 /* if result successful */
  /external/chromium/base/
pickle.h 65 // the Pickle, initialize *iter to NULL. If successful, these methods return
210 // the return result for true (i.e., successful resizing).
  /external/chromium/chrome/browser/extensions/
crx_installer.h 185 // successful. Defaults to INTERNAL.
210 // Whether to create an app shortcut after successful installation. This is
  /external/chromium/chrome/browser/sync/glue/
extension_sync.cc 201 // is called. Returns whether or not the update was successful. If
202 // the update was successful, extension_data->ServerNeedsUpdate() will
  /external/chromium/chrome/browser/ui/tests/
browser_uitest.cc 64 // And that session end was successful.
223 // Verify that we set a mark on successful dialog show.
  /external/chromium/net/base/
filter.h 213 // stream_buffer_. On the other hand, *dest_len can be 0 upon successful
249 // Helper methods for PrependNewFilter. If initialization is successful,
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 130 // A class for indicating whether an assertion was successful. When
131 // the assertion wasn't successful, the AssertionResult object
163 // Declares factory functions for making successful and failed
185 // Makes a successful assertion result.
484 // Returns 0 if successful, or 1 otherwise.
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h 144 // Creates directories so that path exists. Returns true if successful or if
150 // Create the directory so that path exists. Returns true if successful or
  /external/clang/include/clang/Basic/
ConvertUTF.h 47 The return result indicates whether the conversion was successful,
116 conversionOK, /* conversion successful */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioStatusTable.java 205 this.stream.print("\">): mark a <b>successful result</b>, which means this test has neither significant performance regression nor significant standard error</li>");
216 this.stream.print("\">): mark a <b>failing or successful result</b> with a significant standard error (more than ");
  /external/gtest/include/gtest/internal/
gtest-filepath.h 144 // Creates directories so that path exists. Returns true if successful or if
150 // Create the directory so that path exists. Returns true if successful or

Completed in 816 milliseconds

<<31323334353637383940>>