/external/clang/test/OpenMP/ |
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_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_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...] |
/external/tpm2/ |
Cancel.c | 15 // Check if the cancel flag is set 19 // TRUE if cancel flag is set 20 // FALSE if cancel flag is not set 27 // return cancel flag 34 // Set cancel flag. 49 // Clear cancel flag
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser_profiles/extension_webrequest/Default/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/ |
background.html | 4 return {"cancel": false}; 8 return {"cancel": false};
|
/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...] |
TimerTest.java | 71 timer.cancel(); 119 t.cancel(); 122 t.cancel(); 138 t.cancel(); 141 t.cancel(); 157 t.cancel(); 160 t.cancel(); 187 t.cancel(); 190 t.cancel(); 201 * java.util.Timer#cancel() 294 tasks[i].cancel(); method [all...] |
/development/samples/browseable/BorderlessButtons/ |
_index.jd | 9 (OK and Cancel) and dividers to establish visual structure.
|
/external/dbus/test/data/auth/ |
cancel.auth-script | 7 SEND 'CANCEL'
|
/external/libchrome/base/ |
cancelable_callback_unittest.cc | 29 // Cancel(). 31 // - After Cancel(), Run() completes but has no effect. 32 TEST(CancelableCallbackTest, Cancel) { 44 cancelable.Cancel(); 49 // Cancel() called multiple times. 50 // - Cancel() cancels all copies of the wrapped callback. 51 // - Calling Cancel() more than once has no effect. 52 // - After Cancel(), callback() returns a null callback. 60 cancelable.Cancel(); 68 // Calling Cancel() again has no effect [all...] |
/development/samples/MySampleRss/res/values/ |
strings.xml | 11 <string name="cancel">Cancel</string>
|
/external/nist-sip/java/javax/sip/message/ |
Request.java | 9 String CANCEL = "CANCEL";
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ProgressDialog.rc | 10 PUSHBUTTON "Cancel", IDCANCEL, bx, by, bxs, bys
|
/external/nist-sip/java/gov/nist/javax/sip/ |
ServerTransactionExt.java | 9 * incoming CANCEL server transaction.
|
/external/robolectric/v1/src/main/java/android/os/ |
TestVibrator.java | 6 public void cancel() { method in class:TestVibrator
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowJsResult.java | 13 public void cancel() { method in class:ShadowJsResult
|
/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);
|
/frameworks/base/core/java/android/os/ |
CancellationSignal.java | 22 * Provides the ability to cancel an operation in progress. 62 public void cancel() { method in class:CancellationSignal 81 remote.cancel(); 101 * If {@link CancellationSignal#cancel} has already been called, then the provided 127 * If {@link CancellationSignal#cancel} has already been called, then the provided 150 remote.cancel(); 196 * Called when {@link CancellationSignal#cancel} is invoked. 205 public void cancel() throws RemoteException { method in class:CancellationSignal.Transport 206 mCancellationSignal.cancel();
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ |
DragScrollListener.java | 63 scrollDown.cancel(); 70 scrollUp.cancel(); 78 scrollUp.cancel(); 79 scrollDown.cancel(); 83 scrollUp.cancel(); 84 scrollDown.cancel();
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
InactivityTimer.java | 51 cancel(); method 65 cancel(); method 74 private void cancel() { method in class:InactivityTimer 77 future.cancel(true); 83 cancel(); method 103 InactivityTimer.this.cancel();
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
DelayedOperations.java | 27 * Class that helps post {@link Runnable}s to a {@link Handler}, and cancel pending ones 49 public void cancel() { method in class:DelayedOperations.QueuedOperation 69 * Cancel a runnable that's been posted with {@link #post(Runnable)}. 82 found.cancel(); 87 * Cancel all pending {@link Runnable}s. 93 qo.cancel();
|
/developers/build/prebuilts/gradle/DoneBar/Application/src/main/res/menu/ |
cancel.xml | 18 <item android:id="@+id/cancel" 19 android:title="@string/cancel"
|
/developers/build/prebuilts/gradle/DoneBar/Application/src/main/res/values/ |
strings.xml | 20 <string name="cancel">Cancel</string>
|
/developers/samples/android/ui/actionbar/DoneBar/Application/src/main/res/menu/ |
cancel.xml | 18 <item android:id="@+id/cancel" 19 android:title="@string/cancel"
|
/developers/samples/android/ui/actionbar/DoneBar/Application/src/main/res/values/ |
strings.xml | 20 <string name="cancel">Cancel</string>
|