HomeSort by relevance Sort by last modified time
    Searched refs:cancel (Results 1 - 25 of 2864) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/OpenMP/
cancel_if_messages.cpp 16 #pragma omp cancel parallel if // expected-error {{expected '(' after 'if'}}
17 #pragma omp cancel parallel if ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp cancel parallel if () // expected-error {{expected expression}}
19 #pragma omp cancel parallel if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
20 #pragma omp cancel parallel if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp cancel' are ignored}}
21 #pragma omp cancel parallel if (argc > 0 ? argv[1] : argv[2])
22 #pragma omp cancel parallel if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp cancel' cannot contain more than one 'if' clause}}
23 #pragma omp cancel parallel if (S) // expected-error {{'S' does not refer to a value}
    [all...]
cancel_messages.cpp 5 #pragma omp cancel // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgroup' is expected}}
7 #pragma omp cancel parallel untied // expected-error {{unexpected OpenMP clause 'untied' in directive '#pragma omp cancel'}}
8 #pragma omp cancel unknown // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgroup' is expected}}
9 #pragma omp cancel sections( // expected-warning {{extra tokens at the end of '#pragma omp cancel' are ignored}}
10 #pragma omp cancel for, ) // expected-warning {{extra tokens at the end of '#pragma omp cancel' are ignored}}
11 #pragma omp cancel taskgroup() // expected-warning {{extra tokens at the end of '#pragma omp cancel' are ignored}
    [all...]
cancel_ast_print.cpp 13 #pragma omp cancel parallel if(argc)
17 // CHECK-NEXT: #pragma omp cancel parallel if(argc)
21 #pragma omp cancel sections
25 // CHECK: #pragma omp cancel sections
29 #pragma omp cancel for if(cancel:argc)
33 // CHECK-NEXT: #pragma omp cancel for if(cancel: argc)
37 #pragma omp cancel taskgroup
41 // CHECK: #pragma omp cancel taskgrou
    [all...]
cancel_codegen.cpp 14 #pragma omp cancel parallel if(flag)
20 #pragma omp cancel sections
29 #pragma omp cancel sections
32 #pragma omp cancel sections
55 #pragma omp cancel for if(cancel: flag)
76 #pragma omp cancel taskgroup
82 #pragma omp cancel sections
87 #pragma omp cancel sections
90 #pragma omp cancel section
    [all...]
cancellation_point_codegen.cpp 14 #pragma omp cancel parallel
22 #pragma omp cancel sections
42 #pragma omp cancel sections
66 #pragma omp cancel for
82 #pragma omp cancel taskgroup
90 #pragma omp cancel sections
98 #pragma omp cancel sections
109 #pragma omp cancel for
  /packages/services/BuiltInPrintService/src/com/android/bips/
DelayedAction.java 23 /** Cancel this action */
24 void cancel(); method in interface:DelayedAction
  /frameworks/base/core/java/android/os/
ICancellationSignal.aidl 23 oneway void cancel();
  /frameworks/base/core/java/com/android/internal/app/
IVoiceInteractorRequest.aidl 23 void cancel();
  /frameworks/base/core/java/android/webkit/
SslErrorHandler.java 26 * either {@link #proceed} or {@link #cancel} to set the WebView's response
47 * Cancel this request and all pending requests for the WebView that had
50 public void cancel() {} method in class:SslErrorHandler
HttpAuthHandler.java 26 * call either {@link #proceed} or {@link #cancel} to set the WebView's
52 * Instructs the WebView to cancel the authentication request.
54 public void cancel() { method in class:HttpAuthHandler
  /frameworks/base/test-mock/src/android/test/mock/
MockDialogInterface.java 32 public void cancel() { method in class:MockDialogInterface
  /packages/apps/Email/provider_src/com/android/email/provider/
FolderPickerCallback.java 24 public void cancel(); method in interface:FolderPickerCallback
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
Future.java 21 // - Once cancel() is called, isCancelled() always returns true. It is a sticky
30 public void cancel(); method in interface:Future
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
SearchAlgorithm.java 31 void cancel(boolean interruptActiveRequests); method in interface:SearchAlgorithm
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimerTaskTest.java 76 * java.util.TimerTask#cancel()
81 // Ensure cancel returns false if never scheduled
83 assertTrue("Unsheduled tasks should return false for cancel()",
84 !testTask.cancel());
90 assertTrue("TimerTask should not have run yet", testTask.cancel());
91 t.cancel();
104 "TimerTask.cancel() should return false if task has run",
105 testTask.cancel());
107 "TimerTask.cancel() should return false if called a second time",
108 testTask.cancel());
    [all...]
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractSelectionKey.java 66 public final void cancel() { method in class:AbstractSelectionKey
73 ((AbstractSelector)selector()).cancel(this);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java 23 public abstract void cancel(int id); method in class:NotificationMgr
38 cancel(i);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/toast/
ToastManager.java 31 sToast.cancel();
37 sToast.cancel();
  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
DataFetcher.java 8 * called for any given load depending on whether or not the corresponding resource is cached. Cancel also may or may
65 * The best way to use this method is to cancel any loads that have not yet started, but allow those that are in
75 void cancel(); method in interface:DataFetcher
  /external/robolectric/v1/src/main/java/android/os/
TestVibrator.java 6 public void cancel() { method in class:TestVibrator
  /frameworks/base/core/tests/coretests/src/android/view/
MutateDrawable.java 37 Button cancel = new Button(this); local
38 cancel.setId(R.id.b);
39 cancel.setBackgroundDrawable(getResources().getDrawable(
43 layout.addView(cancel);
  /libcore/ojluni/src/main/java/java/nio/file/
WatchKey.java 37 * <li> It is cancelled, explicitly, by invoking its {@link #cancel cancel}
133 void cancel(); method in interface:WatchKey
  /tools/tradefederation/core/src/com/android/tradefed/result/
InputStreamSource.java 24 * <p>It should be expected that a resource will be leaked unless {@link #cancel()} is called, and
25 * that once {@link #cancel()} is called on an instance, that that instance and any {@link
32 * the beginning. Each invocation of this method (until {@link #cancel()} is called) will
37 * invalidated by a prior call to {@link #cancel()}, or if a new InputStream cannot be
49 public default void cancel() { method in interface:InputStreamSource
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
lostcancel.go 17 var ctx, cancel = context.WithCancel() // ERROR "the cancel function is not used on all paths \(possible context leak\)"
18 } // ERROR "this return statement may be reached without using the cancel var defined on line 17"
31 ctx, _ := context.WithCancel() // ERROR "the cancel function returned by context.WithCancel should be called, not discarded, to avoid a context leak"
32 ctx, _ = context.WithTimeout() // ERROR "the cancel function returned by context.WithTimeout should be called, not discarded, to avoid a context leak"
33 ctx, _ = context.WithDeadline() // ERROR "the cancel function returned by context.WithDeadline should be called, not discarded, to avoid a context leak"
37 ctx, cancel := context.WithCancel()
38 defer cancel() // ok
42 ctx, cancel := context.WithCancel() // ERROR "not used on all paths"
44 cancel()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
lostcancel.go 17 var ctx, cancel = context.WithCancel() // ERROR "the cancel function is not used on all paths \(possible context leak\)"
18 } // ERROR "this return statement may be reached without using the cancel var defined on line 17"
31 ctx, _ := context.WithCancel() // ERROR "the cancel function returned by context.WithCancel should be called, not discarded, to avoid a context leak"
32 ctx, _ = context.WithTimeout() // ERROR "the cancel function returned by context.WithTimeout should be called, not discarded, to avoid a context leak"
33 ctx, _ = context.WithDeadline() // ERROR "the cancel function returned by context.WithDeadline should be called, not discarded, to avoid a context leak"
37 ctx, cancel := context.WithCancel()
38 defer cancel() // ok
42 ctx, cancel := context.WithCancel() // ERROR "not used on all paths"
44 cancel()
    [all...]

Completed in 901 milliseconds

1 2 3 4 5 6 7 8 91011>>