HomeSort by relevance Sort by last modified time
    Searched defs:complete (Results 101 - 125 of 476) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
mgc.go 23 // For journal quality proofs that these steps are complete, correct, and terminate see
616 readied = work.bgMark2.complete()
618 readied = work.bgMark1.complete()
621 // complete just called ready,
704 // have sufficient time to complete then more memory will be
706 // GCs more time to complete.
737 // complete signals the completion of this phase of marking. This can
742 // after calling complete in order to let the coordinator goroutine
744 func (s *bgMarkSignal) complete() bool { func
812 // garbage collection is complete. It may also block the entir
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgc.go 23 // For journal quality proofs that these steps are complete, correct, and terminate see
616 readied = work.bgMark2.complete()
618 readied = work.bgMark1.complete()
621 // complete just called ready,
704 // have sufficient time to complete then more memory will be
706 // GCs more time to complete.
737 // complete signals the completion of this phase of marking. This can
742 // after calling complete in order to let the coordinator goroutine
744 func (s *bgMarkSignal) complete() bool { func
812 // garbage collection is complete. It may also block the entir
    [all...]
  /libcore/ojluni/src/main/java/java/util/
GregorianCalendar.java 553 * instance. After calling complete(), this value is guaranteed to
560 * calling complete(), this value is guaranteed to be set and
751 complete(); method
1143 complete(); method
2184 complete(); method
    [all...]
  /device/google/contexthub/contexthubhal/
system_comms.h 135 void complete() { function in class:android::nanohub::SystemComm::Session
144 complete();
263 session->complete();
  /external/apache-http/android/src/android/net/http/
Request.java 350 complete(); method
451 void complete() { method in class:Request
  /external/autotest/client/bin/
job.py 959 def complete(self, status): member in class:base_client_job
    [all...]
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 149 void complete(Decl *D) { function in class:clang::ParsingDeclRAIIObject
190 void complete(Decl *D) { function in class:clang::ParsingDeclSpec
191 ParsingRAII.complete(D);
221 void complete(Decl *D) { function in class:clang::ParsingDeclarator
222 ParsingRAII.complete(D);
243 void complete(Decl *D) { function in class:clang::ParsingFieldDeclarator
244 ParsingRAII.complete(D);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ChineseCalendar.java 527 // explicitly call complete(). This is either a bug in
530 complete(); method
    [all...]
  /external/icu/icu4c/source/i18n/
rbtz.cpp 66 complete(status);
143 // Mark dirty, so transitions are recalculated at next complete() call
157 ncThis->complete(status);
163 RuleBasedTimeZone::complete(UErrorCode& status) { function in class:RuleBasedTimeZone
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ChineseCalendar.java 543 // explicitly call complete(). This is either a bug in
546 complete(); method
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 430 * See if an SQL statement is complete.
432 * one or more complete SQL statements.
437 public synchronized static boolean complete(String sql) { method in class:Database
  /external/jetty/src/java/org/eclipse/jetty/http/
AbstractGenerator.java 410 * Complete the message.
414 public void complete() throws IOException method in class:AbstractGenerator
456 * equivalent to a setResponse, addContent and complete call.
490 complete(); method
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 647 //Completeness depends on many template parameters, for the moment we consider it not complete:
648 typedef __false_type complete; typedef in struct:__move_traits
_list.h 732 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
_slist.h 868 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
_string.h 1139 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
    [all...]
_vector.h 755 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
SyncManager.java 164 * (add must complete on that thread before action transitions to new thread/stage)
272 * Called once sync is complete
274 public synchronized void complete() { method in class:SyncManager
277 + " marked as complete");
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 185 complete(false);
259 complete(false);
271 complete(false);
367 complete(true);
370 complete(false);
382 complete(true);
385 complete(false);
398 complete(false);
402 complete(false);
415 complete(false)
459 void complete(boolean connected) { method in class:BluetoothPeripheralHandover
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 647 //Completeness depends on many template parameters, for the moment we consider it not complete:
648 typedef __false_type complete; typedef in struct:__move_traits
_list.h 732 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
_slist.h 868 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
_string.h 1139 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
    [all...]
_vector.h 755 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
  /system/core/include/log/
log.h 564 uint16_t complete; member in struct:__anon74655

Completed in 517 milliseconds

1 2 3 45 6 7 8 91011>>