/external/libcxx/test/std/re/re.badexp/ |
D | regex_error.pass.cpp | 28 std::regex_error e(std::regex_constants::error_collate); in main() local 33 std::regex_error e(std::regex_constants::error_ctype); in main() local 38 std::regex_error e(std::regex_constants::error_escape); in main() local 44 std::regex_error e(std::regex_constants::error_backref); in main() local 49 std::regex_error e(std::regex_constants::error_brack); in main() local 54 std::regex_error e(std::regex_constants::error_paren); in main() local 59 std::regex_error e(std::regex_constants::error_brace); in main() local 64 std::regex_error e(std::regex_constants::error_badbrace); in main() local 69 std::regex_error e(std::regex_constants::error_range); in main() local 75 std::regex_error e(std::regex_constants::error_space); in main() local [all …]
|
/external/brotli/js/ |
D | decode.min.js | 1 function BrotliDecodeClosure(){"use strict";var O=new Int8Array(0);function d(e){this.data=e;this.o… argument
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTestCaseWrapper.cpp | 54 catch (const std::exception& e) in initTestCase() local 71 catch (const tcu::ResourceError& e) in initTestCase() local 77 catch (const tcu::NotSupportedError& e) in initTestCase() local 83 catch (const tcu::InternalError& e) in initTestCase() local 89 catch (const tcu::Exception& e) in initTestCase() local 113 catch (const tcu::Exception& e) in deinitTestCase() local 125 catch (const std::exception& e) in deinitTestCase() local 149 catch (const tcu::ResourceError& e) in iterateTestCase() local 154 catch (const tcu::NotSupportedError& e) in iterateTestCase() local 159 catch (const tcu::InternalError& e) in iterateTestCase() local [all …]
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
D | Log.java | 109 public static void v(String message, Throwable e) { in v() 110 android.util.Log.v(getTag(), message, e); in v() local 118 public static void v(Context context, String message, Throwable e) { in v() 120 android.util.Log.v(getTag(), message, e); in v() local 123 public static void e(Throwable e) { in e() method in Log 124 android.util.Log.e(getTag(), "Error", e); in e() local 127 public static void e(String message) { in e() method in Log 131 public static void e(String message, Throwable e) { in e() method in Log 132 android.util.Log.e(getTag(), message, e); in e() local 135 public static void e(Context context, String message) { in e() method in Log [all …]
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ |
D | event.c | 23 void event_init_opts(struct event *e, u64 config, int type, char *name) in event_init_opts() 37 void event_init_named(struct event *e, u64 config, char *name) in event_init_named() 42 void event_init(struct event *e, u64 config) in event_init() 52 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd) in event_open_with_options() 63 int event_open_with_group(struct event *e, int group_fd) in event_open_with_group() 68 int event_open_with_pid(struct event *e, pid_t pid) in event_open_with_pid() 73 int event_open_with_cpu(struct event *e, int cpu) in event_open_with_cpu() 78 int event_open(struct event *e) in event_open() 83 void event_close(struct event *e) in event_close() 88 int event_enable(struct event *e) in event_enable() [all …]
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/ |
D | ctor_result_type.pass.cpp | 28 E e(5); in test1() local 35 E e(5); in test1() local 42 E e(5); in test1() local 56 E e(7); in test2() local 63 E e(0); in test2() local 70 E e(4); in test2() local 84 E e(3); in test3() local 91 E e(5); in test3() local 98 E e(7); in test3() local 112 E e(7); in test4() local [all …]
|
/external/oj-libjdwp/src/share/back/ |
D | vm_interface.h | 41 #define JVM_ENV_PTR(e,name) (LOG_JVM(("%s()",#name)), (e)) argument 42 #define JNI_ENV_PTR(e,name) (LOG_JNI(("%s()",#name)), (e)) argument 43 #define JVMTI_ENV_PTR(e,name) (LOG_JVMTI(("%s()",#name)),(e)) argument 45 #define JVM_ENV_PTR(e,name) (e) argument 46 #define JNI_ENV_PTR(e,name) (e) argument 47 #define JVMTI_ENV_PTR(e,name) (e) argument 50 #define FUNC_PTR(e,name) (*((*(e))->name)) argument 51 #define JVM_FUNC_PTR(e,name) FUNC_PTR(JVM_ENV_PTR (e,name),name) argument 52 #define JNI_FUNC_PTR(e,name) FUNC_PTR(JNI_ENV_PTR (e,name),name) argument 53 #define JVMTI_FUNC_PTR(e,name) FUNC_PTR(JVMTI_ENV_PTR(e,name),name) argument
|
/external/libnl/lib/route/cls/ematch/ |
D | text.c | 31 void rtnl_ematch_text_set_from(struct rtnl_ematch *e, uint8_t layer, in rtnl_ematch_text_set_from() 39 uint16_t rtnl_ematch_text_get_from_offset(struct rtnl_ematch *e) in rtnl_ematch_text_get_from_offset() 44 uint8_t rtnl_ematch_text_get_from_layer(struct rtnl_ematch *e) in rtnl_ematch_text_get_from_layer() 49 void rtnl_ematch_text_set_to(struct rtnl_ematch *e, uint8_t layer, in rtnl_ematch_text_set_to() 57 uint16_t rtnl_ematch_text_get_to_offset(struct rtnl_ematch *e) in rtnl_ematch_text_get_to_offset() 62 uint8_t rtnl_ematch_text_get_to_layer(struct rtnl_ematch *e) in rtnl_ematch_text_get_to_layer() 67 void rtnl_ematch_text_set_pattern(struct rtnl_ematch *e, in rtnl_ematch_text_set_pattern() 79 char *rtnl_ematch_text_get_pattern(struct rtnl_ematch *e) in rtnl_ematch_text_get_pattern() 84 size_t rtnl_ematch_text_get_len(struct rtnl_ematch *e) in rtnl_ematch_text_get_len() 89 void rtnl_ematch_text_set_algo(struct rtnl_ematch *e, const char *algo) in rtnl_ematch_text_set_algo() [all …]
|
D | nbyte.c | 31 void rtnl_ematch_nbyte_set_offset(struct rtnl_ematch *e, uint8_t layer, in rtnl_ematch_nbyte_set_offset() 39 uint16_t rtnl_ematch_nbyte_get_offset(struct rtnl_ematch *e) in rtnl_ematch_nbyte_get_offset() 44 uint8_t rtnl_ematch_nbyte_get_layer(struct rtnl_ematch *e) in rtnl_ematch_nbyte_get_layer() 49 void rtnl_ematch_nbyte_set_pattern(struct rtnl_ematch *e, in rtnl_ematch_nbyte_set_pattern() 61 uint8_t *rtnl_ematch_nbyte_get_pattern(struct rtnl_ematch *e) in rtnl_ematch_nbyte_get_pattern() 66 size_t rtnl_ematch_nbyte_get_len(struct rtnl_ematch *e) in rtnl_ematch_nbyte_get_len() 85 static int nbyte_parse(struct rtnl_ematch *e, void *data, size_t len) in nbyte_parse() 102 static void nbyte_dump(struct rtnl_ematch *e, struct nl_dump_params *p) in nbyte_dump() 118 static void nbyte_free(struct rtnl_ematch *e) in nbyte_free()
|
/external/angle/third_party/VulkanMemoryAllocator/docs/html/ |
D | jquery.js | 2 !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports… argument 8 …of define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e=t.css("… argument 9 },_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.orig… argument 23 (function(root,factory){if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else … property 35 …eb Ltd. http://vadikom.com; Licensed MIT */(function(t){"function"==typeof define&&define.amd?defi… argument
|
/external/guava/android/guava-tests/test/com/google/common/net/ |
D | UrlEscapersTest.java | 41 static void assertBasicUrlEscaperExceptPercent(UnicodeEscaper e) { in assertBasicUrlEscaperExceptPercent() 80 static void assertBasicUrlEscaper(UnicodeEscaper e) { in assertBasicUrlEscaper() 87 UnicodeEscaper e = (UnicodeEscaper) urlFormParameterEscaper(); in testUrlFormParameterEscaper() local 112 UnicodeEscaper e = (UnicodeEscaper) urlPathSegmentEscaper(); in testUrlPathSegmentEscaper() local 117 static void assertPathEscaper(UnicodeEscaper e) { in assertPathEscaper() 136 UnicodeEscaper e = (UnicodeEscaper) urlFragmentEscaper(); in testUrlFragmentEscaper() local
|
/external/guava/guava-tests/test/com/google/common/net/ |
D | UrlEscapersTest.java | 41 static void assertBasicUrlEscaperExceptPercent(UnicodeEscaper e) { in assertBasicUrlEscaperExceptPercent() 80 static void assertBasicUrlEscaper(UnicodeEscaper e) { in assertBasicUrlEscaper() 87 UnicodeEscaper e = (UnicodeEscaper) urlFormParameterEscaper(); in testUrlFormParameterEscaper() local 112 UnicodeEscaper e = (UnicodeEscaper) urlPathSegmentEscaper(); in testUrlPathSegmentEscaper() local 117 static void assertPathEscaper(UnicodeEscaper e) { in assertPathEscaper() 136 UnicodeEscaper e = (UnicodeEscaper) urlFragmentEscaper(); in testUrlFragmentEscaper() local
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | mbox.py | 138 def folder_post(e): argument 143 def folder_unpost(e): argument 149 def scan_post(e): argument 154 def scan_unpost(e): argument 162 def open_folder(e=None): argument 177 def open_message(e=None): argument 205 def remove_message(e=None): argument 223 def refile_message(e=None): argument
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | event.cpp | 35 } catch (error &e) { in clCreateUserEvent() local 57 } catch (error &e) { in clSetUserEventStatus() local 82 } catch (error &e) { in clWaitForEvents() local 119 } catch (error &e) { in clGetEventInfo() local 143 } catch (error &e) { in clSetEventCallback() local 152 } catch (error &e) { in clRetainEvent() local 163 } catch (error &e) { in clReleaseEvent() local 178 } catch (error &e) { in clEnqueueMarker() local 201 } catch (error &e) { in clEnqueueMarkerWithWaitList() local 213 } catch (error &e) { in clEnqueueBarrier() local [all …]
|
/external/linux-kselftest/tools/testing/selftests/filesystems/epoll/ |
D | epoll_wakeup_test.c | 35 struct epoll_event e; in waiter_entry1a() local 47 struct epoll_event e; in waiter_entry1ap() local 62 struct epoll_event e; in waiter_entry1o() local 74 struct epoll_event e; in waiter_entry1op() local 150 struct epoll_event e; in TEST() local 181 struct epoll_event e; in TEST() local 289 struct epoll_event e; in TEST() local 328 struct epoll_event e; in TEST() local 458 struct epoll_event e; in TEST() local 501 struct epoll_event e; in TEST() local [all …]
|
/external/libcxxabi/test/ |
D | unwind_06.pass.cpp | 60 double e = get(0); in try4() local 72 double e = get(0); in try5() local 85 double e = get(0); in try6() local 99 double e = get(0); in try7() local 114 double e = get(0); in try8() local 135 double e = get(5); in foo() local 142 catch (int e) { in foo() local 156 catch (int e) { in foo() local 170 catch (int e) { in foo() local 184 catch (int e) { in foo() local [all …]
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | eval.pass.cpp | 66 E e; in test1() local 75 E e; in test2() local 84 E e(5); in test3() local 93 E e(129); in test4() local 102 E e(6); in test5() local 111 E e(6); in test6() local 120 E e(6); in test7() local 129 E e(6); in test8() local
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/src/ |
D | Tasks.kt | 51 val e = exception in asDeferred() constant 62 val e = it.exception in asDeferred() constant 83 val e = exception in await() constant 98 val e = exception in await() constant
|
/external/libcxx/test/libcxx/containers/sequences/vector/ |
D | asan_throw.pass.cpp | 66 } catch (int e) { in test_push_back() local 82 } catch (int e) { in test_emplace_back() local 101 } catch (int e) { in test_insert_range() local 117 } catch (int e) { in test_insert() local 134 } catch (int e) { in test_emplace() local 153 } catch (int e) { in test_insert_range2() local 170 } catch (int e) { in test_insert_n() local 187 } catch (int e) { in test_insert_n2() local 202 } catch (int e) { in test_resize() local 216 } catch (int e) { in test_resize_param() local
|
/external/google-benchmark/test/ |
D | user_counters_test.cc | 50 void CheckSimple(Results const& e) { in CheckSimple() 99 void CheckBytesAndItemsPSec(Results const& e) { in CheckBytesAndItemsPSec() 143 void CheckRate(Results const& e) { in CheckRate() 183 void CheckInvert(Results const& e) { in CheckInvert() 226 void CheckInvertedRate(Results const& e) { in CheckInvertedRate() 266 void CheckThreads(Results const& e) { in CheckThreads() 305 void CheckAvgThreads(Results const& e) { in CheckAvgThreads() 347 void CheckAvgThreadsRate(Results const& e) { in CheckAvgThreadsRate() 386 void CheckIterationInvariant(Results const& e) { in CheckIterationInvariant() 432 void CheckIsIterationInvariantRate(Results const& e) { in CheckIsIterationInvariantRate() [all …]
|
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
D | path.pass.cpp | 30 const directory_entry e(""); in test_path_method() local 36 directory_entry e(p); in test_path_method() local 52 const directory_entry e(""); in test_path_conversion() local 69 directory_entry const e(p); in test_path_conversion() local 75 directory_entry e(p); in test_path_conversion() local
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/expr/ |
D | DoubleLiteralExprTest.java | 12 DoubleLiteralExpr e = parseExpression("0x0.00_00_02p-126f"); in test1() local 19 DoubleLiteralExpr e = parseExpression("0x0.000_000_000_000_1p-1_022"); in test2() local 26 DoubleLiteralExpr e = parseExpression("0x1.p+1"); in test3() local 33 DoubleLiteralExpr e = parseExpression("0x.0p0"); in test4() local 40 DoubleLiteralExpr e = parseExpression("0x0_0.0_0p-1_0"); in test5() local
|
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
D | p1.cpp | 13 e = T::error // expected-error {{'double' cannot be used prior to '::'}} enumerator 20 e = 0 enumerator 27 e = 4 enumerator 41 e = T::error // expected-error {{has no members}} in f() enumerator 50 e = T::error // expected-error {{has no members}} in g() enumerator 73 e = T::error // expected-error {{'int' cannot be used prior to '::'}} enumerator 80 e = 0 enumerator 87 e = 4 enumerator 96 e = T::error // expected-error {{has no members}} in f() enumerator 105 e = T::error // expected-error {{has no members}} in g() enumerator
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | ExceptionExtensions.cs | 42 public static string getMessage(Exception e) { in getMessage() 47 public static StackFrame[] getStackTrace(Exception e) { in getStackTrace() 70 public static void PrintStackTrace(Exception e) { in PrintStackTrace() 73 public static void PrintStackTrace(Exception e, System.IO.TextWriter writer) { in PrintStackTrace() 84 public static Exception getTargetException(TargetInvocationException e) { in getTargetException()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | ExceptionExtensions.cs | 45 public static string getMessage( this Exception e ) in getMessage() 51 public static StackFrame[] getStackTrace( this Exception e ) in getStackTrace() 77 public static void PrintStackTrace( this Exception e ) in PrintStackTrace() 81 public static void PrintStackTrace( this Exception e, System.IO.TextWriter writer ) in PrintStackTrace() 94 public static Exception getTargetException( this TargetInvocationException e ) in getTargetException()
|