HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 176 - 200 of 5305) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_unsigned_long.pass.cpp 51 std::string ex(str, iter.base());
52 assert(ex == "0");
59 std::string ex(str, iter.base());
60 assert(ex == "1");
67 std::string ex(str, iter.base());
68 assert(ex == (sizeof(unsigned long) == 4 ? "4294967295" : "18446744073709551615"));
75 std::string ex(str, iter.base());
76 assert(ex == (sizeof(unsigned long) == 4 ? "4294966296" : "18446744073709550616"));
83 std::string ex(str, iter.base());
84 assert(ex == "1000")
    [all...]
put_unsigned_long_long.pass.cpp 51 std::string ex(str, iter.base());
52 assert(ex == "0");
59 std::string ex(str, iter.base());
60 assert(ex == "1");
67 std::string ex(str, iter.base());
68 assert(ex == "18446744073709551615");
75 std::string ex(str, iter.base());
76 assert(ex == "18446744073709550616");
83 std::string ex(str, iter.base());
84 assert(ex == "1000")
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_long.pass.cpp 51 std::string ex(str, iter.base());
52 assert(ex == "0");
59 std::string ex(str, iter.base());
60 assert(ex == "1");
67 std::string ex(str, iter.base());
68 assert(ex == "-1");
75 std::string ex(str, iter.base());
76 assert(ex == "-1000");
83 std::string ex(str, iter.base());
84 assert(ex == "1000")
    [all...]
put_long_long.pass.cpp 51 std::string ex(str, iter.base());
52 assert(ex == "0");
59 std::string ex(str, iter.base());
60 assert(ex == "1");
67 std::string ex(str, iter.base());
68 assert(ex == "-1");
75 std::string ex(str, iter.base());
76 assert(ex == "-1000");
83 std::string ex(str, iter.base());
84 assert(ex == "1000")
    [all...]
put_unsigned_long.pass.cpp 51 std::string ex(str, iter.base());
52 assert(ex == "0");
59 std::string ex(str, iter.base());
60 assert(ex == "1");
67 std::string ex(str, iter.base());
68 assert(ex == (sizeof(unsigned long) == 4 ? "4294967295" : "18446744073709551615"));
75 std::string ex(str, iter.base());
76 assert(ex == (sizeof(unsigned long) == 4 ? "4294966296" : "18446744073709550616"));
83 std::string ex(str, iter.base());
84 assert(ex == "1000")
    [all...]
put_unsigned_long_long.pass.cpp 51 std::string ex(str, iter.base());
52 assert(ex == "0");
59 std::string ex(str, iter.base());
60 assert(ex == "1");
67 std::string ex(str, iter.base());
68 assert(ex == "18446744073709551615");
75 std::string ex(str, iter.base());
76 assert(ex == "18446744073709550616");
83 std::string ex(str, iter.base());
84 assert(ex == "1000")
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
BatikTestDocumentBuilderFactory.java 64 } catch (Exception ex) {
65 throw new DOMTestIncompatibleException(ex, null);
97 } catch (InvocationTargetException ex) {
99 ex.getTargetException(),
101 } catch (Exception ex) {
102 throw new DOMTestIncompatibleException(ex, null);
136 } catch (InvocationTargetException ex) {
137 ex.printStackTrace();
138 throw new DOMTestLoadException(ex.getTargetException());
139 } catch (Exception ex) {
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionWriter.java 110 } catch (IOException ex) {
111 throw new RuntimeException(ex);
119 } catch (IOException ex) {
120 throw new RuntimeException(ex);
128 } catch (IOException ex) {
129 throw new RuntimeException(ex);
137 } catch (IOException ex) {
138 throw new RuntimeException(ex);
146 } catch (IOException ex) {
147 throw new RuntimeException(ex);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
FatalErrorHandlerImpl.java 37 Exception ex = new Exception(); local
39 Log.e(TAG, "Handling Media Storage Failure:", ex);
47 finishActivity, ex);
52 Exception ex = new Exception(); local
54 Log.e(TAG, "Handling Camera Open Failure:", ex);
63 finishActivity, ex);
68 Exception ex = new Exception(); local
70 Log.e(TAG, "Handling Camera Reconnect Failure:", ex);
79 finishActivity, ex);
84 Exception ex = new Exception() local
100 Exception ex = new Exception(); local
117 Exception ex = new Exception(); local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp 60 const Expr *ex = nullptr; local
69 ex = B->getLHS();
74 ex = B->getRHS();
80 ex = VD->getInit();
87 if (ex) {
88 R->addRange(ex->getSourceRange());
89 bugreporter::trackNullOrUndefValue(N, ex, *R);
  /external/linux-kselftest/tools/testing/selftests/x86/
test_FISTTP.c 23 int ex; local
43 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
44 if (ex != 0) {
67 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
68 if (ex != FE_INEXACT) {
96 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
97 if (ex != FE_INEXACT) {
121 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
122 if (ex != FE_INEXACT) {
  /build/kati/
exec.go 46 func (ex *Executor) makeJobs(n *DepNode, neededBy *job) error {
47 output, _ := ex.ctx.vpaths.exists(n.Output)
52 ex.buildCnt++
53 if ex.buildCnt%100 == 0 {
54 ex.reportStats()
57 j, present := ex.done[output]
70 ex.wm.ReportNewDep(j, neededBy)
78 ex: ex,
86 ex.done[output] = ni
    [all...]
  /cts/tests/app/src/android/app/cts/
PendingIntent_CanceledExceptionTest.java 41 Exception ex = new Exception(); local
42 canceledException = new PendingIntent.CanceledException(ex);
46 assertSame(ex, e.getCause());
  /external/libcxx/test/std/experimental/utilities/meta/meta.detect/
detected_or.pass.cpp 18 namespace ex = std::experimental;
33 static_assert( std::is_same<Res, typename ex::detected_or <double, hasFoo, T>::type>::value, "" );
34 static_assert( std::is_same<Res, typename ex::detected_or_t<double, hasFoo, T> >::value, "" );
detected_t.pass.cpp 18 namespace ex = std::experimental;
41 static_assert( std::is_same<Res, typename ex::detected_t<callFoo, T>>::value, "" );
46 test<noFoo, ex::nonesuch>(); // lookup failure returns nonesuch
is_detected.pass.cpp 18 namespace ex = std::experimental;
29 static_assert( b == ex::is_detected <copy_assign_t, T>::value, "" );
30 static_assert( b == ex::is_detected_v<copy_assign_t, T>, "" );
is_detected_convertible.pass.cpp 18 namespace ex = std::experimental;
41 static_assert( b == ex::is_detected_convertible <int, callFoo, T>::value, "" );
42 static_assert( b == ex::is_detected_convertible_v<int, callFoo, T>, "" );
is_detected_exact.pass.cpp 18 namespace ex = std::experimental;
40 static_assert( b == ex::is_detected_exact <int, callFoo, T>::value, "" );
41 static_assert( b == ex::is_detected_exact_v<int, callFoo, T>, "" );
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CoderMalfunctionErrorTest.java 34 Exception ex = new Exception(); local
35 CoderMalfunctionError e = new CoderMalfunctionError(ex);
36 assertSame(ex, e.getCause());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/meta/meta.detect/
detected_or.pass.cpp 18 namespace ex = std::experimental;
33 static_assert( std::is_same<Res, typename ex::detected_or <double, hasFoo, T>::type>::value, "" );
34 static_assert( std::is_same<Res, typename ex::detected_or_t<double, hasFoo, T> >::value, "" );
detected_t.pass.cpp 18 namespace ex = std::experimental;
41 static_assert( std::is_same<Res, typename ex::detected_t<callFoo, T>>::value, "" );
46 test<noFoo, ex::nonesuch>(); // lookup failure returns nonesuch
is_detected.pass.cpp 18 namespace ex = std::experimental;
29 static_assert( b == ex::is_detected <copy_assign_t, T>::value, "" );
30 static_assert( b == ex::is_detected_v<copy_assign_t, T>, "" );
is_detected_convertible.pass.cpp 18 namespace ex = std::experimental;
41 static_assert( b == ex::is_detected_convertible <int, callFoo, T>::value, "" );
42 static_assert( b == ex::is_detected_convertible_v<int, callFoo, T>, "" );
is_detected_exact.pass.cpp 18 namespace ex = std::experimental;
40 static_assert( b == ex::is_detected_exact <int, callFoo, T>::value, "" );
41 static_assert( b == ex::is_detected_exact_v<int, callFoo, T>, "" );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/tuple/tuple.apply/
types.pass.cpp 27 namespace ex = std::experimental;
107 ex::apply(f_void_0, t);
115 ex::apply(fp, t);
123 ex::apply(a, t);
131 ex::apply(a, t);
143 ex::apply(f_void_1, t);
151 ex::apply(fp, t);
159 ex::apply(fn, t);
167 ex::apply(a, t);
179 ex::apply(f_void_2, t)
    [all...]

Completed in 1844 milliseconds

1 2 3 4 5 6 78 91011>>