/external/v8/test/webkit/ |
D | exception-propagate-from-dfg-to-llint.js | 34 try { shouldThrow = !shouldThrow; h(o); } catch (e) {} 35 try { shouldThrow = !shouldThrow; h(o); } catch (e) {} 36 try { shouldThrow = !shouldThrow; h(o); } catch (e) {} 37 try { shouldThrow = !shouldThrow; h(o); } catch (e) {} 38 try { shouldThrow = !shouldThrow; h(o); } catch (e) {} 39 try { shouldThrow = !shouldThrow; h(o); } catch (e) {} 40 try { shouldThrow = !shouldThrow; h(o); } catch (e) {} 41 try { shouldThrow = !shouldThrow; h(o); } catch (e) {} 42 try { shouldThrow = !shouldThrow; h(o); } catch (e) {} 43 try { shouldThrow = !shouldThrow; h(o); } catch (e) {} [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | funclet-layout.ll | 15 to label %unreachable unwind label %catch.dispatch 17 catch.dispatch: 18 %cs1 = catchswitch within none [label %catch] unwind to caller 20 catch: 22 br label %catch.loop 24 catch.loop: 25 br i1 %B, label %catchret, label %catch.loop 44 ; The catch funclet contains %catch and %catchret 45 ; CHECK: # %catch{{$}} 55 to label %unreachable unwind label %catch.dispatch [all …]
|
D | tail-merge-wineh.ll | 8 ; } catch (int) { 12 ; } catch (int) { 14 ; } catch (int) { 54 to label %unreachable unwind label %catch.dispatch 56 catch.dispatch: ; preds = %entry 57 %cs1 = catchswitch within none [label %catch] unwind label %catch.dispatch.7 59 catch: ; preds = %catch.dispatch 63 catchret.dest: ; preds = %catch 70 to label %unreachable unwind label %catch.dispatch.2 72 catch.dispatch.2: ; preds = %try.cont [all …]
|
D | branchfolding-catchpads.ll | 15 to label %cleanup unwind label %catch.dispatch 19 to label %cleanup unwind label %catch.dispatch 21 catch.dispatch: 22 %cs = catchswitch within none [ label %catch, label %catch.2 ] unwind to caller 24 catch: 29 catch.2: 57 to label %cleanup unwind label %catch.dispatch 61 to label %cleanup unwind label %catch.dispatch 63 catch.dispatch: 64 %cs = catchswitch within none [ label %catch, label %catch.2, label %catch.3 ] unwind to caller [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-1200351.js | 41 } catch (e) { if (e.message.length > 0) { print (e.message); } }; 45 } catch (e) { if (e.message.length > 0) { print (e.message); } }; 49 } catch (e) { if (e.message.length > 0) { print (e.message); } }; 53 } catch (e) { if (e.message.length > 0) { print (e.message); } }; 57 } catch (e) { if (e.message.length > 0) { print (e.message); } }; 61 } catch (e) { if (e.message.length > 0) { print (e.message); } }; 65 } catch (e) { if (e.message.length > 0) { print (e.message); } }; 69 } catch (e) { if (e.message.length > 0) { print (e.message); } }; 73 } catch (e) { if (e.message.length > 0) { print (e.message); } }; 77 } catch (e) { if (e.message.length > 0) { print (e.message); } }; [all …]
|
/external/clang/test/SemaCXX/ |
D | exceptions.cpp | 9 } catch(int i) { // expected-note {{previous definition}} in trys() 12 } catch(float i) { in trys() 13 } catch(void v) { // expected-error {{cannot catch incomplete type 'void'}} in trys() 14 } catch(A a) { // expected-error {{cannot catch incomplete type 'A'}} in trys() 15 } catch(A *a) { // expected-error {{cannot catch pointer to incomplete type 'A'}} in trys() 16 } catch(A &a) { // expected-error {{cannot catch reference to incomplete type 'A'}} in trys() 17 } catch(Abstract) { // expected-error {{variable type 'Abstract' is an abstract class}} in trys() 18 } catch(...) { in trys() 23 } catch(...) { // expected-error {{catch-all handler must come last}} in trys() 24 } catch(int) { in trys() [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | empty-cleanuppad.ll | 52 ; } catch (...) {} 55 ; In this case, the outermost cleanup pad can be eliminated and the catch block 65 ; CHECK: cleanupret from %0 unwind label %catch.dispatch 66 ; CHECK: catch.dispatch: 67 ; CHECK: catchswitch within none [label %catch] unwind to caller 68 ; CHECK: catch: 85 cleanupret from %0 unwind label %catch.dispatch 87 catch.dispatch: ; preds = %ehcleanup 88 %cs1 = catchswitch within none [label %catch] unwind label %ehcleanup.1 90 catch: ; preds = %catch.dispatch [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | MapInterfaceTest.java | 150 } catch (UnsupportedOperationException e) { in makeEitherMap() 162 } catch (Exception e) { in supportsValuesHashCode() 278 } catch (UnsupportedOperationException e) { in testClear() 289 } catch (UnsupportedOperationException e) { in testClear() 302 } catch (UnsupportedOperationException e) { in testContainsKey() 308 } catch (ClassCastException tolerated) {} in testContainsKey() 315 } catch (NullPointerException optional) { in testContainsKey() 327 } catch (UnsupportedOperationException e) { in testContainsValue() 337 } catch (NullPointerException optional) { in testContainsValue() 348 } catch (UnsupportedOperationException e) { in testEntrySet() [all …]
|
/external/opencv3/modules/java/src/ |
D | ml.cpp | 63 } catch(const std::exception &e) { in Java_org_opencv_ml_EM_getClustersNumber_10() 65 } catch (...) { in Java_org_opencv_ml_EM_getClustersNumber_10() 88 } catch(const std::exception &e) { in Java_org_opencv_ml_EM_setClustersNumber_10() 90 } catch (...) { in Java_org_opencv_ml_EM_setClustersNumber_10() 113 } catch(const std::exception &e) { in Java_org_opencv_ml_EM_getCovarianceMatrixType_10() 115 } catch (...) { in Java_org_opencv_ml_EM_getCovarianceMatrixType_10() 138 } catch(const std::exception &e) { in Java_org_opencv_ml_EM_setCovarianceMatrixType_10() 140 } catch (...) { in Java_org_opencv_ml_EM_setCovarianceMatrixType_10() 164 } catch(const std::exception &e) { in Java_org_opencv_ml_EM_getTermCriteria_10() 166 } catch (...) { in Java_org_opencv_ml_EM_getTermCriteria_10() [all …]
|
D | core.cpp | 66 } catch(const std::exception &e) { in Java_org_opencv_core_Core_getTickFrequency_10() 68 } catch (...) { in Java_org_opencv_core_Core_getTickFrequency_10() 91 } catch(const std::exception &e) { in Java_org_opencv_core_Core_getCPUTickCount_10() 93 } catch (...) { in Java_org_opencv_core_Core_getCPUTickCount_10() 116 } catch(const std::exception &e) { in Java_org_opencv_core_Core_setErrorVerbosity_10() 118 } catch (...) { in Java_org_opencv_core_Core_setErrorVerbosity_10() 143 } catch(const std::exception &e) { in Java_org_opencv_core_Core_mulSpectrums_10() 145 } catch (...) { in Java_org_opencv_core_Core_mulSpectrums_10() 166 } catch(const std::exception &e) { in Java_org_opencv_core_Core_mulSpectrums_11() 168 } catch (...) { in Java_org_opencv_core_Core_mulSpectrums_11() [all …]
|
D | photo.cpp | 64 } catch(const std::exception &e) { in Java_org_opencv_photo_CalibrateRobertson_getMaxIter_10() 66 } catch (...) { in Java_org_opencv_photo_CalibrateRobertson_getMaxIter_10() 89 } catch(const std::exception &e) { in Java_org_opencv_photo_CalibrateRobertson_setMaxIter_10() 91 } catch (...) { in Java_org_opencv_photo_CalibrateRobertson_setMaxIter_10() 114 } catch(const std::exception &e) { in Java_org_opencv_photo_CalibrateRobertson_getThreshold_10() 116 } catch (...) { in Java_org_opencv_photo_CalibrateRobertson_getThreshold_10() 139 } catch(const std::exception &e) { in Java_org_opencv_photo_CalibrateRobertson_setThreshold_10() 141 } catch (...) { in Java_org_opencv_photo_CalibrateRobertson_setThreshold_10() 164 } catch(const std::exception &e) { in Java_org_opencv_photo_CalibrateRobertson_getRadiance_10() 166 } catch (...) { in Java_org_opencv_photo_CalibrateRobertson_getRadiance_10() [all …]
|
D | video.cpp | 80 } catch(const std::exception &e) { in Java_org_opencv_video_DenseOpticalFlow_calc_10() 82 } catch (...) { in Java_org_opencv_video_DenseOpticalFlow_calc_10() 105 } catch(const std::exception &e) { in Java_org_opencv_video_DenseOpticalFlow_collectGarbage_10() 107 } catch (...) { in Java_org_opencv_video_DenseOpticalFlow_collectGarbage_10() 144 } catch(const std::exception &e) { in Java_org_opencv_video_BackgroundSubtractor_getBackgroundImage_10() 146 } catch (...) { in Java_org_opencv_video_BackgroundSubtractor_getBackgroundImage_10() 171 } catch(const std::exception &e) { in Java_org_opencv_video_BackgroundSubtractor_apply_10() 173 } catch (...) { in Java_org_opencv_video_BackgroundSubtractor_apply_10() 194 } catch(const std::exception &e) { in Java_org_opencv_video_BackgroundSubtractor_apply_11() 196 } catch (...) { in Java_org_opencv_video_BackgroundSubtractor_apply_11() [all …]
|
D | imgproc.cpp | 69 } catch(const std::exception &e) { in Java_org_opencv_imgproc_LineSegmentDetector_detect_10() 71 } catch (...) { in Java_org_opencv_imgproc_LineSegmentDetector_detect_10() 92 } catch(const std::exception &e) { in Java_org_opencv_imgproc_LineSegmentDetector_detect_11() 94 } catch (...) { in Java_org_opencv_imgproc_LineSegmentDetector_detect_11() 119 } catch(const std::exception &e) { in Java_org_opencv_imgproc_LineSegmentDetector_drawSegments_10() 121 } catch (...) { in Java_org_opencv_imgproc_LineSegmentDetector_drawSegments_10() 148 } catch(const std::exception &e) { in Java_org_opencv_imgproc_LineSegmentDetector_compareSegments_10() 150 } catch (...) { in Java_org_opencv_imgproc_LineSegmentDetector_compareSegments_10() 172 } catch(const std::exception &e) { in Java_org_opencv_imgproc_LineSegmentDetector_compareSegments_11() 174 } catch (...) { in Java_org_opencv_imgproc_LineSegmentDetector_compareSegments_11() [all …]
|
/external/libcxxabi/test/ |
D | catch_member_data_pointer_01.pass.cpp | 37 catch (md2) in test1() 41 catch (md1) in test1() 53 catch (md2) in test2() 56 catch (...) in test2() 66 catch (md1) in test2() 69 catch (...) in test2() 83 catch (md2) in test3() 87 catch (der2) in test3() 91 catch (der1) in test3() 95 catch (md1) in test3() [all …]
|
D | catch_ptr_02.pass.cpp | 23 catch ( const A* ) in test1() 26 catch ( A *) in test1() 39 catch ( A* ) in test2() 42 catch ( const A *) in test2() 55 catch ( const A* ) in test3() 58 catch ( A *) in test3() 71 catch ( A *) in test4() 75 catch ( const A* ) in test4() 91 catch (base2 *p) { in test5() 94 catch (...) in test5() [all …]
|
D | catch_member_function_pointer_01.pass.cpp | 42 catch (mf2) in test1() 46 catch (mf1) in test1() 58 catch (mf1) in test2() 62 catch (mf2) in test2() 76 catch (dmf2) in test_derived() 80 catch (dmf1) in test_derived() 84 catch (mf1) in test_derived() 93 catch (dmf1) in test_derived() 97 catch (dmf2) in test_derived() 101 catch (mf2) in test_derived() [all …]
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore_Impl2Test.java | 112 } catch (KeyStoreException e) { in checkResult() 117 } catch (NullPointerException e) { in checkResult() 124 } catch (KeyStoreException e) { in checkResult() 129 } catch (KeyStoreException e) { in checkResult() 134 } catch (KeyStoreException e) { in checkResult() 139 } catch (IOException e) { in checkResult() 144 } catch (IOException e) { in checkResult() 145 } catch (NullPointerException e) { in checkResult() 151 } catch (IOException e) { in checkResult() 159 } catch (UnsupportedOperationException e) { in checkResult() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/ |
D | TimeScaleAPITest.java | 39 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal() 46 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal() 54 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal() 64 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble() 71 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble() 79 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble() 89 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong() 96 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong() 104 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong() 116 } catch (IllegalArgumentException iae) { in TestFromLong() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/ |
D | TimeScaleAPITest.java | 35 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal() 42 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal() 50 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal() 60 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble() 67 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble() 75 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble() 85 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong() 92 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong() 100 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong() 112 } catch (IllegalArgumentException iae) { in TestFromLong() [all …]
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLSocketImplTest.java | 85 } catch (Exception e) { in testSSLSocketImpl1() 97 } catch (Exception e) { in testSSLSocketImpl1() 103 } catch (IOException ex) { in testSSLSocketImpl1() 107 } catch (IOException ex) { in testSSLSocketImpl1() 116 } catch (IOException ex) { in testSSLSocketImpl1() 122 } catch (IOException ex) { in testSSLSocketImpl1() 149 } catch (Exception e) { in testSSLSocketImpl2() 161 } catch (Exception e) { in testSSLSocketImpl2() 167 } catch (IOException ex) { in testSSLSocketImpl2() 171 } catch (IOException ex) { in testSSLSocketImpl2() [all …]
|
/external/smali/smalidea/src/main/antlr/ |
D | smalideaParser.g | 204 catch [RecognitionException re] { 213 catch [RecognitionException re] { 222 catch [RecognitionException re] { 231 catch [RecognitionException re] { 243 catch [RecognitionException re] { 252 catch [RecognitionException re] { 291 catch [RecognitionException re] { 306 catch [RecognitionException re] { 319 catch [RecognitionException re] { 326 catch [RecognitionException re] { [all …]
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | ThrowablesTest.java | 42 } catch (Throwable t) { in testPropagateIfPossible_NoneDeclared_NoneThrown() 58 } catch (Throwable t) { in testPropagateIfPossible_NoneDeclared_UncheckedThrown() 69 } catch (SomeUncheckedException expected) { in testPropagateIfPossible_NoneDeclared_UncheckedThrown() 78 } catch (Throwable t) { in testPropagateIfPossible_NoneDeclared_UndeclaredThrown() 89 } catch (SomeChainingException expected) { in testPropagateIfPossible_NoneDeclared_UndeclaredThrown() 99 } catch (Throwable t) { in testPropagateIfPossible_OneDeclared_NoneThrown() 118 } catch (Throwable t) { in testPropagateIfPossible_OneDeclared_UncheckedThrown() 129 } catch (SomeUncheckedException expected) { in testPropagateIfPossible_OneDeclared_UncheckedThrown() 138 } catch (Throwable t) { in testPropagateIfPossible_OneDeclared_CheckedThrown() 149 } catch (SomeCheckedException expected) { in testPropagateIfPossible_OneDeclared_CheckedThrown() [all …]
|
/external/llvm/test/Transforms/Inline/ |
D | invoke-combine-clauses.ll | 12 ; inlined function caused "catch i8* @exception_outer" to appear 22 catch i8* @exception_inner 38 catch i8* @exception_outer 43 ; CHECK-NEXT: catch i8* @exception_inner 44 ; CHECK-NEXT: catch i8* @exception_outer 45 ; Check that there isn't another "catch" clause: 50 ; inlined function caused "catch i8* @exception_outer" to appear 61 catch i8* @exception_inner 72 catch i8* @exception_outer 77 ; CHECK-NEXT: catch i8* @exception_inner [all …]
|
/external/opencv3/modules/java/generator/src/cpp/ |
D | Mat.cpp | 68 } catch(const std::exception &e) { in Java_org_opencv_core_Mat_n_1Mat__III() 70 } catch (...) { in Java_org_opencv_core_Mat_n_1Mat__III() 94 } catch(const std::exception &e) { in Java_org_opencv_core_Mat_n_1Mat__DDI() 96 } catch (...) { in Java_org_opencv_core_Mat_n_1Mat__DDI() 121 } catch(const std::exception &e) { in Java_org_opencv_core_Mat_n_1Mat__IIIDDDD() 123 } catch (...) { in Java_org_opencv_core_Mat_n_1Mat__IIIDDDD() 148 } catch(const std::exception &e) { in Java_org_opencv_core_Mat_n_1Mat__DDIDDDD() 150 } catch (...) { in Java_org_opencv_core_Mat_n_1Mat__DDIDDDD() 175 } catch(const std::exception &e) { in Java_org_opencv_core_Mat_n_1Mat__JIIII() 177 } catch (...) { in Java_org_opencv_core_Mat_n_1Mat__JIIII() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | TestUScriptRun.java | 108 } catch (IllegalArgumentException iae) { in TestContstruction() 115 } catch (IllegalArgumentException iae) { in TestContstruction() 122 } catch (IllegalArgumentException iae) { in TestContstruction() 129 } catch (IllegalArgumentException iae) { in TestContstruction() 136 } catch (IllegalArgumentException iae) { in TestContstruction() 143 } catch (IllegalArgumentException iae) { in TestContstruction() 150 } catch (IllegalArgumentException iae) { in TestContstruction() 157 } catch (IllegalArgumentException iae) { in TestContstruction() 164 } catch (IllegalArgumentException iae) { in TestContstruction() 171 }catch (IllegalArgumentException iae) { in TestContstruction() [all …]
|