HomeSort by relevance Sort by last modified time
    Searched defs:complete (Results 151 - 175 of 588) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/av/services/audioflinger/
Tracks.cpp 798 // presentation is complete
889 // remove from active track list, reset(), and trigger presentation complete
1084 bool complete; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 349 public NetworkDetail complete(Map<Constants.ANQPElementType, ANQPElement> anqpElements) { method in class:NetworkDetail
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinTask.java 121 * to delay processing of results or exceptions until all complete.
162 * {@link Phaser}, {@link #helpQuiesce}, and {@link #complete}) that
958 public void complete(V value) { method in class:ForkJoinTask
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
SyncMessagesAction.java 340 LogUtil.d(TAG, "SyncMessagesAction: Scan complete (took "
382 syncManager.complete();
494 syncManager.complete();
497 // Either sync should be complete or we should have a follow up request
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c 1539 NJ_INT16 complete; local
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_deque.h 1104 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
    [all...]
_rope.h 2377 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_deque.h 1104 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
    [all...]
_rope.h 2377 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_deque.h 1104 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
    [all...]
_rope.h 2377 typedef typename __move_traits<_Alloc>::complete complete; typedef in struct:__move_traits
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Calendar.java 354 // complete() method. Resolving a partial set of fields into a UTC millis
1809 complete(); method
2165 complete(); method
2260 protected void complete() method in class:Calendar
    [all...]
  /external/autotest/frontend/afe/
models.py 820 test_retry: Number of times to retry test if the test did not complete
1630 complete = dbmodels.BooleanField(default=False) variable in class:HostQueueEntry
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 86 /// Complete an apparently-successful cast operation that yields
88 ExprResult complete(CastExpr *castExpr) { function in struct:__anon14185::CastOperation
260 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
271 return Op.complete(CXXDynamicCastExpr::Create(Context, Op.ResultType,
283 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
296 return Op.complete(CXXStaticCastExpr::Create(Context, Op.ResultType,
585 // C++ 5.2.7p1: T shall be a pointer or reference to a complete class type,
620 // complete class type, [...]. If T is an lvalue reference type, v shall be
621 // an lvalue of a complete class type, [...]. If T is an rvalue reference
622 // type, v shall be an expression having a complete class type, [...
    [all...]
  /external/curl/lib/
ftp.c 3575 bool complete = FALSE; local
    [all...]
  /external/jline/src/src/main/java/jline/
ConsoleReader.java 87 names.put("COMPLETE", new Short(COMPLETE));
602 case COMPLETE: // tab
603 success = complete();
921 private final boolean complete() throws IOException { method in class:ConsoleReader
936 if ((position = comp.complete(bufstr, cursor, candidates)) != -1) {
946 return completionHandler.complete(this, candidates, position);
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_compiler_disasm.c 1654 bool interleaved, complete, allocate, used; local
    [all...]
  /external/openssh/
sftp.c 1973 complete(EditLine *el, int ch) function
    [all...]
  /external/selinux/mcstrans/src/
mcstrans.c 1156 int complete = 0; local
1158 while(change && !complete) {
1160 for (g = domain->groups; g && !change && !complete; g = g->next) {
1236 complete=1;
1240 complete=0;
1248 complete = 0;
1250 if (complete)
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 231 // char is NOT a <) - should not complete with end tags
889 private ICompletionProposal[] complete(IFile file, String caretLocation, method in class:AndroidContentAssistTest
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i370.c 1828 char *complete; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 161 * fields may be necessary for complete disambiguation. For example, a full
1963 complete(); method
2257 protected void complete() method in class:Calendar
2738 complete(); method
3173 complete(); method
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 160 * fields may be necessary for complete disambiguation. For example, a full
2042 complete(); method
2344 protected void complete() method in class:Calendar
2835 complete(); method
3271 complete(); method
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 688 // complete() method. Resolving a partial set of fields into a UTC millis
1409 Calendar::complete(UErrorCode& status) function in class:Calendar
    [all...]

Completed in 1687 milliseconds

1 2 3 4 5 67 8 91011>>