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

  /external/clang/test/OpenMP/
cancellation_point_messages.cpp 4 #pragma omp cancellation // expected-error {{expected an OpenMP directive}}
5 #pragma omp cancellation point // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgroup' is expected}}
7 #pragma omp cancellation point parallel untied // expected-error {{unexpected OpenMP clause 'untied' in directive '#pragma omp cancellation point'}}
8 #pragma omp cancellation point unknown // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgroup' is expected}}
9 #pragma omp cancellation point sections( // expected-warning {{extra tokens at the end of '#pragma omp cancellation point' are ignored}}
10 #pragma omp cancellation point for, ) // expected-warning {{extra tokens at the end of '#pragma omp cancellation point' are ignored}}
11 #pragma omp cancellation point taskgroup() // expected-warning {{extra tokens at the end of '#pragma omp cancellation p (…)
    [all...]
cancellation_point_ast_print.cpp 13 #pragma omp cancellation point parallel
17 // CHECK-NEXT: #pragma omp cancellation point parallel
21 #pragma omp cancellation point sections
25 // CHECK: #pragma omp cancellation point sections
29 #pragma omp cancellation point for
33 // CHECK-NEXT: #pragma omp cancellation point for
37 #pragma omp cancellation point taskgroup
41 // CHECK: #pragma omp cancellation point taskgroup
cancellation_point_codegen.cpp 13 #pragma omp cancellation point parallel
21 #pragma omp cancellation point sections
31 #pragma omp cancellation point sections
34 #pragma omp cancellation point sections
58 #pragma omp cancellation point for
74 #pragma omp cancellation point taskgroup
82 #pragma omp cancellation point sections
90 #pragma omp cancellation point sections
95 #pragma omp cancellation point sections
101 #pragma omp cancellation point fo
    [all...]
cancel_messages.cpp 4 #pragma omp cancellation // expected-error {{expected an OpenMP directive}}
  /frameworks/base/core/java/android/print/
ILayoutResultCallback.aidl 28 void onLayoutStarted(ICancellationSignal cancellation, int sequence);
IWriteResultCallback.aidl 28 void onWriteStarted(ICancellationSignal cancellation, int sequence);
PrintManager.java 1018 CancellationSignal cancellation = (CancellationSignal) args.arg4; local
1043 CancellationSignal cancellation = (CancellationSignal) args.arg4; local
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6997_linux.go 6 // (NPTL uses SIGRTMIN to implement thread cancellation)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6997_linux.go 6 // (NPTL uses SIGRTMIN to implement thread cancellation)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_connection.py 269 cancellation = response[0]
270 self.assertEqual(cancellation.status, 'cancelled')
271 self.assertEqual(cancellation.status_message, 'CANCELLED')
272 self.assertEqual(len(cancellation.instance_counts), 4)
273 first = cancellation.instance_counts[0]
276 self.assertEqual(len(cancellation.price_schedules), 5)
277 schedule = cancellation.price_schedules[0]
395 cancellation = response[0]
396 self.assertEqual(cancellation.status, 'active')
397 self.assertEqual(cancellation.status_message, 'ACTIVE'
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 218 // cancellation and start over.
698 failed("Command did not respond to cancellation in "
748 private void handleOnLayoutStarted(ICancellationSignal cancellation, int sequence) {
759 cancellation.cancel();
765 mCancellation = cancellation;
797 // Release the remote cancellation interface.
817 // Release the remote cancellation interface.
835 // Release the remote cancellation interface.
910 ICancellationSignal cancellation = (ICancellationSignal) message.obj; local
911 handleOnLayoutStarted(cancellation, sequence)
1190 ICancellationSignal cancellation = (ICancellationSignal) message.obj; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 261 MotionEvent cancellation = MotionEvent.obtain(ev); local
262 cancellation.setAction(MotionEvent.ACTION_CANCEL);
263 mStackScrollLayout.onInterceptTouchEvent(cancellation);
264 mNotificationPanel.onInterceptTouchEvent(cancellation);
265 cancellation.recycle();
  /external/valgrind/
glibc-2.X-drd.supp 28 drd-libc-thread-cancellation-test
  /prebuilts/go/darwin-x86/src/runtime/
signal_solaris.go 49 /* 36 */ {0, "SIGCANCEL: reserved signal for thread cancellation"},
  /prebuilts/go/linux-x86/src/runtime/
signal_solaris.go 49 /* 36 */ {0, "SIGCANCEL: reserved signal for thread cancellation"},
  /prebuilts/go/darwin-x86/src/math/
j0.go 41 // (To avoid cancellation, use
191 // To avoid cancellation, use
j1.go 42 // (To avoid cancellation, use
200 // To avoid cancellation, use
  /prebuilts/go/linux-x86/src/math/
j0.go 41 // (To avoid cancellation, use
191 // To avoid cancellation, use
j1.go 42 // (To avoid cancellation, use
200 // To avoid cancellation, use
  /prebuilts/go/darwin-x86/src/net/
fd_windows.go 211 // Wait for cancellation to complete.
220 // We issued cancellation request. But, it seems, IO operation succeeded
221 // before cancellation request run. We need to treat IO operation as
  /prebuilts/go/linux-x86/src/net/
fd_windows.go 211 // Wait for cancellation to complete.
220 // We issued cancellation request. But, it seems, IO operation succeeded
221 // before cancellation request run. We need to treat IO operation as
  /cts/tests/tests/print/src/android/print/cts/
PrintDocumentAdapterContractTest.java     [all...]
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0/
guava-19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0-rc2/
guava-19.0-rc2.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
bazel_java_extractor.jar 

Completed in 487 milliseconds